diff --git a/packages/clients/src/api/k8s/v1/types.gen.ts b/packages/clients/src/api/k8s/v1/types.gen.ts index c4b53f3cb..408cd31d7 100644 --- a/packages/clients/src/api/k8s/v1/types.gen.ts +++ b/packages/clients/src/api/k8s/v1/types.gen.ts @@ -859,7 +859,10 @@ export type DeleteNodeRequest = { region?: Region /** ID of the node to replace. */ nodeId: string - /** Skip draining node from its workload. */ + /** + * Skip draining node from its workload (Note: this parameter is currently + * inactive). + */ skipDrain: boolean /** Add a new node after the deletion of this node. */ replace: boolean