From b76aeddcd9708daf3be258b02e16b9c69dcf8be4 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 Kubernetes-commit: fc38aeed6f81c16490a86dd15518998ce312b9be --- cmd/applyconfiguration-gen/generators/applyconfiguration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/applyconfiguration-gen/generators/applyconfiguration.go b/cmd/applyconfiguration-gen/generators/applyconfiguration.go index ee57362b..1b2d0002 100644 --- a/cmd/applyconfiguration-gen/generators/applyconfiguration.go +++ b/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.