Switch to github.com/golang/dep for vendoring
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
d6ab91be27
commit
8e5b17cf13
15431 changed files with 3971413 additions and 8881 deletions
22
vendor/k8s.io/kubernetes/examples/volumes/cephfs/cephfs-with-secret.yaml
generated
vendored
Normal file
22
vendor/k8s.io/kubernetes/examples/volumes/cephfs/cephfs-with-secret.yaml
generated
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: cephfs2
|
||||
spec:
|
||||
containers:
|
||||
- name: cephfs-rw
|
||||
image: kubernetes/pause
|
||||
volumeMounts:
|
||||
- mountPath: "/mnt/cephfs"
|
||||
name: cephfs
|
||||
volumes:
|
||||
- name: cephfs
|
||||
cephfs:
|
||||
monitors:
|
||||
- 10.16.154.78:6789
|
||||
- 10.16.154.82:6789
|
||||
- 10.16.154.83:6789
|
||||
user: admin
|
||||
secretRef:
|
||||
name: ceph-secret
|
||||
readOnly: true
|
Loading…
Add table
Add a link
Reference in a new issue