kubectl: add create pdb subcommand

This commit is contained in:
Michail Kargakis
2016-11-18 13:47:39 +01:00
parent 86c515ebc3
commit 065b652961
9 changed files with 220 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ var (
serviceAccountExample = templates.Examples(`
# Create a new service account named my-service-account
$ kubectl create serviceaccount my-service-account`)
kubectl create serviceaccount my-service-account`)
)
// NewCmdCreateServiceAccount is a macro command to create a new service account