Skip to content

Instantly share code, notes, and snippets.

@sandromello
Last active February 12, 2019 19:45
Show Gist options
  • Save sandromello/0d15bc83df1cf3d2a313e182edbe63b0 to your computer and use it in GitHub Desktop.
Save sandromello/0d15bc83df1cf3d2a313e182edbe63b0 to your computer and use it in GitHub Desktop.
Groups YAML Spec
# Groups
kind: GroupList
items:
- name: 'opscenter:taf:admin'
description: Cluster Admin for Taf clusters
namespaces:
- c5e493
- c635ed
- cbcb57
- kong
clusters:
- test
- cluster-4692081b
rules:
- apiGroups:
- '*'
resources:
- '*'
verbs:
- '*'
- nonResourceURLs:
- '*'
verbs:
- '*'
- name: 'opscenter:taf:list-namespaces'
description: List all namespaces for taf clusters
clusters:
- test
rules:
- apiGroups:
- ''
resources:
- namespaces
verbs:
- get
- list
- watch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment