From 8f1e69bbb0d7668940e6ef7b87a49683f79dd477 Mon Sep 17 00:00:00 2001 From: Sreeram Venkitesh Date: Thu, 7 Nov 2024 13:28:40 +0530 Subject: [PATCH] Fix verify-gofmt.sh --- pkg/apis/core/validation/validation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/core/validation/validation.go b/pkg/apis/core/validation/validation.go index 527a0c4bef6..35514722b65 100644 --- a/pkg/apis/core/validation/validation.go +++ b/pkg/apis/core/validation/validation.go @@ -5559,7 +5559,7 @@ func ValidatePodResize(newPod, oldPod *core.Pod, opts PodValidationOptions) fiel return allErrs } -// isPodResizeRequestSupported checks whether the pod is running on a node with InPlacePodVerticalScaling enabled. +// isPodResizeRequestSupported checks whether the pod is running on a node with InPlacePodVerticalScaling enabled. func isPodResizeRequestSupported(pod core.Pod) bool { // TODO: Remove this after GA+3 releases of InPlacePodVerticalScaling // This code handles the version skew as described in the KEP.