We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afde985 commit a4afc08Copy full SHA for a4afc08
packages/clients/src/api/k8s/v1/types.gen.ts
@@ -859,7 +859,10 @@ export type DeleteNodeRequest = {
859
region?: Region
860
/** ID of the node to replace. */
861
nodeId: string
862
- /** Skip draining node from its workload. */
+ /**
863
+ * Skip draining node from its workload (Note: this parameter is currently
864
+ * inactive).
865
+ */
866
skipDrain: boolean
867
/** Add a new node after the deletion of this node. */
868
replace: boolean
0 commit comments