apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
  annotations:
    rbac.authorization.kubernetes.io/autoupdate: "true"
  creationTimestamp: "2026-03-29T01:51:59Z"
  labels:
    kubernetes.io/bootstrapping: rbac-defaults
  name: system:controller:pv-protection-controller
  resourceVersion: "195"
  uid: 2e74fedb-a4f8-44a6-bb21-41bf6d7cd3b6
rules:
- apiGroups:
  - ""
  resources:
  - persistentvolumes
  verbs:
  - get
  - list
  - update
  - watch
- apiGroups:
  - ""
  - events.k8s.io
  resources:
  - events
  verbs:
  - create
  - patch
  - update
