k3s/tmp-valid-pod.json

37 lines
989 B
JSON

{
"kind": "Pod",
"apiVersion": "v1",
"metadata": {
"name": "valid-pod",
"namespace": "default",
"selfLink": "/api/v1/namespaces/default/pods/valid-pod",
"uid": "20f4f1f5-1e67-11e5-b84d-54ee753e2644",
"resourceVersion": "474",
"creationTimestamp": "2015-06-29T13:59:58Z",
"labels": {
"name": "valid-pod"
}
},
"spec": {
"containers": [
{
"name": "update-k8s-serve-hostname",
"image": "nginx",
"resources": {
"limits": {
"cpu": "1",
"memory": "6Mi"
}
},
"terminationMessagePath": "/dev/termination-log",
"imagePullPolicy": "IfNotPresent"
}
],
"restartPolicy": "Always",
"dnsPolicy": "ClusterFirst"
},
"status": {
"phase": "Pending"
}
}