Skip to content

Commit f095cf3

Browse files
authored
update resource terms to CamelCase
where a resource is mentioned in the description, use CamelCase.
1 parent 441cafe commit f095cf3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

content/en/docs/reference/kubectl/conventions.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ You can generate the following resources with a kubectl command, `kubectl create
4040

4141
* `clusterrole`: Create a ClusterRole.
4242
* `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.
5252
* `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.
5656

5757
### `kubectl apply`
5858

0 commit comments

Comments
 (0)