mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-04 12:47:36 +08:00
18 lines
507 B
JSON
18 lines
507 B
JSON
{
|
|
"apiVersion": "v1",
|
|
"kind": "Pod",
|
|
"status": {
|
|
"conditions": [
|
|
{
|
|
"lastProbeTime": null,
|
|
"lastTransitionTime": "2019-08-23T10:44:34Z",
|
|
"message": "0/1 nodes are available: 1 Insufficient cpu, 1 Insufficient memory.",
|
|
"reason": "Unschedulable",
|
|
"status": "False",
|
|
"type": "PodScheduled"
|
|
}
|
|
],
|
|
"phase": "Pending",
|
|
"qosClass": "Burstable"
|
|
}
|
|
} |