diff --git a/pkg/kubelet/eviction/helpers.go b/pkg/kubelet/eviction/helpers.go index 26b4fbbc940..86059a23da2 100644 --- a/pkg/kubelet/eviction/helpers.go +++ b/pkg/kubelet/eviction/helpers.go @@ -845,7 +845,7 @@ func hasThreshold(inputs []evictionapi.Threshold, item evictionapi.Threshold) bo return false } -// compareevictionapi.ThresholdValue returns true if the two thresholdValue objects are logically the same +// compareThresholdValue returns true if the two thresholdValue objects are logically the same func compareThresholdValue(a evictionapi.ThresholdValue, b evictionapi.ThresholdValue) bool { if a.Quantity != nil { if b.Quantity == nil {