mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Fix: typo on ExtractHoge
This commit is contained in:
parent
588d984407
commit
fc38aeed6f
@ -322,7 +322,7 @@ func (g *applyConfigurationGenerator) generateClientgenExtract(sw *generator.Sni
|
||||
// Extract$.ApplyConfig.Type|public$ extracts the applied configuration owned by fieldManager from
|
||||
// $.Struct|private$. If no managedFields are found in $.Struct|private$ for fieldManager, a
|
||||
// $.ApplyConfig.ApplyConfiguration|public$ is returned with only the Name, Namespace (if applicable),
|
||||
// APIVersion and Kind populated. Is is possible that no managed fields were found for because other
|
||||
// APIVersion and Kind populated. It is possible that no managed fields were found for because other
|
||||
// field managers have taken ownership of all the fields previously owned by fieldManager, or because
|
||||
// the fieldManager never owned fields any fields.
|
||||
// $.Struct|private$ must be a unmodified $.Struct|public$ API object that was retrieved from the Kubernetes API.
|
||||
|
Loading…
Reference in New Issue
Block a user