apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
  annotations:
    rbac.authorization.kubernetes.io/autoupdate: "true"
  creationTimestamp: "2026-04-13T17:04:33Z"
  labels:
    kubernetes.io/bootstrapping: rbac-defaults
  name: system:controller:pv-protection-controller
  resourceVersion: "132"
  uid: 2b3ecc6f-d866-4c5a-835e-4dff8c4bac5c
rules:
- apiGroups:
  - ""
  resources:
  - persistentvolumes
  verbs:
  - get
  - list
  - update
  - watch
- apiGroups:
  - ""
  - events.k8s.io
  resources:
  - events
  verbs:
  - create
  - patch
  - update
