@@ -40,19 +40,19 @@ You can generate the following resources with a kubectl command, `kubectl create
40
40
41
41
* ` clusterrole ` : Create a ClusterRole.
42
42
* ` clusterrolebinding ` : Create a ClusterRoleBinding for a particular ClusterRole.
43
- * ` configmap ` : Create a configmap from a local file, directory or literal value.
44
- * ` cronjob ` : Create a cronjob with the specified name.
45
- * ` deployment ` : Create a deployment with the specified name.
46
- * ` job ` : Create a job with the specified name.
47
- * ` namespace ` : Create a namespace with the specified name.
48
- * ` poddisruptionbudget ` : Create a pod disruption budget with the specified name.
49
- * ` priorityclass ` : Create a priorityclass with the specified name.
50
- * ` quota ` : Create a quota with the specified name.
51
- * ` role ` : Create a role with single rule.
43
+ * ` configmap ` : Create a ConfigMap from a local file, directory or literal value.
44
+ * ` cronjob ` : Create a CronJob with the specified name.
45
+ * ` deployment ` : Create a Deployment with the specified name.
46
+ * ` job ` : Create a Job with the specified name.
47
+ * ` namespace ` : Create a Namespace with the specified name.
48
+ * ` poddisruptionbudget ` : Create a PodDisruptionBudget with the specified name.
49
+ * ` priorityclass ` : Create a PriorityClass with the specified name.
50
+ * ` quota ` : Create a Quota with the specified name.
51
+ * ` role ` : Create a Role with single rule.
52
52
* ` rolebinding ` : Create a RoleBinding for a particular Role or ClusterRole.
53
- * ` secret ` : Create a secret using specified subcommand.
54
- * ` service ` : Create a service using specified subcommand.
55
- * ` serviceaccount ` : Create a service account with the specified name.
53
+ * ` secret ` : Create a Secret using specified subcommand.
54
+ * ` service ` : Create a Service using specified subcommand.
55
+ * ` serviceaccount ` : Create a ServiceAccount with the specified name.
56
56
57
57
### ` kubectl apply `
58
58
0 commit comments