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 e680ad7 commit c941841Copy full SHA for c941841
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