pulp_container_client 2.24.6 → 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 +6 -6
  4. data/docs/ContainerContainerDistributionResponse.md +16 -16
  5. data/docs/ContainerContainerPullThroughDistribution.md +6 -6
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +16 -16
  7. data/docs/ContainerContainerPushRepository.md +5 -5
  8. data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
  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 +32 -72
  14. data/docs/DistributionsPullThroughApi.md +32 -72
  15. data/docs/PatchedcontainerContainerDistribution.md +6 -6
  16. data/docs/PatchedcontainerContainerPullThroughDistribution.md +6 -6
  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 +31 -31
  41. data/lib/pulp_container_client/models/container_container_distribution_response.rb +73 -73
  42. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +31 -31
  43. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +73 -73
  44. data/lib/pulp_container_client/models/container_container_push_repository.rb +43 -43
  45. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +66 -66
  46. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +29 -29
  47. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +29 -29
  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 +5 -5
  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 +5 -5
  69. data/spec/models/container_container_push_repository_response_spec.rb +11 -11
  70. data/spec/models/container_container_push_repository_spec.rb +5 -5
  71. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  72. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  73. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  74. metadata +80 -60
@@ -12,7 +12,7 @@ All URIs are relative to *http://localhost:24817*
12
12
 
13
13
  ## delete
14
14
 
15
- > <AsyncOperationResponse> delete(container_container_repository_version_href, opts)
15
+ > <AsyncOperationResponse> delete(container_container_repository_version_href)
16
16
 
17
17
  Delete a repository version
18
18
 
@@ -32,13 +32,10 @@ end
32
32
 
33
33
  api_instance = PulpContainerClient::RepositoriesContainerVersionsApi.new
34
34
  container_container_repository_version_href = 'container_container_repository_version_href_example' # String |
35
- opts = {
36
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
37
- }
38
35
 
39
36
  begin
40
37
  # Delete a repository version
41
- result = api_instance.delete(container_container_repository_version_href, opts)
38
+ result = api_instance.delete(container_container_repository_version_href)
42
39
  p result
43
40
  rescue PulpContainerClient::ApiError => e
44
41
  puts "Error when calling RepositoriesContainerVersionsApi->delete: #{e}"
@@ -49,12 +46,12 @@ end
49
46
 
50
47
  This returns an Array which contains the response data, status code and headers.
51
48
 
52
- > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(container_container_repository_version_href, opts)
49
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(container_container_repository_version_href)
53
50
 
54
51
  ```ruby
55
52
  begin
56
53
  # Delete a repository version
57
- data, status_code, headers = api_instance.delete_with_http_info(container_container_repository_version_href, opts)
54
+ data, status_code, headers = api_instance.delete_with_http_info(container_container_repository_version_href)
58
55
  p status_code # => 2xx
59
56
  p headers # => { ... }
60
57
  p data # => <AsyncOperationResponse>
@@ -68,7 +65,6 @@ end
68
65
  | Name | Type | Description | Notes |
69
66
  | ---- | ---- | ----------- | ----- |
70
67
  | **container_container_repository_version_href** | **String** | | |
71
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
72
68
 
73
69
  ### Return type
74
70
 
@@ -107,7 +103,6 @@ end
107
103
  api_instance = PulpContainerClient::RepositoriesContainerVersionsApi.new
108
104
  container_container_repository_href = 'container_container_repository_href_example' # String |
109
105
  opts = {
110
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
111
106
  content: 'content_example', # String | Content Unit referenced by HREF/PRN
112
107
  content__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
113
108
  limit: 56, # Integer | Number of results to return per page.
@@ -118,7 +113,7 @@ opts = {
118
113
  number__lte: 56, # Integer | Filter results where number is less than or equal to value
119
114
  number__range: [37], # Array<Integer> | Filter results where number is between two comma separated values
120
115
  offset: 56, # Integer | The initial index from which to return the results.
121
- ordering: ['-complete'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
116
+ ordering: ['-complete'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
122
117
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
123
118
  pulp_created: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created matches value
124
119
  pulp_created__gt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created is greater than value
@@ -165,7 +160,6 @@ end
165
160
  | Name | Type | Description | Notes |
166
161
  | ---- | ---- | ----------- | ----- |
167
162
  | **container_container_repository_href** | **String** | | |
168
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
169
163
  | **content** | **String** | Content Unit referenced by HREF/PRN | [optional] |
170
164
  | **content__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
171
165
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
@@ -176,7 +170,7 @@ end
176
170
  | **number__lte** | **Integer** | Filter results where number is less than or equal to value | [optional] |
177
171
  | **number__range** | [**Array&lt;Integer&gt;**](Integer.md) | Filter results where number is between two comma separated values | [optional] |
178
172
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
179
- | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;content_ids&#x60; - Content ids * &#x60;-content_ids&#x60; - Content ids (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
173
+ | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
180
174
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
181
175
  | **pulp_created** | **Time** | Filter results where pulp_created matches value | [optional] |
182
176
  | **pulp_created__gt** | **Time** | Filter results where pulp_created is greater than value | [optional] |
@@ -227,7 +221,6 @@ end
227
221
  api_instance = PulpContainerClient::RepositoriesContainerVersionsApi.new
228
222
  container_container_repository_version_href = 'container_container_repository_version_href_example' # String |
229
223
  opts = {
230
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
231
224
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
232
225
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
233
226
  }
@@ -264,7 +257,6 @@ end
264
257
  | Name | Type | Description | Notes |
265
258
  | ---- | ---- | ----------- | ----- |
266
259
  | **container_container_repository_version_href** | **String** | | |
267
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
268
260
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
269
261
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
270
262
 
@@ -284,7 +276,7 @@ end
284
276
 
285
277
  ## repair
286
278
 
287
- > <AsyncOperationResponse> repair(container_container_repository_version_href, repair, opts)
279
+ > <AsyncOperationResponse> repair(container_container_repository_version_href, repair)
288
280
 
289
281
 
290
282
 
@@ -305,13 +297,10 @@ end
305
297
  api_instance = PulpContainerClient::RepositoriesContainerVersionsApi.new
306
298
  container_container_repository_version_href = 'container_container_repository_version_href_example' # String |
307
299
  repair = PulpContainerClient::Repair.new # Repair |
308
- opts = {
309
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
310
- }
311
300
 
312
301
  begin
313
302
 
314
- result = api_instance.repair(container_container_repository_version_href, repair, opts)
303
+ result = api_instance.repair(container_container_repository_version_href, repair)
315
304
  p result
316
305
  rescue PulpContainerClient::ApiError => e
317
306
  puts "Error when calling RepositoriesContainerVersionsApi->repair: #{e}"
@@ -322,12 +311,12 @@ end
322
311
 
323
312
  This returns an Array which contains the response data, status code and headers.
324
313
 
325
- > <Array(<AsyncOperationResponse>, Integer, Hash)> repair_with_http_info(container_container_repository_version_href, repair, opts)
314
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> repair_with_http_info(container_container_repository_version_href, repair)
326
315
 
327
316
  ```ruby
328
317
  begin
329
318
 
330
- data, status_code, headers = api_instance.repair_with_http_info(container_container_repository_version_href, repair, opts)
319
+ data, status_code, headers = api_instance.repair_with_http_info(container_container_repository_version_href, repair)
331
320
  p status_code # => 2xx
332
321
  p headers # => { ... }
333
322
  p data # => <AsyncOperationResponse>
@@ -342,7 +331,6 @@ end
342
331
  | ---- | ---- | ----------- | ----- |
343
332
  | **container_container_repository_version_href** | **String** | | |
344
333
  | **repair** | [**Repair**](Repair.md) | | |
345
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
346
334
 
347
335
  ### Return type
348
336
 
data/docs/TokenApi.md CHANGED
@@ -9,7 +9,7 @@ All URIs are relative to *http://localhost:24817*
9
9
 
10
10
  ## get
11
11
 
12
- > get(opts)
12
+ > get
13
13
 
14
14
 
15
15
 
@@ -28,15 +28,10 @@ PulpContainerClient.configure do |config|
28
28
  end
29
29
 
30
30
  api_instance = PulpContainerClient::TokenApi.new
31
- opts = {
32
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
33
- fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
34
- exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
35
- }
36
31
 
37
32
  begin
38
33
 
39
- api_instance.get(opts)
34
+ api_instance.get
40
35
  rescue PulpContainerClient::ApiError => e
41
36
  puts "Error when calling TokenApi->get: #{e}"
42
37
  end
@@ -46,12 +41,12 @@ end
46
41
 
47
42
  This returns an Array which contains the response data (`nil` in this case), status code and headers.
48
43
 
49
- > <Array(nil, Integer, Hash)> get_with_http_info(opts)
44
+ > <Array(nil, Integer, Hash)> get_with_http_info
50
45
 
51
46
  ```ruby
52
47
  begin
53
48
 
54
- data, status_code, headers = api_instance.get_with_http_info(opts)
49
+ data, status_code, headers = api_instance.get_with_http_info
55
50
  p status_code # => 2xx
56
51
  p headers # => { ... }
57
52
  p data # => nil
@@ -62,11 +57,7 @@ end
62
57
 
63
58
  ### Parameters
64
59
 
65
- | Name | Type | Description | Notes |
66
- | ---- | ---- | ----------- | ----- |
67
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
68
- | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
69
- | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
60
+ This endpoint does not need any parameter.
70
61
 
71
62
  ### Return type
72
63
 
@@ -22,7 +22,6 @@ module PulpContainerClient
22
22
  # List blobs
23
23
  # ViewSet for Blobs.
24
24
  # @param [Hash] opts the optional parameters
25
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
26
25
  # @option opts [String] :digest Filter results where digest matches value
27
26
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
28
27
  # @option opts [Integer] :limit Number of results to return per page.
@@ -48,7 +47,6 @@ module PulpContainerClient
48
47
  # List blobs
49
48
  # ViewSet for Blobs.
50
49
  # @param [Hash] opts the optional parameters
51
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
52
50
  # @option opts [String] :digest Filter results where digest matches value
53
51
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
54
52
  # @option opts [Integer] :limit Number of results to return per page.
@@ -100,7 +98,6 @@ module PulpContainerClient
100
98
  header_params = opts[:header_params] || {}
101
99
  # HTTP header 'Accept' (if needed)
102
100
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
103
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
104
101
 
105
102
  # form parameters
106
103
  form_params = opts[:form_params] || {}
@@ -135,7 +132,6 @@ module PulpContainerClient
135
132
  # ViewSet for Blobs.
136
133
  # @param container_blob_href [String]
137
134
  # @param [Hash] opts the optional parameters
138
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
139
135
  # @option opts [Array<String>] :fields A list of fields to include in the response.
140
136
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
141
137
  # @return [ContainerBlobResponse]
@@ -148,7 +144,6 @@ module PulpContainerClient
148
144
  # ViewSet for Blobs.
149
145
  # @param container_blob_href [String]
150
146
  # @param [Hash] opts the optional parameters
151
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
152
147
  # @option opts [Array<String>] :fields A list of fields to include in the response.
153
148
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
154
149
  # @return [Array<(ContainerBlobResponse, Integer, Hash)>] ContainerBlobResponse data, response status code and response headers
@@ -172,7 +167,6 @@ module PulpContainerClient
172
167
  header_params = opts[:header_params] || {}
173
168
  # HTTP header 'Accept' (if needed)
174
169
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
175
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
176
170
 
177
171
  # form parameters
178
172
  form_params = opts[:form_params] || {}
@@ -208,7 +202,6 @@ module PulpContainerClient
208
202
  # @param container_blob_href [String]
209
203
  # @param set_label [SetLabel]
210
204
  # @param [Hash] opts the optional parameters
211
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
212
205
  # @return [SetLabelResponse]
213
206
  def set_label(container_blob_href, set_label, opts = {})
214
207
  data, _status_code, _headers = set_label_with_http_info(container_blob_href, set_label, opts)
@@ -220,7 +213,6 @@ module PulpContainerClient
220
213
  # @param container_blob_href [String]
221
214
  # @param set_label [SetLabel]
222
215
  # @param [Hash] opts the optional parameters
223
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
224
216
  # @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
225
217
  def set_label_with_http_info(container_blob_href, set_label, opts = {})
226
218
  if @api_client.config.debugging
@@ -249,7 +241,6 @@ module PulpContainerClient
249
241
  if !content_type.nil?
250
242
  header_params['Content-Type'] = content_type
251
243
  end
252
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
253
244
 
254
245
  # form parameters
255
246
  form_params = opts[:form_params] || {}
@@ -285,7 +276,6 @@ module PulpContainerClient
285
276
  # @param container_blob_href [String]
286
277
  # @param unset_label [UnsetLabel]
287
278
  # @param [Hash] opts the optional parameters
288
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
289
279
  # @return [UnsetLabelResponse]
290
280
  def unset_label(container_blob_href, unset_label, opts = {})
291
281
  data, _status_code, _headers = unset_label_with_http_info(container_blob_href, unset_label, opts)
@@ -297,7 +287,6 @@ module PulpContainerClient
297
287
  # @param container_blob_href [String]
298
288
  # @param unset_label [UnsetLabel]
299
289
  # @param [Hash] opts the optional parameters
300
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
301
290
  # @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
302
291
  def unset_label_with_http_info(container_blob_href, unset_label, opts = {})
303
292
  if @api_client.config.debugging
@@ -326,7 +315,6 @@ module PulpContainerClient
326
315
  if !content_type.nil?
327
316
  header_params['Content-Type'] = content_type
328
317
  end
329
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
330
318
 
331
319
  # form parameters
332
320
  form_params = opts[:form_params] || {}
@@ -22,7 +22,6 @@ module PulpContainerClient
22
22
  # List manifests
23
23
  # ViewSet for Manifest.
24
24
  # @param [Hash] opts the optional parameters
25
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
26
25
  # @option opts [String] :digest Filter results where digest matches value
27
26
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
28
27
  # @option opts [Boolean] :is_bootable Filter results where is_bootable matches value
@@ -51,7 +50,6 @@ module PulpContainerClient
51
50
  # List manifests
52
51
  # ViewSet for Manifest.
53
52
  # @param [Hash] opts the optional parameters
54
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
55
53
  # @option opts [String] :digest Filter results where digest matches value
56
54
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
57
55
  # @option opts [Boolean] :is_bootable Filter results where is_bootable matches value
@@ -113,7 +111,6 @@ module PulpContainerClient
113
111
  header_params = opts[:header_params] || {}
114
112
  # HTTP header 'Accept' (if needed)
115
113
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
116
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
117
114
 
118
115
  # form parameters
119
116
  form_params = opts[:form_params] || {}
@@ -148,7 +145,6 @@ module PulpContainerClient
148
145
  # ViewSet for Manifest.
149
146
  # @param container_manifest_href [String]
150
147
  # @param [Hash] opts the optional parameters
151
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
152
148
  # @option opts [Array<String>] :fields A list of fields to include in the response.
153
149
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
154
150
  # @return [ContainerManifestResponse]
@@ -161,7 +157,6 @@ module PulpContainerClient
161
157
  # ViewSet for Manifest.
162
158
  # @param container_manifest_href [String]
163
159
  # @param [Hash] opts the optional parameters
164
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
165
160
  # @option opts [Array<String>] :fields A list of fields to include in the response.
166
161
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
167
162
  # @return [Array<(ContainerManifestResponse, Integer, Hash)>] ContainerManifestResponse data, response status code and response headers
@@ -185,7 +180,6 @@ module PulpContainerClient
185
180
  header_params = opts[:header_params] || {}
186
181
  # HTTP header 'Accept' (if needed)
187
182
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
188
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
189
183
 
190
184
  # form parameters
191
185
  form_params = opts[:form_params] || {}
@@ -221,7 +215,6 @@ module PulpContainerClient
221
215
  # @param container_manifest_href [String]
222
216
  # @param set_label [SetLabel]
223
217
  # @param [Hash] opts the optional parameters
224
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
225
218
  # @return [SetLabelResponse]
226
219
  def set_label(container_manifest_href, set_label, opts = {})
227
220
  data, _status_code, _headers = set_label_with_http_info(container_manifest_href, set_label, opts)
@@ -233,7 +226,6 @@ module PulpContainerClient
233
226
  # @param container_manifest_href [String]
234
227
  # @param set_label [SetLabel]
235
228
  # @param [Hash] opts the optional parameters
236
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
237
229
  # @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
238
230
  def set_label_with_http_info(container_manifest_href, set_label, opts = {})
239
231
  if @api_client.config.debugging
@@ -262,7 +254,6 @@ module PulpContainerClient
262
254
  if !content_type.nil?
263
255
  header_params['Content-Type'] = content_type
264
256
  end
265
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
266
257
 
267
258
  # form parameters
268
259
  form_params = opts[:form_params] || {}
@@ -298,7 +289,6 @@ module PulpContainerClient
298
289
  # @param container_manifest_href [String]
299
290
  # @param unset_label [UnsetLabel]
300
291
  # @param [Hash] opts the optional parameters
301
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
302
292
  # @return [UnsetLabelResponse]
303
293
  def unset_label(container_manifest_href, unset_label, opts = {})
304
294
  data, _status_code, _headers = unset_label_with_http_info(container_manifest_href, unset_label, opts)
@@ -310,7 +300,6 @@ module PulpContainerClient
310
300
  # @param container_manifest_href [String]
311
301
  # @param unset_label [UnsetLabel]
312
302
  # @param [Hash] opts the optional parameters
313
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
314
303
  # @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
315
304
  def unset_label_with_http_info(container_manifest_href, unset_label, opts = {})
316
305
  if @api_client.config.debugging
@@ -339,7 +328,6 @@ module PulpContainerClient
339
328
  if !content_type.nil?
340
329
  header_params['Content-Type'] = content_type
341
330
  end
342
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
343
331
 
344
332
  # form parameters
345
333
  form_params = opts[:form_params] || {}
@@ -22,7 +22,6 @@ module PulpContainerClient
22
22
  # List manifest signatures
23
23
  # ViewSet for image signatures.
24
24
  # @param [Hash] opts the optional parameters
25
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
26
25
  # @option opts [String] :digest Filter results where digest matches value
27
26
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
28
27
  # @option opts [String] :key_id Filter results where key_id matches value
@@ -60,7 +59,6 @@ module PulpContainerClient
60
59
  # List manifest signatures
61
60
  # ViewSet for image signatures.
62
61
  # @param [Hash] opts the optional parameters
63
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
64
62
  # @option opts [String] :digest Filter results where digest matches value
65
63
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
66
64
  # @option opts [String] :key_id Filter results where key_id matches value
@@ -136,7 +134,6 @@ module PulpContainerClient
136
134
  header_params = opts[:header_params] || {}
137
135
  # HTTP header 'Accept' (if needed)
138
136
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
139
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
140
137
 
141
138
  # form parameters
142
139
  form_params = opts[:form_params] || {}
@@ -171,7 +168,6 @@ module PulpContainerClient
171
168
  # ViewSet for image signatures.
172
169
  # @param container_manifest_signature_href [String]
173
170
  # @param [Hash] opts the optional parameters
174
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
175
171
  # @option opts [Array<String>] :fields A list of fields to include in the response.
176
172
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
177
173
  # @return [ContainerManifestSignatureResponse]
@@ -184,7 +180,6 @@ module PulpContainerClient
184
180
  # ViewSet for image signatures.
185
181
  # @param container_manifest_signature_href [String]
186
182
  # @param [Hash] opts the optional parameters
187
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
188
183
  # @option opts [Array<String>] :fields A list of fields to include in the response.
189
184
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
190
185
  # @return [Array<(ContainerManifestSignatureResponse, Integer, Hash)>] ContainerManifestSignatureResponse data, response status code and response headers
@@ -208,7 +203,6 @@ module PulpContainerClient
208
203
  header_params = opts[:header_params] || {}
209
204
  # HTTP header 'Accept' (if needed)
210
205
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
211
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
212
206
 
213
207
  # form parameters
214
208
  form_params = opts[:form_params] || {}
@@ -244,7 +238,6 @@ module PulpContainerClient
244
238
  # @param container_manifest_signature_href [String]
245
239
  # @param set_label [SetLabel]
246
240
  # @param [Hash] opts the optional parameters
247
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
248
241
  # @return [SetLabelResponse]
249
242
  def set_label(container_manifest_signature_href, set_label, opts = {})
250
243
  data, _status_code, _headers = set_label_with_http_info(container_manifest_signature_href, set_label, opts)
@@ -256,7 +249,6 @@ module PulpContainerClient
256
249
  # @param container_manifest_signature_href [String]
257
250
  # @param set_label [SetLabel]
258
251
  # @param [Hash] opts the optional parameters
259
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
260
252
  # @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
261
253
  def set_label_with_http_info(container_manifest_signature_href, set_label, opts = {})
262
254
  if @api_client.config.debugging
@@ -285,7 +277,6 @@ module PulpContainerClient
285
277
  if !content_type.nil?
286
278
  header_params['Content-Type'] = content_type
287
279
  end
288
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
289
280
 
290
281
  # form parameters
291
282
  form_params = opts[:form_params] || {}
@@ -321,7 +312,6 @@ module PulpContainerClient
321
312
  # @param container_manifest_signature_href [String]
322
313
  # @param unset_label [UnsetLabel]
323
314
  # @param [Hash] opts the optional parameters
324
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
325
315
  # @return [UnsetLabelResponse]
326
316
  def unset_label(container_manifest_signature_href, unset_label, opts = {})
327
317
  data, _status_code, _headers = unset_label_with_http_info(container_manifest_signature_href, unset_label, opts)
@@ -333,7 +323,6 @@ module PulpContainerClient
333
323
  # @param container_manifest_signature_href [String]
334
324
  # @param unset_label [UnsetLabel]
335
325
  # @param [Hash] opts the optional parameters
336
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
337
326
  # @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
338
327
  def unset_label_with_http_info(container_manifest_signature_href, unset_label, opts = {})
339
328
  if @api_client.config.debugging
@@ -362,7 +351,6 @@ module PulpContainerClient
362
351
  if !content_type.nil?
363
352
  header_params['Content-Type'] = content_type
364
353
  end
365
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
366
354
 
367
355
  # form parameters
368
356
  form_params = opts[:form_params] || {}
@@ -22,7 +22,6 @@ module PulpContainerClient
22
22
  # List tags
23
23
  # ViewSet for Tag.
24
24
  # @param [Hash] opts the optional parameters
25
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
26
25
  # @option opts [Array<String>] :digest Multiple values may be separated by commas.
27
26
  # @option opts [Integer] :limit Number of results to return per page.
28
27
  # @option opts [Array<String>] :media_type * &#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
@@ -50,7 +49,6 @@ module PulpContainerClient
50
49
  # List tags
51
50
  # ViewSet for Tag.
52
51
  # @param [Hash] opts the optional parameters
53
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
54
52
  # @option opts [Array<String>] :digest Multiple values may be separated by commas.
55
53
  # @option opts [Integer] :limit Number of results to return per page.
56
54
  # @option opts [Array<String>] :media_type * &#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
@@ -110,7 +108,6 @@ module PulpContainerClient
110
108
  header_params = opts[:header_params] || {}
111
109
  # HTTP header 'Accept' (if needed)
112
110
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
113
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
114
111
 
115
112
  # form parameters
116
113
  form_params = opts[:form_params] || {}
@@ -145,7 +142,6 @@ module PulpContainerClient
145
142
  # ViewSet for Tag.
146
143
  # @param container_tag_href [String]
147
144
  # @param [Hash] opts the optional parameters
148
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
149
145
  # @option opts [Array<String>] :fields A list of fields to include in the response.
150
146
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
151
147
  # @return [ContainerTagResponse]
@@ -158,7 +154,6 @@ module PulpContainerClient
158
154
  # ViewSet for Tag.
159
155
  # @param container_tag_href [String]
160
156
  # @param [Hash] opts the optional parameters
161
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
162
157
  # @option opts [Array<String>] :fields A list of fields to include in the response.
163
158
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
164
159
  # @return [Array<(ContainerTagResponse, Integer, Hash)>] ContainerTagResponse data, response status code and response headers
@@ -182,7 +177,6 @@ module PulpContainerClient
182
177
  header_params = opts[:header_params] || {}
183
178
  # HTTP header 'Accept' (if needed)
184
179
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
185
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
186
180
 
187
181
  # form parameters
188
182
  form_params = opts[:form_params] || {}
@@ -218,7 +212,6 @@ module PulpContainerClient
218
212
  # @param container_tag_href [String]
219
213
  # @param set_label [SetLabel]
220
214
  # @param [Hash] opts the optional parameters
221
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
222
215
  # @return [SetLabelResponse]
223
216
  def set_label(container_tag_href, set_label, opts = {})
224
217
  data, _status_code, _headers = set_label_with_http_info(container_tag_href, set_label, opts)
@@ -230,7 +223,6 @@ module PulpContainerClient
230
223
  # @param container_tag_href [String]
231
224
  # @param set_label [SetLabel]
232
225
  # @param [Hash] opts the optional parameters
233
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
234
226
  # @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
235
227
  def set_label_with_http_info(container_tag_href, set_label, opts = {})
236
228
  if @api_client.config.debugging
@@ -259,7 +251,6 @@ module PulpContainerClient
259
251
  if !content_type.nil?
260
252
  header_params['Content-Type'] = content_type
261
253
  end
262
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
263
254
 
264
255
  # form parameters
265
256
  form_params = opts[:form_params] || {}
@@ -295,7 +286,6 @@ module PulpContainerClient
295
286
  # @param container_tag_href [String]
296
287
  # @param unset_label [UnsetLabel]
297
288
  # @param [Hash] opts the optional parameters
298
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
299
289
  # @return [UnsetLabelResponse]
300
290
  def unset_label(container_tag_href, unset_label, opts = {})
301
291
  data, _status_code, _headers = unset_label_with_http_info(container_tag_href, unset_label, opts)
@@ -307,7 +297,6 @@ module PulpContainerClient
307
297
  # @param container_tag_href [String]
308
298
  # @param unset_label [UnsetLabel]
309
299
  # @param [Hash] opts the optional parameters
310
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
311
300
  # @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
312
301
  def unset_label_with_http_info(container_tag_href, unset_label, opts = {})
313
302
  if @api_client.config.debugging
@@ -336,7 +325,6 @@ module PulpContainerClient
336
325
  if !content_type.nil?
337
326
  header_params['Content-Type'] = content_type
338
327
  end
339
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
340
328
 
341
329
  # form parameters
342
330
  form_params = opts[:form_params] || {}