rbac-v1beta1.yaml 358 B

1234567891011121314151617181920212223242526
  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. kind: List
  24. metadata: {}