1.2.0
This commit is contained in:
16
src/dynamix_sdk/api/cloudapi/k8s/worker_reset.py
Normal file
16
src/dynamix_sdk/api/cloudapi/k8s/worker_reset.py
Normal file
@@ -0,0 +1,16 @@
|
||||
import dynamix_sdk.base as _base
|
||||
|
||||
|
||||
class CloudapiK8sWorkerResetResultBool(_base.BaseAPIResultBool):
|
||||
pass
|
||||
|
||||
|
||||
class CloudapiK8sWorkerResetProtocol(_base.BasePostAPIFunctionProtocol):
|
||||
def worker_reset(
|
||||
self,
|
||||
*,
|
||||
k8s_id: int,
|
||||
worker_group_id: int,
|
||||
worker_node_id: int,
|
||||
) -> CloudapiK8sWorkerResetResultBool:
|
||||
...
|
||||
Reference in New Issue
Block a user