2025-07-17 13:52:21 +08:00

11 lines
263 B
Plaintext

info('test .....{params_kw=}')
try:
result_dict["data"] = await get_multiple_cluster_pod()
result_dict["status"] = True
result_dict["info"] = "operate success"
except Exception as e:
print(e)
result_dict["data"] = [result]
return result_dict