fix word 'resoures' to 'resources

Signed-off-by: czm <zhongming.chang@daocloud.io>
pull/6158/head
AllenZMC 5 years ago committed by czm
parent fbcc5dd801
commit 915d69a2c6

@ -160,7 +160,7 @@ type KubeClient interface {
// 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
// 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").
BuildUnstructured(namespace string, reader io.Reader) (kube.Result, error)

Loading…
Cancel
Save