Skip to content

Commit 275cc74

Browse files
committed
Fix lint
Signed-off-by: Lubron Zhan <[email protected]>
1 parent a35d904 commit 275cc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta2/cluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ type NodeDeletionStrategyType string
916916
const (
917917
// NodeDeletionStrategyForce defines a force type strategy that node will be deleted immediately without drain.
918918
NodeDeletionStrategyForce NodeDeletionStrategyType = "force"
919-
// NodeDeletionStrategyTypeGracefulWithTimeout defines a force type strategy that node will be deleted with drain.
919+
// NodeDeletionStrategyGracefulWithTimeout defines a force type strategy that node will be deleted with drain.
920920
NodeDeletionStrategyGracefulWithTimeout NodeDeletionStrategyType = "gracefulWithTimeout"
921921
)
922922

0 commit comments

Comments
 (0)