k8s.io/kubernetes@v1.31.0-alpha.0.0.20240520171757-56147500dadc/api/discovery/apis__rbac.authorization.k8s.io__v1.json (about) 1 { 2 "apiVersion": "v1", 3 "groupVersion": "rbac.authorization.k8s.io/v1", 4 "kind": "APIResourceList", 5 "resources": [ 6 { 7 "kind": "ClusterRoleBinding", 8 "name": "clusterrolebindings", 9 "namespaced": false, 10 "singularName": "clusterrolebinding", 11 "storageVersionHash": "48tpQ8gZHFc=", 12 "verbs": [ 13 "create", 14 "delete", 15 "deletecollection", 16 "get", 17 "list", 18 "patch", 19 "update", 20 "watch" 21 ] 22 }, 23 { 24 "kind": "ClusterRole", 25 "name": "clusterroles", 26 "namespaced": false, 27 "singularName": "clusterrole", 28 "storageVersionHash": "bYE5ZWDrJ44=", 29 "verbs": [ 30 "create", 31 "delete", 32 "deletecollection", 33 "get", 34 "list", 35 "patch", 36 "update", 37 "watch" 38 ] 39 }, 40 { 41 "kind": "RoleBinding", 42 "name": "rolebindings", 43 "namespaced": true, 44 "singularName": "rolebinding", 45 "storageVersionHash": "eGsCzGH6b1g=", 46 "verbs": [ 47 "create", 48 "delete", 49 "deletecollection", 50 "get", 51 "list", 52 "patch", 53 "update", 54 "watch" 55 ] 56 }, 57 { 58 "kind": "Role", 59 "name": "roles", 60 "namespaced": true, 61 "singularName": "role", 62 "storageVersionHash": "7FuwZcIIItM=", 63 "verbs": [ 64 "create", 65 "delete", 66 "deletecollection", 67 "get", 68 "list", 69 "patch", 70 "update", 71 "watch" 72 ] 73 } 74 ] 75 }