From 52fcd20b578b67234a9ac84b5abf1cd2b3d06ea4 Mon Sep 17 00:00:00 2001 From: Alexander Zielenski <351783+alexzielenski@users.noreply.github.com> Date: Fri, 2 Sep 2022 17:42:08 -0700 Subject: [PATCH] remove inaccurate comment --- staging/src/k8s.io/client-go/util/csaupgrade/upgrade.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/staging/src/k8s.io/client-go/util/csaupgrade/upgrade.go b/staging/src/k8s.io/client-go/util/csaupgrade/upgrade.go index 62a18a90fb1..1fc07d67135 100644 --- a/staging/src/k8s.io/client-go/util/csaupgrade/upgrade.go +++ b/staging/src/k8s.io/client-go/util/csaupgrade/upgrade.go @@ -34,8 +34,6 @@ var csaAnnotationFieldSet = fieldpath.NewSet(fieldpath.MakePathOrDie("metadata", // obj - Target of the operation which has been managed with CSA in the past // csaManagerName - Name of FieldManager formerly used for `Update` operations // ssaManagerName - Name of FieldManager formerly used for `Apply` operations -// Returns: a copy of the `obj` paramter with its managed fields modified so that -// it may be used with server-side apply in the future. func UpgradeManagedFields( obj runtime.Object, csaManagerName string,