mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
vendor files
This commit is contained in:
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
|
Reference in New Issue
Block a user