docker-engine-ruby 0.2.2 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (289) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/README.md +1 -1
  4. data/lib/docker_engine_ruby/models/config.rb +6 -6
  5. data/lib/docker_engine_ruby/models/config_create_params.rb +1 -11
  6. data/lib/docker_engine_ruby/models/config_list_params.rb +1 -14
  7. data/lib/docker_engine_ruby/models/config_update_params.rb +1 -7
  8. data/lib/docker_engine_ruby/models/connect_request.rb +5 -5
  9. data/lib/docker_engine_ruby/models/container.rb +61 -143
  10. data/lib/docker_engine_ruby/models/container_archive_params.rb +1 -3
  11. data/lib/docker_engine_ruby/models/container_attach_params.rb +6 -29
  12. data/lib/docker_engine_ruby/models/container_create_params.rb +3 -1701
  13. data/lib/docker_engine_ruby/models/container_delete_params.rb +3 -9
  14. data/lib/docker_engine_ruby/models/container_exec_params.rb +11 -39
  15. data/lib/docker_engine_ruby/models/container_inspect_params.rb +1 -3
  16. data/lib/docker_engine_ruby/models/container_kill_params.rb +1 -6
  17. data/lib/docker_engine_ruby/models/container_list_params.rb +4 -36
  18. data/lib/docker_engine_ruby/models/container_logs_params.rb +7 -25
  19. data/lib/docker_engine_ruby/models/container_prune_params.rb +1 -16
  20. data/lib/docker_engine_ruby/models/container_prune_response.rb +2 -5
  21. data/lib/docker_engine_ruby/models/container_rename_params.rb +1 -3
  22. data/lib/docker_engine_ruby/models/container_resize_params.rb +2 -6
  23. data/lib/docker_engine_ruby/models/container_restart_params.rb +2 -9
  24. data/lib/docker_engine_ruby/models/container_start_params.rb +1 -8
  25. data/lib/docker_engine_ruby/models/container_stats_params.rb +2 -11
  26. data/lib/docker_engine_ruby/models/container_stop_params.rb +2 -9
  27. data/lib/docker_engine_ruby/models/container_top_params.rb +1 -3
  28. data/lib/docker_engine_ruby/models/container_update_params.rb +4 -80
  29. data/lib/docker_engine_ruby/models/container_wait_params.rb +1 -11
  30. data/lib/docker_engine_ruby/models/create_request.rb +17 -121
  31. data/lib/docker_engine_ruby/models/exec_inspect_response.rb +1 -12
  32. data/lib/docker_engine_ruby/models/exec_resize_params.rb +2 -6
  33. data/lib/docker_engine_ruby/models/exec_start_params.rb +3 -9
  34. data/lib/docker_engine_ruby/models/filesystem_change.rb +3 -3
  35. data/lib/docker_engine_ruby/models/image.rb +33 -66
  36. data/lib/docker_engine_ruby/models/image_build_params.rb +25 -122
  37. data/lib/docker_engine_ruby/models/image_build_prune_params.rb +5 -32
  38. data/lib/docker_engine_ruby/models/image_build_prune_response.rb +1 -3
  39. data/lib/docker_engine_ruby/models/image_commit_params.rb +7 -21
  40. data/lib/docker_engine_ruby/models/image_delete_params.rb +3 -14
  41. data/lib/docker_engine_ruby/models/image_get_all_params.rb +2 -13
  42. data/lib/docker_engine_ruby/models/image_get_params.rb +1 -10
  43. data/lib/docker_engine_ruby/models/image_history_params.rb +1 -15
  44. data/lib/docker_engine_ruby/models/image_inspect_params.rb +1 -3
  45. data/lib/docker_engine_ruby/models/image_list_params.rb +5 -29
  46. data/lib/docker_engine_ruby/models/image_load_params.rb +2 -14
  47. data/lib/docker_engine_ruby/models/image_prune_params.rb +1 -16
  48. data/lib/docker_engine_ruby/models/image_prune_response.rb +2 -5
  49. data/lib/docker_engine_ruby/models/image_pull_params.rb +13 -60
  50. data/lib/docker_engine_ruby/models/image_push_params.rb +2 -19
  51. data/lib/docker_engine_ruby/models/image_search_params.rb +3 -16
  52. data/lib/docker_engine_ruby/models/image_search_response.rb +1 -13
  53. data/lib/docker_engine_ruby/models/image_tag_params.rb +2 -6
  54. data/lib/docker_engine_ruby/models/info.rb +24 -53
  55. data/lib/docker_engine_ruby/models/inspect.rb +5 -7
  56. data/lib/docker_engine_ruby/models/list_response.rb +0 -3
  57. data/lib/docker_engine_ruby/models/network.rb +7 -4
  58. data/lib/docker_engine_ruby/models/network_create_params.rb +11 -26
  59. data/lib/docker_engine_ruby/models/network_inspect_params.rb +2 -6
  60. data/lib/docker_engine_ruby/models/network_inspect_response.rb +219 -89
  61. data/lib/docker_engine_ruby/models/network_list_params.rb +1 -21
  62. data/lib/docker_engine_ruby/models/network_prune_params.rb +1 -16
  63. data/lib/docker_engine_ruby/models/network_prune_response.rb +1 -2
  64. data/lib/docker_engine_ruby/models/node.rb +9 -22
  65. data/lib/docker_engine_ruby/models/node_delete_params.rb +1 -3
  66. data/lib/docker_engine_ruby/models/node_list_params.rb +1 -15
  67. data/lib/docker_engine_ruby/models/node_update_params.rb +1 -7
  68. data/lib/docker_engine_ruby/models/plugin.rb +2 -24
  69. data/lib/docker_engine_ruby/models/plugin_create_params.rb +1 -8
  70. data/lib/docker_engine_ruby/models/plugin_delete_params.rb +1 -7
  71. data/lib/docker_engine_ruby/models/plugin_disable_params.rb +1 -6
  72. data/lib/docker_engine_ruby/models/plugin_enable_params.rb +1 -3
  73. data/lib/docker_engine_ruby/models/plugin_list_params.rb +1 -12
  74. data/lib/docker_engine_ruby/models/plugin_privileges_params.rb +1 -7
  75. data/lib/docker_engine_ruby/models/plugin_pull_params.rb +8 -21
  76. data/lib/docker_engine_ruby/models/plugin_set_params.rb +3 -3
  77. data/lib/docker_engine_ruby/models/plugin_upgrade_params.rb +4 -13
  78. data/lib/docker_engine_ruby/models/secret.rb +6 -6
  79. data/lib/docker_engine_ruby/models/secret_create_params.rb +1 -11
  80. data/lib/docker_engine_ruby/models/secret_list_params.rb +1 -14
  81. data/lib/docker_engine_ruby/models/secret_update_params.rb +1 -7
  82. data/lib/docker_engine_ruby/models/service.rb +18 -33
  83. data/lib/docker_engine_ruby/models/service_create_params.rb +1 -15
  84. data/lib/docker_engine_ruby/models/service_inspect_params.rb +1 -3
  85. data/lib/docker_engine_ruby/models/service_list_params.rb +2 -17
  86. data/lib/docker_engine_ruby/models/service_logs_params.rb +7 -25
  87. data/lib/docker_engine_ruby/models/service_update_params.rb +4 -34
  88. data/lib/docker_engine_ruby/models/spec.rb +25 -96
  89. data/lib/docker_engine_ruby/models/stats_response.rb +143 -68
  90. data/lib/docker_engine_ruby/models/summary.rb +12 -32
  91. data/lib/docker_engine_ruby/models/swarm.rb +6 -9
  92. data/lib/docker_engine_ruby/models/swarm_init_params.rb +7 -35
  93. data/lib/docker_engine_ruby/models/swarm_join_params.rb +5 -31
  94. data/lib/docker_engine_ruby/models/swarm_leave_params.rb +1 -7
  95. data/lib/docker_engine_ruby/models/swarm_unlock_key_response.rb +1 -2
  96. data/lib/docker_engine_ruby/models/swarm_unlock_params.rb +1 -3
  97. data/lib/docker_engine_ruby/models/swarm_update_params.rb +4 -16
  98. data/lib/docker_engine_ruby/models/system_data_usage_params.rb +43 -16
  99. data/lib/docker_engine_ruby/models/system_data_usage_response.rb +0 -19
  100. data/lib/docker_engine_ruby/models/system_events_params.rb +3 -29
  101. data/lib/docker_engine_ruby/models/system_events_response.rb +0 -3
  102. data/lib/docker_engine_ruby/models/task.rb +10 -12
  103. data/lib/docker_engine_ruby/models/task_list_params.rb +1 -16
  104. data/lib/docker_engine_ruby/models/task_logs_params.rb +7 -25
  105. data/lib/docker_engine_ruby/models/version.rb +8 -17
  106. data/lib/docker_engine_ruby/models/volume.rb +38 -194
  107. data/lib/docker_engine_ruby/models/volume_delete_params.rb +1 -3
  108. data/lib/docker_engine_ruby/models/volume_list_params.rb +1 -15
  109. data/lib/docker_engine_ruby/models/volume_prune_params.rb +1 -14
  110. data/lib/docker_engine_ruby/models/volume_prune_response.rb +2 -5
  111. data/lib/docker_engine_ruby/models/volume_update_params.rb +18 -127
  112. data/lib/docker_engine_ruby/resources/auth.rb +1 -2
  113. data/lib/docker_engine_ruby/resources/configs.rb +9 -18
  114. data/lib/docker_engine_ruby/resources/containers.rb +88 -337
  115. data/lib/docker_engine_ruby/resources/distribution.rb +2 -3
  116. data/lib/docker_engine_ruby/resources/exec.rb +11 -22
  117. data/lib/docker_engine_ruby/resources/images.rb +98 -228
  118. data/lib/docker_engine_ruby/resources/networks.rb +22 -41
  119. data/lib/docker_engine_ruby/resources/nodes.rb +7 -17
  120. data/lib/docker_engine_ruby/resources/plugins.rb +27 -74
  121. data/lib/docker_engine_ruby/resources/secrets.rb +9 -18
  122. data/lib/docker_engine_ruby/resources/services.rb +23 -52
  123. data/lib/docker_engine_ruby/resources/swarm.rb +26 -38
  124. data/lib/docker_engine_ruby/resources/system.rb +8 -49
  125. data/lib/docker_engine_ruby/resources/tasks.rb +12 -32
  126. data/lib/docker_engine_ruby/resources/volumes.rb +8 -22
  127. data/lib/docker_engine_ruby/version.rb +1 -1
  128. data/rbi/docker_engine_ruby/models/config.rbi +9 -7
  129. data/rbi/docker_engine_ruby/models/config_create_params.rbi +2 -34
  130. data/rbi/docker_engine_ruby/models/config_list_params.rbi +1 -22
  131. data/rbi/docker_engine_ruby/models/config_update_params.rbi +1 -8
  132. data/rbi/docker_engine_ruby/models/connect_request.rbi +7 -12
  133. data/rbi/docker_engine_ruby/models/container.rbi +73 -194
  134. data/rbi/docker_engine_ruby/models/container_archive_params.rbi +1 -6
  135. data/rbi/docker_engine_ruby/models/container_attach_params.rbi +0 -28
  136. data/rbi/docker_engine_ruby/models/container_create_params.rbi +1 -3250
  137. data/rbi/docker_engine_ruby/models/container_delete_params.rbi +1 -12
  138. data/rbi/docker_engine_ruby/models/container_exec_params.rbi +0 -28
  139. data/rbi/docker_engine_ruby/models/container_inspect_params.rbi +1 -6
  140. data/rbi/docker_engine_ruby/models/container_kill_params.rbi +1 -6
  141. data/rbi/docker_engine_ruby/models/container_list_params.rbi +0 -50
  142. data/rbi/docker_engine_ruby/models/container_logs_params.rbi +0 -16
  143. data/rbi/docker_engine_ruby/models/container_prune_params.rbi +1 -26
  144. data/rbi/docker_engine_ruby/models/container_prune_response.rbi +1 -8
  145. data/rbi/docker_engine_ruby/models/container_rename_params.rbi +1 -6
  146. data/rbi/docker_engine_ruby/models/container_resize_params.rbi +1 -9
  147. data/rbi/docker_engine_ruby/models/container_restart_params.rbi +1 -9
  148. data/rbi/docker_engine_ruby/models/container_start_params.rbi +1 -10
  149. data/rbi/docker_engine_ruby/models/container_stats_params.rbi +1 -13
  150. data/rbi/docker_engine_ruby/models/container_stop_params.rbi +1 -9
  151. data/rbi/docker_engine_ruby/models/container_top_params.rbi +1 -6
  152. data/rbi/docker_engine_ruby/models/container_update_params.rbi +1 -170
  153. data/rbi/docker_engine_ruby/models/container_wait_params.rbi +1 -13
  154. data/rbi/docker_engine_ruby/models/create_request.rbi +7 -139
  155. data/rbi/docker_engine_ruby/models/exec_inspect_response.rbi +0 -2
  156. data/rbi/docker_engine_ruby/models/exec_resize_params.rbi +1 -9
  157. data/rbi/docker_engine_ruby/models/exec_start_params.rbi +0 -6
  158. data/rbi/docker_engine_ruby/models/filesystem_change.rbi +10 -13
  159. data/rbi/docker_engine_ruby/models/image.rbi +48 -106
  160. data/rbi/docker_engine_ruby/models/image_build_params.rbi +0 -127
  161. data/rbi/docker_engine_ruby/models/image_build_prune_params.rbi +0 -38
  162. data/rbi/docker_engine_ruby/models/image_build_prune_response.rbi +1 -6
  163. data/rbi/docker_engine_ruby/models/image_commit_params.rbi +0 -14
  164. data/rbi/docker_engine_ruby/models/image_delete_params.rbi +0 -10
  165. data/rbi/docker_engine_ruby/models/image_get_all_params.rbi +1 -17
  166. data/rbi/docker_engine_ruby/models/image_get_params.rbi +1 -14
  167. data/rbi/docker_engine_ruby/models/image_history_params.rbi +1 -24
  168. data/rbi/docker_engine_ruby/models/image_inspect_params.rbi +1 -6
  169. data/rbi/docker_engine_ruby/models/image_list_params.rbi +0 -32
  170. data/rbi/docker_engine_ruby/models/image_load_params.rbi +1 -18
  171. data/rbi/docker_engine_ruby/models/image_prune_params.rbi +1 -26
  172. data/rbi/docker_engine_ruby/models/image_prune_response.rbi +1 -8
  173. data/rbi/docker_engine_ruby/models/image_pull_params.rbi +6 -79
  174. data/rbi/docker_engine_ruby/models/image_push_params.rbi +0 -22
  175. data/rbi/docker_engine_ruby/models/image_search_params.rbi +1 -20
  176. data/rbi/docker_engine_ruby/models/image_search_response.rbi +0 -10
  177. data/rbi/docker_engine_ruby/models/image_tag_params.rbi +1 -9
  178. data/rbi/docker_engine_ruby/models/info.rbi +29 -76
  179. data/rbi/docker_engine_ruby/models/inspect.rbi +6 -12
  180. data/rbi/docker_engine_ruby/models/network.rbi +7 -4
  181. data/rbi/docker_engine_ruby/models/network_create_params.rbi +0 -30
  182. data/rbi/docker_engine_ruby/models/network_inspect_params.rbi +1 -9
  183. data/rbi/docker_engine_ruby/models/network_inspect_response.rbi +345 -198
  184. data/rbi/docker_engine_ruby/models/network_list_params.rbi +1 -36
  185. data/rbi/docker_engine_ruby/models/network_prune_params.rbi +1 -26
  186. data/rbi/docker_engine_ruby/models/network_prune_response.rbi +1 -5
  187. data/rbi/docker_engine_ruby/models/node.rbi +11 -17
  188. data/rbi/docker_engine_ruby/models/node_delete_params.rbi +1 -6
  189. data/rbi/docker_engine_ruby/models/node_list_params.rbi +1 -24
  190. data/rbi/docker_engine_ruby/models/node_update_params.rbi +1 -8
  191. data/rbi/docker_engine_ruby/models/plugin.rbi +1 -11
  192. data/rbi/docker_engine_ruby/models/plugin_create_params.rbi +1 -9
  193. data/rbi/docker_engine_ruby/models/plugin_delete_params.rbi +1 -8
  194. data/rbi/docker_engine_ruby/models/plugin_disable_params.rbi +1 -6
  195. data/rbi/docker_engine_ruby/models/plugin_enable_params.rbi +1 -6
  196. data/rbi/docker_engine_ruby/models/plugin_list_params.rbi +1 -18
  197. data/rbi/docker_engine_ruby/models/plugin_privileges_params.rbi +1 -8
  198. data/rbi/docker_engine_ruby/models/plugin_pull_params.rbi +6 -21
  199. data/rbi/docker_engine_ruby/models/plugin_set_params.rbi +3 -6
  200. data/rbi/docker_engine_ruby/models/plugin_upgrade_params.rbi +3 -17
  201. data/rbi/docker_engine_ruby/models/secret.rbi +8 -8
  202. data/rbi/docker_engine_ruby/models/secret_create_params.rbi +2 -34
  203. data/rbi/docker_engine_ruby/models/secret_list_params.rbi +1 -22
  204. data/rbi/docker_engine_ruby/models/secret_update_params.rbi +1 -8
  205. data/rbi/docker_engine_ruby/models/service.rbi +20 -40
  206. data/rbi/docker_engine_ruby/models/service_create_params.rbi +1 -36
  207. data/rbi/docker_engine_ruby/models/service_inspect_params.rbi +1 -6
  208. data/rbi/docker_engine_ruby/models/service_list_params.rbi +1 -25
  209. data/rbi/docker_engine_ruby/models/service_logs_params.rbi +0 -16
  210. data/rbi/docker_engine_ruby/models/service_update_params.rbi +0 -50
  211. data/rbi/docker_engine_ruby/models/spec.rbi +9 -82
  212. data/rbi/docker_engine_ruby/models/stats_response.rbi +213 -141
  213. data/rbi/docker_engine_ruby/models/summary.rbi +16 -53
  214. data/rbi/docker_engine_ruby/models/swarm.rbi +8 -8
  215. data/rbi/docker_engine_ruby/models/swarm_init_params.rbi +0 -50
  216. data/rbi/docker_engine_ruby/models/swarm_join_params.rbi +0 -36
  217. data/rbi/docker_engine_ruby/models/swarm_leave_params.rbi +1 -8
  218. data/rbi/docker_engine_ruby/models/swarm_unlock_key_response.rbi +1 -5
  219. data/rbi/docker_engine_ruby/models/swarm_unlock_params.rbi +1 -6
  220. data/rbi/docker_engine_ruby/models/swarm_update_params.rbi +0 -10
  221. data/rbi/docker_engine_ruby/models/system_data_usage_params.rbi +79 -27
  222. data/rbi/docker_engine_ruby/models/system_events_params.rbi +1 -46
  223. data/rbi/docker_engine_ruby/models/task.rbi +12 -16
  224. data/rbi/docker_engine_ruby/models/task_list_params.rbi +1 -26
  225. data/rbi/docker_engine_ruby/models/task_logs_params.rbi +0 -16
  226. data/rbi/docker_engine_ruby/models/version.rbi +8 -22
  227. data/rbi/docker_engine_ruby/models/volume.rbi +25 -225
  228. data/rbi/docker_engine_ruby/models/volume_delete_params.rbi +1 -6
  229. data/rbi/docker_engine_ruby/models/volume_list_params.rbi +1 -24
  230. data/rbi/docker_engine_ruby/models/volume_prune_params.rbi +1 -22
  231. data/rbi/docker_engine_ruby/models/volume_prune_response.rbi +1 -8
  232. data/rbi/docker_engine_ruby/models/volume_update_params.rbi +7 -143
  233. data/rbi/docker_engine_ruby/resources/auth.rbi +1 -2
  234. data/rbi/docker_engine_ruby/resources/configs.rbi +8 -29
  235. data/rbi/docker_engine_ruby/resources/containers.rbi +36 -388
  236. data/rbi/docker_engine_ruby/resources/distribution.rbi +2 -6
  237. data/rbi/docker_engine_ruby/resources/exec.rbi +5 -24
  238. data/rbi/docker_engine_ruby/resources/images.rbi +72 -365
  239. data/rbi/docker_engine_ruby/resources/networks.rbi +7 -76
  240. data/rbi/docker_engine_ruby/resources/nodes.rbi +6 -30
  241. data/rbi/docker_engine_ruby/resources/plugins.rbi +22 -91
  242. data/rbi/docker_engine_ruby/resources/secrets.rbi +8 -29
  243. data/rbi/docker_engine_ruby/resources/services.rbi +12 -60
  244. data/rbi/docker_engine_ruby/resources/swarm.rbi +6 -59
  245. data/rbi/docker_engine_ruby/resources/system.rbi +11 -66
  246. data/rbi/docker_engine_ruby/resources/tasks.rbi +3 -34
  247. data/rbi/docker_engine_ruby/resources/volumes.rbi +7 -43
  248. data/sig/docker_engine_ruby/models/config.rbs +11 -9
  249. data/sig/docker_engine_ruby/models/config_create_params.rbs +3 -24
  250. data/sig/docker_engine_ruby/models/connect_request.rbs +12 -12
  251. data/sig/docker_engine_ruby/models/container.rbs +62 -62
  252. data/sig/docker_engine_ruby/models/container_create_params.rbs +1 -1321
  253. data/sig/docker_engine_ruby/models/container_update_params.rbs +0 -51
  254. data/sig/docker_engine_ruby/models/create_request.rbs +5 -5
  255. data/sig/docker_engine_ruby/models/filesystem_change.rbs +1 -1
  256. data/sig/docker_engine_ruby/models/image.rbs +51 -53
  257. data/sig/docker_engine_ruby/models/image_pull_params.rbs +5 -7
  258. data/sig/docker_engine_ruby/models/info.rbs +54 -36
  259. data/sig/docker_engine_ruby/models/inspect.rbs +12 -8
  260. data/sig/docker_engine_ruby/models/network.rbs +5 -5
  261. data/sig/docker_engine_ruby/models/network_inspect_response.rbs +179 -90
  262. data/sig/docker_engine_ruby/models/node.rbs +18 -14
  263. data/sig/docker_engine_ruby/models/plugin_pull_params.rbs +5 -9
  264. data/sig/docker_engine_ruby/models/plugin_set_params.rbs +2 -4
  265. data/sig/docker_engine_ruby/models/plugin_upgrade_params.rbs +2 -6
  266. data/sig/docker_engine_ruby/models/secret.rbs +10 -10
  267. data/sig/docker_engine_ruby/models/secret_create_params.rbs +3 -24
  268. data/sig/docker_engine_ruby/models/service.rbs +25 -25
  269. data/sig/docker_engine_ruby/models/service_create_params.rbs +1 -16
  270. data/sig/docker_engine_ruby/models/service_update_params.rbs +0 -13
  271. data/sig/docker_engine_ruby/models/spec.rbs +10 -10
  272. data/sig/docker_engine_ruby/models/stats_response.rbs +188 -74
  273. data/sig/docker_engine_ruby/models/summary.rbs +20 -16
  274. data/sig/docker_engine_ruby/models/swarm.rbs +10 -10
  275. data/sig/docker_engine_ruby/models/system_data_usage_params.rbs +25 -10
  276. data/sig/docker_engine_ruby/models/task.rbs +15 -15
  277. data/sig/docker_engine_ruby/models/version.rbs +13 -4
  278. data/sig/docker_engine_ruby/models/volume.rbs +27 -25
  279. data/sig/docker_engine_ruby/models/volume_update_params.rbs +5 -5
  280. data/sig/docker_engine_ruby/resources/configs.rbs +2 -2
  281. data/sig/docker_engine_ruby/resources/containers.rbs +1 -2
  282. data/sig/docker_engine_ruby/resources/images.rbs +3 -3
  283. data/sig/docker_engine_ruby/resources/networks.rbs +1 -1
  284. data/sig/docker_engine_ruby/resources/nodes.rbs +1 -1
  285. data/sig/docker_engine_ruby/resources/plugins.rbs +3 -3
  286. data/sig/docker_engine_ruby/resources/secrets.rbs +2 -2
  287. data/sig/docker_engine_ruby/resources/services.rbs +2 -2
  288. data/sig/docker_engine_ruby/resources/system.rbs +1 -1
  289. metadata +1 -1
@@ -8,62 +8,48 @@ module DockerEngineRuby
8
8
  include DockerEngineRuby::Internal::Type::RequestParameters
9
9
 
10
10
  # @!attribute author
11
- # Author of the image (e.g., `John Hannibal Smith <hannibal@a-team.com>`)
12
11
  #
13
12
  # @return [String, nil]
14
13
  optional :author, String
15
14
 
16
15
  # @!attribute changes
17
- # `Dockerfile` instructions to apply while committing
18
16
  #
19
17
  # @return [String, nil]
20
18
  optional :changes, String
21
19
 
22
20
  # @!attribute comment
23
- # Commit message
24
21
  #
25
22
  # @return [String, nil]
26
23
  optional :comment, String
27
24
 
28
25
  # @!attribute container
29
- # The ID or name of the container to commit
30
26
  #
31
27
  # @return [String, nil]
32
28
  optional :container, String
33
29
 
34
30
  # @!attribute pause
35
- # Whether to pause the container before committing
36
31
  #
37
32
  # @return [Boolean, nil]
38
33
  optional :pause, DockerEngineRuby::Internal::Type::Boolean
39
34
 
40
35
  # @!attribute repo
41
- # Repository name for the created image
42
36
  #
43
37
  # @return [String, nil]
44
38
  optional :repo, String
45
39
 
46
40
  # @!attribute tag
47
- # Tag name for the create image
48
41
  #
49
42
  # @return [String, nil]
50
43
  optional :tag, String
51
44
 
52
45
  # @!method initialize(author: nil, changes: nil, comment: nil, container: nil, pause: nil, repo: nil, tag: nil, request_options: {})
53
- # @param author [String] Author of the image (e.g., `John Hannibal Smith <hannibal@a-team.com>`)
54
- #
55
- # @param changes [String] `Dockerfile` instructions to apply while committing
56
- #
57
- # @param comment [String] Commit message
58
- #
59
- # @param container [String] The ID or name of the container to commit
60
- #
61
- # @param pause [Boolean] Whether to pause the container before committing
62
- #
63
- # @param repo [String] Repository name for the created image
64
- #
65
- # @param tag [String] Tag name for the create image
66
- #
46
+ # @param author [String]
47
+ # @param changes [String]
48
+ # @param comment [String]
49
+ # @param container [String]
50
+ # @param pause [Boolean]
51
+ # @param repo [String]
52
+ # @param tag [String]
67
53
  # @param request_options [DockerEngineRuby::RequestOptions, Hash{Symbol=>Object}]
68
54
  end
69
55
  end
@@ -8,35 +8,24 @@ module DockerEngineRuby
8
8
  include DockerEngineRuby::Internal::Type::RequestParameters
9
9
 
10
10
  # @!attribute force
11
- # Remove the image even if it is being used by stopped containers or has other
12
- # tags
13
11
  #
14
12
  # @return [Boolean, nil]
15
13
  optional :force, DockerEngineRuby::Internal::Type::Boolean
16
14
 
17
15
  # @!attribute noprune
18
- # Do not delete untagged parent images
19
16
  #
20
17
  # @return [Boolean, nil]
21
18
  optional :noprune, DockerEngineRuby::Internal::Type::Boolean
22
19
 
23
20
  # @!attribute platforms
24
- # Select platform-specific content to delete. Multiple values are accepted. Each
25
- # platform is a OCI platform encoded as a JSON string.
26
21
  #
27
22
  # @return [Array<String>, nil]
28
23
  optional :platforms, DockerEngineRuby::Internal::Type::ArrayOf[String]
29
24
 
30
25
  # @!method initialize(force: nil, noprune: nil, platforms: nil, request_options: {})
31
- # Some parameter documentations has been truncated, see
32
- # {DockerEngineRuby::Models::ImageDeleteParams} for more details.
33
- #
34
- # @param force [Boolean] Remove the image even if it is being used by stopped containers or has other tag
35
- #
36
- # @param noprune [Boolean] Do not delete untagged parent images
37
- #
38
- # @param platforms [Array<String>] Select platform-specific content to delete.
39
- #
26
+ # @param force [Boolean]
27
+ # @param noprune [Boolean]
28
+ # @param platforms [Array<String>]
40
29
  # @param request_options [DockerEngineRuby::RequestOptions, Hash{Symbol=>Object}]
41
30
  end
42
31
  end
@@ -8,29 +8,18 @@ module DockerEngineRuby
8
8
  include DockerEngineRuby::Internal::Type::RequestParameters
9
9
 
10
10
  # @!attribute names
11
- # Image names to filter by
12
11
  #
13
12
  # @return [Array<String>, nil]
14
13
  optional :names, DockerEngineRuby::Internal::Type::ArrayOf[String]
15
14
 
16
15
  # @!attribute platform
17
- # JSON encoded OCI platform(s) which will be used to select the platform-specific
18
- # image(s) to be saved if the image is multi-platform. If not provided, the full
19
- # multi-platform image will be saved.
20
- #
21
- # Example: `{"os": "linux", "architecture": "arm", "variant": "v5"}`
22
16
  #
23
17
  # @return [Array<String>, nil]
24
18
  optional :platform, DockerEngineRuby::Internal::Type::ArrayOf[String]
25
19
 
26
20
  # @!method initialize(names: nil, platform: nil, request_options: {})
27
- # Some parameter documentations has been truncated, see
28
- # {DockerEngineRuby::Models::ImageGetAllParams} for more details.
29
- #
30
- # @param names [Array<String>] Image names to filter by
31
- #
32
- # @param platform [Array<String>] JSON encoded OCI platform(s) which will be used to select the
33
- #
21
+ # @param names [Array<String>]
22
+ # @param platform [Array<String>]
34
23
  # @param request_options [DockerEngineRuby::RequestOptions, Hash{Symbol=>Object}]
35
24
  end
36
25
  end
@@ -8,21 +8,12 @@ module DockerEngineRuby
8
8
  include DockerEngineRuby::Internal::Type::RequestParameters
9
9
 
10
10
  # @!attribute platform
11
- # JSON encoded OCI platform describing a platform which will be used to select a
12
- # platform-specific image to be saved if the image is multi-platform. If not
13
- # provided, the full multi-platform image will be saved.
14
- #
15
- # Example: `{"os": "linux", "architecture": "arm", "variant": "v5"}`
16
11
  #
17
12
  # @return [Array<String>, nil]
18
13
  optional :platform, DockerEngineRuby::Internal::Type::ArrayOf[String]
19
14
 
20
15
  # @!method initialize(platform: nil, request_options: {})
21
- # Some parameter documentations has been truncated, see
22
- # {DockerEngineRuby::Models::ImageGetParams} for more details.
23
- #
24
- # @param platform [Array<String>] JSON encoded OCI platform describing a platform which will be used
25
- #
16
+ # @param platform [Array<String>]
26
17
  # @param request_options [DockerEngineRuby::RequestOptions, Hash{Symbol=>Object}]
27
18
  end
28
19
  end
@@ -8,26 +8,12 @@ module DockerEngineRuby
8
8
  include DockerEngineRuby::Internal::Type::RequestParameters
9
9
 
10
10
  # @!attribute platform
11
- # JSON-encoded OCI platform to select the platform-variant. If omitted, it
12
- # defaults to any locally available platform, prioritizing the daemon's host
13
- # platform.
14
- #
15
- # If the daemon provides a multi-platform image store, this selects the
16
- # platform-variant to show the history for. If the image is a single-platform
17
- # image, or if the multi-platform image does not provide a variant matching the
18
- # given platform, an error is returned.
19
- #
20
- # Example: `{"os": "linux", "architecture": "arm", "variant": "v5"}`
21
11
  #
22
12
  # @return [String, nil]
23
13
  optional :platform, String
24
14
 
25
15
  # @!method initialize(platform: nil, request_options: {})
26
- # Some parameter documentations has been truncated, see
27
- # {DockerEngineRuby::Models::ImageHistoryParams} for more details.
28
- #
29
- # @param platform [String] JSON-encoded OCI platform to select the platform-variant.
30
- #
16
+ # @param platform [String]
31
17
  # @param request_options [DockerEngineRuby::RequestOptions, Hash{Symbol=>Object}]
32
18
  end
33
19
  end
@@ -8,14 +8,12 @@ module DockerEngineRuby
8
8
  include DockerEngineRuby::Internal::Type::RequestParameters
9
9
 
10
10
  # @!attribute manifests
11
- # Include Manifests in the image summary.
12
11
  #
13
12
  # @return [Boolean, nil]
14
13
  optional :manifests, DockerEngineRuby::Internal::Type::Boolean
15
14
 
16
15
  # @!method initialize(manifests: nil, request_options: {})
17
- # @param manifests [Boolean] Include Manifests in the image summary.
18
- #
16
+ # @param manifests [Boolean]
19
17
  # @param request_options [DockerEngineRuby::RequestOptions, Hash{Symbol=>Object}]
20
18
  end
21
19
  end
@@ -8,60 +8,36 @@ module DockerEngineRuby
8
8
  include DockerEngineRuby::Internal::Type::RequestParameters
9
9
 
10
10
  # @!attribute all
11
- # Show all images. Only images from a final layer (no children) are shown by
12
- # default.
13
11
  #
14
12
  # @return [Boolean, nil]
15
13
  optional :all, DockerEngineRuby::Internal::Type::Boolean
16
14
 
17
15
  # @!attribute digests
18
- # Show digest information as a `RepoDigests` field on each image.
19
16
  #
20
17
  # @return [Boolean, nil]
21
18
  optional :digests, DockerEngineRuby::Internal::Type::Boolean
22
19
 
23
20
  # @!attribute filters
24
- # A JSON encoded value of the filters (a `map[string][]string`) to process on the
25
- # images list.
26
- #
27
- # Available filters:
28
- #
29
- # - `before`=(`<image-name>[:<tag>]`, `<image id>` or `<image@digest>`)
30
- # - `dangling=true`
31
- # - `label=key` or `label="key=value"` of an image label
32
- # - `reference`=(`<image-name>[:<tag>]`)
33
- # - `since`=(`<image-name>[:<tag>]`, `<image id>` or `<image@digest>`)
34
- # - `until=<timestamp>`
35
21
  #
36
22
  # @return [String, nil]
37
23
  optional :filters, String
38
24
 
39
25
  # @!attribute manifests
40
- # Include `Manifests` in the image summary.
41
26
  #
42
27
  # @return [Boolean, nil]
43
28
  optional :manifests, DockerEngineRuby::Internal::Type::Boolean
44
29
 
45
30
  # @!attribute shared_size
46
- # Compute and show shared size as a `SharedSize` field on each image.
47
31
  #
48
32
  # @return [Boolean, nil]
49
33
  optional :shared_size, DockerEngineRuby::Internal::Type::Boolean
50
34
 
51
35
  # @!method initialize(all: nil, digests: nil, filters: nil, manifests: nil, shared_size: nil, request_options: {})
52
- # Some parameter documentations has been truncated, see
53
- # {DockerEngineRuby::Models::ImageListParams} for more details.
54
- #
55
- # @param all [Boolean] Show all images. Only images from a final layer (no children) are shown by defau
56
- #
57
- # @param digests [Boolean] Show digest information as a `RepoDigests` field on each image.
58
- #
59
- # @param filters [String] A JSON encoded value of the filters (a `map[string][]string`) to
60
- #
61
- # @param manifests [Boolean] Include `Manifests` in the image summary.
62
- #
63
- # @param shared_size [Boolean] Compute and show shared size as a `SharedSize` field on each image.
64
- #
36
+ # @param all [Boolean]
37
+ # @param digests [Boolean]
38
+ # @param filters [String]
39
+ # @param manifests [Boolean]
40
+ # @param shared_size [Boolean]
65
41
  # @param request_options [DockerEngineRuby::RequestOptions, Hash{Symbol=>Object}]
66
42
  end
67
43
  end
@@ -13,31 +13,19 @@ module DockerEngineRuby
13
13
  required :body, DockerEngineRuby::Internal::Type::FileInput
14
14
 
15
15
  # @!attribute platform
16
- # JSON encoded OCI platform(s) which will be used to select the platform-specific
17
- # image(s) to load if the image is multi-platform. If not provided, the full
18
- # multi-platform image will be loaded.
19
- #
20
- # Example: `{"os": "linux", "architecture": "arm", "variant": "v5"}`
21
16
  #
22
17
  # @return [Array<String>, nil]
23
18
  optional :platform, DockerEngineRuby::Internal::Type::ArrayOf[String]
24
19
 
25
20
  # @!attribute quiet
26
- # Suppress progress details during load.
27
21
  #
28
22
  # @return [Boolean, nil]
29
23
  optional :quiet, DockerEngineRuby::Internal::Type::Boolean
30
24
 
31
25
  # @!method initialize(body:, platform: nil, quiet: nil, request_options: {})
32
- # Some parameter documentations has been truncated, see
33
- # {DockerEngineRuby::Models::ImageLoadParams} for more details.
34
- #
35
26
  # @param body [Pathname, StringIO, IO, String, DockerEngineRuby::FilePart]
36
- #
37
- # @param platform [Array<String>] JSON encoded OCI platform(s) which will be used to select the
38
- #
39
- # @param quiet [Boolean] Suppress progress details during load.
40
- #
27
+ # @param platform [Array<String>]
28
+ # @param quiet [Boolean]
41
29
  # @param request_options [DockerEngineRuby::RequestOptions, Hash{Symbol=>Object}]
42
30
  end
43
31
  end
@@ -8,27 +8,12 @@ module DockerEngineRuby
8
8
  include DockerEngineRuby::Internal::Type::RequestParameters
9
9
 
10
10
  # @!attribute filters
11
- # Filters to process on the prune list, encoded as JSON (a `map[string][]string`).
12
- # Available filters:
13
- #
14
- # - `dangling=<boolean>` When set to `true` (or `1`), prune only unused _and_
15
- # untagged images. When set to `false` (or `0`), all unused images are pruned.
16
- # - `until=<string>` Prune images created before this timestamp. The `<timestamp>`
17
- # can be Unix timestamps, date formatted timestamps, or Go duration strings
18
- # (e.g. `10m`, `1h30m`) computed relative to the daemon machine’s time.
19
- # - `label` (`label=<key>`, `label=<key>=<value>`, `label!=<key>`, or
20
- # `label!=<key>=<value>`) Prune images with (or without, in case `label!=...` is
21
- # used) the specified labels.
22
11
  #
23
12
  # @return [String, nil]
24
13
  optional :filters, String
25
14
 
26
15
  # @!method initialize(filters: nil, request_options: {})
27
- # Some parameter documentations has been truncated, see
28
- # {DockerEngineRuby::Models::ImagePruneParams} for more details.
29
- #
30
- # @param filters [String] Filters to process on the prune list, encoded as JSON (a `map[string][]string`).
31
- #
16
+ # @param filters [String]
32
17
  # @param request_options [DockerEngineRuby::RequestOptions, Hash{Symbol=>Object}]
33
18
  end
34
19
  end
@@ -5,7 +5,6 @@ module DockerEngineRuby
5
5
  # @see DockerEngineRuby::Resources::Images#prune
6
6
  class ImagePruneResponse < DockerEngineRuby::Internal::Type::BaseModel
7
7
  # @!attribute images_deleted
8
- # Images that were deleted
9
8
  #
10
9
  # @return [Array<DockerEngineRuby::Models::DeleteItem>, nil]
11
10
  optional :images_deleted,
@@ -13,15 +12,13 @@ module DockerEngineRuby
13
12
  api_name: :ImagesDeleted
14
13
 
15
14
  # @!attribute space_reclaimed
16
- # Disk space reclaimed in bytes
17
15
  #
18
16
  # @return [Integer, nil]
19
17
  optional :space_reclaimed, Integer, api_name: :SpaceReclaimed
20
18
 
21
19
  # @!method initialize(images_deleted: nil, space_reclaimed: nil)
22
- # @param images_deleted [Array<DockerEngineRuby::Models::DeleteItem>] Images that were deleted
23
- #
24
- # @param space_reclaimed [Integer] Disk space reclaimed in bytes
20
+ # @param images_deleted [Array<DockerEngineRuby::Models::DeleteItem>]
21
+ # @param space_reclaimed [Integer]
25
22
  end
26
23
  end
27
24
  end
@@ -7,108 +7,61 @@ module DockerEngineRuby
7
7
  extend DockerEngineRuby::Internal::Type::RequestParameters::Converter
8
8
  include DockerEngineRuby::Internal::Type::RequestParameters
9
9
 
10
- # @!attribute changes
11
- # Apply `Dockerfile` instructions to the image that is created, for example:
12
- # `changes=ENV DEBUG=true`. Note that `ENV DEBUG=true` should be URI component
13
- # encoded.
10
+ # @!attribute body
14
11
  #
15
- # Supported `Dockerfile` instructions:
16
- # `CMD`|`ENTRYPOINT`|`ENV`|`EXPOSE`|`ONBUILD`|`USER`|`VOLUME`|`WORKDIR`
12
+ # @return [String]
13
+ required :body, String
14
+
15
+ # @!attribute changes
17
16
  #
18
17
  # @return [Array<String>, nil]
19
18
  optional :changes, DockerEngineRuby::Internal::Type::ArrayOf[String]
20
19
 
21
20
  # @!attribute from_image
22
- # Name of the image to pull. If the name includes a tag or digest, specific
23
- # behavior applies:
24
- #
25
- # - If only `fromImage` includes a tag, that tag is used.
26
- # - If both `fromImage` and `tag` are provided, `tag` takes precedence.
27
- # - If `fromImage` includes a digest, the image is pulled by digest, and `tag` is
28
- # ignored.
29
- # - If neither a tag nor digest is specified, all tags are pulled.
30
21
  #
31
22
  # @return [String, nil]
32
23
  optional :from_image, String
33
24
 
34
25
  # @!attribute from_src
35
- # Source to import. The value may be a URL from which the image can be retrieved
36
- # or `-` to read the image from the request body. This parameter may only be used
37
- # when importing an image.
38
26
  #
39
27
  # @return [String, nil]
40
28
  optional :from_src, String
41
29
 
42
30
  # @!attribute message
43
- # Set commit message for imported image.
44
31
  #
45
32
  # @return [String, nil]
46
33
  optional :message, String
47
34
 
48
35
  # @!attribute platform
49
- # Platform in the format os[/arch[/variant]].
50
- #
51
- # When used in combination with the `fromImage` option, the daemon checks if the
52
- # given image is present in the local image cache with the given OS and
53
- # Architecture, and otherwise attempts to pull the image. If the option is not
54
- # set, the host's native OS and Architecture are used. If the given image does not
55
- # exist in the local image cache, the daemon attempts to pull the image with the
56
- # host's native OS and Architecture. If the given image does exists in the local
57
- # image cache, but its OS or architecture does not match, a warning is produced.
58
- #
59
- # When used with the `fromSrc` option to import an image from an archive, this
60
- # option sets the platform information for the imported image. If the option is
61
- # not set, the host's native OS and Architecture are used for the imported image.
62
36
  #
63
37
  # @return [String, nil]
64
38
  optional :platform, String
65
39
 
66
40
  # @!attribute repo
67
- # Repository name given to an image when it is imported. The repo may include a
68
- # tag. This parameter may only be used when importing an image.
69
41
  #
70
42
  # @return [String, nil]
71
43
  optional :repo, String
72
44
 
73
45
  # @!attribute tag
74
- # Tag or digest. If empty when pulling an image, this causes all tags for the
75
- # given image to be pulled.
76
46
  #
77
47
  # @return [String, nil]
78
48
  optional :tag, String
79
49
 
80
- # @!attribute body
81
- #
82
- # @return [String, nil]
83
- optional :body, String
84
-
85
50
  # @!attribute x_registry_auth
86
51
  #
87
52
  # @return [String, nil]
88
53
  optional :x_registry_auth, String
89
54
 
90
- # @!method initialize(changes: nil, from_image: nil, from_src: nil, message: nil, platform: nil, repo: nil, tag: nil, body: nil, x_registry_auth: nil, request_options: {})
91
- # Some parameter documentations has been truncated, see
92
- # {DockerEngineRuby::Models::ImagePullParams} for more details.
93
- #
94
- # @param changes [Array<String>] Apply `Dockerfile` instructions to the image that is created,
95
- #
96
- # @param from_image [String] Name of the image to pull. If the name includes a tag or digest, specific behavi
97
- #
98
- # @param from_src [String] Source to import. The value may be a URL from which the image can be retrieved o
99
- #
100
- # @param message [String] Set commit message for imported image.
101
- #
102
- # @param platform [String] Platform in the format os[/arch[/variant]].
103
- #
104
- # @param repo [String] Repository name given to an image when it is imported. The repo may include a ta
105
- #
106
- # @param tag [String] Tag or digest. If empty when pulling an image, this causes all tags for the give
107
- #
55
+ # @!method initialize(body:, changes: nil, from_image: nil, from_src: nil, message: nil, platform: nil, repo: nil, tag: nil, x_registry_auth: nil, request_options: {})
108
56
  # @param body [String]
109
- #
57
+ # @param changes [Array<String>]
58
+ # @param from_image [String]
59
+ # @param from_src [String]
60
+ # @param message [String]
61
+ # @param platform [String]
62
+ # @param repo [String]
63
+ # @param tag [String]
110
64
  # @param x_registry_auth [String]
111
- #
112
65
  # @param request_options [DockerEngineRuby::RequestOptions, Hash{Symbol=>Object}]
113
66
  end
114
67
  end
@@ -13,36 +13,19 @@ module DockerEngineRuby
13
13
  required :x_registry_auth, String
14
14
 
15
15
  # @!attribute platform
16
- # JSON-encoded OCI platform to select the platform-variant to push. If not
17
- # provided, all available variants will attempt to be pushed.
18
- #
19
- # If the daemon provides a multi-platform image store, this selects the
20
- # platform-variant to push to the registry. If the image is a single-platform
21
- # image, or if the multi-platform image does not provide a variant matching the
22
- # given platform, an error is returned.
23
- #
24
- # Example: `{"os": "linux", "architecture": "arm", "variant": "v5"}`
25
16
  #
26
17
  # @return [String, nil]
27
18
  optional :platform, String
28
19
 
29
20
  # @!attribute tag
30
- # Tag of the image to push. For example, `latest`. If no tag is provided, all tags
31
- # of the given image that are present in the local image store are pushed.
32
21
  #
33
22
  # @return [String, nil]
34
23
  optional :tag, String
35
24
 
36
25
  # @!method initialize(x_registry_auth:, platform: nil, tag: nil, request_options: {})
37
- # Some parameter documentations has been truncated, see
38
- # {DockerEngineRuby::Models::ImagePushParams} for more details.
39
- #
40
26
  # @param x_registry_auth [String]
41
- #
42
- # @param platform [String] JSON-encoded OCI platform to select the platform-variant to push.
43
- #
44
- # @param tag [String] Tag of the image to push. For example, `latest`. If no tag is provided,
45
- #
27
+ # @param platform [String]
28
+ # @param tag [String]
46
29
  # @param request_options [DockerEngineRuby::RequestOptions, Hash{Symbol=>Object}]
47
30
  end
48
31
  end
@@ -8,37 +8,24 @@ module DockerEngineRuby
8
8
  include DockerEngineRuby::Internal::Type::RequestParameters
9
9
 
10
10
  # @!attribute term
11
- # Term to search
12
11
  #
13
12
  # @return [String]
14
13
  required :term, String
15
14
 
16
15
  # @!attribute filters
17
- # A JSON encoded value of the filters (a `map[string][]string`) to process on the
18
- # images list. Available filters:
19
- #
20
- # - `is-official=(true|false)`
21
- # - `stars=<number>` Matches images that has at least 'number' stars.
22
16
  #
23
17
  # @return [String, nil]
24
18
  optional :filters, String
25
19
 
26
20
  # @!attribute limit
27
- # Maximum number of results to return
28
21
  #
29
22
  # @return [Integer, nil]
30
23
  optional :limit, Integer
31
24
 
32
25
  # @!method initialize(term:, filters: nil, limit: nil, request_options: {})
33
- # Some parameter documentations has been truncated, see
34
- # {DockerEngineRuby::Models::ImageSearchParams} for more details.
35
- #
36
- # @param term [String] Term to search
37
- #
38
- # @param filters [String] A JSON encoded value of the filters (a `map[string][]string`) to process on the
39
- #
40
- # @param limit [Integer] Maximum number of results to return
41
- #
26
+ # @param term [String]
27
+ # @param filters [String]
28
+ # @param limit [Integer]
42
29
  # @param request_options [DockerEngineRuby::RequestOptions, Hash{Symbol=>Object}]
43
30
  end
44
31
  end
@@ -9,11 +9,6 @@ module DockerEngineRuby
9
9
  optional :description, String
10
10
 
11
11
  # @!attribute is_automated
12
- # Whether this repository has automated builds enabled.
13
- #
14
- # <p><br /></p>
15
- #
16
- # > **Deprecated**: This field is deprecated and will always be "false".
17
12
  #
18
13
  # @return [Boolean, nil]
19
14
  optional :is_automated, DockerEngineRuby::Internal::Type::Boolean
@@ -34,17 +29,10 @@ module DockerEngineRuby
34
29
  optional :star_count, Integer
35
30
 
36
31
  # @!method initialize(description: nil, is_automated: nil, is_official: nil, name: nil, star_count: nil)
37
- # Some parameter documentations has been truncated, see
38
- # {DockerEngineRuby::Models::ImageSearchResponseItem} for more details.
39
- #
40
32
  # @param description [String]
41
- #
42
- # @param is_automated [Boolean] Whether this repository has automated builds enabled.
43
- #
33
+ # @param is_automated [Boolean]
44
34
  # @param is_official [Boolean]
45
- #
46
35
  # @param name [String]
47
- #
48
36
  # @param star_count [Integer]
49
37
  end
50
38
 
@@ -8,22 +8,18 @@ module DockerEngineRuby
8
8
  include DockerEngineRuby::Internal::Type::RequestParameters
9
9
 
10
10
  # @!attribute repo
11
- # The repository to tag in. For example, `someuser/someimage`.
12
11
  #
13
12
  # @return [String, nil]
14
13
  optional :repo, String
15
14
 
16
15
  # @!attribute tag
17
- # The name of the new tag.
18
16
  #
19
17
  # @return [String, nil]
20
18
  optional :tag, String
21
19
 
22
20
  # @!method initialize(repo: nil, tag: nil, request_options: {})
23
- # @param repo [String] The repository to tag in. For example, `someuser/someimage`.
24
- #
25
- # @param tag [String] The name of the new tag.
26
- #
21
+ # @param repo [String]
22
+ # @param tag [String]
27
23
  # @param request_options [DockerEngineRuby::RequestOptions, Hash{Symbol=>Object}]
28
24
  end
29
25
  end