fix clinet.go line 661 "an not" to "a not "

Signed-off-by: 928234269 <longfei.shang@daocloud.io>
pull/6220/head
928234269 6 years ago
parent 3b5202fdae
commit 34101140e0
No known key found for this signature in database
GPG Key ID: 07F5F462F68548F1

@ -658,7 +658,7 @@ func createPatch(target *resource.Info, current runtime.Object) ([]byte, types.P
// Get a versioned object
versionedObject, err := asVersioned(target)
// Unstructured objects, such as CRDs, may not have an not registered error
// Unstructured objects, such as CRDs, may not have a not registered error
// returned from ConvertToVersion. Anything that's unstructured should
// use the jsonpatch.CreateMergePatch. Strategic Merge Patch is not supported
// on objects like CRDs.

Loading…
Cancel
Save