From c9418412d183814d4f3d1690bc5511431a0723a8 Mon Sep 17 00:00:00 2001 From: ianlang Date: Mon, 16 Dec 2019 17:27:08 +0800 Subject: [PATCH] fix misspelling in comment --- pkg/kubelet/eviction/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/eviction/types.go b/pkg/kubelet/eviction/types.go index 7256f4edb25..bbf606ff673 100644 --- a/pkg/kubelet/eviction/types.go +++ b/pkg/kubelet/eviction/types.go @@ -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