fix typos in create_namespace.go

This commit is contained in:
AllenZMC 2019-08-06 20:45:12 +08:00 committed by GitHub
parent 16d9a659da
commit e9da014de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ var (
kubectl create namespace my-namespace`))
)
// NamespaceOpts is the options for 'create namespare' sub command
// NamespaceOpts is the options for 'create namespace' sub command
type NamespaceOpts struct {
CreateSubcommandOptions *CreateSubcommandOptions
}