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
|
@@ -30,7 +30,7 @@ Method | HTTP request | Description
|
|
|
30
30
|
|
|
31
31
|
## add
|
|
32
32
|
|
|
33
|
-
> AsyncOperationResponse add(container_container_repository_href, recursive_manage)
|
|
33
|
+
> AsyncOperationResponse add(container_container_repository_href, recursive_manage, opts)
|
|
34
34
|
|
|
35
35
|
Add content
|
|
36
36
|
|
|
@@ -51,10 +51,13 @@ end
|
|
|
51
51
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
52
52
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
53
53
|
recursive_manage = PulpContainerClient::RecursiveManage.new # RecursiveManage |
|
|
54
|
+
opts = {
|
|
55
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
56
|
+
}
|
|
54
57
|
|
|
55
58
|
begin
|
|
56
59
|
#Add content
|
|
57
|
-
result = api_instance.add(container_container_repository_href, recursive_manage)
|
|
60
|
+
result = api_instance.add(container_container_repository_href, recursive_manage, opts)
|
|
58
61
|
p result
|
|
59
62
|
rescue PulpContainerClient::ApiError => e
|
|
60
63
|
puts "Exception when calling RepositoriesContainerApi->add: #{e}"
|
|
@@ -68,6 +71,7 @@ Name | Type | Description | Notes
|
|
|
68
71
|
------------- | ------------- | ------------- | -------------
|
|
69
72
|
**container_container_repository_href** | **String**| |
|
|
70
73
|
**recursive_manage** | [**RecursiveManage**](RecursiveManage.md)| |
|
|
74
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
71
75
|
|
|
72
76
|
### Return type
|
|
73
77
|
|
|
@@ -85,7 +89,7 @@ Name | Type | Description | Notes
|
|
|
85
89
|
|
|
86
90
|
## add_role
|
|
87
91
|
|
|
88
|
-
> NestedRoleResponse add_role(container_container_repository_href, nested_role)
|
|
92
|
+
> NestedRoleResponse add_role(container_container_repository_href, nested_role, opts)
|
|
89
93
|
|
|
90
94
|
Add a role
|
|
91
95
|
|
|
@@ -106,10 +110,13 @@ end
|
|
|
106
110
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
107
111
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
108
112
|
nested_role = PulpContainerClient::NestedRole.new # NestedRole |
|
|
113
|
+
opts = {
|
|
114
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
115
|
+
}
|
|
109
116
|
|
|
110
117
|
begin
|
|
111
118
|
#Add a role
|
|
112
|
-
result = api_instance.add_role(container_container_repository_href, nested_role)
|
|
119
|
+
result = api_instance.add_role(container_container_repository_href, nested_role, opts)
|
|
113
120
|
p result
|
|
114
121
|
rescue PulpContainerClient::ApiError => e
|
|
115
122
|
puts "Exception when calling RepositoriesContainerApi->add_role: #{e}"
|
|
@@ -123,6 +130,7 @@ Name | Type | Description | Notes
|
|
|
123
130
|
------------- | ------------- | ------------- | -------------
|
|
124
131
|
**container_container_repository_href** | **String**| |
|
|
125
132
|
**nested_role** | [**NestedRole**](NestedRole.md)| |
|
|
133
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
126
134
|
|
|
127
135
|
### Return type
|
|
128
136
|
|
|
@@ -161,10 +169,11 @@ end
|
|
|
161
169
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
162
170
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
163
171
|
opts = {
|
|
172
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
164
173
|
containerfile_artifact: 'containerfile_artifact_example', # String | Artifact representing the Containerfile that should be used to run podman-build.
|
|
165
174
|
containerfile: File.new('/path/to/file'), # File | An uploaded Containerfile that should be used to run podman-build.
|
|
166
175
|
tag: 'latest', # String | A tag name for the new image being built.
|
|
167
|
-
artifacts:
|
|
176
|
+
artifacts: PulpContainerClient::AnyType.new # AnyType | A JSON string where each key is an artifact href and the value is it's relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile.
|
|
168
177
|
}
|
|
169
178
|
|
|
170
179
|
begin
|
|
@@ -182,10 +191,11 @@ end
|
|
|
182
191
|
Name | Type | Description | Notes
|
|
183
192
|
------------- | ------------- | ------------- | -------------
|
|
184
193
|
**container_container_repository_href** | **String**| |
|
|
194
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
185
195
|
**containerfile_artifact** | **String**| Artifact representing the Containerfile that should be used to run podman-build. | [optional]
|
|
186
196
|
**containerfile** | **File**| An uploaded Containerfile that should be used to run podman-build. | [optional]
|
|
187
197
|
**tag** | **String**| A tag name for the new image being built. | [optional] [default to 'latest']
|
|
188
|
-
**artifacts** | [**
|
|
198
|
+
**artifacts** | [**AnyType**](AnyType.md)| A JSON string where each key is an artifact href and the value is it's relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile. | [optional]
|
|
189
199
|
|
|
190
200
|
### Return type
|
|
191
201
|
|
|
@@ -203,7 +213,7 @@ Name | Type | Description | Notes
|
|
|
203
213
|
|
|
204
214
|
## copy_manifests
|
|
205
215
|
|
|
206
|
-
> AsyncOperationResponse copy_manifests(container_container_repository_href, manifest_copy)
|
|
216
|
+
> AsyncOperationResponse copy_manifests(container_container_repository_href, manifest_copy, opts)
|
|
207
217
|
|
|
208
218
|
Copy manifests
|
|
209
219
|
|
|
@@ -224,10 +234,13 @@ end
|
|
|
224
234
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
225
235
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
226
236
|
manifest_copy = PulpContainerClient::ManifestCopy.new # ManifestCopy |
|
|
237
|
+
opts = {
|
|
238
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
239
|
+
}
|
|
227
240
|
|
|
228
241
|
begin
|
|
229
242
|
#Copy manifests
|
|
230
|
-
result = api_instance.copy_manifests(container_container_repository_href, manifest_copy)
|
|
243
|
+
result = api_instance.copy_manifests(container_container_repository_href, manifest_copy, opts)
|
|
231
244
|
p result
|
|
232
245
|
rescue PulpContainerClient::ApiError => e
|
|
233
246
|
puts "Exception when calling RepositoriesContainerApi->copy_manifests: #{e}"
|
|
@@ -241,6 +254,7 @@ Name | Type | Description | Notes
|
|
|
241
254
|
------------- | ------------- | ------------- | -------------
|
|
242
255
|
**container_container_repository_href** | **String**| |
|
|
243
256
|
**manifest_copy** | [**ManifestCopy**](ManifestCopy.md)| |
|
|
257
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
244
258
|
|
|
245
259
|
### Return type
|
|
246
260
|
|
|
@@ -258,7 +272,7 @@ Name | Type | Description | Notes
|
|
|
258
272
|
|
|
259
273
|
## copy_tags
|
|
260
274
|
|
|
261
|
-
> AsyncOperationResponse copy_tags(container_container_repository_href, tag_copy)
|
|
275
|
+
> AsyncOperationResponse copy_tags(container_container_repository_href, tag_copy, opts)
|
|
262
276
|
|
|
263
277
|
Copy tags
|
|
264
278
|
|
|
@@ -279,10 +293,13 @@ end
|
|
|
279
293
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
280
294
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
281
295
|
tag_copy = PulpContainerClient::TagCopy.new # TagCopy |
|
|
296
|
+
opts = {
|
|
297
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
298
|
+
}
|
|
282
299
|
|
|
283
300
|
begin
|
|
284
301
|
#Copy tags
|
|
285
|
-
result = api_instance.copy_tags(container_container_repository_href, tag_copy)
|
|
302
|
+
result = api_instance.copy_tags(container_container_repository_href, tag_copy, opts)
|
|
286
303
|
p result
|
|
287
304
|
rescue PulpContainerClient::ApiError => e
|
|
288
305
|
puts "Exception when calling RepositoriesContainerApi->copy_tags: #{e}"
|
|
@@ -296,6 +313,7 @@ Name | Type | Description | Notes
|
|
|
296
313
|
------------- | ------------- | ------------- | -------------
|
|
297
314
|
**container_container_repository_href** | **String**| |
|
|
298
315
|
**tag_copy** | [**TagCopy**](TagCopy.md)| |
|
|
316
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
299
317
|
|
|
300
318
|
### Return type
|
|
301
319
|
|
|
@@ -313,7 +331,7 @@ Name | Type | Description | Notes
|
|
|
313
331
|
|
|
314
332
|
## create
|
|
315
333
|
|
|
316
|
-
> ContainerContainerRepositoryResponse create(container_container_repository)
|
|
334
|
+
> ContainerContainerRepositoryResponse create(container_container_repository, opts)
|
|
317
335
|
|
|
318
336
|
Create a container repository
|
|
319
337
|
|
|
@@ -333,10 +351,13 @@ end
|
|
|
333
351
|
|
|
334
352
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
335
353
|
container_container_repository = PulpContainerClient::ContainerContainerRepository.new # ContainerContainerRepository |
|
|
354
|
+
opts = {
|
|
355
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
356
|
+
}
|
|
336
357
|
|
|
337
358
|
begin
|
|
338
359
|
#Create a container repository
|
|
339
|
-
result = api_instance.create(container_container_repository)
|
|
360
|
+
result = api_instance.create(container_container_repository, opts)
|
|
340
361
|
p result
|
|
341
362
|
rescue PulpContainerClient::ApiError => e
|
|
342
363
|
puts "Exception when calling RepositoriesContainerApi->create: #{e}"
|
|
@@ -349,6 +370,7 @@ end
|
|
|
349
370
|
Name | Type | Description | Notes
|
|
350
371
|
------------- | ------------- | ------------- | -------------
|
|
351
372
|
**container_container_repository** | [**ContainerContainerRepository**](ContainerContainerRepository.md)| |
|
|
373
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
352
374
|
|
|
353
375
|
### Return type
|
|
354
376
|
|
|
@@ -366,7 +388,7 @@ Name | Type | Description | Notes
|
|
|
366
388
|
|
|
367
389
|
## delete
|
|
368
390
|
|
|
369
|
-
> AsyncOperationResponse delete(container_container_repository_href)
|
|
391
|
+
> AsyncOperationResponse delete(container_container_repository_href, opts)
|
|
370
392
|
|
|
371
393
|
Delete a container repository
|
|
372
394
|
|
|
@@ -386,10 +408,13 @@ end
|
|
|
386
408
|
|
|
387
409
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
388
410
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
411
|
+
opts = {
|
|
412
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
413
|
+
}
|
|
389
414
|
|
|
390
415
|
begin
|
|
391
416
|
#Delete a container repository
|
|
392
|
-
result = api_instance.delete(container_container_repository_href)
|
|
417
|
+
result = api_instance.delete(container_container_repository_href, opts)
|
|
393
418
|
p result
|
|
394
419
|
rescue PulpContainerClient::ApiError => e
|
|
395
420
|
puts "Exception when calling RepositoriesContainerApi->delete: #{e}"
|
|
@@ -402,6 +427,7 @@ end
|
|
|
402
427
|
Name | Type | Description | Notes
|
|
403
428
|
------------- | ------------- | ------------- | -------------
|
|
404
429
|
**container_container_repository_href** | **String**| |
|
|
430
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
405
431
|
|
|
406
432
|
### Return type
|
|
407
433
|
|
|
@@ -439,6 +465,7 @@ end
|
|
|
439
465
|
|
|
440
466
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
441
467
|
opts = {
|
|
468
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
442
469
|
latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
|
|
443
470
|
limit: 56, # Integer | Number of results to return per page.
|
|
444
471
|
name: 'name_example', # String | Filter results where name matches value
|
|
@@ -484,6 +511,7 @@ end
|
|
|
484
511
|
|
|
485
512
|
Name | Type | Description | Notes
|
|
486
513
|
------------- | ------------- | ------------- | -------------
|
|
514
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
487
515
|
**latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
|
|
488
516
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
489
517
|
**name** | **String**| Filter results where name matches value | [optional]
|
|
@@ -551,6 +579,7 @@ end
|
|
|
551
579
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
552
580
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
553
581
|
opts = {
|
|
582
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
554
583
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
555
584
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
556
585
|
}
|
|
@@ -570,6 +599,7 @@ end
|
|
|
570
599
|
Name | Type | Description | Notes
|
|
571
600
|
------------- | ------------- | ------------- | -------------
|
|
572
601
|
**container_container_repository_href** | **String**| |
|
|
602
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
573
603
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
574
604
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
575
605
|
|
|
@@ -610,6 +640,7 @@ end
|
|
|
610
640
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
611
641
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
612
642
|
opts = {
|
|
643
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
613
644
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
614
645
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
615
646
|
}
|
|
@@ -629,6 +660,7 @@ end
|
|
|
629
660
|
Name | Type | Description | Notes
|
|
630
661
|
------------- | ------------- | ------------- | -------------
|
|
631
662
|
**container_container_repository_href** | **String**| |
|
|
663
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
632
664
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
633
665
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
634
666
|
|
|
@@ -648,7 +680,7 @@ Name | Type | Description | Notes
|
|
|
648
680
|
|
|
649
681
|
## partial_update
|
|
650
682
|
|
|
651
|
-
> AsyncOperationResponse partial_update(container_container_repository_href, patchedcontainer_container_repository)
|
|
683
|
+
> AsyncOperationResponse partial_update(container_container_repository_href, patchedcontainer_container_repository, opts)
|
|
652
684
|
|
|
653
685
|
Update a container repository
|
|
654
686
|
|
|
@@ -669,10 +701,13 @@ end
|
|
|
669
701
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
670
702
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
671
703
|
patchedcontainer_container_repository = PulpContainerClient::PatchedcontainerContainerRepository.new # PatchedcontainerContainerRepository |
|
|
704
|
+
opts = {
|
|
705
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
706
|
+
}
|
|
672
707
|
|
|
673
708
|
begin
|
|
674
709
|
#Update a container repository
|
|
675
|
-
result = api_instance.partial_update(container_container_repository_href, patchedcontainer_container_repository)
|
|
710
|
+
result = api_instance.partial_update(container_container_repository_href, patchedcontainer_container_repository, opts)
|
|
676
711
|
p result
|
|
677
712
|
rescue PulpContainerClient::ApiError => e
|
|
678
713
|
puts "Exception when calling RepositoriesContainerApi->partial_update: #{e}"
|
|
@@ -686,6 +721,7 @@ Name | Type | Description | Notes
|
|
|
686
721
|
------------- | ------------- | ------------- | -------------
|
|
687
722
|
**container_container_repository_href** | **String**| |
|
|
688
723
|
**patchedcontainer_container_repository** | [**PatchedcontainerContainerRepository**](PatchedcontainerContainerRepository.md)| |
|
|
724
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
689
725
|
|
|
690
726
|
### Return type
|
|
691
727
|
|
|
@@ -724,6 +760,7 @@ end
|
|
|
724
760
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
725
761
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
726
762
|
opts = {
|
|
763
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
727
764
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
728
765
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
729
766
|
}
|
|
@@ -743,6 +780,7 @@ end
|
|
|
743
780
|
Name | Type | Description | Notes
|
|
744
781
|
------------- | ------------- | ------------- | -------------
|
|
745
782
|
**container_container_repository_href** | **String**| |
|
|
783
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
746
784
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
747
785
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
748
786
|
|
|
@@ -762,7 +800,7 @@ Name | Type | Description | Notes
|
|
|
762
800
|
|
|
763
801
|
## remove
|
|
764
802
|
|
|
765
|
-
> AsyncOperationResponse remove(container_container_repository_href, recursive_manage)
|
|
803
|
+
> AsyncOperationResponse remove(container_container_repository_href, recursive_manage, opts)
|
|
766
804
|
|
|
767
805
|
Remove content
|
|
768
806
|
|
|
@@ -783,10 +821,13 @@ end
|
|
|
783
821
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
784
822
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
785
823
|
recursive_manage = PulpContainerClient::RecursiveManage.new # RecursiveManage |
|
|
824
|
+
opts = {
|
|
825
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
826
|
+
}
|
|
786
827
|
|
|
787
828
|
begin
|
|
788
829
|
#Remove content
|
|
789
|
-
result = api_instance.remove(container_container_repository_href, recursive_manage)
|
|
830
|
+
result = api_instance.remove(container_container_repository_href, recursive_manage, opts)
|
|
790
831
|
p result
|
|
791
832
|
rescue PulpContainerClient::ApiError => e
|
|
792
833
|
puts "Exception when calling RepositoriesContainerApi->remove: #{e}"
|
|
@@ -800,6 +841,7 @@ Name | Type | Description | Notes
|
|
|
800
841
|
------------- | ------------- | ------------- | -------------
|
|
801
842
|
**container_container_repository_href** | **String**| |
|
|
802
843
|
**recursive_manage** | [**RecursiveManage**](RecursiveManage.md)| |
|
|
844
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
803
845
|
|
|
804
846
|
### Return type
|
|
805
847
|
|
|
@@ -817,7 +859,7 @@ Name | Type | Description | Notes
|
|
|
817
859
|
|
|
818
860
|
## remove_role
|
|
819
861
|
|
|
820
|
-
> NestedRoleResponse remove_role(container_container_repository_href, nested_role)
|
|
862
|
+
> NestedRoleResponse remove_role(container_container_repository_href, nested_role, opts)
|
|
821
863
|
|
|
822
864
|
Remove a role
|
|
823
865
|
|
|
@@ -838,10 +880,13 @@ end
|
|
|
838
880
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
839
881
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
840
882
|
nested_role = PulpContainerClient::NestedRole.new # NestedRole |
|
|
883
|
+
opts = {
|
|
884
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
885
|
+
}
|
|
841
886
|
|
|
842
887
|
begin
|
|
843
888
|
#Remove a role
|
|
844
|
-
result = api_instance.remove_role(container_container_repository_href, nested_role)
|
|
889
|
+
result = api_instance.remove_role(container_container_repository_href, nested_role, opts)
|
|
845
890
|
p result
|
|
846
891
|
rescue PulpContainerClient::ApiError => e
|
|
847
892
|
puts "Exception when calling RepositoriesContainerApi->remove_role: #{e}"
|
|
@@ -855,6 +900,7 @@ Name | Type | Description | Notes
|
|
|
855
900
|
------------- | ------------- | ------------- | -------------
|
|
856
901
|
**container_container_repository_href** | **String**| |
|
|
857
902
|
**nested_role** | [**NestedRole**](NestedRole.md)| |
|
|
903
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
858
904
|
|
|
859
905
|
### Return type
|
|
860
906
|
|
|
@@ -872,7 +918,7 @@ Name | Type | Description | Notes
|
|
|
872
918
|
|
|
873
919
|
## set_label
|
|
874
920
|
|
|
875
|
-
> SetLabelResponse set_label(container_container_repository_href, set_label)
|
|
921
|
+
> SetLabelResponse set_label(container_container_repository_href, set_label, opts)
|
|
876
922
|
|
|
877
923
|
Set a label
|
|
878
924
|
|
|
@@ -893,10 +939,13 @@ end
|
|
|
893
939
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
894
940
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
895
941
|
set_label = PulpContainerClient::SetLabel.new # SetLabel |
|
|
942
|
+
opts = {
|
|
943
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
944
|
+
}
|
|
896
945
|
|
|
897
946
|
begin
|
|
898
947
|
#Set a label
|
|
899
|
-
result = api_instance.set_label(container_container_repository_href, set_label)
|
|
948
|
+
result = api_instance.set_label(container_container_repository_href, set_label, opts)
|
|
900
949
|
p result
|
|
901
950
|
rescue PulpContainerClient::ApiError => e
|
|
902
951
|
puts "Exception when calling RepositoriesContainerApi->set_label: #{e}"
|
|
@@ -910,6 +959,7 @@ Name | Type | Description | Notes
|
|
|
910
959
|
------------- | ------------- | ------------- | -------------
|
|
911
960
|
**container_container_repository_href** | **String**| |
|
|
912
961
|
**set_label** | [**SetLabel**](SetLabel.md)| |
|
|
962
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
913
963
|
|
|
914
964
|
### Return type
|
|
915
965
|
|
|
@@ -927,7 +977,7 @@ Name | Type | Description | Notes
|
|
|
927
977
|
|
|
928
978
|
## sign
|
|
929
979
|
|
|
930
|
-
> AsyncOperationResponse sign(container_container_repository_href, repository_sign)
|
|
980
|
+
> AsyncOperationResponse sign(container_container_repository_href, repository_sign, opts)
|
|
931
981
|
|
|
932
982
|
Sign images in the repo
|
|
933
983
|
|
|
@@ -948,10 +998,13 @@ end
|
|
|
948
998
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
949
999
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
950
1000
|
repository_sign = PulpContainerClient::RepositorySign.new # RepositorySign |
|
|
1001
|
+
opts = {
|
|
1002
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
1003
|
+
}
|
|
951
1004
|
|
|
952
1005
|
begin
|
|
953
1006
|
#Sign images in the repo
|
|
954
|
-
result = api_instance.sign(container_container_repository_href, repository_sign)
|
|
1007
|
+
result = api_instance.sign(container_container_repository_href, repository_sign, opts)
|
|
955
1008
|
p result
|
|
956
1009
|
rescue PulpContainerClient::ApiError => e
|
|
957
1010
|
puts "Exception when calling RepositoriesContainerApi->sign: #{e}"
|
|
@@ -965,6 +1018,7 @@ Name | Type | Description | Notes
|
|
|
965
1018
|
------------- | ------------- | ------------- | -------------
|
|
966
1019
|
**container_container_repository_href** | **String**| |
|
|
967
1020
|
**repository_sign** | [**RepositorySign**](RepositorySign.md)| |
|
|
1021
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
968
1022
|
|
|
969
1023
|
### Return type
|
|
970
1024
|
|
|
@@ -982,7 +1036,7 @@ Name | Type | Description | Notes
|
|
|
982
1036
|
|
|
983
1037
|
## sync
|
|
984
1038
|
|
|
985
|
-
> AsyncOperationResponse sync(container_container_repository_href, container_repository_sync_url)
|
|
1039
|
+
> AsyncOperationResponse sync(container_container_repository_href, container_repository_sync_url, opts)
|
|
986
1040
|
|
|
987
1041
|
Sync from a remote
|
|
988
1042
|
|
|
@@ -1003,10 +1057,13 @@ end
|
|
|
1003
1057
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
1004
1058
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
1005
1059
|
container_repository_sync_url = PulpContainerClient::ContainerRepositorySyncURL.new # ContainerRepositorySyncURL |
|
|
1060
|
+
opts = {
|
|
1061
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
1062
|
+
}
|
|
1006
1063
|
|
|
1007
1064
|
begin
|
|
1008
1065
|
#Sync from a remote
|
|
1009
|
-
result = api_instance.sync(container_container_repository_href, container_repository_sync_url)
|
|
1066
|
+
result = api_instance.sync(container_container_repository_href, container_repository_sync_url, opts)
|
|
1010
1067
|
p result
|
|
1011
1068
|
rescue PulpContainerClient::ApiError => e
|
|
1012
1069
|
puts "Exception when calling RepositoriesContainerApi->sync: #{e}"
|
|
@@ -1020,6 +1077,7 @@ Name | Type | Description | Notes
|
|
|
1020
1077
|
------------- | ------------- | ------------- | -------------
|
|
1021
1078
|
**container_container_repository_href** | **String**| |
|
|
1022
1079
|
**container_repository_sync_url** | [**ContainerRepositorySyncURL**](ContainerRepositorySyncURL.md)| |
|
|
1080
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
1023
1081
|
|
|
1024
1082
|
### Return type
|
|
1025
1083
|
|
|
@@ -1037,7 +1095,7 @@ Name | Type | Description | Notes
|
|
|
1037
1095
|
|
|
1038
1096
|
## tag
|
|
1039
1097
|
|
|
1040
|
-
> AsyncOperationResponse tag(container_container_repository_href, tag_image)
|
|
1098
|
+
> AsyncOperationResponse tag(container_container_repository_href, tag_image, opts)
|
|
1041
1099
|
|
|
1042
1100
|
Create a Tag
|
|
1043
1101
|
|
|
@@ -1058,10 +1116,13 @@ end
|
|
|
1058
1116
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
1059
1117
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
1060
1118
|
tag_image = PulpContainerClient::TagImage.new # TagImage |
|
|
1119
|
+
opts = {
|
|
1120
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
1121
|
+
}
|
|
1061
1122
|
|
|
1062
1123
|
begin
|
|
1063
1124
|
#Create a Tag
|
|
1064
|
-
result = api_instance.tag(container_container_repository_href, tag_image)
|
|
1125
|
+
result = api_instance.tag(container_container_repository_href, tag_image, opts)
|
|
1065
1126
|
p result
|
|
1066
1127
|
rescue PulpContainerClient::ApiError => e
|
|
1067
1128
|
puts "Exception when calling RepositoriesContainerApi->tag: #{e}"
|
|
@@ -1075,6 +1136,7 @@ Name | Type | Description | Notes
|
|
|
1075
1136
|
------------- | ------------- | ------------- | -------------
|
|
1076
1137
|
**container_container_repository_href** | **String**| |
|
|
1077
1138
|
**tag_image** | [**TagImage**](TagImage.md)| |
|
|
1139
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
1078
1140
|
|
|
1079
1141
|
### Return type
|
|
1080
1142
|
|
|
@@ -1092,7 +1154,7 @@ Name | Type | Description | Notes
|
|
|
1092
1154
|
|
|
1093
1155
|
## unset_label
|
|
1094
1156
|
|
|
1095
|
-
> UnsetLabelResponse unset_label(container_container_repository_href, unset_label)
|
|
1157
|
+
> UnsetLabelResponse unset_label(container_container_repository_href, unset_label, opts)
|
|
1096
1158
|
|
|
1097
1159
|
Unset a label
|
|
1098
1160
|
|
|
@@ -1113,10 +1175,13 @@ end
|
|
|
1113
1175
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
1114
1176
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
1115
1177
|
unset_label = PulpContainerClient::UnsetLabel.new # UnsetLabel |
|
|
1178
|
+
opts = {
|
|
1179
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
1180
|
+
}
|
|
1116
1181
|
|
|
1117
1182
|
begin
|
|
1118
1183
|
#Unset a label
|
|
1119
|
-
result = api_instance.unset_label(container_container_repository_href, unset_label)
|
|
1184
|
+
result = api_instance.unset_label(container_container_repository_href, unset_label, opts)
|
|
1120
1185
|
p result
|
|
1121
1186
|
rescue PulpContainerClient::ApiError => e
|
|
1122
1187
|
puts "Exception when calling RepositoriesContainerApi->unset_label: #{e}"
|
|
@@ -1130,6 +1195,7 @@ Name | Type | Description | Notes
|
|
|
1130
1195
|
------------- | ------------- | ------------- | -------------
|
|
1131
1196
|
**container_container_repository_href** | **String**| |
|
|
1132
1197
|
**unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
|
|
1198
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
1133
1199
|
|
|
1134
1200
|
### Return type
|
|
1135
1201
|
|
|
@@ -1147,7 +1213,7 @@ Name | Type | Description | Notes
|
|
|
1147
1213
|
|
|
1148
1214
|
## untag
|
|
1149
1215
|
|
|
1150
|
-
> AsyncOperationResponse untag(container_container_repository_href, un_tag_image)
|
|
1216
|
+
> AsyncOperationResponse untag(container_container_repository_href, un_tag_image, opts)
|
|
1151
1217
|
|
|
1152
1218
|
Delete a tag
|
|
1153
1219
|
|
|
@@ -1168,10 +1234,13 @@ end
|
|
|
1168
1234
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
1169
1235
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
1170
1236
|
un_tag_image = PulpContainerClient::UnTagImage.new # UnTagImage |
|
|
1237
|
+
opts = {
|
|
1238
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
1239
|
+
}
|
|
1171
1240
|
|
|
1172
1241
|
begin
|
|
1173
1242
|
#Delete a tag
|
|
1174
|
-
result = api_instance.untag(container_container_repository_href, un_tag_image)
|
|
1243
|
+
result = api_instance.untag(container_container_repository_href, un_tag_image, opts)
|
|
1175
1244
|
p result
|
|
1176
1245
|
rescue PulpContainerClient::ApiError => e
|
|
1177
1246
|
puts "Exception when calling RepositoriesContainerApi->untag: #{e}"
|
|
@@ -1185,6 +1254,7 @@ Name | Type | Description | Notes
|
|
|
1185
1254
|
------------- | ------------- | ------------- | -------------
|
|
1186
1255
|
**container_container_repository_href** | **String**| |
|
|
1187
1256
|
**un_tag_image** | [**UnTagImage**](UnTagImage.md)| |
|
|
1257
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
1188
1258
|
|
|
1189
1259
|
### Return type
|
|
1190
1260
|
|
|
@@ -1202,7 +1272,7 @@ Name | Type | Description | Notes
|
|
|
1202
1272
|
|
|
1203
1273
|
## update
|
|
1204
1274
|
|
|
1205
|
-
> AsyncOperationResponse update(container_container_repository_href, container_container_repository)
|
|
1275
|
+
> AsyncOperationResponse update(container_container_repository_href, container_container_repository, opts)
|
|
1206
1276
|
|
|
1207
1277
|
Update a container repository
|
|
1208
1278
|
|
|
@@ -1223,10 +1293,13 @@ end
|
|
|
1223
1293
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
1224
1294
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
1225
1295
|
container_container_repository = PulpContainerClient::ContainerContainerRepository.new # ContainerContainerRepository |
|
|
1296
|
+
opts = {
|
|
1297
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
1298
|
+
}
|
|
1226
1299
|
|
|
1227
1300
|
begin
|
|
1228
1301
|
#Update a container repository
|
|
1229
|
-
result = api_instance.update(container_container_repository_href, container_container_repository)
|
|
1302
|
+
result = api_instance.update(container_container_repository_href, container_container_repository, opts)
|
|
1230
1303
|
p result
|
|
1231
1304
|
rescue PulpContainerClient::ApiError => e
|
|
1232
1305
|
puts "Exception when calling RepositoriesContainerApi->update: #{e}"
|
|
@@ -1240,6 +1313,7 @@ Name | Type | Description | Notes
|
|
|
1240
1313
|
------------- | ------------- | ------------- | -------------
|
|
1241
1314
|
**container_container_repository_href** | **String**| |
|
|
1242
1315
|
**container_container_repository** | [**ContainerContainerRepository**](ContainerContainerRepository.md)| |
|
|
1316
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
1243
1317
|
|
|
1244
1318
|
### Return type
|
|
1245
1319
|
|