Last active
February 12, 2019 19:45
-
-
Save sandromello/0d15bc83df1cf3d2a313e182edbe63b0 to your computer and use it in GitHub Desktop.
Groups YAML Spec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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