Skip to content

Commit

Permalink
fix(k8s): update field description (#1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Dec 14, 2023
1 parent 2d31c84 commit 6480f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/k8s/v1/k8s_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ type DeleteNodeRequest struct {
// NodeID: ID of the node to replace.
NodeID string `json:"-"`

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

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

0 comments on commit 6480f2c

Please sign in to comment.