pulp_container_client 2.25.0 → 2.26.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.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/docs/ContainerBlobResponse.md +2 -0
- data/docs/ContainerContainerDistribution.md +8 -8
- data/docs/ContainerContainerDistributionResponse.md +16 -16
- data/docs/ContainerContainerPullThroughDistribution.md +8 -8
- data/docs/ContainerContainerPullThroughDistributionResponse.md +16 -16
- data/docs/ContainerContainerPullThroughRemoteResponse.md +1 -1
- data/docs/ContainerContainerPushRepository.md +7 -7
- data/docs/ContainerContainerPushRepositoryResponse.md +15 -15
- data/docs/ContainerContainerRemoteResponse.md +1 -1
- data/docs/ContainerManifestResponse.md +2 -0
- data/docs/ContainerManifestSignatureResponse.md +2 -0
- data/docs/ContainerTagResponse.md +2 -0
- data/docs/ContentBlobsApi.md +20 -8
- data/docs/ContentManifestsApi.md +20 -8
- data/docs/ContentSignaturesApi.md +20 -8
- data/docs/ContentTagsApi.md +20 -8
- data/docs/DistributionsContainerApi.md +72 -32
- data/docs/DistributionsPullThroughApi.md +72 -32
- data/docs/PatchedcontainerContainerDistribution.md +8 -8
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +8 -8
- data/docs/PatchedcontainerContainerPushRepository.md +7 -7
- data/docs/PulpContainerNamespacesApi.md +40 -16
- data/docs/RemotesContainerApi.md +72 -32
- data/docs/RemotesPullThroughApi.md +72 -32
- data/docs/RepositoriesContainerApi.md +138 -64
- data/docs/RepositoriesContainerPushApi.md +80 -36
- data/docs/RepositoriesContainerPushVersionsApi.md +22 -10
- data/docs/RepositoriesContainerVersionsApi.md +22 -10
- data/docs/RepositoryVersionResponse.md +3 -1
- data/docs/TokenApi.md +14 -5
- data/lib/pulp_container_client/api/content_blobs_api.rb +12 -0
- data/lib/pulp_container_client/api/content_manifests_api.rb +12 -0
- data/lib/pulp_container_client/api/content_signatures_api.rb +12 -0
- data/lib/pulp_container_client/api/content_tags_api.rb +12 -0
- data/lib/pulp_container_client/api/distributions_container_api.rb +36 -0
- data/lib/pulp_container_client/api/distributions_pull_through_api.rb +36 -0
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +24 -0
- data/lib/pulp_container_client/api/remotes_container_api.rb +36 -0
- data/lib/pulp_container_client/api/remotes_pull_through_api.rb +36 -0
- data/lib/pulp_container_client/api/repositories_container_api.rb +63 -0
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +39 -0
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +15 -3
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +15 -3
- data/lib/pulp_container_client/api/token_api.rb +9 -0
- data/lib/pulp_container_client/models/container_blob_response.rb +10 -1
- data/lib/pulp_container_client/models/container_container_distribution.rb +34 -34
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +71 -71
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +34 -34
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +71 -71
- data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +0 -15
- data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +0 -15
- data/lib/pulp_container_client/models/container_container_push_repository.rb +33 -48
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +66 -81
- data/lib/pulp_container_client/models/container_container_remote.rb +0 -15
- data/lib/pulp_container_client/models/container_container_remote_response.rb +0 -15
- data/lib/pulp_container_client/models/container_container_repository.rb +0 -15
- data/lib/pulp_container_client/models/container_container_repository_response.rb +0 -15
- data/lib/pulp_container_client/models/container_manifest_response.rb +10 -1
- data/lib/pulp_container_client/models/container_manifest_signature_response.rb +10 -1
- data/lib/pulp_container_client/models/container_tag_response.rb +10 -1
- data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +0 -2
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +32 -32
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +32 -32
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +0 -15
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +31 -46
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +0 -15
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +0 -15
- data/lib/pulp_container_client/models/repository_version_response.rb +13 -4
- data/lib/pulp_container_client/version.rb +1 -1
- data/pulp_container_client.gemspec +0 -1
- data/spec/api/content_blobs_api_spec.rb +4 -0
- data/spec/api/content_manifests_api_spec.rb +4 -0
- data/spec/api/content_signatures_api_spec.rb +4 -0
- data/spec/api/content_tags_api_spec.rb +4 -0
- data/spec/api/distributions_container_api_spec.rb +12 -0
- data/spec/api/distributions_pull_through_api_spec.rb +12 -0
- data/spec/api/pulp_container_namespaces_api_spec.rb +8 -0
- data/spec/api/remotes_container_api_spec.rb +12 -0
- data/spec/api/remotes_pull_through_api_spec.rb +12 -0
- data/spec/api/repositories_container_api_spec.rb +21 -0
- data/spec/api/repositories_container_push_api_spec.rb +13 -0
- data/spec/api/repositories_container_push_versions_api_spec.rb +5 -1
- data/spec/api/repositories_container_versions_api_spec.rb +5 -1
- data/spec/api/token_api_spec.rb +3 -0
- data/spec/models/container_blob_response_spec.rb +6 -0
- data/spec/models/container_container_distribution_response_spec.rb +10 -10
- data/spec/models/container_container_distribution_spec.rb +4 -4
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +10 -10
- data/spec/models/container_container_pull_through_distribution_spec.rb +4 -4
- data/spec/models/container_container_push_repository_response_spec.rb +11 -11
- data/spec/models/container_container_push_repository_spec.rb +5 -5
- data/spec/models/container_manifest_response_spec.rb +6 -0
- data/spec/models/container_manifest_signature_response_spec.rb +6 -0
- data/spec/models/container_tag_response_spec.rb +6 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +62 -82
@@ -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)
|
15
|
+
> <AsyncOperationResponse> delete(container_container_repository_version_href, opts)
|
16
16
|
|
17
17
|
Delete a repository version
|
18
18
|
|
@@ -32,10 +32,13 @@ 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
|
+
}
|
35
38
|
|
36
39
|
begin
|
37
40
|
# Delete a repository version
|
38
|
-
result = api_instance.delete(container_container_repository_version_href)
|
41
|
+
result = api_instance.delete(container_container_repository_version_href, opts)
|
39
42
|
p result
|
40
43
|
rescue PulpContainerClient::ApiError => e
|
41
44
|
puts "Error when calling RepositoriesContainerVersionsApi->delete: #{e}"
|
@@ -46,12 +49,12 @@ end
|
|
46
49
|
|
47
50
|
This returns an Array which contains the response data, status code and headers.
|
48
51
|
|
49
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(container_container_repository_version_href)
|
52
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(container_container_repository_version_href, opts)
|
50
53
|
|
51
54
|
```ruby
|
52
55
|
begin
|
53
56
|
# Delete a repository version
|
54
|
-
data, status_code, headers = api_instance.delete_with_http_info(container_container_repository_version_href)
|
57
|
+
data, status_code, headers = api_instance.delete_with_http_info(container_container_repository_version_href, opts)
|
55
58
|
p status_code # => 2xx
|
56
59
|
p headers # => { ... }
|
57
60
|
p data # => <AsyncOperationResponse>
|
@@ -65,6 +68,7 @@ end
|
|
65
68
|
| Name | Type | Description | Notes |
|
66
69
|
| ---- | ---- | ----------- | ----- |
|
67
70
|
| **container_container_repository_version_href** | **String** | | |
|
71
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
68
72
|
|
69
73
|
### Return type
|
70
74
|
|
@@ -103,6 +107,7 @@ end
|
|
103
107
|
api_instance = PulpContainerClient::RepositoriesContainerVersionsApi.new
|
104
108
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
105
109
|
opts = {
|
110
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
106
111
|
content: 'content_example', # String | Content Unit referenced by HREF/PRN
|
107
112
|
content__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
108
113
|
limit: 56, # Integer | Number of results to return per page.
|
@@ -113,7 +118,7 @@ opts = {
|
|
113
118
|
number__lte: 56, # Integer | Filter results where number is less than or equal to value
|
114
119
|
number__range: [37], # Array<Integer> | Filter results where number is between two comma separated values
|
115
120
|
offset: 56, # Integer | The initial index from which to return the results.
|
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)
|
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)
|
117
122
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
118
123
|
pulp_created: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created matches value
|
119
124
|
pulp_created__gt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created is greater than value
|
@@ -160,6 +165,7 @@ end
|
|
160
165
|
| Name | Type | Description | Notes |
|
161
166
|
| ---- | ---- | ----------- | ----- |
|
162
167
|
| **container_container_repository_href** | **String** | | |
|
168
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
163
169
|
| **content** | **String** | Content Unit referenced by HREF/PRN | [optional] |
|
164
170
|
| **content__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
165
171
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
@@ -170,7 +176,7 @@ end
|
|
170
176
|
| **number__lte** | **Integer** | Filter results where number is less than or equal to value | [optional] |
|
171
177
|
| **number__range** | [**Array<Integer>**](Integer.md) | Filter results where number is between two comma separated values | [optional] |
|
172
178
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
173
|
-
| **ordering** | [**Array<String>**](String.md) | 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) | [optional] |
|
179
|
+
| **ordering** | [**Array<String>**](String.md) | 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) | [optional] |
|
174
180
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
175
181
|
| **pulp_created** | **Time** | Filter results where pulp_created matches value | [optional] |
|
176
182
|
| **pulp_created__gt** | **Time** | Filter results where pulp_created is greater than value | [optional] |
|
@@ -221,6 +227,7 @@ end
|
|
221
227
|
api_instance = PulpContainerClient::RepositoriesContainerVersionsApi.new
|
222
228
|
container_container_repository_version_href = 'container_container_repository_version_href_example' # String |
|
223
229
|
opts = {
|
230
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
224
231
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
225
232
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
226
233
|
}
|
@@ -257,6 +264,7 @@ end
|
|
257
264
|
| Name | Type | Description | Notes |
|
258
265
|
| ---- | ---- | ----------- | ----- |
|
259
266
|
| **container_container_repository_version_href** | **String** | | |
|
267
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
260
268
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
261
269
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
262
270
|
|
@@ -276,7 +284,7 @@ end
|
|
276
284
|
|
277
285
|
## repair
|
278
286
|
|
279
|
-
> <AsyncOperationResponse> repair(container_container_repository_version_href, repair)
|
287
|
+
> <AsyncOperationResponse> repair(container_container_repository_version_href, repair, opts)
|
280
288
|
|
281
289
|
|
282
290
|
|
@@ -297,10 +305,13 @@ end
|
|
297
305
|
api_instance = PulpContainerClient::RepositoriesContainerVersionsApi.new
|
298
306
|
container_container_repository_version_href = 'container_container_repository_version_href_example' # String |
|
299
307
|
repair = PulpContainerClient::Repair.new # Repair |
|
308
|
+
opts = {
|
309
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
310
|
+
}
|
300
311
|
|
301
312
|
begin
|
302
313
|
|
303
|
-
result = api_instance.repair(container_container_repository_version_href, repair)
|
314
|
+
result = api_instance.repair(container_container_repository_version_href, repair, opts)
|
304
315
|
p result
|
305
316
|
rescue PulpContainerClient::ApiError => e
|
306
317
|
puts "Error when calling RepositoriesContainerVersionsApi->repair: #{e}"
|
@@ -311,12 +322,12 @@ end
|
|
311
322
|
|
312
323
|
This returns an Array which contains the response data, status code and headers.
|
313
324
|
|
314
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> repair_with_http_info(container_container_repository_version_href, repair)
|
325
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> repair_with_http_info(container_container_repository_version_href, repair, opts)
|
315
326
|
|
316
327
|
```ruby
|
317
328
|
begin
|
318
329
|
|
319
|
-
data, status_code, headers = api_instance.repair_with_http_info(container_container_repository_version_href, repair)
|
330
|
+
data, status_code, headers = api_instance.repair_with_http_info(container_container_repository_version_href, repair, opts)
|
320
331
|
p status_code # => 2xx
|
321
332
|
p headers # => { ... }
|
322
333
|
p data # => <AsyncOperationResponse>
|
@@ -331,6 +342,7 @@ end
|
|
331
342
|
| ---- | ---- | ----------- | ----- |
|
332
343
|
| **container_container_repository_version_href** | **String** | | |
|
333
344
|
| **repair** | [**Repair**](Repair.md) | | |
|
345
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
334
346
|
|
335
347
|
### Return type
|
336
348
|
|
@@ -12,6 +12,7 @@
|
|
12
12
|
| **repository** | **String** | | [optional][readonly] |
|
13
13
|
| **base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional] |
|
14
14
|
| **content_summary** | [**ContentSummaryResponse**](ContentSummaryResponse.md) | Various count summaries of the content in the version and the HREF to view them. | [optional][readonly] |
|
15
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
15
16
|
|
16
17
|
## Example
|
17
18
|
|
@@ -26,7 +27,8 @@ instance = PulpContainerClient::RepositoryVersionResponse.new(
|
|
26
27
|
number: null,
|
27
28
|
repository: null,
|
28
29
|
base_version: null,
|
29
|
-
content_summary: null
|
30
|
+
content_summary: null,
|
31
|
+
vuln_report: null
|
30
32
|
)
|
31
33
|
```
|
32
34
|
|
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
|
12
|
+
> get(opts)
|
13
13
|
|
14
14
|
|
15
15
|
|
@@ -28,10 +28,15 @@ 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
|
+
}
|
31
36
|
|
32
37
|
begin
|
33
38
|
|
34
|
-
api_instance.get
|
39
|
+
api_instance.get(opts)
|
35
40
|
rescue PulpContainerClient::ApiError => e
|
36
41
|
puts "Error when calling TokenApi->get: #{e}"
|
37
42
|
end
|
@@ -41,12 +46,12 @@ end
|
|
41
46
|
|
42
47
|
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
43
48
|
|
44
|
-
> <Array(nil, Integer, Hash)> get_with_http_info
|
49
|
+
> <Array(nil, Integer, Hash)> get_with_http_info(opts)
|
45
50
|
|
46
51
|
```ruby
|
47
52
|
begin
|
48
53
|
|
49
|
-
data, status_code, headers = api_instance.get_with_http_info
|
54
|
+
data, status_code, headers = api_instance.get_with_http_info(opts)
|
50
55
|
p status_code # => 2xx
|
51
56
|
p headers # => { ... }
|
52
57
|
p data # => nil
|
@@ -57,7 +62,11 @@ end
|
|
57
62
|
|
58
63
|
### Parameters
|
59
64
|
|
60
|
-
|
65
|
+
| Name | Type | Description | Notes |
|
66
|
+
| ---- | ---- | ----------- | ----- |
|
67
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
68
|
+
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
69
|
+
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
61
70
|
|
62
71
|
### Return type
|
63
72
|
|
@@ -22,6 +22,7 @@ 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.
|
25
26
|
# @option opts [String] :digest Filter results where digest matches value
|
26
27
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
27
28
|
# @option opts [Integer] :limit Number of results to return per page.
|
@@ -47,6 +48,7 @@ module PulpContainerClient
|
|
47
48
|
# List blobs
|
48
49
|
# ViewSet for Blobs.
|
49
50
|
# @param [Hash] opts the optional parameters
|
51
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
50
52
|
# @option opts [String] :digest Filter results where digest matches value
|
51
53
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
52
54
|
# @option opts [Integer] :limit Number of results to return per page.
|
@@ -98,6 +100,7 @@ module PulpContainerClient
|
|
98
100
|
header_params = opts[:header_params] || {}
|
99
101
|
# HTTP header 'Accept' (if needed)
|
100
102
|
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?
|
101
104
|
|
102
105
|
# form parameters
|
103
106
|
form_params = opts[:form_params] || {}
|
@@ -132,6 +135,7 @@ module PulpContainerClient
|
|
132
135
|
# ViewSet for Blobs.
|
133
136
|
# @param container_blob_href [String]
|
134
137
|
# @param [Hash] opts the optional parameters
|
138
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
135
139
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
136
140
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
137
141
|
# @return [ContainerBlobResponse]
|
@@ -144,6 +148,7 @@ module PulpContainerClient
|
|
144
148
|
# ViewSet for Blobs.
|
145
149
|
# @param container_blob_href [String]
|
146
150
|
# @param [Hash] opts the optional parameters
|
151
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
147
152
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
148
153
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
149
154
|
# @return [Array<(ContainerBlobResponse, Integer, Hash)>] ContainerBlobResponse data, response status code and response headers
|
@@ -167,6 +172,7 @@ module PulpContainerClient
|
|
167
172
|
header_params = opts[:header_params] || {}
|
168
173
|
# HTTP header 'Accept' (if needed)
|
169
174
|
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?
|
170
176
|
|
171
177
|
# form parameters
|
172
178
|
form_params = opts[:form_params] || {}
|
@@ -202,6 +208,7 @@ module PulpContainerClient
|
|
202
208
|
# @param container_blob_href [String]
|
203
209
|
# @param set_label [SetLabel]
|
204
210
|
# @param [Hash] opts the optional parameters
|
211
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
205
212
|
# @return [SetLabelResponse]
|
206
213
|
def set_label(container_blob_href, set_label, opts = {})
|
207
214
|
data, _status_code, _headers = set_label_with_http_info(container_blob_href, set_label, opts)
|
@@ -213,6 +220,7 @@ module PulpContainerClient
|
|
213
220
|
# @param container_blob_href [String]
|
214
221
|
# @param set_label [SetLabel]
|
215
222
|
# @param [Hash] opts the optional parameters
|
223
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
216
224
|
# @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
|
217
225
|
def set_label_with_http_info(container_blob_href, set_label, opts = {})
|
218
226
|
if @api_client.config.debugging
|
@@ -241,6 +249,7 @@ module PulpContainerClient
|
|
241
249
|
if !content_type.nil?
|
242
250
|
header_params['Content-Type'] = content_type
|
243
251
|
end
|
252
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
244
253
|
|
245
254
|
# form parameters
|
246
255
|
form_params = opts[:form_params] || {}
|
@@ -276,6 +285,7 @@ module PulpContainerClient
|
|
276
285
|
# @param container_blob_href [String]
|
277
286
|
# @param unset_label [UnsetLabel]
|
278
287
|
# @param [Hash] opts the optional parameters
|
288
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
279
289
|
# @return [UnsetLabelResponse]
|
280
290
|
def unset_label(container_blob_href, unset_label, opts = {})
|
281
291
|
data, _status_code, _headers = unset_label_with_http_info(container_blob_href, unset_label, opts)
|
@@ -287,6 +297,7 @@ module PulpContainerClient
|
|
287
297
|
# @param container_blob_href [String]
|
288
298
|
# @param unset_label [UnsetLabel]
|
289
299
|
# @param [Hash] opts the optional parameters
|
300
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
290
301
|
# @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
|
291
302
|
def unset_label_with_http_info(container_blob_href, unset_label, opts = {})
|
292
303
|
if @api_client.config.debugging
|
@@ -315,6 +326,7 @@ module PulpContainerClient
|
|
315
326
|
if !content_type.nil?
|
316
327
|
header_params['Content-Type'] = content_type
|
317
328
|
end
|
329
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
318
330
|
|
319
331
|
# form parameters
|
320
332
|
form_params = opts[:form_params] || {}
|
@@ -22,6 +22,7 @@ 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.
|
25
26
|
# @option opts [String] :digest Filter results where digest matches value
|
26
27
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
27
28
|
# @option opts [Boolean] :is_bootable Filter results where is_bootable matches value
|
@@ -50,6 +51,7 @@ module PulpContainerClient
|
|
50
51
|
# List manifests
|
51
52
|
# ViewSet for Manifest.
|
52
53
|
# @param [Hash] opts the optional parameters
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
53
55
|
# @option opts [String] :digest Filter results where digest matches value
|
54
56
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
55
57
|
# @option opts [Boolean] :is_bootable Filter results where is_bootable matches value
|
@@ -111,6 +113,7 @@ module PulpContainerClient
|
|
111
113
|
header_params = opts[:header_params] || {}
|
112
114
|
# HTTP header 'Accept' (if needed)
|
113
115
|
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?
|
114
117
|
|
115
118
|
# form parameters
|
116
119
|
form_params = opts[:form_params] || {}
|
@@ -145,6 +148,7 @@ module PulpContainerClient
|
|
145
148
|
# ViewSet for Manifest.
|
146
149
|
# @param container_manifest_href [String]
|
147
150
|
# @param [Hash] opts the optional parameters
|
151
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
148
152
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
149
153
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
150
154
|
# @return [ContainerManifestResponse]
|
@@ -157,6 +161,7 @@ module PulpContainerClient
|
|
157
161
|
# ViewSet for Manifest.
|
158
162
|
# @param container_manifest_href [String]
|
159
163
|
# @param [Hash] opts the optional parameters
|
164
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
160
165
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
161
166
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
162
167
|
# @return [Array<(ContainerManifestResponse, Integer, Hash)>] ContainerManifestResponse data, response status code and response headers
|
@@ -180,6 +185,7 @@ module PulpContainerClient
|
|
180
185
|
header_params = opts[:header_params] || {}
|
181
186
|
# HTTP header 'Accept' (if needed)
|
182
187
|
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?
|
183
189
|
|
184
190
|
# form parameters
|
185
191
|
form_params = opts[:form_params] || {}
|
@@ -215,6 +221,7 @@ module PulpContainerClient
|
|
215
221
|
# @param container_manifest_href [String]
|
216
222
|
# @param set_label [SetLabel]
|
217
223
|
# @param [Hash] opts the optional parameters
|
224
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
218
225
|
# @return [SetLabelResponse]
|
219
226
|
def set_label(container_manifest_href, set_label, opts = {})
|
220
227
|
data, _status_code, _headers = set_label_with_http_info(container_manifest_href, set_label, opts)
|
@@ -226,6 +233,7 @@ module PulpContainerClient
|
|
226
233
|
# @param container_manifest_href [String]
|
227
234
|
# @param set_label [SetLabel]
|
228
235
|
# @param [Hash] opts the optional parameters
|
236
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
229
237
|
# @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
|
230
238
|
def set_label_with_http_info(container_manifest_href, set_label, opts = {})
|
231
239
|
if @api_client.config.debugging
|
@@ -254,6 +262,7 @@ module PulpContainerClient
|
|
254
262
|
if !content_type.nil?
|
255
263
|
header_params['Content-Type'] = content_type
|
256
264
|
end
|
265
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
257
266
|
|
258
267
|
# form parameters
|
259
268
|
form_params = opts[:form_params] || {}
|
@@ -289,6 +298,7 @@ module PulpContainerClient
|
|
289
298
|
# @param container_manifest_href [String]
|
290
299
|
# @param unset_label [UnsetLabel]
|
291
300
|
# @param [Hash] opts the optional parameters
|
301
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
292
302
|
# @return [UnsetLabelResponse]
|
293
303
|
def unset_label(container_manifest_href, unset_label, opts = {})
|
294
304
|
data, _status_code, _headers = unset_label_with_http_info(container_manifest_href, unset_label, opts)
|
@@ -300,6 +310,7 @@ module PulpContainerClient
|
|
300
310
|
# @param container_manifest_href [String]
|
301
311
|
# @param unset_label [UnsetLabel]
|
302
312
|
# @param [Hash] opts the optional parameters
|
313
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
303
314
|
# @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
|
304
315
|
def unset_label_with_http_info(container_manifest_href, unset_label, opts = {})
|
305
316
|
if @api_client.config.debugging
|
@@ -328,6 +339,7 @@ module PulpContainerClient
|
|
328
339
|
if !content_type.nil?
|
329
340
|
header_params['Content-Type'] = content_type
|
330
341
|
end
|
342
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
331
343
|
|
332
344
|
# form parameters
|
333
345
|
form_params = opts[:form_params] || {}
|
@@ -22,6 +22,7 @@ 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.
|
25
26
|
# @option opts [String] :digest Filter results where digest matches value
|
26
27
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
27
28
|
# @option opts [String] :key_id Filter results where key_id matches value
|
@@ -59,6 +60,7 @@ module PulpContainerClient
|
|
59
60
|
# List manifest signatures
|
60
61
|
# ViewSet for image signatures.
|
61
62
|
# @param [Hash] opts the optional parameters
|
63
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
62
64
|
# @option opts [String] :digest Filter results where digest matches value
|
63
65
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
64
66
|
# @option opts [String] :key_id Filter results where key_id matches value
|
@@ -134,6 +136,7 @@ module PulpContainerClient
|
|
134
136
|
header_params = opts[:header_params] || {}
|
135
137
|
# HTTP header 'Accept' (if needed)
|
136
138
|
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?
|
137
140
|
|
138
141
|
# form parameters
|
139
142
|
form_params = opts[:form_params] || {}
|
@@ -168,6 +171,7 @@ module PulpContainerClient
|
|
168
171
|
# ViewSet for image signatures.
|
169
172
|
# @param container_manifest_signature_href [String]
|
170
173
|
# @param [Hash] opts the optional parameters
|
174
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
171
175
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
172
176
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
173
177
|
# @return [ContainerManifestSignatureResponse]
|
@@ -180,6 +184,7 @@ module PulpContainerClient
|
|
180
184
|
# ViewSet for image signatures.
|
181
185
|
# @param container_manifest_signature_href [String]
|
182
186
|
# @param [Hash] opts the optional parameters
|
187
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
183
188
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
184
189
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
185
190
|
# @return [Array<(ContainerManifestSignatureResponse, Integer, Hash)>] ContainerManifestSignatureResponse data, response status code and response headers
|
@@ -203,6 +208,7 @@ module PulpContainerClient
|
|
203
208
|
header_params = opts[:header_params] || {}
|
204
209
|
# HTTP header 'Accept' (if needed)
|
205
210
|
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?
|
206
212
|
|
207
213
|
# form parameters
|
208
214
|
form_params = opts[:form_params] || {}
|
@@ -238,6 +244,7 @@ module PulpContainerClient
|
|
238
244
|
# @param container_manifest_signature_href [String]
|
239
245
|
# @param set_label [SetLabel]
|
240
246
|
# @param [Hash] opts the optional parameters
|
247
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
241
248
|
# @return [SetLabelResponse]
|
242
249
|
def set_label(container_manifest_signature_href, set_label, opts = {})
|
243
250
|
data, _status_code, _headers = set_label_with_http_info(container_manifest_signature_href, set_label, opts)
|
@@ -249,6 +256,7 @@ module PulpContainerClient
|
|
249
256
|
# @param container_manifest_signature_href [String]
|
250
257
|
# @param set_label [SetLabel]
|
251
258
|
# @param [Hash] opts the optional parameters
|
259
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
252
260
|
# @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
|
253
261
|
def set_label_with_http_info(container_manifest_signature_href, set_label, opts = {})
|
254
262
|
if @api_client.config.debugging
|
@@ -277,6 +285,7 @@ module PulpContainerClient
|
|
277
285
|
if !content_type.nil?
|
278
286
|
header_params['Content-Type'] = content_type
|
279
287
|
end
|
288
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
280
289
|
|
281
290
|
# form parameters
|
282
291
|
form_params = opts[:form_params] || {}
|
@@ -312,6 +321,7 @@ module PulpContainerClient
|
|
312
321
|
# @param container_manifest_signature_href [String]
|
313
322
|
# @param unset_label [UnsetLabel]
|
314
323
|
# @param [Hash] opts the optional parameters
|
324
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
315
325
|
# @return [UnsetLabelResponse]
|
316
326
|
def unset_label(container_manifest_signature_href, unset_label, opts = {})
|
317
327
|
data, _status_code, _headers = unset_label_with_http_info(container_manifest_signature_href, unset_label, opts)
|
@@ -323,6 +333,7 @@ module PulpContainerClient
|
|
323
333
|
# @param container_manifest_signature_href [String]
|
324
334
|
# @param unset_label [UnsetLabel]
|
325
335
|
# @param [Hash] opts the optional parameters
|
336
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
326
337
|
# @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
|
327
338
|
def unset_label_with_http_info(container_manifest_signature_href, unset_label, opts = {})
|
328
339
|
if @api_client.config.debugging
|
@@ -351,6 +362,7 @@ module PulpContainerClient
|
|
351
362
|
if !content_type.nil?
|
352
363
|
header_params['Content-Type'] = content_type
|
353
364
|
end
|
365
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
354
366
|
|
355
367
|
# form parameters
|
356
368
|
form_params = opts[:form_params] || {}
|
@@ -22,6 +22,7 @@ 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.
|
25
26
|
# @option opts [Array<String>] :digest Multiple values may be separated by commas.
|
26
27
|
# @option opts [Integer] :limit Number of results to return per page.
|
27
28
|
# @option opts [Array<String>] :media_type * `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
|
@@ -49,6 +50,7 @@ module PulpContainerClient
|
|
49
50
|
# List tags
|
50
51
|
# ViewSet for Tag.
|
51
52
|
# @param [Hash] opts the optional parameters
|
53
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
52
54
|
# @option opts [Array<String>] :digest Multiple values may be separated by commas.
|
53
55
|
# @option opts [Integer] :limit Number of results to return per page.
|
54
56
|
# @option opts [Array<String>] :media_type * `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
|
@@ -108,6 +110,7 @@ module PulpContainerClient
|
|
108
110
|
header_params = opts[:header_params] || {}
|
109
111
|
# HTTP header 'Accept' (if needed)
|
110
112
|
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?
|
111
114
|
|
112
115
|
# form parameters
|
113
116
|
form_params = opts[:form_params] || {}
|
@@ -142,6 +145,7 @@ module PulpContainerClient
|
|
142
145
|
# ViewSet for Tag.
|
143
146
|
# @param container_tag_href [String]
|
144
147
|
# @param [Hash] opts the optional parameters
|
148
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
145
149
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
146
150
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
147
151
|
# @return [ContainerTagResponse]
|
@@ -154,6 +158,7 @@ module PulpContainerClient
|
|
154
158
|
# ViewSet for Tag.
|
155
159
|
# @param container_tag_href [String]
|
156
160
|
# @param [Hash] opts the optional parameters
|
161
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
157
162
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
158
163
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
159
164
|
# @return [Array<(ContainerTagResponse, Integer, Hash)>] ContainerTagResponse data, response status code and response headers
|
@@ -177,6 +182,7 @@ module PulpContainerClient
|
|
177
182
|
header_params = opts[:header_params] || {}
|
178
183
|
# HTTP header 'Accept' (if needed)
|
179
184
|
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?
|
180
186
|
|
181
187
|
# form parameters
|
182
188
|
form_params = opts[:form_params] || {}
|
@@ -212,6 +218,7 @@ module PulpContainerClient
|
|
212
218
|
# @param container_tag_href [String]
|
213
219
|
# @param set_label [SetLabel]
|
214
220
|
# @param [Hash] opts the optional parameters
|
221
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
215
222
|
# @return [SetLabelResponse]
|
216
223
|
def set_label(container_tag_href, set_label, opts = {})
|
217
224
|
data, _status_code, _headers = set_label_with_http_info(container_tag_href, set_label, opts)
|
@@ -223,6 +230,7 @@ module PulpContainerClient
|
|
223
230
|
# @param container_tag_href [String]
|
224
231
|
# @param set_label [SetLabel]
|
225
232
|
# @param [Hash] opts the optional parameters
|
233
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
226
234
|
# @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
|
227
235
|
def set_label_with_http_info(container_tag_href, set_label, opts = {})
|
228
236
|
if @api_client.config.debugging
|
@@ -251,6 +259,7 @@ module PulpContainerClient
|
|
251
259
|
if !content_type.nil?
|
252
260
|
header_params['Content-Type'] = content_type
|
253
261
|
end
|
262
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
254
263
|
|
255
264
|
# form parameters
|
256
265
|
form_params = opts[:form_params] || {}
|
@@ -286,6 +295,7 @@ module PulpContainerClient
|
|
286
295
|
# @param container_tag_href [String]
|
287
296
|
# @param unset_label [UnsetLabel]
|
288
297
|
# @param [Hash] opts the optional parameters
|
298
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
289
299
|
# @return [UnsetLabelResponse]
|
290
300
|
def unset_label(container_tag_href, unset_label, opts = {})
|
291
301
|
data, _status_code, _headers = unset_label_with_http_info(container_tag_href, unset_label, opts)
|
@@ -297,6 +307,7 @@ module PulpContainerClient
|
|
297
307
|
# @param container_tag_href [String]
|
298
308
|
# @param unset_label [UnsetLabel]
|
299
309
|
# @param [Hash] opts the optional parameters
|
310
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
300
311
|
# @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
|
301
312
|
def unset_label_with_http_info(container_tag_href, unset_label, opts = {})
|
302
313
|
if @api_client.config.debugging
|
@@ -325,6 +336,7 @@ module PulpContainerClient
|
|
325
336
|
if !content_type.nil?
|
326
337
|
header_params['Content-Type'] = content_type
|
327
338
|
end
|
339
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
328
340
|
|
329
341
|
# form parameters
|
330
342
|
form_params = opts[:form_params] || {}
|