Created
July 20, 2017 08:48
-
-
Save maleck13/4b8a083f6dc79f8e137704c64beb81d6 to your computer and use it in GitHub Desktop.
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
{ | |
"kind": "APIResourceList", | |
"apiVersion": "v1", | |
"groupVersion": "mobile.k8s.io/v1alpha1", | |
"resources": [ | |
{ | |
"name": "mobileapps", | |
"singularName": "", | |
"namespaced": true, | |
"kind": "MobileApp", | |
"verbs": [ | |
"create", | |
"delete", | |
"deletecollection", | |
"get", | |
"list", | |
"patch", | |
"update", | |
"watch" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment