mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 05:21:58 +00:00
commit
3beb7f294a
@ -1,36 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user