Skip to content

Commit

Permalink
update controller roles
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Sep 6, 2017
1 parent d30ba9b commit 140a9d2
Showing 1 changed file with 46 additions and 7 deletions.
53 changes: 46 additions & 7 deletions test/testdata/bootstrappolicy/bootstrap_cluster_roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3799,7 +3799,6 @@ items:
resources:
- cronjobs
verbs:
- delete
- get
- list
- update
Expand All @@ -3822,6 +3821,12 @@ items:
- cronjobs/status
verbs:
- update
- apiGroups:
- batch
resources:
- cronjobs/finalizers
verbs:
- update
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -3849,20 +3854,28 @@ items:
name: system:controller:daemon-set-controller
rules:
- apiGroups:
- apps
- extensions
resources:
- daemonsets
verbs:
- delete
- get
- list
- watch
- apiGroups:
- apps
- extensions
resources:
- daemonsets/status
verbs:
- update
- apiGroups:
- apps
- extensions
resources:
- daemonsets/finalizers
verbs:
- update
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -3922,7 +3935,6 @@ items:
resources:
- deployments
verbs:
- delete
- get
- list
- update
Expand All @@ -3934,6 +3946,13 @@ items:
- deployments/status
verbs:
- update
- apiGroups:
- apps
- extensions
resources:
- deployments/finalizers
verbs:
- update
- apiGroups:
- extensions
resources:
Expand Down Expand Up @@ -4199,7 +4218,6 @@ items:
resources:
- jobs
verbs:
- delete
- get
- list
- update
Expand All @@ -4210,6 +4228,12 @@ items:
- jobs/status
verbs:
- update
- apiGroups:
- batch
resources:
- jobs/finalizers
verbs:
- update
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -4451,7 +4475,6 @@ items:
resources:
- replicasets
verbs:
- delete
- get
- list
- update
Expand All @@ -4462,6 +4485,12 @@ items:
- replicasets/status
verbs:
- update
- apiGroups:
- extensions
resources:
- replicasets/finalizers
verbs:
- update
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -4496,7 +4525,6 @@ items:
resources:
- replicationcontrollers
verbs:
- delete
- get
- list
- update
Expand All @@ -4507,6 +4535,12 @@ items:
- replicationcontrollers/status
verbs:
- update
- apiGroups:
- ""
resources:
- replicationcontrollers/finalizers
verbs:
- update
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -4677,7 +4711,6 @@ items:
resources:
- statefulsets
verbs:
- delete
- get
- list
- watch
Expand All @@ -4687,6 +4720,12 @@ items:
- statefulsets/status
verbs:
- update
- apiGroups:
- apps
resources:
- statefulsets/finalizers
verbs:
- update
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 140a9d2

Please sign in to comment.