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.
2 parents d2c5d0a + c941841 commit 0633e2cCopy full SHA for 0633e2c
pkg/kubelet/eviction/types.go
@@ -40,7 +40,7 @@ const (
40
41
// Config holds information about how eviction is configured.
42
type Config struct {
43
- // PressureTransitionPeriod is duration the kubelet has to wait before transititioning out of a pressure condition.
+ // PressureTransitionPeriod is duration the kubelet has to wait before transitioning out of a pressure condition.
44
PressureTransitionPeriod time.Duration
45
// Maximum allowed grace period (in seconds) to use when terminating pods in response to a soft eviction threshold being met.
46
MaxPodGracePeriodSeconds int64
0 commit comments