pulp_container_client 2.25.1 → 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 +4 -4
- data/docs/ContainerContainerDistributionResponse.md +12 -12
- data/docs/ContainerContainerPullThroughDistribution.md +4 -4
- data/docs/ContainerContainerPullThroughDistributionResponse.md +12 -12
- data/docs/ContainerContainerPullThroughRemoteResponse.md +1 -1
- data/docs/ContainerContainerPushRepository.md +5 -5
- data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
- 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 +74 -34
- data/docs/DistributionsPullThroughApi.md +74 -34
- data/docs/PatchedcontainerContainerDistribution.md +4 -4
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +4 -4
- data/docs/PatchedcontainerContainerPushRepository.md +5 -5
- 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 +47 -47
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +62 -62
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +47 -47
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +62 -62
- 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 +42 -57
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +59 -74
- 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 +40 -40
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +40 -40
- 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 +38 -53
- 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/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 +9 -9
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +9 -9
- data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/container_container_push_repository_response_spec.rb +10 -10
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- 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 +5 -5
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +59 -59
@@ -32,6 +32,7 @@ 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.
|
35
36
|
digest: 'digest_example', # String | Filter results where digest matches value
|
36
37
|
digest__in: ['inner_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
37
38
|
key_id: 'key_id_example', # String | Filter results where key_id matches value
|
@@ -93,6 +94,7 @@ end
|
|
93
94
|
|
94
95
|
| Name | Type | Description | Notes |
|
95
96
|
| ---- | ---- | ----------- | ----- |
|
97
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
96
98
|
| **digest** | **String** | Filter results where digest matches value | [optional] |
|
97
99
|
| **digest__in** | [**Array<String>**](String.md) | Filter results where digest is in a comma-separated list of values | [optional] |
|
98
100
|
| **key_id** | **String** | Filter results where key_id matches value | [optional] |
|
@@ -159,6 +161,7 @@ end
|
|
159
161
|
api_instance = PulpContainerClient::ContentSignaturesApi.new
|
160
162
|
container_manifest_signature_href = 'container_manifest_signature_href_example' # String |
|
161
163
|
opts = {
|
164
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
162
165
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
163
166
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
164
167
|
}
|
@@ -195,6 +198,7 @@ end
|
|
195
198
|
| Name | Type | Description | Notes |
|
196
199
|
| ---- | ---- | ----------- | ----- |
|
197
200
|
| **container_manifest_signature_href** | **String** | | |
|
201
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
198
202
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
199
203
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
200
204
|
|
@@ -214,7 +218,7 @@ end
|
|
214
218
|
|
215
219
|
## set_label
|
216
220
|
|
217
|
-
> <SetLabelResponse> set_label(container_manifest_signature_href, set_label)
|
221
|
+
> <SetLabelResponse> set_label(container_manifest_signature_href, set_label, opts)
|
218
222
|
|
219
223
|
Set a label
|
220
224
|
|
@@ -235,10 +239,13 @@ end
|
|
235
239
|
api_instance = PulpContainerClient::ContentSignaturesApi.new
|
236
240
|
container_manifest_signature_href = 'container_manifest_signature_href_example' # String |
|
237
241
|
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
|
+
}
|
238
245
|
|
239
246
|
begin
|
240
247
|
# Set a label
|
241
|
-
result = api_instance.set_label(container_manifest_signature_href, set_label)
|
248
|
+
result = api_instance.set_label(container_manifest_signature_href, set_label, opts)
|
242
249
|
p result
|
243
250
|
rescue PulpContainerClient::ApiError => e
|
244
251
|
puts "Error when calling ContentSignaturesApi->set_label: #{e}"
|
@@ -249,12 +256,12 @@ end
|
|
249
256
|
|
250
257
|
This returns an Array which contains the response data, status code and headers.
|
251
258
|
|
252
|
-
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_manifest_signature_href, set_label)
|
259
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_manifest_signature_href, set_label, opts)
|
253
260
|
|
254
261
|
```ruby
|
255
262
|
begin
|
256
263
|
# Set a label
|
257
|
-
data, status_code, headers = api_instance.set_label_with_http_info(container_manifest_signature_href, set_label)
|
264
|
+
data, status_code, headers = api_instance.set_label_with_http_info(container_manifest_signature_href, set_label, opts)
|
258
265
|
p status_code # => 2xx
|
259
266
|
p headers # => { ... }
|
260
267
|
p data # => <SetLabelResponse>
|
@@ -269,6 +276,7 @@ end
|
|
269
276
|
| ---- | ---- | ----------- | ----- |
|
270
277
|
| **container_manifest_signature_href** | **String** | | |
|
271
278
|
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
279
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
272
280
|
|
273
281
|
### Return type
|
274
282
|
|
@@ -286,7 +294,7 @@ end
|
|
286
294
|
|
287
295
|
## unset_label
|
288
296
|
|
289
|
-
> <UnsetLabelResponse> unset_label(container_manifest_signature_href, unset_label)
|
297
|
+
> <UnsetLabelResponse> unset_label(container_manifest_signature_href, unset_label, opts)
|
290
298
|
|
291
299
|
Unset a label
|
292
300
|
|
@@ -307,10 +315,13 @@ end
|
|
307
315
|
api_instance = PulpContainerClient::ContentSignaturesApi.new
|
308
316
|
container_manifest_signature_href = 'container_manifest_signature_href_example' # String |
|
309
317
|
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
|
+
}
|
310
321
|
|
311
322
|
begin
|
312
323
|
# Unset a label
|
313
|
-
result = api_instance.unset_label(container_manifest_signature_href, unset_label)
|
324
|
+
result = api_instance.unset_label(container_manifest_signature_href, unset_label, opts)
|
314
325
|
p result
|
315
326
|
rescue PulpContainerClient::ApiError => e
|
316
327
|
puts "Error when calling ContentSignaturesApi->unset_label: #{e}"
|
@@ -321,12 +332,12 @@ end
|
|
321
332
|
|
322
333
|
This returns an Array which contains the response data, status code and headers.
|
323
334
|
|
324
|
-
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_manifest_signature_href, unset_label)
|
335
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_manifest_signature_href, unset_label, opts)
|
325
336
|
|
326
337
|
```ruby
|
327
338
|
begin
|
328
339
|
# Unset a label
|
329
|
-
data, status_code, headers = api_instance.unset_label_with_http_info(container_manifest_signature_href, unset_label)
|
340
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(container_manifest_signature_href, unset_label, opts)
|
330
341
|
p status_code # => 2xx
|
331
342
|
p headers # => { ... }
|
332
343
|
p data # => <UnsetLabelResponse>
|
@@ -341,6 +352,7 @@ end
|
|
341
352
|
| ---- | ---- | ----------- | ----- |
|
342
353
|
| **container_manifest_signature_href** | **String** | | |
|
343
354
|
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
355
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
344
356
|
|
345
357
|
### Return type
|
346
358
|
|
data/docs/ContentTagsApi.md
CHANGED
@@ -32,6 +32,7 @@ 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.
|
35
36
|
digest: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
36
37
|
limit: 56, # Integer | Number of results to return per page.
|
37
38
|
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
|
@@ -83,6 +84,7 @@ end
|
|
83
84
|
|
84
85
|
| Name | Type | Description | Notes |
|
85
86
|
| ---- | ---- | ----------- | ----- |
|
87
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
86
88
|
| **digest** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
87
89
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
88
90
|
| **media_type** | [**Array<String>**](String.md) | * `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 | [optional] |
|
@@ -139,6 +141,7 @@ end
|
|
139
141
|
api_instance = PulpContainerClient::ContentTagsApi.new
|
140
142
|
container_tag_href = 'container_tag_href_example' # String |
|
141
143
|
opts = {
|
144
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
142
145
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
143
146
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
144
147
|
}
|
@@ -175,6 +178,7 @@ end
|
|
175
178
|
| Name | Type | Description | Notes |
|
176
179
|
| ---- | ---- | ----------- | ----- |
|
177
180
|
| **container_tag_href** | **String** | | |
|
181
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
178
182
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
179
183
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
180
184
|
|
@@ -194,7 +198,7 @@ end
|
|
194
198
|
|
195
199
|
## set_label
|
196
200
|
|
197
|
-
> <SetLabelResponse> set_label(container_tag_href, set_label)
|
201
|
+
> <SetLabelResponse> set_label(container_tag_href, set_label, opts)
|
198
202
|
|
199
203
|
Set a label
|
200
204
|
|
@@ -215,10 +219,13 @@ end
|
|
215
219
|
api_instance = PulpContainerClient::ContentTagsApi.new
|
216
220
|
container_tag_href = 'container_tag_href_example' # String |
|
217
221
|
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
|
+
}
|
218
225
|
|
219
226
|
begin
|
220
227
|
# Set a label
|
221
|
-
result = api_instance.set_label(container_tag_href, set_label)
|
228
|
+
result = api_instance.set_label(container_tag_href, set_label, opts)
|
222
229
|
p result
|
223
230
|
rescue PulpContainerClient::ApiError => e
|
224
231
|
puts "Error when calling ContentTagsApi->set_label: #{e}"
|
@@ -229,12 +236,12 @@ end
|
|
229
236
|
|
230
237
|
This returns an Array which contains the response data, status code and headers.
|
231
238
|
|
232
|
-
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_tag_href, set_label)
|
239
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_tag_href, set_label, opts)
|
233
240
|
|
234
241
|
```ruby
|
235
242
|
begin
|
236
243
|
# Set a label
|
237
|
-
data, status_code, headers = api_instance.set_label_with_http_info(container_tag_href, set_label)
|
244
|
+
data, status_code, headers = api_instance.set_label_with_http_info(container_tag_href, set_label, opts)
|
238
245
|
p status_code # => 2xx
|
239
246
|
p headers # => { ... }
|
240
247
|
p data # => <SetLabelResponse>
|
@@ -249,6 +256,7 @@ end
|
|
249
256
|
| ---- | ---- | ----------- | ----- |
|
250
257
|
| **container_tag_href** | **String** | | |
|
251
258
|
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
259
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
252
260
|
|
253
261
|
### Return type
|
254
262
|
|
@@ -266,7 +274,7 @@ end
|
|
266
274
|
|
267
275
|
## unset_label
|
268
276
|
|
269
|
-
> <UnsetLabelResponse> unset_label(container_tag_href, unset_label)
|
277
|
+
> <UnsetLabelResponse> unset_label(container_tag_href, unset_label, opts)
|
270
278
|
|
271
279
|
Unset a label
|
272
280
|
|
@@ -287,10 +295,13 @@ end
|
|
287
295
|
api_instance = PulpContainerClient::ContentTagsApi.new
|
288
296
|
container_tag_href = 'container_tag_href_example' # String |
|
289
297
|
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
|
+
}
|
290
301
|
|
291
302
|
begin
|
292
303
|
# Unset a label
|
293
|
-
result = api_instance.unset_label(container_tag_href, unset_label)
|
304
|
+
result = api_instance.unset_label(container_tag_href, unset_label, opts)
|
294
305
|
p result
|
295
306
|
rescue PulpContainerClient::ApiError => e
|
296
307
|
puts "Error when calling ContentTagsApi->unset_label: #{e}"
|
@@ -301,12 +312,12 @@ end
|
|
301
312
|
|
302
313
|
This returns an Array which contains the response data, status code and headers.
|
303
314
|
|
304
|
-
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_tag_href, unset_label)
|
315
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_tag_href, unset_label, opts)
|
305
316
|
|
306
317
|
```ruby
|
307
318
|
begin
|
308
319
|
# Unset a label
|
309
|
-
data, status_code, headers = api_instance.unset_label_with_http_info(container_tag_href, unset_label)
|
320
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(container_tag_href, unset_label, opts)
|
310
321
|
p status_code # => 2xx
|
311
322
|
p headers # => { ... }
|
312
323
|
p data # => <UnsetLabelResponse>
|
@@ -321,6 +332,7 @@ end
|
|
321
332
|
| ---- | ---- | ----------- | ----- |
|
322
333
|
| **container_tag_href** | **String** | | |
|
323
334
|
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
335
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
324
336
|
|
325
337
|
### Return type
|
326
338
|
|