mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
remove inaccurate comment
This commit is contained in:
parent
adcb5ec3d4
commit
52fcd20b57
@ -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
|
// obj - Target of the operation which has been managed with CSA in the past
|
||||||
// csaManagerName - Name of FieldManager formerly used for `Update` operations
|
// csaManagerName - Name of FieldManager formerly used for `Update` operations
|
||||||
// ssaManagerName - Name of FieldManager formerly used for `Apply` 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(
|
func UpgradeManagedFields(
|
||||||
obj runtime.Object,
|
obj runtime.Object,
|
||||||
csaManagerName string,
|
csaManagerName string,
|
||||||
|
Loading…
Reference in New Issue
Block a user