k8s.io/kubernetes@v1.31.0-alpha.0.0.20240520171757-56147500dadc/test/fixtures/pkg/kubectl/cmd/auth/rbac-v1beta1.yaml (about)

     1  apiVersion: v1
     2  items:
     3  - apiVersion: rbac.authorization.k8s.io/v1beta1
     4    kind: ClusterRole
     5    metadata:
     6      labels:
     7        test-cmd: auth
     8      name: testing-CR
     9    rules:
    10    - apiGroups:
    11      - ""
    12      resources:
    13      - pods
    14      verbs:
    15      - create
    16      - delete
    17      - deletecollection
    18      - get
    19      - list
    20      - patch
    21      - update
    22      - watch
    23  
    24  kind: List
    25  metadata: {}