Skip to content

Commit a4afc08

Browse files
authored
fix(k8s): update field description (#1064)
1 parent afde985 commit a4afc08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/clients/src/api/k8s/v1/types.gen.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,10 @@ export type DeleteNodeRequest = {
859859
region?: Region
860860
/** ID of the node to replace. */
861861
nodeId: string
862-
/** Skip draining node from its workload. */
862+
/**
863+
* Skip draining node from its workload (Note: this parameter is currently
864+
* inactive).
865+
*/
863866
skipDrain: boolean
864867
/** Add a new node after the deletion of this node. */
865868
replace: boolean

0 commit comments

Comments
 (0)