remove inaccurate comment

This commit is contained in:
Alexander Zielenski 2022-09-02 17:42:08 -07:00
parent adcb5ec3d4
commit 52fcd20b57
No known key found for this signature in database
GPG Key ID: 754BC11B447F7843

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,