monospaced --> unordered list

As mentioned in issue #25501.
This commit is contained in:
Tom Kivlin
2020-12-10 19:47:28 +00:00
committed by GitHub
parent e201e635dc
commit 441cafec53
@@ -37,23 +37,22 @@ All `kubectl run` generators are deprecated. See the Kubernetes v1.17 documentat
#### Generators
You can generate the following resources with a kubectl command, `kubectl create --dry-run=client -o yaml`:
```
clusterrole Create a ClusterRole.
clusterrolebinding Create a ClusterRoleBinding for a particular ClusterRole.
configmap Create a configmap from a local file, directory or literal value.
cronjob Create a cronjob with the specified name.
deployment Create a deployment with the specified name.
job Create a job with the specified name.
namespace Create a namespace with the specified name.
poddisruptionbudget Create a pod disruption budget with the specified name.
priorityclass Create a priorityclass with the specified name.
quota Create a quota with the specified name.
role Create a role with single rule.
rolebinding Create a RoleBinding for a particular Role or ClusterRole.
secret Create a secret using specified subcommand.
service Create a service using specified subcommand.
serviceaccount Create a service account with the specified name.
```
* `clusterrole`: Create a ClusterRole.
* `clusterrolebinding`: Create a ClusterRoleBinding for a particular ClusterRole.
* `configmap`: Create a configmap from a local file, directory or literal value.
* `cronjob`: Create a cronjob with the specified name.
* `deployment`: Create a deployment with the specified name.
* `job`: Create a job with the specified name.
* `namespace`: Create a namespace with the specified name.
* `poddisruptionbudget`: Create a pod disruption budget with the specified name.
* `priorityclass`: Create a priorityclass with the specified name.
* `quota`: Create a quota with the specified name.
* `role`: Create a role with single rule.
* `rolebinding`: Create a RoleBinding for a particular Role or ClusterRole.
* `secret`: Create a secret using specified subcommand.
* `service`: Create a service using specified subcommand.
* `serviceaccount`: Create a service account with the specified name.
### `kubectl apply`