Guest User

Untitled

a guest
Nov 28th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. apiVersion: authorization.openshift.io/v1
  2. kind: ClusterRole
  3. metadata:
  4. annotations:
  5. kubectl.kubernetes.io/last-applied-configuration: |
  6. {"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"]}]}
  7. creationTimestamp: 2019-11-27T07:10:18Z
  8. labels:
  9. app: flagger
  10. name: flagger
  11. resourceVersion: "4157830"
  12. selfLink: /apis/authorization.openshift.io/v1/clusterroles/flagger
  13. uid: f8088304-10e4-11ea-a6c2-005056a41c55
  14. rules:
  15. - apiGroups:
  16. - ""
  17. attributeRestrictions: null
  18. resources:
  19. - configmaps
  20. - events
  21. - secrets
  22. - services
  23. verbs:
  24. - '*'
  25. - apiGroups:
  26. - apps
  27. attributeRestrictions: null
  28. resources:
  29. - deployments
  30. verbs:
  31. - '*'
  32. - apiGroups:
  33. - autoscaling
  34. attributeRestrictions: null
  35. resources:
  36. - horizontalpodautoscalers
  37. verbs:
  38. - '*'
  39. - apiGroups:
  40. - extensions
  41. attributeRestrictions: null
  42. resources:
  43. - ingresses
  44. - ingresses/status
  45. verbs:
  46. - '*'
  47. - apiGroups:
  48. - flagger.app
  49. attributeRestrictions: null
  50. resources:
  51. - canaries
  52. - canaries/status
Advertisement
Add Comment
Please, Sign In to add comment