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 |     - create | ||||||
|     - patch |     - patch | ||||||
|     - update |     - update | ||||||
|  |   - apiGroups: | ||||||
|  |     - networking.k8s.io | ||||||
|  |     resources: | ||||||
|  |     - servicecidrs | ||||||
|  |     verbs: | ||||||
|  |     - list | ||||||
|  |     - watch | ||||||
|   - apiGroups: |   - apiGroups: | ||||||
|     - discovery.k8s.io |     - discovery.k8s.io | ||||||
|     resources: |     resources: | ||||||
|   | |||||||
| @@ -476,6 +476,23 @@ items: | |||||||
|   - kind: ServiceAccount |   - kind: ServiceAccount | ||||||
|     name: service-account-controller |     name: service-account-controller | ||||||
|     namespace: kube-system |     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 | - apiVersion: rbac.authorization.k8s.io/v1 | ||||||
|   kind: ClusterRoleBinding |   kind: ClusterRoleBinding | ||||||
|   metadata: |   metadata: | ||||||
|   | |||||||
| @@ -1328,6 +1328,57 @@ items: | |||||||
|     - create |     - create | ||||||
|     - patch |     - patch | ||||||
|     - update |     - 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 | - apiVersion: rbac.authorization.k8s.io/v1 | ||||||
|   kind: ClusterRole |   kind: ClusterRole | ||||||
|   metadata: |   metadata: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Antonio Ojea
					Antonio Ojea