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/scaleio/pod-sc-pvc.yaml
generated
vendored
Normal file
15
vendor/k8s.io/kubernetes/examples/volumes/scaleio/pod-sc-pvc.yaml
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
kind: Pod
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: pod-sio-small
|
||||
spec:
|
||||
containers:
|
||||
- name: pod-sio-small-container
|
||||
image: gcr.io/google_containers/test-webserver
|
||||
volumeMounts:
|
||||
- mountPath: /test
|
||||
name: test-data
|
||||
volumes:
|
||||
- name: test-data
|
||||
persistentVolumeClaim:
|
||||
claimName: pvc-sio-small
|
||||
Loading…
Add table
Add a link
Reference in a new issue