Fix: typo with hack/update-codegen.sh

Kubernetes-commit: a2a8080169a3a52d6c6d5d613da4d92d579eedc9
This commit is contained in:
sanposhiho
2021-06-21 00:52:43 +09:00
committed by Kubernetes Publisher
parent dae61bee3a
commit c374b402a0
98 changed files with 98 additions and 98 deletions

View File

@@ -48,7 +48,7 @@ func CSIDriver(name string) *CSIDriverApplyConfiguration {
// ExtractCSIDriver extracts the applied configuration owned by fieldManager from
// cSIDriver. If no managedFields are found in cSIDriver for fieldManager, a
// CSIDriverApplyConfiguration 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.
// cSIDriver must be a unmodified CSIDriver API object that was retrieved from the Kubernetes API.