mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
Fix: typo on ExtractHoge
This commit is contained in:
@@ -322,7 +322,7 @@ func (g *applyConfigurationGenerator) generateClientgenExtract(sw *generator.Sni
|
|||||||
// Extract$.ApplyConfig.Type|public$ extracts the applied configuration owned by fieldManager from
|
// 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
|
// $.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),
|
// $.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
|
// field managers have taken ownership of all the fields previously owned by fieldManager, or because
|
||||||
// the fieldManager never owned fields any fields.
|
// the fieldManager never owned fields any fields.
|
||||||
// $.Struct|private$ must be a unmodified $.Struct|public$ API object that was retrieved from the Kubernetes API.
|
// $.Struct|private$ must be a unmodified $.Struct|public$ API object that was retrieved from the Kubernetes API.
|
||||||
|
Reference in New Issue
Block a user