Replace godep with dep
This commit is contained in:
parent
1e7489927c
commit
bf5616c65b
14883 changed files with 3937406 additions and 361781 deletions
15
vendor/k8s.io/kubernetes/examples/volumes/iscsi/chap-secret.yaml
generated
vendored
Normal file
15
vendor/k8s.io/kubernetes/examples/volumes/iscsi/chap-secret.yaml
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: chap-secret
|
||||
type: "kubernetes.io/iscsi-chap"
|
||||
data:
|
||||
discovery.sendtargets.auth.username: dXNlcg==
|
||||
discovery.sendtargets.auth.password: ZGVtbw==
|
||||
discovery.sendtargets.auth.username_in: bXVzZXI=
|
||||
discovery.sendtargets.auth.password_in: bXBhc3M=
|
||||
node.session.auth.username: dXNlcm5hbWU=
|
||||
node.session.auth.password: cGFzc3dvcmQ=
|
||||
node.session.auth.username_in: bXVzZXIy
|
||||
node.session.auth.password_in: bXBhc3My
|
||||
Loading…
Add table
Add a link
Reference in a new issue