remove inaccurate comment

Kubernetes-commit: 52fcd20b578b67234a9ac84b5abf1cd2b3d06ea4
This commit is contained in:
Alexander Zielenski 2022-09-02 17:42:08 -07:00 committed by Kubernetes Publisher
parent 7634f2e002
commit dac0826f18

View File

@ -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,