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 a35d904 commit 275cc74Copy full SHA for 275cc74
api/v1beta2/cluster_types.go
@@ -916,7 +916,7 @@ type NodeDeletionStrategyType string
916
const (
917
// NodeDeletionStrategyForce defines a force type strategy that node will be deleted immediately without drain.
918
NodeDeletionStrategyForce NodeDeletionStrategyType = "force"
919
- // NodeDeletionStrategyTypeGracefulWithTimeout defines a force type strategy that node will be deleted with drain.
+ // NodeDeletionStrategyGracefulWithTimeout defines a force type strategy that node will be deleted with drain.
920
NodeDeletionStrategyGracefulWithTimeout NodeDeletionStrategyType = "gracefulWithTimeout"
921
)
922
0 commit comments