Skip to content

Commit

Permalink
Merge pull request kubernetes#6411 from jbartosik/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
k8s-ci-robot authored Dec 29, 2023
2 parents c7ad47b + 43b46b3 commit 10fafe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const (
// debugging purposes.
LogLongDurationThreshold = 5 * time.Second
// PodEvictionSucceed means creation of the pod eviction object succeed
PodEvictionSucceed PodEvictionResult = "succeed"
PodEvictionSucceed PodEvictionResult = "succeeded"
// PodEvictionFailed means creation of the pod eviction object failed
PodEvictionFailed PodEvictionResult = "failed"
)
Expand Down

0 comments on commit 10fafe7

Please sign in to comment.