{ "apiVersion": "rbac.authorization.k8s.io/v1", "kind": "ClusterRole", "metadata": { "annotations": { "kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"rbac.authorization.k8s.io/v1\",\"kind\":\"ClusterRole\",\"metadata\":{\"annotations\":{},\"name\":\"blee\"},\"rules\":[{\"apiGroups\":[\"metrics.k8s.io\"],\"resources\":[\"nodes\"],\"verbs\":[\"list\",\"watch\"]},{\"apiGroups\":[\"\"],\"resources\":[\"nodes\",\"configmaps\"],\"verbs\":[\"list\"]},{\"apiGroups\":[\"\"],\"resourceNames\":[\"kube-system\"],\"resources\":[\"namespaces\"],\"verbs\":[\"get\",\"watch\"]},{\"apiGroups\":[\"\"],\"resources\":[\"pods\"],\"verbs\":[\"get\",\"list\",\"watch\",\"delete\"]}]}\n" }, "creationTimestamp": "2019-06-04T16:48:34Z", "name": "blee", "resourceVersion": "26708289", "selfLink": "/apis/rbac.authorization.k8s.io/v1/clusterroles/blee", "uid": "97dbe984-86e8-11e9-a8e8-42010a80015b" }, "rules": [ { "apiGroups": [ "metrics.k8s.io" ], "resources": [ "nodes" ], "verbs": [ "list", "watch" ] }, { "apiGroups": [ "" ], "resources": [ "nodes", "configmaps" ], "verbs": [ "list" ] }, { "apiGroups": [ "" ], "resourceNames": [ "kube-system" ], "resources": [ "namespaces" ], "verbs": [ "get", "watch" ] }, { "apiGroups": [ "" ], "resources": [ "pods" ], "verbs": [ "get", "list", "watch", "delete" ] } ] }