1apiVersion: v1 2kind: Pod 3metadata: 4 creationTimestamp: null 5 name: test-pod 6spec: 7 containers: 8 - image: test-image:1.14.2 9 name: test-container 10 ports: 11 - containerPort: 80 12 resources: {} 13status: {}
View as plain text