mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Merge pull request #86303 from langyenan/misspell
fix misspelling in comment
This commit is contained in:
commit
0633e2cd34
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ const (
|
|||
|
||||
// Config holds information about how eviction is configured.
|
||||
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
|
||||
// Maximum allowed grace period (in seconds) to use when terminating pods in response to a soft eviction threshold being met.
|
||||
MaxPodGracePeriodSeconds int64
|
||||
|
|
|
|||
Loading…
Reference in a new issue