Skip to content

Commit 6480f2c

Browse files
authored
fix(k8s): update field description (#1953)
1 parent 2d31c84 commit 6480f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ type DeleteNodeRequest struct {
12881288
// NodeID: ID of the node to replace.
12891289
NodeID string `json:"-"`
12901290

1291-
// SkipDrain: skip draining node from its workload.
1291+
// SkipDrain: skip draining node from its workload (Note: this parameter is currently inactive).
12921292
SkipDrain bool `json:"-"`
12931293

12941294
// Replace: add a new node after the deletion of this node.

0 commit comments

Comments
 (0)