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
@@ -16,7 +16,7 @@ All URIs are relative to *http://localhost:24817*
16
16
 
17
17
  ## add_role
18
18
 
19
- > <NestedRoleResponse> add_role(container_container_namespace_href, nested_role)
19
+ > <NestedRoleResponse> add_role(container_container_namespace_href, nested_role, opts)
20
20
 
21
21
  Add a role
22
22
 
@@ -37,10 +37,13 @@ end
37
37
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
38
38
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
39
39
  nested_role = PulpContainerClient::NestedRole.new({role: 'role_example'}) # NestedRole |
40
+ opts = {
41
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
42
+ }
40
43
 
41
44
  begin
42
45
  # Add a role
43
- result = api_instance.add_role(container_container_namespace_href, nested_role)
46
+ result = api_instance.add_role(container_container_namespace_href, nested_role, opts)
44
47
  p result
45
48
  rescue PulpContainerClient::ApiError => e
46
49
  puts "Error when calling PulpContainerNamespacesApi->add_role: #{e}"
@@ -51,12 +54,12 @@ end
51
54
 
52
55
  This returns an Array which contains the response data, status code and headers.
53
56
 
54
- > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(container_container_namespace_href, nested_role)
57
+ > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(container_container_namespace_href, nested_role, opts)
55
58
 
56
59
  ```ruby
57
60
  begin
58
61
  # Add a role
59
- data, status_code, headers = api_instance.add_role_with_http_info(container_container_namespace_href, nested_role)
62
+ data, status_code, headers = api_instance.add_role_with_http_info(container_container_namespace_href, nested_role, opts)
60
63
  p status_code # => 2xx
61
64
  p headers # => { ... }
62
65
  p data # => <NestedRoleResponse>
@@ -71,6 +74,7 @@ end
71
74
  | ---- | ---- | ----------- | ----- |
72
75
  | **container_container_namespace_href** | **String** | | |
73
76
  | **nested_role** | [**NestedRole**](NestedRole.md) | | |
77
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
74
78
 
75
79
  ### Return type
76
80
 
@@ -88,7 +92,7 @@ end
88
92
 
89
93
  ## create
90
94
 
91
- > <ContainerContainerNamespaceResponse> create(container_container_namespace)
95
+ > <ContainerContainerNamespaceResponse> create(container_container_namespace, opts)
92
96
 
93
97
  Create a container namespace
94
98
 
@@ -108,10 +112,13 @@ end
108
112
 
109
113
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
110
114
  container_container_namespace = PulpContainerClient::ContainerContainerNamespace.new({name: 'name_example'}) # ContainerContainerNamespace |
115
+ opts = {
116
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
117
+ }
111
118
 
112
119
  begin
113
120
  # Create a container namespace
114
- result = api_instance.create(container_container_namespace)
121
+ result = api_instance.create(container_container_namespace, opts)
115
122
  p result
116
123
  rescue PulpContainerClient::ApiError => e
117
124
  puts "Error when calling PulpContainerNamespacesApi->create: #{e}"
@@ -122,12 +129,12 @@ end
122
129
 
123
130
  This returns an Array which contains the response data, status code and headers.
124
131
 
125
- > <Array(<ContainerContainerNamespaceResponse>, Integer, Hash)> create_with_http_info(container_container_namespace)
132
+ > <Array(<ContainerContainerNamespaceResponse>, Integer, Hash)> create_with_http_info(container_container_namespace, opts)
126
133
 
127
134
  ```ruby
128
135
  begin
129
136
  # Create a container namespace
130
- data, status_code, headers = api_instance.create_with_http_info(container_container_namespace)
137
+ data, status_code, headers = api_instance.create_with_http_info(container_container_namespace, opts)
131
138
  p status_code # => 2xx
132
139
  p headers # => { ... }
133
140
  p data # => <ContainerContainerNamespaceResponse>
@@ -141,6 +148,7 @@ end
141
148
  | Name | Type | Description | Notes |
142
149
  | ---- | ---- | ----------- | ----- |
143
150
  | **container_container_namespace** | [**ContainerContainerNamespace**](ContainerContainerNamespace.md) | | |
151
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
144
152
 
145
153
  ### Return type
146
154
 
@@ -158,7 +166,7 @@ end
158
166
 
159
167
  ## delete
160
168
 
161
- > <AsyncOperationResponse> delete(container_container_namespace_href)
169
+ > <AsyncOperationResponse> delete(container_container_namespace_href, opts)
162
170
 
163
171
  Delete a container namespace
164
172
 
@@ -178,10 +186,13 @@ end
178
186
 
179
187
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
180
188
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
189
+ opts = {
190
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
191
+ }
181
192
 
182
193
  begin
183
194
  # Delete a container namespace
184
- result = api_instance.delete(container_container_namespace_href)
195
+ result = api_instance.delete(container_container_namespace_href, opts)
185
196
  p result
186
197
  rescue PulpContainerClient::ApiError => e
187
198
  puts "Error when calling PulpContainerNamespacesApi->delete: #{e}"
@@ -192,12 +203,12 @@ end
192
203
 
193
204
  This returns an Array which contains the response data, status code and headers.
194
205
 
195
- > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(container_container_namespace_href)
206
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(container_container_namespace_href, opts)
196
207
 
197
208
  ```ruby
198
209
  begin
199
210
  # Delete a container namespace
200
- data, status_code, headers = api_instance.delete_with_http_info(container_container_namespace_href)
211
+ data, status_code, headers = api_instance.delete_with_http_info(container_container_namespace_href, opts)
201
212
  p status_code # => 2xx
202
213
  p headers # => { ... }
203
214
  p data # => <AsyncOperationResponse>
@@ -211,6 +222,7 @@ end
211
222
  | Name | Type | Description | Notes |
212
223
  | ---- | ---- | ----------- | ----- |
213
224
  | **container_container_namespace_href** | **String** | | |
225
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
214
226
 
215
227
  ### Return type
216
228
 
@@ -248,6 +260,7 @@ end
248
260
 
249
261
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
250
262
  opts = {
263
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
251
264
  limit: 56, # Integer | Number of results to return per page.
252
265
  name: 'name_example', # String | Filter results where name matches value
253
266
  name__contains: 'name__contains_example', # String | Filter results where name contains value
@@ -299,6 +312,7 @@ end
299
312
 
300
313
  | Name | Type | Description | Notes |
301
314
  | ---- | ---- | ----------- | ----- |
315
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
302
316
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
303
317
  | **name** | **String** | Filter results where name matches value | [optional] |
304
318
  | **name__contains** | **String** | Filter results where name contains value | [optional] |
@@ -355,6 +369,7 @@ end
355
369
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
356
370
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
357
371
  opts = {
372
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
358
373
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
359
374
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
360
375
  }
@@ -391,6 +406,7 @@ end
391
406
  | Name | Type | Description | Notes |
392
407
  | ---- | ---- | ----------- | ----- |
393
408
  | **container_container_namespace_href** | **String** | | |
409
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
394
410
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
395
411
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
396
412
 
@@ -431,6 +447,7 @@ end
431
447
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
432
448
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
433
449
  opts = {
450
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
434
451
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
435
452
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
436
453
  }
@@ -467,6 +484,7 @@ end
467
484
  | Name | Type | Description | Notes |
468
485
  | ---- | ---- | ----------- | ----- |
469
486
  | **container_container_namespace_href** | **String** | | |
487
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
470
488
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
471
489
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
472
490
 
@@ -507,6 +525,7 @@ end
507
525
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
508
526
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
509
527
  opts = {
528
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
510
529
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
511
530
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
512
531
  }
@@ -543,6 +562,7 @@ end
543
562
  | Name | Type | Description | Notes |
544
563
  | ---- | ---- | ----------- | ----- |
545
564
  | **container_container_namespace_href** | **String** | | |
565
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
546
566
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
547
567
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
548
568
 
@@ -562,7 +582,7 @@ end
562
582
 
563
583
  ## remove_role
564
584
 
565
- > <NestedRoleResponse> remove_role(container_container_namespace_href, nested_role)
585
+ > <NestedRoleResponse> remove_role(container_container_namespace_href, nested_role, opts)
566
586
 
567
587
  Remove a role
568
588
 
@@ -583,10 +603,13 @@ end
583
603
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
584
604
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
585
605
  nested_role = PulpContainerClient::NestedRole.new({role: 'role_example'}) # NestedRole |
606
+ opts = {
607
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
608
+ }
586
609
 
587
610
  begin
588
611
  # Remove a role
589
- result = api_instance.remove_role(container_container_namespace_href, nested_role)
612
+ result = api_instance.remove_role(container_container_namespace_href, nested_role, opts)
590
613
  p result
591
614
  rescue PulpContainerClient::ApiError => e
592
615
  puts "Error when calling PulpContainerNamespacesApi->remove_role: #{e}"
@@ -597,12 +620,12 @@ end
597
620
 
598
621
  This returns an Array which contains the response data, status code and headers.
599
622
 
600
- > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(container_container_namespace_href, nested_role)
623
+ > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(container_container_namespace_href, nested_role, opts)
601
624
 
602
625
  ```ruby
603
626
  begin
604
627
  # Remove a role
605
- data, status_code, headers = api_instance.remove_role_with_http_info(container_container_namespace_href, nested_role)
628
+ data, status_code, headers = api_instance.remove_role_with_http_info(container_container_namespace_href, nested_role, opts)
606
629
  p status_code # => 2xx
607
630
  p headers # => { ... }
608
631
  p data # => <NestedRoleResponse>
@@ -617,6 +640,7 @@ end
617
640
  | ---- | ---- | ----------- | ----- |
618
641
  | **container_container_namespace_href** | **String** | | |
619
642
  | **nested_role** | [**NestedRole**](NestedRole.md) | | |
643
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
620
644
 
621
645
  ### Return type
622
646
 
@@ -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_remote_href, nested_role)
23
+ > <NestedRoleResponse> add_role(container_container_remote_href, nested_role, opts)
24
24
 
25
25
  Add a role
26
26
 
@@ -41,10 +41,13 @@ end
41
41
  api_instance = PulpContainerClient::RemotesContainerApi.new
42
42
  container_container_remote_href = 'container_container_remote_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_remote_href, nested_role)
50
+ result = api_instance.add_role(container_container_remote_href, nested_role, opts)
48
51
  p result
49
52
  rescue PulpContainerClient::ApiError => e
50
53
  puts "Error when calling RemotesContainerApi->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_remote_href, nested_role)
61
+ > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(container_container_remote_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_remote_href, nested_role)
66
+ data, status_code, headers = api_instance.add_role_with_http_info(container_container_remote_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_remote_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
- > <ContainerContainerRemoteResponse> create(container_container_remote)
99
+ > <ContainerContainerRemoteResponse> create(container_container_remote, opts)
96
100
 
97
101
  Create a container remote
98
102
 
@@ -112,10 +116,13 @@ end
112
116
 
113
117
  api_instance = PulpContainerClient::RemotesContainerApi.new
114
118
  container_container_remote = PulpContainerClient::ContainerContainerRemote.new({name: 'name_example', url: 'url_example', upstream_name: 'upstream_name_example'}) # ContainerContainerRemote |
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 remote
118
- result = api_instance.create(container_container_remote)
125
+ result = api_instance.create(container_container_remote, opts)
119
126
  p result
120
127
  rescue PulpContainerClient::ApiError => e
121
128
  puts "Error when calling RemotesContainerApi->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(<ContainerContainerRemoteResponse>, Integer, Hash)> create_with_http_info(container_container_remote)
136
+ > <Array(<ContainerContainerRemoteResponse>, Integer, Hash)> create_with_http_info(container_container_remote, opts)
130
137
 
131
138
  ```ruby
132
139
  begin
133
140
  # Create a container remote
134
- data, status_code, headers = api_instance.create_with_http_info(container_container_remote)
141
+ data, status_code, headers = api_instance.create_with_http_info(container_container_remote, opts)
135
142
  p status_code # => 2xx
136
143
  p headers # => { ... }
137
144
  p data # => <ContainerContainerRemoteResponse>
@@ -145,6 +152,7 @@ end
145
152
  | Name | Type | Description | Notes |
146
153
  | ---- | ---- | ----------- | ----- |
147
154
  | **container_container_remote** | [**ContainerContainerRemote**](ContainerContainerRemote.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_remote_href)
173
+ > <AsyncOperationResponse> delete(container_container_remote_href, opts)
166
174
 
167
175
  Delete a container remote
168
176
 
@@ -182,10 +190,13 @@ end
182
190
 
183
191
  api_instance = PulpContainerClient::RemotesContainerApi.new
184
192
  container_container_remote_href = 'container_container_remote_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 remote
188
- result = api_instance.delete(container_container_remote_href)
199
+ result = api_instance.delete(container_container_remote_href, opts)
189
200
  p result
190
201
  rescue PulpContainerClient::ApiError => e
191
202
  puts "Error when calling RemotesContainerApi->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_remote_href)
210
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(container_container_remote_href, opts)
200
211
 
201
212
  ```ruby
202
213
  begin
203
214
  # Delete a container remote
204
- data, status_code, headers = api_instance.delete_with_http_info(container_container_remote_href)
215
+ data, status_code, headers = api_instance.delete_with_http_info(container_container_remote_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_remote_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::RemotesContainerApi.new
254
266
  opts = {
267
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
255
268
  limit: 56, # Integer | Number of results to return per page.
256
269
  name: 'name_example', # String | Filter results where name matches value
257
270
  name__contains: 'name__contains_example', # String | Filter results where name contains value
@@ -311,6 +324,7 @@ end
311
324
 
312
325
  | Name | Type | Description | Notes |
313
326
  | ---- | ---- | ----------- | ----- |
327
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
314
328
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
315
329
  | **name** | **String** | Filter results where name matches value | [optional] |
316
330
  | **name__contains** | **String** | Filter results where name contains value | [optional] |
@@ -375,6 +389,7 @@ end
375
389
  api_instance = PulpContainerClient::RemotesContainerApi.new
376
390
  container_container_remote_href = 'container_container_remote_href_example' # String |
377
391
  opts = {
392
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
378
393
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
379
394
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
380
395
  }
@@ -411,6 +426,7 @@ end
411
426
  | Name | Type | Description | Notes |
412
427
  | ---- | ---- | ----------- | ----- |
413
428
  | **container_container_remote_href** | **String** | | |
429
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
414
430
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
415
431
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
416
432
 
@@ -451,6 +467,7 @@ end
451
467
  api_instance = PulpContainerClient::RemotesContainerApi.new
452
468
  container_container_remote_href = 'container_container_remote_href_example' # String |
453
469
  opts = {
470
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
454
471
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
455
472
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
456
473
  }
@@ -487,6 +504,7 @@ end
487
504
  | Name | Type | Description | Notes |
488
505
  | ---- | ---- | ----------- | ----- |
489
506
  | **container_container_remote_href** | **String** | | |
507
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
490
508
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
491
509
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
492
510
 
@@ -506,7 +524,7 @@ end
506
524
 
507
525
  ## partial_update
508
526
 
509
- > <AsyncOperationResponse> partial_update(container_container_remote_href, patchedcontainer_container_remote)
527
+ > <AsyncOperationResponse> partial_update(container_container_remote_href, patchedcontainer_container_remote, opts)
510
528
 
511
529
  Update a container remote
512
530
 
@@ -527,10 +545,13 @@ end
527
545
  api_instance = PulpContainerClient::RemotesContainerApi.new
528
546
  container_container_remote_href = 'container_container_remote_href_example' # String |
529
547
  patchedcontainer_container_remote = PulpContainerClient::PatchedcontainerContainerRemote.new # PatchedcontainerContainerRemote |
548
+ opts = {
549
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
550
+ }
530
551
 
531
552
  begin
532
553
  # Update a container remote
533
- result = api_instance.partial_update(container_container_remote_href, patchedcontainer_container_remote)
554
+ result = api_instance.partial_update(container_container_remote_href, patchedcontainer_container_remote, opts)
534
555
  p result
535
556
  rescue PulpContainerClient::ApiError => e
536
557
  puts "Error when calling RemotesContainerApi->partial_update: #{e}"
@@ -541,12 +562,12 @@ end
541
562
 
542
563
  This returns an Array which contains the response data, status code and headers.
543
564
 
544
- > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(container_container_remote_href, patchedcontainer_container_remote)
565
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(container_container_remote_href, patchedcontainer_container_remote, opts)
545
566
 
546
567
  ```ruby
547
568
  begin
548
569
  # Update a container remote
549
- data, status_code, headers = api_instance.partial_update_with_http_info(container_container_remote_href, patchedcontainer_container_remote)
570
+ data, status_code, headers = api_instance.partial_update_with_http_info(container_container_remote_href, patchedcontainer_container_remote, opts)
550
571
  p status_code # => 2xx
551
572
  p headers # => { ... }
552
573
  p data # => <AsyncOperationResponse>
@@ -561,6 +582,7 @@ end
561
582
  | ---- | ---- | ----------- | ----- |
562
583
  | **container_container_remote_href** | **String** | | |
563
584
  | **patchedcontainer_container_remote** | [**PatchedcontainerContainerRemote**](PatchedcontainerContainerRemote.md) | | |
585
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
564
586
 
565
587
  ### Return type
566
588
 
@@ -599,6 +621,7 @@ end
599
621
  api_instance = PulpContainerClient::RemotesContainerApi.new
600
622
  container_container_remote_href = 'container_container_remote_href_example' # String |
601
623
  opts = {
624
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
602
625
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
603
626
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
604
627
  }
@@ -635,6 +658,7 @@ end
635
658
  | Name | Type | Description | Notes |
636
659
  | ---- | ---- | ----------- | ----- |
637
660
  | **container_container_remote_href** | **String** | | |
661
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
638
662
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
639
663
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
640
664
 
@@ -654,7 +678,7 @@ end
654
678
 
655
679
  ## remove_role
656
680
 
657
- > <NestedRoleResponse> remove_role(container_container_remote_href, nested_role)
681
+ > <NestedRoleResponse> remove_role(container_container_remote_href, nested_role, opts)
658
682
 
659
683
  Remove a role
660
684
 
@@ -675,10 +699,13 @@ end
675
699
  api_instance = PulpContainerClient::RemotesContainerApi.new
676
700
  container_container_remote_href = 'container_container_remote_href_example' # String |
677
701
  nested_role = PulpContainerClient::NestedRole.new({role: 'role_example'}) # NestedRole |
702
+ opts = {
703
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
704
+ }
678
705
 
679
706
  begin
680
707
  # Remove a role
681
- result = api_instance.remove_role(container_container_remote_href, nested_role)
708
+ result = api_instance.remove_role(container_container_remote_href, nested_role, opts)
682
709
  p result
683
710
  rescue PulpContainerClient::ApiError => e
684
711
  puts "Error when calling RemotesContainerApi->remove_role: #{e}"
@@ -689,12 +716,12 @@ end
689
716
 
690
717
  This returns an Array which contains the response data, status code and headers.
691
718
 
692
- > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(container_container_remote_href, nested_role)
719
+ > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(container_container_remote_href, nested_role, opts)
693
720
 
694
721
  ```ruby
695
722
  begin
696
723
  # Remove a role
697
- data, status_code, headers = api_instance.remove_role_with_http_info(container_container_remote_href, nested_role)
724
+ data, status_code, headers = api_instance.remove_role_with_http_info(container_container_remote_href, nested_role, opts)
698
725
  p status_code # => 2xx
699
726
  p headers # => { ... }
700
727
  p data # => <NestedRoleResponse>
@@ -709,6 +736,7 @@ end
709
736
  | ---- | ---- | ----------- | ----- |
710
737
  | **container_container_remote_href** | **String** | | |
711
738
  | **nested_role** | [**NestedRole**](NestedRole.md) | | |
739
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
712
740
 
713
741
  ### Return type
714
742
 
@@ -726,7 +754,7 @@ end
726
754
 
727
755
  ## set_label
728
756
 
729
- > <SetLabelResponse> set_label(container_container_remote_href, set_label)
757
+ > <SetLabelResponse> set_label(container_container_remote_href, set_label, opts)
730
758
 
731
759
  Set a label
732
760
 
@@ -747,10 +775,13 @@ end
747
775
  api_instance = PulpContainerClient::RemotesContainerApi.new
748
776
  container_container_remote_href = 'container_container_remote_href_example' # String |
749
777
  set_label = PulpContainerClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
778
+ opts = {
779
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
780
+ }
750
781
 
751
782
  begin
752
783
  # Set a label
753
- result = api_instance.set_label(container_container_remote_href, set_label)
784
+ result = api_instance.set_label(container_container_remote_href, set_label, opts)
754
785
  p result
755
786
  rescue PulpContainerClient::ApiError => e
756
787
  puts "Error when calling RemotesContainerApi->set_label: #{e}"
@@ -761,12 +792,12 @@ end
761
792
 
762
793
  This returns an Array which contains the response data, status code and headers.
763
794
 
764
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_container_remote_href, set_label)
795
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_container_remote_href, set_label, opts)
765
796
 
766
797
  ```ruby
767
798
  begin
768
799
  # Set a label
769
- data, status_code, headers = api_instance.set_label_with_http_info(container_container_remote_href, set_label)
800
+ data, status_code, headers = api_instance.set_label_with_http_info(container_container_remote_href, set_label, opts)
770
801
  p status_code # => 2xx
771
802
  p headers # => { ... }
772
803
  p data # => <SetLabelResponse>
@@ -781,6 +812,7 @@ end
781
812
  | ---- | ---- | ----------- | ----- |
782
813
  | **container_container_remote_href** | **String** | | |
783
814
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
815
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
784
816
 
785
817
  ### Return type
786
818
 
@@ -798,7 +830,7 @@ end
798
830
 
799
831
  ## unset_label
800
832
 
801
- > <UnsetLabelResponse> unset_label(container_container_remote_href, unset_label)
833
+ > <UnsetLabelResponse> unset_label(container_container_remote_href, unset_label, opts)
802
834
 
803
835
  Unset a label
804
836
 
@@ -819,10 +851,13 @@ end
819
851
  api_instance = PulpContainerClient::RemotesContainerApi.new
820
852
  container_container_remote_href = 'container_container_remote_href_example' # String |
821
853
  unset_label = PulpContainerClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
854
+ opts = {
855
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
856
+ }
822
857
 
823
858
  begin
824
859
  # Unset a label
825
- result = api_instance.unset_label(container_container_remote_href, unset_label)
860
+ result = api_instance.unset_label(container_container_remote_href, unset_label, opts)
826
861
  p result
827
862
  rescue PulpContainerClient::ApiError => e
828
863
  puts "Error when calling RemotesContainerApi->unset_label: #{e}"
@@ -833,12 +868,12 @@ end
833
868
 
834
869
  This returns an Array which contains the response data, status code and headers.
835
870
 
836
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_container_remote_href, unset_label)
871
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_container_remote_href, unset_label, opts)
837
872
 
838
873
  ```ruby
839
874
  begin
840
875
  # Unset a label
841
- data, status_code, headers = api_instance.unset_label_with_http_info(container_container_remote_href, unset_label)
876
+ data, status_code, headers = api_instance.unset_label_with_http_info(container_container_remote_href, unset_label, opts)
842
877
  p status_code # => 2xx
843
878
  p headers # => { ... }
844
879
  p data # => <UnsetLabelResponse>
@@ -853,6 +888,7 @@ end
853
888
  | ---- | ---- | ----------- | ----- |
854
889
  | **container_container_remote_href** | **String** | | |
855
890
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
891
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
856
892
 
857
893
  ### Return type
858
894
 
@@ -870,7 +906,7 @@ end
870
906
 
871
907
  ## update
872
908
 
873
- > <AsyncOperationResponse> update(container_container_remote_href, container_container_remote)
909
+ > <AsyncOperationResponse> update(container_container_remote_href, container_container_remote, opts)
874
910
 
875
911
  Update a container remote
876
912
 
@@ -891,10 +927,13 @@ end
891
927
  api_instance = PulpContainerClient::RemotesContainerApi.new
892
928
  container_container_remote_href = 'container_container_remote_href_example' # String |
893
929
  container_container_remote = PulpContainerClient::ContainerContainerRemote.new({name: 'name_example', url: 'url_example', upstream_name: 'upstream_name_example'}) # ContainerContainerRemote |
930
+ opts = {
931
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
932
+ }
894
933
 
895
934
  begin
896
935
  # Update a container remote
897
- result = api_instance.update(container_container_remote_href, container_container_remote)
936
+ result = api_instance.update(container_container_remote_href, container_container_remote, opts)
898
937
  p result
899
938
  rescue PulpContainerClient::ApiError => e
900
939
  puts "Error when calling RemotesContainerApi->update: #{e}"
@@ -905,12 +944,12 @@ end
905
944
 
906
945
  This returns an Array which contains the response data, status code and headers.
907
946
 
908
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(container_container_remote_href, container_container_remote)
947
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(container_container_remote_href, container_container_remote, opts)
909
948
 
910
949
  ```ruby
911
950
  begin
912
951
  # Update a container remote
913
- data, status_code, headers = api_instance.update_with_http_info(container_container_remote_href, container_container_remote)
952
+ data, status_code, headers = api_instance.update_with_http_info(container_container_remote_href, container_container_remote, opts)
914
953
  p status_code # => 2xx
915
954
  p headers # => { ... }
916
955
  p data # => <AsyncOperationResponse>
@@ -925,6 +964,7 @@ end
925
964
  | ---- | ---- | ----------- | ----- |
926
965
  | **container_container_remote_href** | **String** | | |
927
966
  | **container_container_remote** | [**ContainerContainerRemote**](ContainerContainerRemote.md) | | |
967
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
928
968
 
929
969
  ### Return type
930
970