1apiVersion: v1 2kind: Pod 3metadata: 4 name: sorted-pod3 5 creationTimestamp: "2018-08-30T14:10:53Z" 6 labels: 7 name: sorted-pod1-label 8spec: 9 containers: 10 - name: kubernetes-pause3 11 image: registry.k8s.io/pause:3.9
View as plain text