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.
Files changed (111) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/ContainerBlobResponse.md +2 -0
  4. data/docs/ContainerContainerDistribution.md +4 -4
  5. data/docs/ContainerContainerDistributionResponse.md +12 -12
  6. data/docs/ContainerContainerPullThroughDistribution.md +4 -4
  7. data/docs/ContainerContainerPullThroughDistributionResponse.md +12 -12
  8. data/docs/ContainerContainerPullThroughRemoteResponse.md +1 -1
  9. data/docs/ContainerContainerPushRepository.md +5 -5
  10. data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
  11. data/docs/ContainerContainerRemoteResponse.md +1 -1
  12. data/docs/ContainerManifestResponse.md +2 -0
  13. data/docs/ContainerManifestSignatureResponse.md +2 -0
  14. data/docs/ContainerTagResponse.md +2 -0
  15. data/docs/ContentBlobsApi.md +20 -8
  16. data/docs/ContentManifestsApi.md +20 -8
  17. data/docs/ContentSignaturesApi.md +20 -8
  18. data/docs/ContentTagsApi.md +20 -8
  19. data/docs/DistributionsContainerApi.md +74 -34
  20. data/docs/DistributionsPullThroughApi.md +74 -34
  21. data/docs/PatchedcontainerContainerDistribution.md +4 -4
  22. data/docs/PatchedcontainerContainerPullThroughDistribution.md +4 -4
  23. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  24. data/docs/PulpContainerNamespacesApi.md +40 -16
  25. data/docs/RemotesContainerApi.md +72 -32
  26. data/docs/RemotesPullThroughApi.md +72 -32
  27. data/docs/RepositoriesContainerApi.md +138 -64
  28. data/docs/RepositoriesContainerPushApi.md +80 -36
  29. data/docs/RepositoriesContainerPushVersionsApi.md +22 -10
  30. data/docs/RepositoriesContainerVersionsApi.md +22 -10
  31. data/docs/RepositoryVersionResponse.md +3 -1
  32. data/docs/TokenApi.md +14 -5
  33. data/lib/pulp_container_client/api/content_blobs_api.rb +12 -0
  34. data/lib/pulp_container_client/api/content_manifests_api.rb +12 -0
  35. data/lib/pulp_container_client/api/content_signatures_api.rb +12 -0
  36. data/lib/pulp_container_client/api/content_tags_api.rb +12 -0
  37. data/lib/pulp_container_client/api/distributions_container_api.rb +36 -0
  38. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +36 -0
  39. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +24 -0
  40. data/lib/pulp_container_client/api/remotes_container_api.rb +36 -0
  41. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +36 -0
  42. data/lib/pulp_container_client/api/repositories_container_api.rb +63 -0
  43. data/lib/pulp_container_client/api/repositories_container_push_api.rb +39 -0
  44. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +15 -3
  45. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +15 -3
  46. data/lib/pulp_container_client/api/token_api.rb +9 -0
  47. data/lib/pulp_container_client/models/container_blob_response.rb +10 -1
  48. data/lib/pulp_container_client/models/container_container_distribution.rb +47 -47
  49. data/lib/pulp_container_client/models/container_container_distribution_response.rb +62 -62
  50. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +47 -47
  51. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +62 -62
  52. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +0 -15
  53. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +0 -15
  54. data/lib/pulp_container_client/models/container_container_push_repository.rb +42 -57
  55. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +59 -74
  56. data/lib/pulp_container_client/models/container_container_remote.rb +0 -15
  57. data/lib/pulp_container_client/models/container_container_remote_response.rb +0 -15
  58. data/lib/pulp_container_client/models/container_container_repository.rb +0 -15
  59. data/lib/pulp_container_client/models/container_container_repository_response.rb +0 -15
  60. data/lib/pulp_container_client/models/container_manifest_response.rb +10 -1
  61. data/lib/pulp_container_client/models/container_manifest_signature_response.rb +10 -1
  62. data/lib/pulp_container_client/models/container_tag_response.rb +10 -1
  63. data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +0 -2
  64. data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +0 -2
  65. data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +0 -2
  66. data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +0 -2
  67. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +0 -2
  68. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +0 -2
  69. data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +0 -2
  70. data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +0 -2
  71. data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +0 -2
  72. data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +0 -2
  73. data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +0 -2
  74. data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +0 -2
  75. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +40 -40
  76. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +40 -40
  77. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +0 -15
  78. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +38 -53
  79. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +0 -15
  80. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +0 -15
  81. data/lib/pulp_container_client/models/repository_version_response.rb +13 -4
  82. data/lib/pulp_container_client/version.rb +1 -1
  83. data/spec/api/content_blobs_api_spec.rb +4 -0
  84. data/spec/api/content_manifests_api_spec.rb +4 -0
  85. data/spec/api/content_signatures_api_spec.rb +4 -0
  86. data/spec/api/content_tags_api_spec.rb +4 -0
  87. data/spec/api/distributions_container_api_spec.rb +12 -0
  88. data/spec/api/distributions_pull_through_api_spec.rb +12 -0
  89. data/spec/api/pulp_container_namespaces_api_spec.rb +8 -0
  90. data/spec/api/remotes_container_api_spec.rb +12 -0
  91. data/spec/api/remotes_pull_through_api_spec.rb +12 -0
  92. data/spec/api/repositories_container_api_spec.rb +21 -0
  93. data/spec/api/repositories_container_push_api_spec.rb +13 -0
  94. data/spec/api/repositories_container_push_versions_api_spec.rb +5 -1
  95. data/spec/api/repositories_container_versions_api_spec.rb +5 -1
  96. data/spec/api/token_api_spec.rb +3 -0
  97. data/spec/models/container_blob_response_spec.rb +6 -0
  98. data/spec/models/container_container_distribution_response_spec.rb +9 -9
  99. data/spec/models/container_container_distribution_spec.rb +5 -5
  100. data/spec/models/container_container_pull_through_distribution_response_spec.rb +9 -9
  101. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  102. data/spec/models/container_container_push_repository_response_spec.rb +10 -10
  103. data/spec/models/container_container_push_repository_spec.rb +4 -4
  104. data/spec/models/container_manifest_response_spec.rb +6 -0
  105. data/spec/models/container_manifest_signature_response_spec.rb +6 -0
  106. data/spec/models/container_tag_response_spec.rb +6 -0
  107. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  108. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  109. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  110. data/spec/models/repository_version_response_spec.rb +6 -0
  111. metadata +59 -59
@@ -20,7 +20,7 @@ All URIs are relative to *http://localhost:24817*
20
20
 
21
21
  ## add_role
22
22
 
23
- > <NestedRoleResponse> add_role(container_container_distribution_href, nested_role)
23
+ > <NestedRoleResponse> add_role(container_container_distribution_href, nested_role, opts)
24
24
 
25
25
  Add a role
26
26
 
@@ -41,10 +41,13 @@ end
41
41
  api_instance = PulpContainerClient::DistributionsContainerApi.new
42
42
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
43
43
  nested_role = PulpContainerClient::NestedRole.new({role: 'role_example'}) # NestedRole |
44
+ opts = {
45
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
46
+ }
44
47
 
45
48
  begin
46
49
  # Add a role
47
- result = api_instance.add_role(container_container_distribution_href, nested_role)
50
+ result = api_instance.add_role(container_container_distribution_href, nested_role, opts)
48
51
  p result
49
52
  rescue PulpContainerClient::ApiError => e
50
53
  puts "Error when calling DistributionsContainerApi->add_role: #{e}"
@@ -55,12 +58,12 @@ end
55
58
 
56
59
  This returns an Array which contains the response data, status code and headers.
57
60
 
58
- > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(container_container_distribution_href, nested_role)
61
+ > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(container_container_distribution_href, nested_role, opts)
59
62
 
60
63
  ```ruby
61
64
  begin
62
65
  # Add a role
63
- data, status_code, headers = api_instance.add_role_with_http_info(container_container_distribution_href, nested_role)
66
+ data, status_code, headers = api_instance.add_role_with_http_info(container_container_distribution_href, nested_role, opts)
64
67
  p status_code # => 2xx
65
68
  p headers # => { ... }
66
69
  p data # => <NestedRoleResponse>
@@ -75,6 +78,7 @@ end
75
78
  | ---- | ---- | ----------- | ----- |
76
79
  | **container_container_distribution_href** | **String** | | |
77
80
  | **nested_role** | [**NestedRole**](NestedRole.md) | | |
81
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
78
82
 
79
83
  ### Return type
80
84
 
@@ -92,7 +96,7 @@ end
92
96
 
93
97
  ## create
94
98
 
95
- > <AsyncOperationResponse> create(container_container_distribution)
99
+ > <AsyncOperationResponse> create(container_container_distribution, opts)
96
100
 
97
101
  Create a container distribution
98
102
 
@@ -111,11 +115,14 @@ PulpContainerClient.configure do |config|
111
115
  end
112
116
 
113
117
  api_instance = PulpContainerClient::DistributionsContainerApi.new
114
- container_container_distribution = PulpContainerClient::ContainerContainerDistribution.new({base_path: 'base_path_example', name: 'name_example'}) # ContainerContainerDistribution |
118
+ container_container_distribution = PulpContainerClient::ContainerContainerDistribution.new({name: 'name_example', base_path: 'base_path_example'}) # ContainerContainerDistribution |
119
+ opts = {
120
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
121
+ }
115
122
 
116
123
  begin
117
124
  # Create a container distribution
118
- result = api_instance.create(container_container_distribution)
125
+ result = api_instance.create(container_container_distribution, opts)
119
126
  p result
120
127
  rescue PulpContainerClient::ApiError => e
121
128
  puts "Error when calling DistributionsContainerApi->create: #{e}"
@@ -126,12 +133,12 @@ end
126
133
 
127
134
  This returns an Array which contains the response data, status code and headers.
128
135
 
129
- > <Array(<AsyncOperationResponse>, Integer, Hash)> create_with_http_info(container_container_distribution)
136
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> create_with_http_info(container_container_distribution, opts)
130
137
 
131
138
  ```ruby
132
139
  begin
133
140
  # Create a container distribution
134
- data, status_code, headers = api_instance.create_with_http_info(container_container_distribution)
141
+ data, status_code, headers = api_instance.create_with_http_info(container_container_distribution, opts)
135
142
  p status_code # => 2xx
136
143
  p headers # => { ... }
137
144
  p data # => <AsyncOperationResponse>
@@ -145,6 +152,7 @@ end
145
152
  | Name | Type | Description | Notes |
146
153
  | ---- | ---- | ----------- | ----- |
147
154
  | **container_container_distribution** | [**ContainerContainerDistribution**](ContainerContainerDistribution.md) | | |
155
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
148
156
 
149
157
  ### Return type
150
158
 
@@ -162,7 +170,7 @@ end
162
170
 
163
171
  ## delete
164
172
 
165
- > <AsyncOperationResponse> delete(container_container_distribution_href)
173
+ > <AsyncOperationResponse> delete(container_container_distribution_href, opts)
166
174
 
167
175
  Delete a container distribution
168
176
 
@@ -182,10 +190,13 @@ end
182
190
 
183
191
  api_instance = PulpContainerClient::DistributionsContainerApi.new
184
192
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
193
+ opts = {
194
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
195
+ }
185
196
 
186
197
  begin
187
198
  # Delete a container distribution
188
- result = api_instance.delete(container_container_distribution_href)
199
+ result = api_instance.delete(container_container_distribution_href, opts)
189
200
  p result
190
201
  rescue PulpContainerClient::ApiError => e
191
202
  puts "Error when calling DistributionsContainerApi->delete: #{e}"
@@ -196,12 +207,12 @@ end
196
207
 
197
208
  This returns an Array which contains the response data, status code and headers.
198
209
 
199
- > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(container_container_distribution_href)
210
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(container_container_distribution_href, opts)
200
211
 
201
212
  ```ruby
202
213
  begin
203
214
  # Delete a container distribution
204
- data, status_code, headers = api_instance.delete_with_http_info(container_container_distribution_href)
215
+ data, status_code, headers = api_instance.delete_with_http_info(container_container_distribution_href, opts)
205
216
  p status_code # => 2xx
206
217
  p headers # => { ... }
207
218
  p data # => <AsyncOperationResponse>
@@ -215,6 +226,7 @@ end
215
226
  | Name | Type | Description | Notes |
216
227
  | ---- | ---- | ----------- | ----- |
217
228
  | **container_container_distribution_href** | **String** | | |
229
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
218
230
 
219
231
  ### Return type
220
232
 
@@ -252,6 +264,7 @@ end
252
264
 
253
265
  api_instance = PulpContainerClient::DistributionsContainerApi.new
254
266
  opts = {
267
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
255
268
  base_path: 'base_path_example', # String | Filter results where base_path matches value
256
269
  base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
257
270
  base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
@@ -313,6 +326,7 @@ end
313
326
 
314
327
  | Name | Type | Description | Notes |
315
328
  | ---- | ---- | ----------- | ----- |
329
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
316
330
  | **base_path** | **String** | Filter results where base_path matches value | [optional] |
317
331
  | **base_path__contains** | **String** | Filter results where base_path contains value | [optional] |
318
332
  | **base_path__icontains** | **String** | Filter results where base_path contains value | [optional] |
@@ -379,6 +393,7 @@ end
379
393
  api_instance = PulpContainerClient::DistributionsContainerApi.new
380
394
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
381
395
  opts = {
396
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
382
397
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
383
398
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
384
399
  }
@@ -415,6 +430,7 @@ end
415
430
  | Name | Type | Description | Notes |
416
431
  | ---- | ---- | ----------- | ----- |
417
432
  | **container_container_distribution_href** | **String** | | |
433
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
418
434
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
419
435
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
420
436
 
@@ -455,6 +471,7 @@ end
455
471
  api_instance = PulpContainerClient::DistributionsContainerApi.new
456
472
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
457
473
  opts = {
474
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
458
475
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
459
476
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
460
477
  }
@@ -491,6 +508,7 @@ end
491
508
  | Name | Type | Description | Notes |
492
509
  | ---- | ---- | ----------- | ----- |
493
510
  | **container_container_distribution_href** | **String** | | |
511
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
494
512
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
495
513
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
496
514
 
@@ -510,7 +528,7 @@ end
510
528
 
511
529
  ## partial_update
512
530
 
513
- > <AsyncOperationResponse> partial_update(container_container_distribution_href, patchedcontainer_container_distribution)
531
+ > <AsyncOperationResponse> partial_update(container_container_distribution_href, patchedcontainer_container_distribution, opts)
514
532
 
515
533
  Update a container distribution
516
534
 
@@ -531,10 +549,13 @@ end
531
549
  api_instance = PulpContainerClient::DistributionsContainerApi.new
532
550
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
533
551
  patchedcontainer_container_distribution = PulpContainerClient::PatchedcontainerContainerDistribution.new # PatchedcontainerContainerDistribution |
552
+ opts = {
553
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
554
+ }
534
555
 
535
556
  begin
536
557
  # Update a container distribution
537
- result = api_instance.partial_update(container_container_distribution_href, patchedcontainer_container_distribution)
558
+ result = api_instance.partial_update(container_container_distribution_href, patchedcontainer_container_distribution, opts)
538
559
  p result
539
560
  rescue PulpContainerClient::ApiError => e
540
561
  puts "Error when calling DistributionsContainerApi->partial_update: #{e}"
@@ -545,12 +566,12 @@ end
545
566
 
546
567
  This returns an Array which contains the response data, status code and headers.
547
568
 
548
- > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(container_container_distribution_href, patchedcontainer_container_distribution)
569
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(container_container_distribution_href, patchedcontainer_container_distribution, opts)
549
570
 
550
571
  ```ruby
551
572
  begin
552
573
  # Update a container distribution
553
- data, status_code, headers = api_instance.partial_update_with_http_info(container_container_distribution_href, patchedcontainer_container_distribution)
574
+ data, status_code, headers = api_instance.partial_update_with_http_info(container_container_distribution_href, patchedcontainer_container_distribution, opts)
554
575
  p status_code # => 2xx
555
576
  p headers # => { ... }
556
577
  p data # => <AsyncOperationResponse>
@@ -565,6 +586,7 @@ end
565
586
  | ---- | ---- | ----------- | ----- |
566
587
  | **container_container_distribution_href** | **String** | | |
567
588
  | **patchedcontainer_container_distribution** | [**PatchedcontainerContainerDistribution**](PatchedcontainerContainerDistribution.md) | | |
589
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
568
590
 
569
591
  ### Return type
570
592
 
@@ -603,6 +625,7 @@ end
603
625
  api_instance = PulpContainerClient::DistributionsContainerApi.new
604
626
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
605
627
  opts = {
628
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
606
629
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
607
630
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
608
631
  }
@@ -639,6 +662,7 @@ end
639
662
  | Name | Type | Description | Notes |
640
663
  | ---- | ---- | ----------- | ----- |
641
664
  | **container_container_distribution_href** | **String** | | |
665
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
642
666
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
643
667
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
644
668
 
@@ -658,7 +682,7 @@ end
658
682
 
659
683
  ## remove_role
660
684
 
661
- > <NestedRoleResponse> remove_role(container_container_distribution_href, nested_role)
685
+ > <NestedRoleResponse> remove_role(container_container_distribution_href, nested_role, opts)
662
686
 
663
687
  Remove a role
664
688
 
@@ -679,10 +703,13 @@ end
679
703
  api_instance = PulpContainerClient::DistributionsContainerApi.new
680
704
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
681
705
  nested_role = PulpContainerClient::NestedRole.new({role: 'role_example'}) # NestedRole |
706
+ opts = {
707
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
708
+ }
682
709
 
683
710
  begin
684
711
  # Remove a role
685
- result = api_instance.remove_role(container_container_distribution_href, nested_role)
712
+ result = api_instance.remove_role(container_container_distribution_href, nested_role, opts)
686
713
  p result
687
714
  rescue PulpContainerClient::ApiError => e
688
715
  puts "Error when calling DistributionsContainerApi->remove_role: #{e}"
@@ -693,12 +720,12 @@ end
693
720
 
694
721
  This returns an Array which contains the response data, status code and headers.
695
722
 
696
- > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(container_container_distribution_href, nested_role)
723
+ > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(container_container_distribution_href, nested_role, opts)
697
724
 
698
725
  ```ruby
699
726
  begin
700
727
  # Remove a role
701
- data, status_code, headers = api_instance.remove_role_with_http_info(container_container_distribution_href, nested_role)
728
+ data, status_code, headers = api_instance.remove_role_with_http_info(container_container_distribution_href, nested_role, opts)
702
729
  p status_code # => 2xx
703
730
  p headers # => { ... }
704
731
  p data # => <NestedRoleResponse>
@@ -713,6 +740,7 @@ end
713
740
  | ---- | ---- | ----------- | ----- |
714
741
  | **container_container_distribution_href** | **String** | | |
715
742
  | **nested_role** | [**NestedRole**](NestedRole.md) | | |
743
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
716
744
 
717
745
  ### Return type
718
746
 
@@ -730,7 +758,7 @@ end
730
758
 
731
759
  ## set_label
732
760
 
733
- > <SetLabelResponse> set_label(container_container_distribution_href, set_label)
761
+ > <SetLabelResponse> set_label(container_container_distribution_href, set_label, opts)
734
762
 
735
763
  Set a label
736
764
 
@@ -751,10 +779,13 @@ end
751
779
  api_instance = PulpContainerClient::DistributionsContainerApi.new
752
780
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
753
781
  set_label = PulpContainerClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
782
+ opts = {
783
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
784
+ }
754
785
 
755
786
  begin
756
787
  # Set a label
757
- result = api_instance.set_label(container_container_distribution_href, set_label)
788
+ result = api_instance.set_label(container_container_distribution_href, set_label, opts)
758
789
  p result
759
790
  rescue PulpContainerClient::ApiError => e
760
791
  puts "Error when calling DistributionsContainerApi->set_label: #{e}"
@@ -765,12 +796,12 @@ end
765
796
 
766
797
  This returns an Array which contains the response data, status code and headers.
767
798
 
768
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_container_distribution_href, set_label)
799
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_container_distribution_href, set_label, opts)
769
800
 
770
801
  ```ruby
771
802
  begin
772
803
  # Set a label
773
- data, status_code, headers = api_instance.set_label_with_http_info(container_container_distribution_href, set_label)
804
+ data, status_code, headers = api_instance.set_label_with_http_info(container_container_distribution_href, set_label, opts)
774
805
  p status_code # => 2xx
775
806
  p headers # => { ... }
776
807
  p data # => <SetLabelResponse>
@@ -785,6 +816,7 @@ end
785
816
  | ---- | ---- | ----------- | ----- |
786
817
  | **container_container_distribution_href** | **String** | | |
787
818
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
819
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
788
820
 
789
821
  ### Return type
790
822
 
@@ -802,7 +834,7 @@ end
802
834
 
803
835
  ## unset_label
804
836
 
805
- > <UnsetLabelResponse> unset_label(container_container_distribution_href, unset_label)
837
+ > <UnsetLabelResponse> unset_label(container_container_distribution_href, unset_label, opts)
806
838
 
807
839
  Unset a label
808
840
 
@@ -823,10 +855,13 @@ end
823
855
  api_instance = PulpContainerClient::DistributionsContainerApi.new
824
856
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
825
857
  unset_label = PulpContainerClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
858
+ opts = {
859
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
860
+ }
826
861
 
827
862
  begin
828
863
  # Unset a label
829
- result = api_instance.unset_label(container_container_distribution_href, unset_label)
864
+ result = api_instance.unset_label(container_container_distribution_href, unset_label, opts)
830
865
  p result
831
866
  rescue PulpContainerClient::ApiError => e
832
867
  puts "Error when calling DistributionsContainerApi->unset_label: #{e}"
@@ -837,12 +872,12 @@ end
837
872
 
838
873
  This returns an Array which contains the response data, status code and headers.
839
874
 
840
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_container_distribution_href, unset_label)
875
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_container_distribution_href, unset_label, opts)
841
876
 
842
877
  ```ruby
843
878
  begin
844
879
  # Unset a label
845
- data, status_code, headers = api_instance.unset_label_with_http_info(container_container_distribution_href, unset_label)
880
+ data, status_code, headers = api_instance.unset_label_with_http_info(container_container_distribution_href, unset_label, opts)
846
881
  p status_code # => 2xx
847
882
  p headers # => { ... }
848
883
  p data # => <UnsetLabelResponse>
@@ -857,6 +892,7 @@ end
857
892
  | ---- | ---- | ----------- | ----- |
858
893
  | **container_container_distribution_href** | **String** | | |
859
894
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
895
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
860
896
 
861
897
  ### Return type
862
898
 
@@ -874,7 +910,7 @@ end
874
910
 
875
911
  ## update
876
912
 
877
- > <AsyncOperationResponse> update(container_container_distribution_href, container_container_distribution)
913
+ > <AsyncOperationResponse> update(container_container_distribution_href, container_container_distribution, opts)
878
914
 
879
915
  Update a container distribution
880
916
 
@@ -894,11 +930,14 @@ end
894
930
 
895
931
  api_instance = PulpContainerClient::DistributionsContainerApi.new
896
932
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
897
- container_container_distribution = PulpContainerClient::ContainerContainerDistribution.new({base_path: 'base_path_example', name: 'name_example'}) # ContainerContainerDistribution |
933
+ container_container_distribution = PulpContainerClient::ContainerContainerDistribution.new({name: 'name_example', base_path: 'base_path_example'}) # ContainerContainerDistribution |
934
+ opts = {
935
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
936
+ }
898
937
 
899
938
  begin
900
939
  # Update a container distribution
901
- result = api_instance.update(container_container_distribution_href, container_container_distribution)
940
+ result = api_instance.update(container_container_distribution_href, container_container_distribution, opts)
902
941
  p result
903
942
  rescue PulpContainerClient::ApiError => e
904
943
  puts "Error when calling DistributionsContainerApi->update: #{e}"
@@ -909,12 +948,12 @@ end
909
948
 
910
949
  This returns an Array which contains the response data, status code and headers.
911
950
 
912
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(container_container_distribution_href, container_container_distribution)
951
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(container_container_distribution_href, container_container_distribution, opts)
913
952
 
914
953
  ```ruby
915
954
  begin
916
955
  # Update a container distribution
917
- data, status_code, headers = api_instance.update_with_http_info(container_container_distribution_href, container_container_distribution)
956
+ data, status_code, headers = api_instance.update_with_http_info(container_container_distribution_href, container_container_distribution, opts)
918
957
  p status_code # => 2xx
919
958
  p headers # => { ... }
920
959
  p data # => <AsyncOperationResponse>
@@ -929,6 +968,7 @@ end
929
968
  | ---- | ---- | ----------- | ----- |
930
969
  | **container_container_distribution_href** | **String** | | |
931
970
  | **container_container_distribution** | [**ContainerContainerDistribution**](ContainerContainerDistribution.md) | | |
971
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
932
972
 
933
973
  ### Return type
934
974