add resource to be the same as kubectl api-resources (#17367)

pull/17429/head
Luzhenxing 2019-11-05 11:50:39 +08:00 committed by Kubernetes Prow Robot
parent ec7efbc544
commit 09d2b5848c
1 changed files with 3 additions and 0 deletions

View File

@ -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 |
|---|---|---|---|---|
| `bindings` | | | true | Binding|
| `componentstatuses` | `cs` | | false | ComponentStatus |
| `configmaps` | `cm` | | true | ConfigMap |
| `endpoints` | `ep` | | true | Endpoints |
@ -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 |
| `roles` | | rbac.authorization.k8s.io | true | Role |
| `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 |
| `volumeattachments` | | storage.k8s.io | false | VolumeAttachment |