cri-o/vendor/k8s.io/kubernetes/hack/testdata/recursive/pod/busybox.yaml

16 lines
237 B
YAML
Raw Normal View History

apiVersion: v1
kind: Pod
metadata:
name: busybox0
labels:
app: busybox0
spec:
containers:
- image: busybox
command:
- sleep
- "3600"
imagePullPolicy: IfNotPresent
name: busybox
restartPolicy: Always