Replace godep with dep
This commit is contained in:
parent
1e7489927c
commit
bf5616c65b
14883 changed files with 3937406 additions and 361781 deletions
12
vendor/k8s.io/kubernetes/test/images/hostexec/pod.yaml
generated
vendored
Normal file
12
vendor/k8s.io/kubernetes/test/images/hostexec/pod.yaml
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: hostexec
|
||||
labels:
|
||||
app: hostexec
|
||||
spec:
|
||||
containers:
|
||||
- name: hostexec
|
||||
image: gcr.io/kubernetes-e2e-test-images/hostexec-amd64:1.0
|
||||
securityContext:
|
||||
hostNetwork: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue