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

This commit is contained in:
Luzhenxing
2019-11-05 11:50:39 +08:00
committed by Kubernetes Prow Robot
parent ec7efbc544
commit 09d2b5848c
@@ -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 |