Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apiVersion: authorization.openshift.io/v1
- kind: ClusterRole
- metadata:
- annotations:
- kubectl.kubernetes.io/last-applied-configuration: |
- {"apiVersion":"rbac.authorization.k8s.io/v1beta1","kind":"ClusterRole","metadata":{"annotations":{},"labels":{"app":"flagger"},"name":"flagger"},"rules":[{"apiGroups":[""],"resources":["events","configmaps","secrets","services"],"verbs":["*"]},{"apiGroups":["apps"],"resources":["deployments"],"verbs":["*"]},{"apiGroups":["autoscaling"],"resources":["horizontalpodautoscalers"],"verbs":["*"]},{"apiGroups":["extensions"],"resources":["ingresses","ingresses/status"],"verbs":["*"]},{"apiGroups":["flagger.app"],"resources":["canaries","canaries/status"],"verbs":["*"]},{"apiGroups":["networking.istio.io"],"resources":["virtualservices","virtualservices/status","destinationrules","destinationrules/status"],"verbs":["*"]},{"apiGroups":["appmesh.k8s.aws"],"resources":["meshes","meshes/status","virtualnodes","virtualnodes/status","virtualservices","virtualservices/status"],"verbs":["*"]},{"apiGroups":["split.smi-spec.io"],"resources":["trafficsplits"],"verbs":["*"]},{"apiGroups":["gloo.solo.io"],"resources":["settings","upstreams","upstreamgroups","proxies","virtualservices"],"verbs":["*"]},{"apiGroups":["gateway.solo.io"],"resources":["virtualservices","gateways"],"verbs":["*"]},{"nonResourceURLs":["/version"],"verbs":["get"]}]}
- creationTimestamp: 2019-11-27T07:10:18Z
- labels:
- app: flagger
- name: flagger
- resourceVersion: "4157830"
- selfLink: /apis/authorization.openshift.io/v1/clusterroles/flagger
- uid: f8088304-10e4-11ea-a6c2-005056a41c55
- rules:
- - apiGroups:
- - ""
- attributeRestrictions: null
- resources:
- - configmaps
- - events
- - secrets
- - services
- verbs:
- - '*'
- - apiGroups:
- - apps
- attributeRestrictions: null
- resources:
- - deployments
- verbs:
- - '*'
- - apiGroups:
- - autoscaling
- attributeRestrictions: null
- resources:
- - horizontalpodautoscalers
- verbs:
- - '*'
- - apiGroups:
- - extensions
- attributeRestrictions: null
- resources:
- - ingresses
- - ingresses/status
- verbs:
- - '*'
- - apiGroups:
- - flagger.app
- attributeRestrictions: null
- resources:
- - canaries
- - canaries/status
Advertisement
Add Comment
Please, Sign In to add comment