From fc38aeed6f81c16490a86dd15518998ce312b9be Mon Sep 17 00:00:00 2001 From: sanposhiho <44139130+sanposhiho@users.noreply.github.com> Date: Mon, 21 Jun 2021 00:48:06 +0900 Subject: [PATCH] Fix: typo on ExtractHoge --- .../cmd/applyconfiguration-gen/generators/applyconfiguration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/code-generator/cmd/applyconfiguration-gen/generators/applyconfiguration.go b/staging/src/k8s.io/code-generator/cmd/applyconfiguration-gen/generators/applyconfiguration.go index ee57362ba8a..1b2d0002255 100644 --- a/staging/src/k8s.io/code-generator/cmd/applyconfiguration-gen/generators/applyconfiguration.go +++ b/staging/src/k8s.io/code-generator/cmd/applyconfiguration-gen/generators/applyconfiguration.go @@ -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.