Guest User

Untitled

a guest
Dec 13th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. [
  2. {
  3. "status": {
  4. "qosClass": "BestEffort",
  5. "containerStatuses": [
  6. {
  7. "restartCount": 0,
  8. "name": "fio-pod",
  9. "image": "quay.io/ekuric/smallfile:latest",
  10. "imageID": "docker-pullable://quay.io/ekuric/smallfile@sha256:689a09db2619b506f862dd9196882cc153022148bbf6fa9eb0b69e1254fec830",
  11. "state": {
  12. "running": {
  13. "startedAt": "2018-12-13T08:54:55Z"
  14. }
  15. },
  16. "ready": true,
  17. "lastState": {},
  18. "containerID": "docker://d0492806dd74a36a8a7ffeb5173c8e21879493313a328237829b6aa9e91f7a1b"
  19. }
  20. ],
  21. "podIP": "10.131.2.174",
  22. "startTime": "2018-12-13T08:54:50Z",
  23. "hostIP": "10.12.70.4",
  24. "phase": "Running",
  25. "conditions": [
  26. {
  27. "status": "True",
  28. "lastProbeTime": null,
  29. "type": "Initialized",
  30. "lastTransitionTime": "2018-12-13T08:54:50Z"
  31. },
  32. {
  33. "status": "True",
  34. "lastProbeTime": null,
  35. "type": "Ready",
  36. "lastTransitionTime": "2018-12-13T08:54:55Z"
  37. },
  38. {
  39. "status": "True",
  40. "lastProbeTime": null,
  41. "type": "ContainersReady",
  42. "lastTransitionTime": null
  43. },
Add Comment
Please, Sign In to add comment