mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	update text fixtures for rbac
This commit is contained in:
		| @@ -1199,6 +1199,13 @@ items: | ||||
|     - create | ||||
|     - patch | ||||
|     - update | ||||
|   - apiGroups: | ||||
|     - networking.k8s.io | ||||
|     resources: | ||||
|     - servicecidrs | ||||
|     verbs: | ||||
|     - list | ||||
|     - watch | ||||
|   - apiGroups: | ||||
|     - discovery.k8s.io | ||||
|     resources: | ||||
|   | ||||
| @@ -476,6 +476,23 @@ items: | ||||
|   - kind: ServiceAccount | ||||
|     name: service-account-controller | ||||
|     namespace: kube-system | ||||
| - apiVersion: rbac.authorization.k8s.io/v1 | ||||
|   kind: ClusterRoleBinding | ||||
|   metadata: | ||||
|     annotations: | ||||
|       rbac.authorization.kubernetes.io/autoupdate: "true" | ||||
|     creationTimestamp: null | ||||
|     labels: | ||||
|       kubernetes.io/bootstrapping: rbac-defaults | ||||
|     name: system:controller:service-cidrs-controller | ||||
|   roleRef: | ||||
|     apiGroup: rbac.authorization.k8s.io | ||||
|     kind: ClusterRole | ||||
|     name: system:controller:service-cidrs-controller | ||||
|   subjects: | ||||
|   - kind: ServiceAccount | ||||
|     name: service-cidrs-controller | ||||
|     namespace: kube-system | ||||
| - apiVersion: rbac.authorization.k8s.io/v1 | ||||
|   kind: ClusterRoleBinding | ||||
|   metadata: | ||||
|   | ||||
| @@ -1328,6 +1328,57 @@ items: | ||||
|     - create | ||||
|     - patch | ||||
|     - update | ||||
| - apiVersion: rbac.authorization.k8s.io/v1 | ||||
|   kind: ClusterRole | ||||
|   metadata: | ||||
|     annotations: | ||||
|       rbac.authorization.kubernetes.io/autoupdate: "true" | ||||
|     creationTimestamp: null | ||||
|     labels: | ||||
|       kubernetes.io/bootstrapping: rbac-defaults | ||||
|     name: system:controller:service-cidrs-controller | ||||
|   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 | ||||
| - apiVersion: rbac.authorization.k8s.io/v1 | ||||
|   kind: ClusterRole | ||||
|   metadata: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Antonio Ojea
					Antonio Ojea