Replace godep with dep
This commit is contained in:
parent
1e7489927c
commit
bf5616c65b
14883 changed files with 3937406 additions and 361781 deletions
17
vendor/k8s.io/kubernetes/hack/testdata/initializer-clusterrolebinding.yaml
generated
vendored
Normal file
17
vendor/k8s.io/kubernetes/hack/testdata/initializer-clusterrolebinding.yaml
generated
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: super-admin
|
||||
initializers:
|
||||
pending:
|
||||
- name: podimage.initializer.com
|
||||
labels:
|
||||
clusterrolebinding: super
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: admin
|
||||
subjects:
|
||||
- apiGroup: rbac.authorization.k8s.io
|
||||
kind: User
|
||||
name: super-admin
|
||||
Loading…
Add table
Add a link
Reference in a new issue