Merge pull request #6158 from AllenZMC/patch-1

fix word 'resoures' to 'resources
pull/6166/head
Matt Farina 6 years ago committed by GitHub
commit c4a82971f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -160,7 +160,7 @@ type KubeClient interface {
// BuildUnstructured reads a stream of manifests from a reader and turns them into // BuildUnstructured reads a stream of manifests from a reader and turns them into
// info objects. Manifests are not validated against the schema, but it will fail if // info objects. Manifests are not validated against the schema, but it will fail if
// any resoures types are not known by the apiserver. // any resources types are not known by the apiserver.
// //
// reader must contain a YAML stream (one or more YAML documents separated by "\n---\n"). // reader must contain a YAML stream (one or more YAML documents separated by "\n---\n").
BuildUnstructured(namespace string, reader io.Reader) (kube.Result, error) BuildUnstructured(namespace string, reader io.Reader) (kube.Result, error)

Loading…
Cancel
Save