Skip to content

Commit

Permalink
add resource to be the same as kubectl api-resources (#17367)
Browse files Browse the repository at this point in the history
  • Loading branch information
lojies authored and k8s-ci-robot committed Nov 5, 2019
1 parent ec7efbc commit 09d2b58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/en/docs/reference/kubectl/overview.md
Expand Up @@ -106,6 +106,7 @@ The following table includes a list of all the supported resource types and thei


| Resource Name | Short Names | API Group | Namespaced | Resource Kind | | Resource Name | Short Names | API Group | Namespaced | Resource Kind |
|---|---|---|---|---| |---|---|---|---|---|
| `bindings` | | | true | Binding|
| `componentstatuses` | `cs` | | false | ComponentStatus | | `componentstatuses` | `cs` | | false | ComponentStatus |
| `configmaps` | `cm` | | true | ConfigMap | | `configmaps` | `cm` | | true | ConfigMap |
| `endpoints` | `ep` | | true | Endpoints | | `endpoints` | `ep` | | true | Endpoints |
Expand Down Expand Up @@ -150,6 +151,8 @@ The following table includes a list of all the supported resource types and thei
| `rolebindings` | | rbac.authorization.k8s.io | true | RoleBinding | | `rolebindings` | | rbac.authorization.k8s.io | true | RoleBinding |
| `roles` | | rbac.authorization.k8s.io | true | Role | | `roles` | | rbac.authorization.k8s.io | true | Role |
| `priorityclasses` | `pc` | scheduling.k8s.io | false | PriorityClass | | `priorityclasses` | `pc` | scheduling.k8s.io | false | PriorityClass |
| `csidrivers` | | storage.k8s.io | false | CSIDriver |
| `csinodes` | | storage.k8s.io | false | CSINode |
| `storageclasses` | `sc` | storage.k8s.io | false | StorageClass | | `storageclasses` | `sc` | storage.k8s.io | false | StorageClass |
| `volumeattachments` | | storage.k8s.io | false | VolumeAttachment | | `volumeattachments` | | storage.k8s.io | false | VolumeAttachment |


Expand Down

0 comments on commit 09d2b58

Please sign in to comment.