pulp_container_client 2.19.7 → 2.19.8
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 +7 -6
- data/docs/ContainerContainerDistribution.md +7 -7
- data/docs/ContainerContainerDistributionResponse.md +9 -9
- data/docs/ContainerContainerPullThroughDistribution.md +7 -7
- data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -9
- data/docs/ContainerContainerPullThroughRemote.md +1 -1
- data/docs/ContainerContainerPullThroughRemoteResponse.md +1 -1
- data/docs/ContainerContainerPushRepository.md +6 -6
- data/docs/ContainerContainerPushRepositoryResponse.md +10 -10
- data/docs/ContainerContainerRemote.md +1 -1
- data/docs/ContainerContainerRemoteResponse.md +1 -1
- data/docs/ContainerManifestResponse.md +2 -2
- data/docs/ContentBlobsApi.md +4 -0
- data/docs/ContentManifestsApi.md +4 -0
- data/docs/ContentSignaturesApi.md +4 -0
- data/docs/ContentTagsApi.md +4 -0
- data/docs/DistributionsContainerApi.md +56 -16
- data/docs/DistributionsPullThroughApi.md +56 -16
- data/docs/OCIBuildImage.md +1 -1
- data/docs/PatchedcontainerContainerDistribution.md +7 -7
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +7 -7
- data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
- data/docs/PatchedcontainerContainerPushRepository.md +6 -6
- data/docs/PatchedcontainerContainerRemote.md +1 -1
- data/docs/{Policy762Enum.md → Policy692Enum.md} +2 -2
- data/docs/{Policy8e2Enum.md → Policy7e0Enum.md} +2 -2
- data/docs/PulpContainerNamespacesApi.md +32 -8
- data/docs/RemotesContainerApi.md +56 -16
- data/docs/RemotesPullThroughApi.md +56 -16
- data/docs/RepositoriesContainerApi.md +108 -34
- data/docs/RepositoriesContainerPushApi.md +62 -18
- data/docs/RepositoriesContainerPushVersionsApi.md +16 -4
- data/docs/RepositoriesContainerVersionsApi.md +16 -4
- data/docs/TokenApi.md +13 -3
- data/lib/pulp_container_client/api/content_blobs_api.rb +6 -0
- data/lib/pulp_container_client/api/content_manifests_api.rb +6 -0
- data/lib/pulp_container_client/api/content_signatures_api.rb +6 -0
- data/lib/pulp_container_client/api/content_tags_api.rb +6 -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 +65 -2
- 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 +12 -0
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +12 -0
- data/lib/pulp_container_client/api/token_api.rb +9 -0
- data/lib/pulp_container_client/models/container_container_distribution.rb +29 -29
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +38 -38
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +29 -29
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +38 -38
- data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +1 -1
- data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +1 -1
- data/lib/pulp_container_client/models/container_container_push_repository.rb +38 -38
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +46 -46
- data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
- data/lib/pulp_container_client/models/container_container_remote_response.rb +1 -1
- data/lib/pulp_container_client/models/container_manifest_response.rb +2 -2
- data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +29 -29
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +29 -29
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +38 -38
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
- data/lib/pulp_container_client/models/{policy762_enum.rb → policy692_enum.rb} +3 -3
- data/lib/pulp_container_client/models/{policy8e2_enum.rb → policy7e0_enum.rb} +3 -3
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +2 -2
- data/spec/api/content_blobs_api_spec.rb +2 -0
- data/spec/api/content_manifests_api_spec.rb +2 -0
- data/spec/api/content_signatures_api_spec.rb +2 -0
- data/spec/api/content_tags_api_spec.rb +2 -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 +22 -1
- data/spec/api/repositories_container_push_api_spec.rb +13 -0
- data/spec/api/repositories_container_push_versions_api_spec.rb +4 -0
- data/spec/api/repositories_container_versions_api_spec.rb +4 -0
- data/spec/api/token_api_spec.rb +3 -0
- data/spec/models/container_container_distribution_response_spec.rb +8 -8
- data/spec/models/container_container_distribution_spec.rb +6 -6
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +8 -8
- data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
- data/spec/models/container_container_push_repository_response_spec.rb +8 -8
- data/spec/models/container_container_push_repository_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- data/spec/models/{policy762_enum_spec.rb → policy692_enum_spec.rb} +6 -6
- data/spec/models/{policy8e2_enum_spec.rb → policy7e0_enum_spec.rb} +6 -6
- metadata +67 -67
|
@@ -24,6 +24,7 @@ module PulpContainerClient
|
|
|
24
24
|
# @param container_container_remote_href [String]
|
|
25
25
|
# @param nested_role [NestedRole]
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
27
28
|
# @return [NestedRoleResponse]
|
|
28
29
|
def add_role(container_container_remote_href, nested_role, opts = {})
|
|
29
30
|
data, _status_code, _headers = add_role_with_http_info(container_container_remote_href, nested_role, opts)
|
|
@@ -35,6 +36,7 @@ module PulpContainerClient
|
|
|
35
36
|
# @param container_container_remote_href [String]
|
|
36
37
|
# @param nested_role [NestedRole]
|
|
37
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
38
40
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
|
39
41
|
def add_role_with_http_info(container_container_remote_href, nested_role, opts = {})
|
|
40
42
|
if @api_client.config.debugging
|
|
@@ -60,6 +62,7 @@ module PulpContainerClient
|
|
|
60
62
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
61
63
|
# HTTP header 'Content-Type'
|
|
62
64
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
65
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
63
66
|
|
|
64
67
|
# form parameters
|
|
65
68
|
form_params = opts[:form_params] || {}
|
|
@@ -93,6 +96,7 @@ module PulpContainerClient
|
|
|
93
96
|
# Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
|
|
94
97
|
# @param container_container_remote [ContainerContainerRemote]
|
|
95
98
|
# @param [Hash] opts the optional parameters
|
|
99
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
96
100
|
# @return [ContainerContainerRemoteResponse]
|
|
97
101
|
def create(container_container_remote, opts = {})
|
|
98
102
|
data, _status_code, _headers = create_with_http_info(container_container_remote, opts)
|
|
@@ -103,6 +107,7 @@ module PulpContainerClient
|
|
|
103
107
|
# Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
|
|
104
108
|
# @param container_container_remote [ContainerContainerRemote]
|
|
105
109
|
# @param [Hash] opts the optional parameters
|
|
110
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
106
111
|
# @return [Array<(ContainerContainerRemoteResponse, Integer, Hash)>] ContainerContainerRemoteResponse data, response status code and response headers
|
|
107
112
|
def create_with_http_info(container_container_remote, opts = {})
|
|
108
113
|
if @api_client.config.debugging
|
|
@@ -124,6 +129,7 @@ module PulpContainerClient
|
|
|
124
129
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
125
130
|
# HTTP header 'Content-Type'
|
|
126
131
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
132
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
127
133
|
|
|
128
134
|
# form parameters
|
|
129
135
|
form_params = opts[:form_params] || {}
|
|
@@ -157,6 +163,7 @@ module PulpContainerClient
|
|
|
157
163
|
# Trigger an asynchronous delete task
|
|
158
164
|
# @param container_container_remote_href [String]
|
|
159
165
|
# @param [Hash] opts the optional parameters
|
|
166
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
160
167
|
# @return [AsyncOperationResponse]
|
|
161
168
|
def delete(container_container_remote_href, opts = {})
|
|
162
169
|
data, _status_code, _headers = delete_with_http_info(container_container_remote_href, opts)
|
|
@@ -167,6 +174,7 @@ module PulpContainerClient
|
|
|
167
174
|
# Trigger an asynchronous delete task
|
|
168
175
|
# @param container_container_remote_href [String]
|
|
169
176
|
# @param [Hash] opts the optional parameters
|
|
177
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
170
178
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
171
179
|
def delete_with_http_info(container_container_remote_href, opts = {})
|
|
172
180
|
if @api_client.config.debugging
|
|
@@ -186,6 +194,7 @@ module PulpContainerClient
|
|
|
186
194
|
header_params = opts[:header_params] || {}
|
|
187
195
|
# HTTP header 'Accept' (if needed)
|
|
188
196
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
197
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
189
198
|
|
|
190
199
|
# form parameters
|
|
191
200
|
form_params = opts[:form_params] || {}
|
|
@@ -218,6 +227,7 @@ module PulpContainerClient
|
|
|
218
227
|
# List container remotes
|
|
219
228
|
# Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
|
|
220
229
|
# @param [Hash] opts the optional parameters
|
|
230
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
221
231
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
222
232
|
# @option opts [String] :name Filter results where name matches value
|
|
223
233
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -251,6 +261,7 @@ module PulpContainerClient
|
|
|
251
261
|
# List container remotes
|
|
252
262
|
# Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
|
|
253
263
|
# @param [Hash] opts the optional parameters
|
|
264
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
254
265
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
255
266
|
# @option opts [String] :name Filter results where name matches value
|
|
256
267
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -318,6 +329,7 @@ module PulpContainerClient
|
|
|
318
329
|
header_params = opts[:header_params] || {}
|
|
319
330
|
# HTTP header 'Accept' (if needed)
|
|
320
331
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
332
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
321
333
|
|
|
322
334
|
# form parameters
|
|
323
335
|
form_params = opts[:form_params] || {}
|
|
@@ -351,6 +363,7 @@ module PulpContainerClient
|
|
|
351
363
|
# List roles assigned to this object.
|
|
352
364
|
# @param container_container_remote_href [String]
|
|
353
365
|
# @param [Hash] opts the optional parameters
|
|
366
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
354
367
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
355
368
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
356
369
|
# @return [ObjectRolesResponse]
|
|
@@ -363,6 +376,7 @@ module PulpContainerClient
|
|
|
363
376
|
# List roles assigned to this object.
|
|
364
377
|
# @param container_container_remote_href [String]
|
|
365
378
|
# @param [Hash] opts the optional parameters
|
|
379
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
366
380
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
367
381
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
368
382
|
# @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
|
|
@@ -386,6 +400,7 @@ module PulpContainerClient
|
|
|
386
400
|
header_params = opts[:header_params] || {}
|
|
387
401
|
# HTTP header 'Accept' (if needed)
|
|
388
402
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
403
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
389
404
|
|
|
390
405
|
# form parameters
|
|
391
406
|
form_params = opts[:form_params] || {}
|
|
@@ -419,6 +434,7 @@ module PulpContainerClient
|
|
|
419
434
|
# List permissions available to the current user on this object.
|
|
420
435
|
# @param container_container_remote_href [String]
|
|
421
436
|
# @param [Hash] opts the optional parameters
|
|
437
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
422
438
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
423
439
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
424
440
|
# @return [MyPermissionsResponse]
|
|
@@ -431,6 +447,7 @@ module PulpContainerClient
|
|
|
431
447
|
# List permissions available to the current user on this object.
|
|
432
448
|
# @param container_container_remote_href [String]
|
|
433
449
|
# @param [Hash] opts the optional parameters
|
|
450
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
434
451
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
435
452
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
436
453
|
# @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
|
|
@@ -454,6 +471,7 @@ module PulpContainerClient
|
|
|
454
471
|
header_params = opts[:header_params] || {}
|
|
455
472
|
# HTTP header 'Accept' (if needed)
|
|
456
473
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
474
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
457
475
|
|
|
458
476
|
# form parameters
|
|
459
477
|
form_params = opts[:form_params] || {}
|
|
@@ -488,6 +506,7 @@ module PulpContainerClient
|
|
|
488
506
|
# @param container_container_remote_href [String]
|
|
489
507
|
# @param patchedcontainer_container_remote [PatchedcontainerContainerRemote]
|
|
490
508
|
# @param [Hash] opts the optional parameters
|
|
509
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
491
510
|
# @return [AsyncOperationResponse]
|
|
492
511
|
def partial_update(container_container_remote_href, patchedcontainer_container_remote, opts = {})
|
|
493
512
|
data, _status_code, _headers = partial_update_with_http_info(container_container_remote_href, patchedcontainer_container_remote, opts)
|
|
@@ -499,6 +518,7 @@ module PulpContainerClient
|
|
|
499
518
|
# @param container_container_remote_href [String]
|
|
500
519
|
# @param patchedcontainer_container_remote [PatchedcontainerContainerRemote]
|
|
501
520
|
# @param [Hash] opts the optional parameters
|
|
521
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
502
522
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
503
523
|
def partial_update_with_http_info(container_container_remote_href, patchedcontainer_container_remote, opts = {})
|
|
504
524
|
if @api_client.config.debugging
|
|
@@ -524,6 +544,7 @@ module PulpContainerClient
|
|
|
524
544
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
525
545
|
# HTTP header 'Content-Type'
|
|
526
546
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
547
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
527
548
|
|
|
528
549
|
# form parameters
|
|
529
550
|
form_params = opts[:form_params] || {}
|
|
@@ -557,6 +578,7 @@ module PulpContainerClient
|
|
|
557
578
|
# Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
|
|
558
579
|
# @param container_container_remote_href [String]
|
|
559
580
|
# @param [Hash] opts the optional parameters
|
|
581
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
560
582
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
561
583
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
562
584
|
# @return [ContainerContainerRemoteResponse]
|
|
@@ -569,6 +591,7 @@ module PulpContainerClient
|
|
|
569
591
|
# Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
|
|
570
592
|
# @param container_container_remote_href [String]
|
|
571
593
|
# @param [Hash] opts the optional parameters
|
|
594
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
572
595
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
573
596
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
574
597
|
# @return [Array<(ContainerContainerRemoteResponse, Integer, Hash)>] ContainerContainerRemoteResponse data, response status code and response headers
|
|
@@ -592,6 +615,7 @@ module PulpContainerClient
|
|
|
592
615
|
header_params = opts[:header_params] || {}
|
|
593
616
|
# HTTP header 'Accept' (if needed)
|
|
594
617
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
618
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
595
619
|
|
|
596
620
|
# form parameters
|
|
597
621
|
form_params = opts[:form_params] || {}
|
|
@@ -626,6 +650,7 @@ module PulpContainerClient
|
|
|
626
650
|
# @param container_container_remote_href [String]
|
|
627
651
|
# @param nested_role [NestedRole]
|
|
628
652
|
# @param [Hash] opts the optional parameters
|
|
653
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
629
654
|
# @return [NestedRoleResponse]
|
|
630
655
|
def remove_role(container_container_remote_href, nested_role, opts = {})
|
|
631
656
|
data, _status_code, _headers = remove_role_with_http_info(container_container_remote_href, nested_role, opts)
|
|
@@ -637,6 +662,7 @@ module PulpContainerClient
|
|
|
637
662
|
# @param container_container_remote_href [String]
|
|
638
663
|
# @param nested_role [NestedRole]
|
|
639
664
|
# @param [Hash] opts the optional parameters
|
|
665
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
640
666
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
|
641
667
|
def remove_role_with_http_info(container_container_remote_href, nested_role, opts = {})
|
|
642
668
|
if @api_client.config.debugging
|
|
@@ -662,6 +688,7 @@ module PulpContainerClient
|
|
|
662
688
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
663
689
|
# HTTP header 'Content-Type'
|
|
664
690
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
691
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
665
692
|
|
|
666
693
|
# form parameters
|
|
667
694
|
form_params = opts[:form_params] || {}
|
|
@@ -696,6 +723,7 @@ module PulpContainerClient
|
|
|
696
723
|
# @param container_container_remote_href [String]
|
|
697
724
|
# @param set_label [SetLabel]
|
|
698
725
|
# @param [Hash] opts the optional parameters
|
|
726
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
699
727
|
# @return [SetLabelResponse]
|
|
700
728
|
def set_label(container_container_remote_href, set_label, opts = {})
|
|
701
729
|
data, _status_code, _headers = set_label_with_http_info(container_container_remote_href, set_label, opts)
|
|
@@ -707,6 +735,7 @@ module PulpContainerClient
|
|
|
707
735
|
# @param container_container_remote_href [String]
|
|
708
736
|
# @param set_label [SetLabel]
|
|
709
737
|
# @param [Hash] opts the optional parameters
|
|
738
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
710
739
|
# @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
|
|
711
740
|
def set_label_with_http_info(container_container_remote_href, set_label, opts = {})
|
|
712
741
|
if @api_client.config.debugging
|
|
@@ -732,6 +761,7 @@ module PulpContainerClient
|
|
|
732
761
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
733
762
|
# HTTP header 'Content-Type'
|
|
734
763
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
764
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
735
765
|
|
|
736
766
|
# form parameters
|
|
737
767
|
form_params = opts[:form_params] || {}
|
|
@@ -766,6 +796,7 @@ module PulpContainerClient
|
|
|
766
796
|
# @param container_container_remote_href [String]
|
|
767
797
|
# @param unset_label [UnsetLabel]
|
|
768
798
|
# @param [Hash] opts the optional parameters
|
|
799
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
769
800
|
# @return [UnsetLabelResponse]
|
|
770
801
|
def unset_label(container_container_remote_href, unset_label, opts = {})
|
|
771
802
|
data, _status_code, _headers = unset_label_with_http_info(container_container_remote_href, unset_label, opts)
|
|
@@ -777,6 +808,7 @@ module PulpContainerClient
|
|
|
777
808
|
# @param container_container_remote_href [String]
|
|
778
809
|
# @param unset_label [UnsetLabel]
|
|
779
810
|
# @param [Hash] opts the optional parameters
|
|
811
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
780
812
|
# @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
|
|
781
813
|
def unset_label_with_http_info(container_container_remote_href, unset_label, opts = {})
|
|
782
814
|
if @api_client.config.debugging
|
|
@@ -802,6 +834,7 @@ module PulpContainerClient
|
|
|
802
834
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
803
835
|
# HTTP header 'Content-Type'
|
|
804
836
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
837
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
805
838
|
|
|
806
839
|
# form parameters
|
|
807
840
|
form_params = opts[:form_params] || {}
|
|
@@ -836,6 +869,7 @@ module PulpContainerClient
|
|
|
836
869
|
# @param container_container_remote_href [String]
|
|
837
870
|
# @param container_container_remote [ContainerContainerRemote]
|
|
838
871
|
# @param [Hash] opts the optional parameters
|
|
872
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
839
873
|
# @return [AsyncOperationResponse]
|
|
840
874
|
def update(container_container_remote_href, container_container_remote, opts = {})
|
|
841
875
|
data, _status_code, _headers = update_with_http_info(container_container_remote_href, container_container_remote, opts)
|
|
@@ -847,6 +881,7 @@ module PulpContainerClient
|
|
|
847
881
|
# @param container_container_remote_href [String]
|
|
848
882
|
# @param container_container_remote [ContainerContainerRemote]
|
|
849
883
|
# @param [Hash] opts the optional parameters
|
|
884
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
850
885
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
851
886
|
def update_with_http_info(container_container_remote_href, container_container_remote, opts = {})
|
|
852
887
|
if @api_client.config.debugging
|
|
@@ -872,6 +907,7 @@ module PulpContainerClient
|
|
|
872
907
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
873
908
|
# HTTP header 'Content-Type'
|
|
874
909
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
910
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
875
911
|
|
|
876
912
|
# form parameters
|
|
877
913
|
form_params = opts[:form_params] || {}
|
|
@@ -24,6 +24,7 @@ module PulpContainerClient
|
|
|
24
24
|
# @param container_container_pull_through_remote_href [String]
|
|
25
25
|
# @param nested_role [NestedRole]
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
27
28
|
# @return [NestedRoleResponse]
|
|
28
29
|
def add_role(container_container_pull_through_remote_href, nested_role, opts = {})
|
|
29
30
|
data, _status_code, _headers = add_role_with_http_info(container_container_pull_through_remote_href, nested_role, opts)
|
|
@@ -35,6 +36,7 @@ module PulpContainerClient
|
|
|
35
36
|
# @param container_container_pull_through_remote_href [String]
|
|
36
37
|
# @param nested_role [NestedRole]
|
|
37
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
38
40
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
|
39
41
|
def add_role_with_http_info(container_container_pull_through_remote_href, nested_role, opts = {})
|
|
40
42
|
if @api_client.config.debugging
|
|
@@ -60,6 +62,7 @@ module PulpContainerClient
|
|
|
60
62
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
61
63
|
# HTTP header 'Content-Type'
|
|
62
64
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
65
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
63
66
|
|
|
64
67
|
# form parameters
|
|
65
68
|
form_params = opts[:form_params] || {}
|
|
@@ -93,6 +96,7 @@ module PulpContainerClient
|
|
|
93
96
|
# A Container Remote referencing a remote registry used as a source for the pull-through caching.
|
|
94
97
|
# @param container_container_pull_through_remote [ContainerContainerPullThroughRemote]
|
|
95
98
|
# @param [Hash] opts the optional parameters
|
|
99
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
96
100
|
# @return [ContainerContainerPullThroughRemoteResponse]
|
|
97
101
|
def create(container_container_pull_through_remote, opts = {})
|
|
98
102
|
data, _status_code, _headers = create_with_http_info(container_container_pull_through_remote, opts)
|
|
@@ -103,6 +107,7 @@ module PulpContainerClient
|
|
|
103
107
|
# A Container Remote referencing a remote registry used as a source for the pull-through caching.
|
|
104
108
|
# @param container_container_pull_through_remote [ContainerContainerPullThroughRemote]
|
|
105
109
|
# @param [Hash] opts the optional parameters
|
|
110
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
106
111
|
# @return [Array<(ContainerContainerPullThroughRemoteResponse, Integer, Hash)>] ContainerContainerPullThroughRemoteResponse data, response status code and response headers
|
|
107
112
|
def create_with_http_info(container_container_pull_through_remote, opts = {})
|
|
108
113
|
if @api_client.config.debugging
|
|
@@ -124,6 +129,7 @@ module PulpContainerClient
|
|
|
124
129
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
125
130
|
# HTTP header 'Content-Type'
|
|
126
131
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
132
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
127
133
|
|
|
128
134
|
# form parameters
|
|
129
135
|
form_params = opts[:form_params] || {}
|
|
@@ -157,6 +163,7 @@ module PulpContainerClient
|
|
|
157
163
|
# Trigger an asynchronous delete task
|
|
158
164
|
# @param container_container_pull_through_remote_href [String]
|
|
159
165
|
# @param [Hash] opts the optional parameters
|
|
166
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
160
167
|
# @return [AsyncOperationResponse]
|
|
161
168
|
def delete(container_container_pull_through_remote_href, opts = {})
|
|
162
169
|
data, _status_code, _headers = delete_with_http_info(container_container_pull_through_remote_href, opts)
|
|
@@ -167,6 +174,7 @@ module PulpContainerClient
|
|
|
167
174
|
# Trigger an asynchronous delete task
|
|
168
175
|
# @param container_container_pull_through_remote_href [String]
|
|
169
176
|
# @param [Hash] opts the optional parameters
|
|
177
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
170
178
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
171
179
|
def delete_with_http_info(container_container_pull_through_remote_href, opts = {})
|
|
172
180
|
if @api_client.config.debugging
|
|
@@ -186,6 +194,7 @@ module PulpContainerClient
|
|
|
186
194
|
header_params = opts[:header_params] || {}
|
|
187
195
|
# HTTP header 'Accept' (if needed)
|
|
188
196
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
197
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
189
198
|
|
|
190
199
|
# form parameters
|
|
191
200
|
form_params = opts[:form_params] || {}
|
|
@@ -218,6 +227,7 @@ module PulpContainerClient
|
|
|
218
227
|
# List container pull through remotes
|
|
219
228
|
# A Container Remote referencing a remote registry used as a source for the pull-through caching.
|
|
220
229
|
# @param [Hash] opts the optional parameters
|
|
230
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
221
231
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
222
232
|
# @option opts [String] :name Filter results where name matches value
|
|
223
233
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -251,6 +261,7 @@ module PulpContainerClient
|
|
|
251
261
|
# List container pull through remotes
|
|
252
262
|
# A Container Remote referencing a remote registry used as a source for the pull-through caching.
|
|
253
263
|
# @param [Hash] opts the optional parameters
|
|
264
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
254
265
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
255
266
|
# @option opts [String] :name Filter results where name matches value
|
|
256
267
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -318,6 +329,7 @@ module PulpContainerClient
|
|
|
318
329
|
header_params = opts[:header_params] || {}
|
|
319
330
|
# HTTP header 'Accept' (if needed)
|
|
320
331
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
332
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
321
333
|
|
|
322
334
|
# form parameters
|
|
323
335
|
form_params = opts[:form_params] || {}
|
|
@@ -351,6 +363,7 @@ module PulpContainerClient
|
|
|
351
363
|
# List roles assigned to this object.
|
|
352
364
|
# @param container_container_pull_through_remote_href [String]
|
|
353
365
|
# @param [Hash] opts the optional parameters
|
|
366
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
354
367
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
355
368
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
356
369
|
# @return [ObjectRolesResponse]
|
|
@@ -363,6 +376,7 @@ module PulpContainerClient
|
|
|
363
376
|
# List roles assigned to this object.
|
|
364
377
|
# @param container_container_pull_through_remote_href [String]
|
|
365
378
|
# @param [Hash] opts the optional parameters
|
|
379
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
366
380
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
367
381
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
368
382
|
# @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
|
|
@@ -386,6 +400,7 @@ module PulpContainerClient
|
|
|
386
400
|
header_params = opts[:header_params] || {}
|
|
387
401
|
# HTTP header 'Accept' (if needed)
|
|
388
402
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
403
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
389
404
|
|
|
390
405
|
# form parameters
|
|
391
406
|
form_params = opts[:form_params] || {}
|
|
@@ -419,6 +434,7 @@ module PulpContainerClient
|
|
|
419
434
|
# List permissions available to the current user on this object.
|
|
420
435
|
# @param container_container_pull_through_remote_href [String]
|
|
421
436
|
# @param [Hash] opts the optional parameters
|
|
437
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
422
438
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
423
439
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
424
440
|
# @return [MyPermissionsResponse]
|
|
@@ -431,6 +447,7 @@ module PulpContainerClient
|
|
|
431
447
|
# List permissions available to the current user on this object.
|
|
432
448
|
# @param container_container_pull_through_remote_href [String]
|
|
433
449
|
# @param [Hash] opts the optional parameters
|
|
450
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
434
451
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
435
452
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
436
453
|
# @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
|
|
@@ -454,6 +471,7 @@ module PulpContainerClient
|
|
|
454
471
|
header_params = opts[:header_params] || {}
|
|
455
472
|
# HTTP header 'Accept' (if needed)
|
|
456
473
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
474
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
457
475
|
|
|
458
476
|
# form parameters
|
|
459
477
|
form_params = opts[:form_params] || {}
|
|
@@ -488,6 +506,7 @@ module PulpContainerClient
|
|
|
488
506
|
# @param container_container_pull_through_remote_href [String]
|
|
489
507
|
# @param patchedcontainer_container_pull_through_remote [PatchedcontainerContainerPullThroughRemote]
|
|
490
508
|
# @param [Hash] opts the optional parameters
|
|
509
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
491
510
|
# @return [AsyncOperationResponse]
|
|
492
511
|
def partial_update(container_container_pull_through_remote_href, patchedcontainer_container_pull_through_remote, opts = {})
|
|
493
512
|
data, _status_code, _headers = partial_update_with_http_info(container_container_pull_through_remote_href, patchedcontainer_container_pull_through_remote, opts)
|
|
@@ -499,6 +518,7 @@ module PulpContainerClient
|
|
|
499
518
|
# @param container_container_pull_through_remote_href [String]
|
|
500
519
|
# @param patchedcontainer_container_pull_through_remote [PatchedcontainerContainerPullThroughRemote]
|
|
501
520
|
# @param [Hash] opts the optional parameters
|
|
521
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
502
522
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
503
523
|
def partial_update_with_http_info(container_container_pull_through_remote_href, patchedcontainer_container_pull_through_remote, opts = {})
|
|
504
524
|
if @api_client.config.debugging
|
|
@@ -524,6 +544,7 @@ module PulpContainerClient
|
|
|
524
544
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
525
545
|
# HTTP header 'Content-Type'
|
|
526
546
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
547
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
527
548
|
|
|
528
549
|
# form parameters
|
|
529
550
|
form_params = opts[:form_params] || {}
|
|
@@ -557,6 +578,7 @@ module PulpContainerClient
|
|
|
557
578
|
# A Container Remote referencing a remote registry used as a source for the pull-through caching.
|
|
558
579
|
# @param container_container_pull_through_remote_href [String]
|
|
559
580
|
# @param [Hash] opts the optional parameters
|
|
581
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
560
582
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
561
583
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
562
584
|
# @return [ContainerContainerPullThroughRemoteResponse]
|
|
@@ -569,6 +591,7 @@ module PulpContainerClient
|
|
|
569
591
|
# A Container Remote referencing a remote registry used as a source for the pull-through caching.
|
|
570
592
|
# @param container_container_pull_through_remote_href [String]
|
|
571
593
|
# @param [Hash] opts the optional parameters
|
|
594
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
572
595
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
573
596
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
574
597
|
# @return [Array<(ContainerContainerPullThroughRemoteResponse, Integer, Hash)>] ContainerContainerPullThroughRemoteResponse data, response status code and response headers
|
|
@@ -592,6 +615,7 @@ module PulpContainerClient
|
|
|
592
615
|
header_params = opts[:header_params] || {}
|
|
593
616
|
# HTTP header 'Accept' (if needed)
|
|
594
617
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
618
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
595
619
|
|
|
596
620
|
# form parameters
|
|
597
621
|
form_params = opts[:form_params] || {}
|
|
@@ -626,6 +650,7 @@ module PulpContainerClient
|
|
|
626
650
|
# @param container_container_pull_through_remote_href [String]
|
|
627
651
|
# @param nested_role [NestedRole]
|
|
628
652
|
# @param [Hash] opts the optional parameters
|
|
653
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
629
654
|
# @return [NestedRoleResponse]
|
|
630
655
|
def remove_role(container_container_pull_through_remote_href, nested_role, opts = {})
|
|
631
656
|
data, _status_code, _headers = remove_role_with_http_info(container_container_pull_through_remote_href, nested_role, opts)
|
|
@@ -637,6 +662,7 @@ module PulpContainerClient
|
|
|
637
662
|
# @param container_container_pull_through_remote_href [String]
|
|
638
663
|
# @param nested_role [NestedRole]
|
|
639
664
|
# @param [Hash] opts the optional parameters
|
|
665
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
640
666
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
|
641
667
|
def remove_role_with_http_info(container_container_pull_through_remote_href, nested_role, opts = {})
|
|
642
668
|
if @api_client.config.debugging
|
|
@@ -662,6 +688,7 @@ module PulpContainerClient
|
|
|
662
688
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
663
689
|
# HTTP header 'Content-Type'
|
|
664
690
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
691
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
665
692
|
|
|
666
693
|
# form parameters
|
|
667
694
|
form_params = opts[:form_params] || {}
|
|
@@ -696,6 +723,7 @@ module PulpContainerClient
|
|
|
696
723
|
# @param container_container_pull_through_remote_href [String]
|
|
697
724
|
# @param set_label [SetLabel]
|
|
698
725
|
# @param [Hash] opts the optional parameters
|
|
726
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
699
727
|
# @return [SetLabelResponse]
|
|
700
728
|
def set_label(container_container_pull_through_remote_href, set_label, opts = {})
|
|
701
729
|
data, _status_code, _headers = set_label_with_http_info(container_container_pull_through_remote_href, set_label, opts)
|
|
@@ -707,6 +735,7 @@ module PulpContainerClient
|
|
|
707
735
|
# @param container_container_pull_through_remote_href [String]
|
|
708
736
|
# @param set_label [SetLabel]
|
|
709
737
|
# @param [Hash] opts the optional parameters
|
|
738
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
710
739
|
# @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
|
|
711
740
|
def set_label_with_http_info(container_container_pull_through_remote_href, set_label, opts = {})
|
|
712
741
|
if @api_client.config.debugging
|
|
@@ -732,6 +761,7 @@ module PulpContainerClient
|
|
|
732
761
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
733
762
|
# HTTP header 'Content-Type'
|
|
734
763
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
764
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
735
765
|
|
|
736
766
|
# form parameters
|
|
737
767
|
form_params = opts[:form_params] || {}
|
|
@@ -766,6 +796,7 @@ module PulpContainerClient
|
|
|
766
796
|
# @param container_container_pull_through_remote_href [String]
|
|
767
797
|
# @param unset_label [UnsetLabel]
|
|
768
798
|
# @param [Hash] opts the optional parameters
|
|
799
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
769
800
|
# @return [UnsetLabelResponse]
|
|
770
801
|
def unset_label(container_container_pull_through_remote_href, unset_label, opts = {})
|
|
771
802
|
data, _status_code, _headers = unset_label_with_http_info(container_container_pull_through_remote_href, unset_label, opts)
|
|
@@ -777,6 +808,7 @@ module PulpContainerClient
|
|
|
777
808
|
# @param container_container_pull_through_remote_href [String]
|
|
778
809
|
# @param unset_label [UnsetLabel]
|
|
779
810
|
# @param [Hash] opts the optional parameters
|
|
811
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
780
812
|
# @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
|
|
781
813
|
def unset_label_with_http_info(container_container_pull_through_remote_href, unset_label, opts = {})
|
|
782
814
|
if @api_client.config.debugging
|
|
@@ -802,6 +834,7 @@ module PulpContainerClient
|
|
|
802
834
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
803
835
|
# HTTP header 'Content-Type'
|
|
804
836
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
837
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
805
838
|
|
|
806
839
|
# form parameters
|
|
807
840
|
form_params = opts[:form_params] || {}
|
|
@@ -836,6 +869,7 @@ module PulpContainerClient
|
|
|
836
869
|
# @param container_container_pull_through_remote_href [String]
|
|
837
870
|
# @param container_container_pull_through_remote [ContainerContainerPullThroughRemote]
|
|
838
871
|
# @param [Hash] opts the optional parameters
|
|
872
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
839
873
|
# @return [AsyncOperationResponse]
|
|
840
874
|
def update(container_container_pull_through_remote_href, container_container_pull_through_remote, opts = {})
|
|
841
875
|
data, _status_code, _headers = update_with_http_info(container_container_pull_through_remote_href, container_container_pull_through_remote, opts)
|
|
@@ -847,6 +881,7 @@ module PulpContainerClient
|
|
|
847
881
|
# @param container_container_pull_through_remote_href [String]
|
|
848
882
|
# @param container_container_pull_through_remote [ContainerContainerPullThroughRemote]
|
|
849
883
|
# @param [Hash] opts the optional parameters
|
|
884
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
850
885
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
851
886
|
def update_with_http_info(container_container_pull_through_remote_href, container_container_pull_through_remote, opts = {})
|
|
852
887
|
if @api_client.config.debugging
|
|
@@ -872,6 +907,7 @@ module PulpContainerClient
|
|
|
872
907
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
873
908
|
# HTTP header 'Content-Type'
|
|
874
909
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
910
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
875
911
|
|
|
876
912
|
# form parameters
|
|
877
913
|
form_params = opts[:form_params] || {}
|