| 1234567891011121314151617181920212223242526 |
- apiVersion: v1
- items:
- - apiVersion: rbac.authorization.k8s.io/v1beta1
- kind: ClusterRole
- metadata:
- labels:
- test-cmd: auth
- name: testing-CR
- rules:
- - apiGroups:
- - ""
- resources:
- - pods
- verbs:
- - create
- - delete
- - deletecollection
- - get
- - list
- - patch
- - update
- - watch
- kind: List
- metadata: {}
|