Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.75 KB | None | 0 0
  1. {
  2. "kind": "List",
  3. "apiVersion": "v1",
  4. "metadata": {},
  5. "items": [
  6. {
  7. "kind": "Pod",
  8. "apiVersion": "v1",
  9. "metadata": {
  10. "name": "goweb-controller-oc776",
  11. "generateName": "goweb-controller-",
  12. "namespace": "default",
  13. "selfLink": "/api/v1/namespaces/default/pods/goweb-controller-oc776",
  14. "uid": "fb42fedb-6f52-11e5-bdfd-3085a983c57a",
  15. "resourceVersion": "78",
  16. "creationTimestamp": "2015-10-10T13:29:49Z",
  17. "labels": {
  18. "app": "goweb"
  19. },
  20. "annotations": {
  21. "kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicationController\",\"namespace\":\"default\",\"name\":\"goweb-controller\",\"uid\":\"fb2b6e81-6f52-11e5-bdfd-3085a983c57a\",\"apiVersion\":\"v1\",\"resourceVersion\":\"50\"}}"
  22. }
  23. },
  24. "spec": {
  25. "containers": [
  26. {
  27. "name": "goweb",
  28. "image": "go-web-mem",
  29. "ports": [
  30. {
  31. "containerPort": 80,
  32. "protocol": "TCP"
  33. }
  34. ],
  35. "resources": {},
  36. "terminationMessagePath": "/dev/termination-log",
  37. "imagePullPolicy": "IfNotPresent"
  38. }
  39. ],
  40. "restartPolicy": "Always",
  41. "dnsPolicy": "ClusterFirst",
  42. "nodeName": "127.0.0.1"
  43. },
  44. "status": {
  45. "phase": "Running",
  46. "conditions": [
  47. {
  48. "type": "Ready",
  49. "status": "True"
  50. }
  51. ],
  52. "hostIP": "127.0.0.1",
  53. "podIP": "172.17.0.1",
  54. "startTime": "2015-10-10T13:29:50Z",
  55. "containerStatuses": [
  56. {
  57. "name": "goweb",
  58. "state": {
  59. "running": {
  60. "startedAt": "2015-10-10T13:29:53Z"
  61. }
  62. },
  63. "lastState": {},
  64. "ready": true,
  65. "restartCount": 0,
  66. "image": "go-web-mem",
  67. "imageID": "docker://58b2147237a459f74571b8a5985b9783340efde784d34a92603a5a6eb7b811e4",
  68. "containerID": "docker://45228fa46a500e572f125afc52ddcf4ea8d141b60d919b7e75050eac681ac5c7"
  69. }
  70. ]
  71. }
  72. },
  73. {
  74. "kind": "Pod",
  75. "apiVersion": "v1",
  76. "metadata": {
  77. "name": "goweb-controller-u2v59",
  78. "generateName": "goweb-controller-",
  79. "namespace": "default",
  80. "selfLink": "/api/v1/namespaces/default/pods/goweb-controller-u2v59",
  81. "uid": "fb433c9b-6f52-11e5-bdfd-3085a983c57a",
  82. "resourceVersion": "83",
  83. "creationTimestamp": "2015-10-10T13:29:49Z",
  84. "labels": {
  85. "app": "goweb"
  86. },
  87. "annotations": {
  88. "kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicationController\",\"namespace\":\"default\",\"name\":\"goweb-controller\",\"uid\":\"fb2b6e81-6f52-11e5-bdfd-3085a983c57a\",\"apiVersion\":\"v1\",\"resourceVersion\":\"50\"}}"
  89. }
  90. },
  91. "spec": {
  92. "containers": [
  93. {
  94. "name": "goweb",
  95. "image": "go-web-mem",
  96. "ports": [
  97. {
  98. "containerPort": 80,
  99. "protocol": "TCP"
  100. }
  101. ],
  102. "resources": {},
  103. "terminationMessagePath": "/dev/termination-log",
  104. "imagePullPolicy": "IfNotPresent"
  105. }
  106. ],
  107. "restartPolicy": "Always",
  108. "dnsPolicy": "ClusterFirst",
  109. "nodeName": "127.0.0.1"
  110. },
  111. "status": {
  112. "phase": "Running",
  113. "conditions": [
  114. {
  115. "type": "Ready",
  116. "status": "True"
  117. }
  118. ],
  119. "hostIP": "127.0.0.1",
  120. "podIP": "172.17.0.2",
  121. "startTime": "2015-10-10T13:29:50Z",
  122. "containerStatuses": [
  123. {
  124. "name": "goweb",
  125. "state": {
  126. "running": {
  127. "startedAt": "2015-10-10T13:30:01Z"
  128. }
  129. },
  130. "lastState": {},
  131. "ready": true,
  132. "restartCount": 0,
  133. "image": "go-web-mem",
  134. "imageID": "docker://58b2147237a459f74571b8a5985b9783340efde784d34a92603a5a6eb7b811e4",
  135. "containerID": "docker://2a1a70cb3f57643e5f44bb4307d65c23252bef771f43568c02cb037d1341e5e2"
  136. }
  137. ]
  138. }
  139. }
  140. ]
  141. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement