apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
  annotations:
    rbac.authorization.kubernetes.io/autoupdate: "true"
  creationTimestamp: "2026-03-17T20:45:21Z"
  labels:
    kubernetes.io/bootstrapping: rbac-defaults
  name: system:controller:service-cidrs-controller
  resourceVersion: "127"
  uid: 7aed3a77-6f74-45c9-ae15-f5c7062c6220
rules:
- apiGroups:
  - networking.k8s.io
  resources:
  - servicecidrs
  verbs:
  - get
  - list
  - patch
  - update
  - watch
- apiGroups:
  - networking.k8s.io
  resources:
  - servicecidrs/finalizers
  verbs:
  - patch
  - update
- apiGroups:
  - networking.k8s.io
  resources:
  - servicecidrs/status
  verbs:
  - patch
  - update
- apiGroups:
  - networking.k8s.io
  resources:
  - ipaddresses
  verbs:
  - get
  - list
  - watch
- apiGroups:
  - ""
  - events.k8s.io
  resources:
  - events
  verbs:
  - create
  - patch
  - update
