Files
kubernetes/hack/testdata/sorted-pods/sorted-pod2.yaml
Davanum Srinivas 50bea1dad8 Move from k8s.gcr.io to registry.k8s.io
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-05-31 10:16:53 -04:00

20 lines
347 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: sorted-pod2
creationTimestamp: "2018-08-30T14:10:55Z"
labels:
name: sorted-pod2-label
spec:
containers:
- name: kubernetes-pause1
image: registry.k8s.io/pause:3.7
resources:
requests:
memory: "1G"
cpu: "0.5"
limits:
memory: "2G"
cpu: "1"