Replace godep with dep
This commit is contained in:
parent
1e7489927c
commit
bf5616c65b
14883 changed files with 3937406 additions and 361781 deletions
24
vendor/k8s.io/kubernetes/examples/volumes/iscsi/iscsi-chap.yaml
generated
vendored
Normal file
24
vendor/k8s.io/kubernetes/examples/volumes/iscsi/iscsi-chap.yaml
generated
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: iscsipd
|
||||
spec:
|
||||
containers:
|
||||
- name: iscsipd-ro
|
||||
image: kubernetes/pause
|
||||
volumeMounts:
|
||||
- mountPath: "/mnt/iscsipd"
|
||||
name: iscsivol
|
||||
volumes:
|
||||
- name: iscsivol
|
||||
iscsi:
|
||||
targetPortal: 127.0.0.1
|
||||
iqn: iqn.2015-02.example.com:test
|
||||
lun: 0
|
||||
fsType: ext4
|
||||
readOnly: true
|
||||
chapAuthDiscovery: true
|
||||
chapAuthSession: true
|
||||
secretRef:
|
||||
name: chap-secret
|
||||
Loading…
Add table
Add a link
Reference in a new issue