Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. {
  2. "metadata":{
  3. "name":"quota-pod-deployment-test"
  4. },
  5. "kind":"List",
  6. "apiVersion":"v1",
  7. "items":[
  8. {
  9. "kind": "Pod",
  10. "apiVersion": "v1",
  11. "metadata": {
  12. "name": "hello-openshift-1",
  13. "creationTimestamp": null,
  14. "labels": {
  15. "name": "hello-openshift"
  16. }
  17. },
  18. "spec": {
  19. "containers": [
  20. {
  21. "name": "hello-openshift",
  22. "image": "openshift/hello-openshift:v1.0.6",
  23. "ports": [
  24. {
  25. "containerPort": 8080,
  26. "protocol": "TCP"
  27. }
  28. ],
  29. "resources": {
  30. "limits": {
  31. "cpu": "10m",
  32. "memory": "16Mi"
  33. }
  34. },
  35. "terminationMessagePath": "/dev/termination-log",
  36. "imagePullPolicy": "IfNotPresent",
  37. "capabilities": {},
  38. "securityContext": {
  39. "capabilities": {},
  40. "privileged": false
  41. }
  42. }
  43. ],
  44. "restartPolicy": "Always",
  45. "dnsPolicy": "ClusterFirst",
  46. "serviceAccount": ""
  47. },
  48. "status": {}
  49. },
  50. {
  51. "kind": "Pod",
  52. "apiVersion": "v1",
  53. "metadata": {
  54. "name": "hello-openshift-2",
  55. "creationTimestamp": null,
  56. "labels": {
  57. "name": "hello-openshift"
  58. }
  59. },
  60. "spec": {
  61. "containers": [
  62. {
  63. "name": "hello-openshift",
  64. "image": "openshift/hello-openshift:v1.0.6",
  65. "ports": [
  66. {
  67. "containerPort": 8080,
  68. "protocol": "TCP"
  69. }
  70. ],
  71. "resources": {
  72. "limits": {
  73. "cpu": "10m",
  74. "memory": "16Mi"
  75. }
  76. },
  77. "terminationMessagePath": "/dev/termination-log",
  78. "imagePullPolicy": "IfNotPresent",
  79. "capabilities": {},
  80. "securityContext": {
  81. "capabilities": {},
  82. "privileged": false
  83. }
  84. }
  85. ],
  86. "restartPolicy": "Always",
  87. "dnsPolicy": "ClusterFirst",
  88. "serviceAccount": ""
  89. },
  90. "status": {}
  91. },
  92. {
  93. "kind": "Pod",
  94. "apiVersion": "v1",
  95. "metadata": {
  96. "name": "hello-openshift-3",
  97. "creationTimestamp": null,
  98. "labels": {
  99. "name": "hello-openshift"
  100. }
  101. },
  102. "spec": {
  103. "containers": [
  104. {
  105. "name": "hello-openshift",
  106. "image": "openshift/hello-openshift:v1.0.6",
  107. "ports": [
  108. {
  109. "containerPort": 8080,
  110. "protocol": "TCP"
  111. }
  112. ],
  113. "resources": {
  114. "limits": {
  115. "cpu": "10m",
  116. "memory": "16Mi"
  117. }
  118. },
  119. "terminationMessagePath": "/dev/termination-log",
  120. "imagePullPolicy": "IfNotPresent",
  121. "capabilities": {},
  122. "securityContext": {
  123. "capabilities": {},
  124. "privileged": false
  125. }
  126. }
  127. ],
  128. "restartPolicy": "Always",
  129. "dnsPolicy": "ClusterFirst",
  130. "serviceAccount": ""
  131. },
  132. "status": {}
  133. },
  134. {
  135. "kind": "Pod",
  136. "apiVersion": "v1",
  137. "metadata": {
  138. "name": "hello-openshift-4",
  139. "creationTimestamp": null,
  140. "labels": {
  141. "name": "hello-openshift"
  142. }
  143. },
  144. "spec": {
  145. "containers": [
  146. {
  147. "name": "hello-openshift",
  148. "image": "openshift/hello-openshift:v1.0.6",
  149. "ports": [
  150. {
  151. "containerPort": 8080,
  152. "protocol": "TCP"
  153. }
  154. ],
  155. "resources": {
  156. "limits": {
  157. "cpu": "10m",
  158. "memory": "16Mi"
  159. }
  160. },
  161. "terminationMessagePath": "/dev/termination-log",
  162. "imagePullPolicy": "IfNotPresent",
  163. "capabilities": {},
  164. "securityContext": {
  165. "capabilities": {},
  166. "privileged": false
  167. }
  168. }
  169. ],
  170. "restartPolicy": "Always",
  171. "dnsPolicy": "ClusterFirst",
  172. "serviceAccount": ""
  173. },
  174. "status": {}
  175. }
  176. ]
  177. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement