apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
  annotations:
    rbac.authorization.kubernetes.io/autoupdate: "true"
  creationTimestamp: "2026-04-20T17:39:06Z"
  labels:
    kubernetes.io/bootstrapping: rbac-defaults
  name: system:controller:service-cidrs-controller
  resourceVersion: "135"
  uid: 0d96d134-06cf-434b-a4e4-ce64cd005fa4
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
