Replace godep with dep
This commit is contained in:
parent
1e7489927c
commit
bf5616c65b
14883 changed files with 3937406 additions and 361781 deletions
19
vendor/k8s.io/kubernetes/examples/volumes/quobyte/quobyte-pod.yaml
generated
vendored
Normal file
19
vendor/k8s.io/kubernetes/examples/volumes/quobyte/quobyte-pod.yaml
generated
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: quobyte
|
||||
spec:
|
||||
containers:
|
||||
- name: quobyte
|
||||
image: kubernetes/pause
|
||||
volumeMounts:
|
||||
- mountPath: /mnt
|
||||
name: quobytevolume
|
||||
volumes:
|
||||
- name: quobytevolume
|
||||
quobyte:
|
||||
registry: registry:7861
|
||||
volume: testVolume
|
||||
readOnly: false
|
||||
user: root
|
||||
group: root
|
||||
Loading…
Add table
Add a link
Reference in a new issue