Skip to content

Commit 53a4e85

Browse files
Merge pull request #103026 from sanposhiho/fix/typo-on-ExtractHoge
Fix typo on ExtractHoge documentation. Kubernetes-commit: 49ac765b67cafcf881c01354195456a4a683b6ba
2 parents 94f0451 + b76aedd commit 53a4e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/applyconfiguration-gen/generators/applyconfiguration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ func (g *applyConfigurationGenerator) generateClientgenExtract(sw *generator.Sni
322322
// Extract$.ApplyConfig.Type|public$ extracts the applied configuration owned by fieldManager from
323323
// $.Struct|private$. If no managedFields are found in $.Struct|private$ for fieldManager, a
324324
// $.ApplyConfig.ApplyConfiguration|public$ is returned with only the Name, Namespace (if applicable),
325-
// APIVersion and Kind populated. Is is possible that no managed fields were found for because other
325+
// APIVersion and Kind populated. It is possible that no managed fields were found for because other
326326
// field managers have taken ownership of all the fields previously owned by fieldManager, or because
327327
// the fieldManager never owned fields any fields.
328328
// $.Struct|private$ must be a unmodified $.Struct|public$ API object that was retrieved from the Kubernetes API.

0 commit comments

Comments
 (0)