Skip to content

Commit 8f1e69b

Browse files
Fix verify-gofmt.sh
1 parent 1739ee2 commit 8f1e69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/core/validation/validation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5559,7 +5559,7 @@ func ValidatePodResize(newPod, oldPod *core.Pod, opts PodValidationOptions) fiel
55595559
return allErrs
55605560
}
55615561

5562-
// isPodResizeRequestSupported checks whether the pod is running on a node with InPlacePodVerticalScaling enabled.
5562+
// isPodResizeRequestSupported checks whether the pod is running on a node with InPlacePodVerticalScaling enabled.
55635563
func isPodResizeRequestSupported(pod core.Pod) bool {
55645564
// TODO: Remove this after GA+3 releases of InPlacePodVerticalScaling
55655565
// This code handles the version skew as described in the KEP.

0 commit comments

Comments
 (0)