k8s.io/kubernetes@v1.31.0-alpha.0.0.20240520171757-56147500dadc/hack/testdata/recursive/pod/busybox.yaml (about)

     1  apiVersion: v1
     2  kind: Pod
     3  metadata:
     4    name: busybox0
     5    labels:
     6      app: busybox0
     7  spec:
     8    containers:
     9    - image: busybox
    10      command:
    11        - sleep
    12        - "3600"
    13      imagePullPolicy: IfNotPresent
    14      name: busybox
    15    restartPolicy: Always