Switch RBAC subject apiVersion to apiGroup in v1beta1

This commit is contained in:
Jordan Liggitt
2017-02-10 11:31:40 -05:00
parent 95badd95ce
commit 2a76fa1c8f
20 changed files with 240 additions and 73 deletions

View File

@@ -181,7 +181,7 @@ var (
"name": "write-jobs"
},
"subjects": [{
"apiVersion": "rbac/v1alpha1",
"apiGroup": "rbac.authorization.k8s.io",
"kind": "User",
"name": "admin"
}]