mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
fix misspelling in comment
This commit is contained in:
parent
e680ad7156
commit
c9418412d1
@ -40,7 +40,7 @@ const (
|
|||||||
|
|
||||||
// Config holds information about how eviction is configured.
|
// Config holds information about how eviction is configured.
|
||||||
type Config struct {
|
type Config struct {
|
||||||
// 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.
|
||||||
PressureTransitionPeriod time.Duration
|
PressureTransitionPeriod time.Duration
|
||||||
// Maximum allowed grace period (in seconds) to use when terminating pods in response to a soft eviction threshold being met.
|
// Maximum allowed grace period (in seconds) to use when terminating pods in response to a soft eviction threshold being met.
|
||||||
MaxPodGracePeriodSeconds int64
|
MaxPodGracePeriodSeconds int64
|
||||||
|
Loading…
Reference in New Issue
Block a user