pulp_container_client 2.24.3 → 2.25.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 (74) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -5
  3. data/docs/ContainerContainerDistribution.md +8 -8
  4. data/docs/ContainerContainerDistributionResponse.md +14 -14
  5. data/docs/ContainerContainerPullThroughDistribution.md +8 -8
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +14 -14
  7. data/docs/ContainerContainerPushRepository.md +5 -5
  8. data/docs/ContainerContainerPushRepositoryResponse.md +14 -14
  9. data/docs/ContentBlobsApi.md +8 -20
  10. data/docs/ContentManifestsApi.md +8 -20
  11. data/docs/ContentSignaturesApi.md +8 -20
  12. data/docs/ContentTagsApi.md +8 -20
  13. data/docs/DistributionsContainerApi.md +34 -74
  14. data/docs/DistributionsPullThroughApi.md +34 -74
  15. data/docs/PatchedcontainerContainerDistribution.md +8 -8
  16. data/docs/PatchedcontainerContainerPullThroughDistribution.md +8 -8
  17. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  18. data/docs/PulpContainerNamespacesApi.md +16 -40
  19. data/docs/RemotesContainerApi.md +32 -72
  20. data/docs/RemotesPullThroughApi.md +32 -72
  21. data/docs/RepositoriesContainerApi.md +64 -138
  22. data/docs/RepositoriesContainerPushApi.md +36 -80
  23. data/docs/RepositoriesContainerPushVersionsApi.md +10 -22
  24. data/docs/RepositoriesContainerVersionsApi.md +10 -22
  25. data/docs/TokenApi.md +5 -14
  26. data/lib/pulp_container_client/api/content_blobs_api.rb +0 -12
  27. data/lib/pulp_container_client/api/content_manifests_api.rb +0 -12
  28. data/lib/pulp_container_client/api/content_signatures_api.rb +0 -12
  29. data/lib/pulp_container_client/api/content_tags_api.rb +0 -12
  30. data/lib/pulp_container_client/api/distributions_container_api.rb +0 -36
  31. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +0 -36
  32. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -24
  33. data/lib/pulp_container_client/api/remotes_container_api.rb +0 -36
  34. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +0 -36
  35. data/lib/pulp_container_client/api/repositories_container_api.rb +0 -63
  36. data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -39
  37. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +3 -15
  38. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +3 -15
  39. data/lib/pulp_container_client/api/token_api.rb +0 -9
  40. data/lib/pulp_container_client/models/container_container_distribution.rb +64 -64
  41. data/lib/pulp_container_client/models/container_container_distribution_response.rb +70 -70
  42. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +64 -64
  43. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +70 -70
  44. data/lib/pulp_container_client/models/container_container_push_repository.rb +41 -41
  45. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +62 -62
  46. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +58 -58
  47. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +58 -58
  48. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +41 -41
  49. data/lib/pulp_container_client/version.rb +1 -1
  50. data/pulp_container_client.gemspec +1 -0
  51. data/spec/api/content_blobs_api_spec.rb +0 -4
  52. data/spec/api/content_manifests_api_spec.rb +0 -4
  53. data/spec/api/content_signatures_api_spec.rb +0 -4
  54. data/spec/api/content_tags_api_spec.rb +0 -4
  55. data/spec/api/distributions_container_api_spec.rb +0 -12
  56. data/spec/api/distributions_pull_through_api_spec.rb +0 -12
  57. data/spec/api/pulp_container_namespaces_api_spec.rb +0 -8
  58. data/spec/api/remotes_container_api_spec.rb +0 -12
  59. data/spec/api/remotes_pull_through_api_spec.rb +0 -12
  60. data/spec/api/repositories_container_api_spec.rb +0 -21
  61. data/spec/api/repositories_container_push_api_spec.rb +0 -13
  62. data/spec/api/repositories_container_push_versions_api_spec.rb +1 -5
  63. data/spec/api/repositories_container_versions_api_spec.rb +1 -5
  64. data/spec/api/token_api_spec.rb +0 -3
  65. data/spec/models/container_container_distribution_response_spec.rb +11 -11
  66. data/spec/models/container_container_distribution_spec.rb +6 -6
  67. data/spec/models/container_container_pull_through_distribution_response_spec.rb +11 -11
  68. data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
  69. data/spec/models/container_container_push_repository_response_spec.rb +9 -9
  70. data/spec/models/container_container_push_repository_spec.rb +5 -5
  71. data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
  72. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
  73. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  74. metadata +80 -60
@@ -32,7 +32,6 @@ end
32
32
 
33
33
  api_instance = PulpContainerClient::ContentSignaturesApi.new
34
34
  opts = {
35
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
36
35
  digest: 'digest_example', # String | Filter results where digest matches value
37
36
  digest__in: ['inner_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
38
37
  key_id: 'key_id_example', # String | Filter results where key_id matches value
@@ -94,7 +93,6 @@ end
94
93
 
95
94
  | Name | Type | Description | Notes |
96
95
  | ---- | ---- | ----------- | ----- |
97
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
98
96
  | **digest** | **String** | Filter results where digest matches value | [optional] |
99
97
  | **digest__in** | [**Array&lt;String&gt;**](String.md) | Filter results where digest is in a comma-separated list of values | [optional] |
100
98
  | **key_id** | **String** | Filter results where key_id matches value | [optional] |
@@ -161,7 +159,6 @@ end
161
159
  api_instance = PulpContainerClient::ContentSignaturesApi.new
162
160
  container_manifest_signature_href = 'container_manifest_signature_href_example' # String |
163
161
  opts = {
164
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
165
162
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
166
163
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
167
164
  }
@@ -198,7 +195,6 @@ end
198
195
  | Name | Type | Description | Notes |
199
196
  | ---- | ---- | ----------- | ----- |
200
197
  | **container_manifest_signature_href** | **String** | | |
201
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
202
198
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
203
199
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
204
200
 
@@ -218,7 +214,7 @@ end
218
214
 
219
215
  ## set_label
220
216
 
221
- > <SetLabelResponse> set_label(container_manifest_signature_href, set_label, opts)
217
+ > <SetLabelResponse> set_label(container_manifest_signature_href, set_label)
222
218
 
223
219
  Set a label
224
220
 
@@ -239,13 +235,10 @@ end
239
235
  api_instance = PulpContainerClient::ContentSignaturesApi.new
240
236
  container_manifest_signature_href = 'container_manifest_signature_href_example' # String |
241
237
  set_label = PulpContainerClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
242
- opts = {
243
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
244
- }
245
238
 
246
239
  begin
247
240
  # Set a label
248
- result = api_instance.set_label(container_manifest_signature_href, set_label, opts)
241
+ result = api_instance.set_label(container_manifest_signature_href, set_label)
249
242
  p result
250
243
  rescue PulpContainerClient::ApiError => e
251
244
  puts "Error when calling ContentSignaturesApi->set_label: #{e}"
@@ -256,12 +249,12 @@ end
256
249
 
257
250
  This returns an Array which contains the response data, status code and headers.
258
251
 
259
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_manifest_signature_href, set_label, opts)
252
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_manifest_signature_href, set_label)
260
253
 
261
254
  ```ruby
262
255
  begin
263
256
  # Set a label
264
- data, status_code, headers = api_instance.set_label_with_http_info(container_manifest_signature_href, set_label, opts)
257
+ data, status_code, headers = api_instance.set_label_with_http_info(container_manifest_signature_href, set_label)
265
258
  p status_code # => 2xx
266
259
  p headers # => { ... }
267
260
  p data # => <SetLabelResponse>
@@ -276,7 +269,6 @@ end
276
269
  | ---- | ---- | ----------- | ----- |
277
270
  | **container_manifest_signature_href** | **String** | | |
278
271
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
279
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
280
272
 
281
273
  ### Return type
282
274
 
@@ -294,7 +286,7 @@ end
294
286
 
295
287
  ## unset_label
296
288
 
297
- > <UnsetLabelResponse> unset_label(container_manifest_signature_href, unset_label, opts)
289
+ > <UnsetLabelResponse> unset_label(container_manifest_signature_href, unset_label)
298
290
 
299
291
  Unset a label
300
292
 
@@ -315,13 +307,10 @@ end
315
307
  api_instance = PulpContainerClient::ContentSignaturesApi.new
316
308
  container_manifest_signature_href = 'container_manifest_signature_href_example' # String |
317
309
  unset_label = PulpContainerClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
318
- opts = {
319
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
320
- }
321
310
 
322
311
  begin
323
312
  # Unset a label
324
- result = api_instance.unset_label(container_manifest_signature_href, unset_label, opts)
313
+ result = api_instance.unset_label(container_manifest_signature_href, unset_label)
325
314
  p result
326
315
  rescue PulpContainerClient::ApiError => e
327
316
  puts "Error when calling ContentSignaturesApi->unset_label: #{e}"
@@ -332,12 +321,12 @@ end
332
321
 
333
322
  This returns an Array which contains the response data, status code and headers.
334
323
 
335
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_manifest_signature_href, unset_label, opts)
324
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_manifest_signature_href, unset_label)
336
325
 
337
326
  ```ruby
338
327
  begin
339
328
  # Unset a label
340
- data, status_code, headers = api_instance.unset_label_with_http_info(container_manifest_signature_href, unset_label, opts)
329
+ data, status_code, headers = api_instance.unset_label_with_http_info(container_manifest_signature_href, unset_label)
341
330
  p status_code # => 2xx
342
331
  p headers # => { ... }
343
332
  p data # => <UnsetLabelResponse>
@@ -352,7 +341,6 @@ end
352
341
  | ---- | ---- | ----------- | ----- |
353
342
  | **container_manifest_signature_href** | **String** | | |
354
343
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
355
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
356
344
 
357
345
  ### Return type
358
346
 
@@ -32,7 +32,6 @@ end
32
32
 
33
33
  api_instance = PulpContainerClient::ContentTagsApi.new
34
34
  opts = {
35
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
36
35
  digest: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
37
36
  limit: 56, # Integer | Number of results to return per page.
38
37
  media_type: ['application/vnd.docker.distribution.manifest.list.v2+json'], # Array<String> | * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json
@@ -84,7 +83,6 @@ end
84
83
 
85
84
  | Name | Type | Description | Notes |
86
85
  | ---- | ---- | ----------- | ----- |
87
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
88
86
  | **digest** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
89
87
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
90
88
  | **media_type** | [**Array&lt;String&gt;**](String.md) | * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json | [optional] |
@@ -141,7 +139,6 @@ end
141
139
  api_instance = PulpContainerClient::ContentTagsApi.new
142
140
  container_tag_href = 'container_tag_href_example' # String |
143
141
  opts = {
144
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
145
142
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
146
143
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
147
144
  }
@@ -178,7 +175,6 @@ end
178
175
  | Name | Type | Description | Notes |
179
176
  | ---- | ---- | ----------- | ----- |
180
177
  | **container_tag_href** | **String** | | |
181
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
182
178
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
183
179
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
184
180
 
@@ -198,7 +194,7 @@ end
198
194
 
199
195
  ## set_label
200
196
 
201
- > <SetLabelResponse> set_label(container_tag_href, set_label, opts)
197
+ > <SetLabelResponse> set_label(container_tag_href, set_label)
202
198
 
203
199
  Set a label
204
200
 
@@ -219,13 +215,10 @@ end
219
215
  api_instance = PulpContainerClient::ContentTagsApi.new
220
216
  container_tag_href = 'container_tag_href_example' # String |
221
217
  set_label = PulpContainerClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
222
- opts = {
223
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
224
- }
225
218
 
226
219
  begin
227
220
  # Set a label
228
- result = api_instance.set_label(container_tag_href, set_label, opts)
221
+ result = api_instance.set_label(container_tag_href, set_label)
229
222
  p result
230
223
  rescue PulpContainerClient::ApiError => e
231
224
  puts "Error when calling ContentTagsApi->set_label: #{e}"
@@ -236,12 +229,12 @@ end
236
229
 
237
230
  This returns an Array which contains the response data, status code and headers.
238
231
 
239
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_tag_href, set_label, opts)
232
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_tag_href, set_label)
240
233
 
241
234
  ```ruby
242
235
  begin
243
236
  # Set a label
244
- data, status_code, headers = api_instance.set_label_with_http_info(container_tag_href, set_label, opts)
237
+ data, status_code, headers = api_instance.set_label_with_http_info(container_tag_href, set_label)
245
238
  p status_code # => 2xx
246
239
  p headers # => { ... }
247
240
  p data # => <SetLabelResponse>
@@ -256,7 +249,6 @@ end
256
249
  | ---- | ---- | ----------- | ----- |
257
250
  | **container_tag_href** | **String** | | |
258
251
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
259
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
260
252
 
261
253
  ### Return type
262
254
 
@@ -274,7 +266,7 @@ end
274
266
 
275
267
  ## unset_label
276
268
 
277
- > <UnsetLabelResponse> unset_label(container_tag_href, unset_label, opts)
269
+ > <UnsetLabelResponse> unset_label(container_tag_href, unset_label)
278
270
 
279
271
  Unset a label
280
272
 
@@ -295,13 +287,10 @@ end
295
287
  api_instance = PulpContainerClient::ContentTagsApi.new
296
288
  container_tag_href = 'container_tag_href_example' # String |
297
289
  unset_label = PulpContainerClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
298
- opts = {
299
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
300
- }
301
290
 
302
291
  begin
303
292
  # Unset a label
304
- result = api_instance.unset_label(container_tag_href, unset_label, opts)
293
+ result = api_instance.unset_label(container_tag_href, unset_label)
305
294
  p result
306
295
  rescue PulpContainerClient::ApiError => e
307
296
  puts "Error when calling ContentTagsApi->unset_label: #{e}"
@@ -312,12 +301,12 @@ end
312
301
 
313
302
  This returns an Array which contains the response data, status code and headers.
314
303
 
315
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_tag_href, unset_label, opts)
304
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_tag_href, unset_label)
316
305
 
317
306
  ```ruby
318
307
  begin
319
308
  # Unset a label
320
- data, status_code, headers = api_instance.unset_label_with_http_info(container_tag_href, unset_label, opts)
309
+ data, status_code, headers = api_instance.unset_label_with_http_info(container_tag_href, unset_label)
321
310
  p status_code # => 2xx
322
311
  p headers # => { ... }
323
312
  p data # => <UnsetLabelResponse>
@@ -332,7 +321,6 @@ end
332
321
  | ---- | ---- | ----------- | ----- |
333
322
  | **container_tag_href** | **String** | | |
334
323
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
335
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
336
324
 
337
325
  ### Return type
338
326