pulp_container_client 2.19.8 → 2.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +9 -8
- data/docs/ContainerBlobResponse.md +0 -2
- data/docs/ContainerContainerDistribution.md +4 -4
- data/docs/ContainerContainerDistributionResponse.md +9 -11
- data/docs/ContainerContainerNamespaceResponse.md +0 -2
- data/docs/ContainerContainerPullThroughDistribution.md +4 -4
- data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -11
- data/docs/ContainerContainerPullThroughRemote.md +1 -1
- data/docs/ContainerContainerPullThroughRemoteResponse.md +3 -3
- data/docs/ContainerContainerPullThroughRemoteResponseHiddenFields.md +2 -2
- data/docs/ContainerContainerPushRepository.md +7 -7
- data/docs/ContainerContainerPushRepositoryResponse.md +9 -11
- data/docs/ContainerContainerRemote.md +1 -1
- data/docs/ContainerContainerRemoteResponse.md +3 -3
- data/docs/ContainerContainerRepositoryResponse.md +0 -2
- data/docs/ContainerManifestResponse.md +2 -6
- data/docs/ContainerManifestSignatureResponse.md +0 -2
- data/docs/ContainerTagResponse.md +0 -2
- data/docs/ContentBlobsApi.md +1 -5
- data/docs/ContentManifestsApi.md +3 -7
- data/docs/ContentSignaturesApi.md +1 -5
- data/docs/ContentTagsApi.md +1 -5
- data/docs/DistributionsContainerApi.md +17 -57
- data/docs/DistributionsPullThroughApi.md +17 -57
- data/docs/IndexDynamicApi.md +50 -0
- data/docs/IndexStaticApi.md +50 -0
- data/docs/OCIBuildImage.md +1 -1
- data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
- data/docs/PaginatedcontainerBlobResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerDistributionResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerNamespaceResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerPullThroughDistributionResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerPullThroughRemoteResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerPushRepositoryResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerRemoteResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerRepositoryResponseList.md +2 -2
- data/docs/PaginatedcontainerManifestResponseList.md +2 -2
- data/docs/PaginatedcontainerManifestSignatureResponseList.md +2 -2
- data/docs/PaginatedcontainerTagResponseList.md +2 -2
- data/docs/PatchedcontainerContainerDistribution.md +4 -4
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +4 -4
- data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
- data/docs/PatchedcontainerContainerPushRepository.md +7 -7
- data/docs/PatchedcontainerContainerRemote.md +1 -1
- data/docs/{Policy692Enum.md → Policy762Enum.md} +2 -2
- data/docs/{Policy7e0Enum.md → Policy8e2Enum.md} +2 -2
- data/docs/PulpContainerNamespacesApi.md +9 -33
- data/docs/RemotesContainerApi.md +17 -57
- data/docs/RemotesPullThroughApi.md +17 -57
- data/docs/RepositoriesContainerApi.md +35 -109
- data/docs/RepositoriesContainerPushApi.md +19 -63
- data/docs/RepositoriesContainerPushVersionsApi.md +5 -17
- data/docs/RepositoriesContainerVersionsApi.md +5 -17
- data/docs/RepositoryVersionResponse.md +0 -2
- data/docs/TokenApi.md +4 -14
- data/lib/pulp_container_client/api/content_blobs_api.rb +0 -6
- data/lib/pulp_container_client/api/content_manifests_api.rb +3 -9
- data/lib/pulp_container_client/api/content_signatures_api.rb +0 -6
- data/lib/pulp_container_client/api/content_tags_api.rb +0 -6
- data/lib/pulp_container_client/api/distributions_container_api.rb +0 -36
- data/lib/pulp_container_client/api/distributions_pull_through_api.rb +0 -36
- data/lib/pulp_container_client/api/index_dynamic_api.rb +74 -0
- data/lib/pulp_container_client/api/index_static_api.rb +74 -0
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -24
- data/lib/pulp_container_client/api/remotes_container_api.rb +0 -36
- data/lib/pulp_container_client/api/remotes_pull_through_api.rb +0 -36
- data/lib/pulp_container_client/api/repositories_container_api.rb +2 -65
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -39
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +0 -12
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +0 -12
- data/lib/pulp_container_client/api/token_api.rb +0 -9
- data/lib/pulp_container_client/configuration.rb +2 -2
- data/lib/pulp_container_client/models/container_blob_response.rb +1 -11
- data/lib/pulp_container_client/models/container_container_distribution.rb +21 -21
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -49
- data/lib/pulp_container_client/models/container_container_namespace_response.rb +1 -11
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +21 -21
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +39 -49
- 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 +12 -12
- data/lib/pulp_container_client/models/container_container_pull_through_remote_response_hidden_fields.rb +0 -10
- data/lib/pulp_container_client/models/container_container_push_repository.rb +48 -48
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +41 -51
- data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
- data/lib/pulp_container_client/models/container_container_remote_response.rb +12 -12
- data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -11
- data/lib/pulp_container_client/models/container_manifest_response.rb +3 -28
- data/lib/pulp_container_client/models/container_manifest_signature_response.rb +1 -11
- data/lib/pulp_container_client/models/container_tag_response.rb +1 -11
- data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
- data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +0 -10
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +21 -21
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +21 -21
- 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 +48 -48
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
- data/lib/pulp_container_client/models/{policy692_enum.rb → policy762_enum.rb} +3 -3
- data/lib/pulp_container_client/models/{policy7e0_enum.rb → policy8e2_enum.rb} +3 -3
- data/lib/pulp_container_client/models/repository_version_response.rb +1 -11
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +4 -2
- data/spec/api/content_blobs_api_spec.rb +0 -2
- data/spec/api/content_manifests_api_spec.rb +1 -3
- data/spec/api/content_signatures_api_spec.rb +0 -2
- data/spec/api/content_tags_api_spec.rb +0 -2
- data/spec/api/distributions_container_api_spec.rb +0 -12
- data/spec/api/distributions_pull_through_api_spec.rb +0 -12
- data/spec/api/index_dynamic_api_spec.rb +45 -0
- data/spec/api/index_static_api_spec.rb +45 -0
- data/spec/api/pulp_container_namespaces_api_spec.rb +0 -8
- data/spec/api/remotes_container_api_spec.rb +0 -12
- data/spec/api/remotes_pull_through_api_spec.rb +0 -12
- data/spec/api/repositories_container_api_spec.rb +1 -22
- data/spec/api/repositories_container_push_api_spec.rb +0 -13
- data/spec/api/repositories_container_push_versions_api_spec.rb +0 -4
- data/spec/api/repositories_container_versions_api_spec.rb +0 -4
- data/spec/api/token_api_spec.rb +0 -3
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/container_blob_response_spec.rb +0 -6
- data/spec/models/container_container_distribution_response_spec.rb +7 -13
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_namespace_response_spec.rb +0 -6
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +7 -13
- data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/container_container_pull_through_remote_response_spec.rb +6 -6
- data/spec/models/container_container_push_repository_response_spec.rb +6 -12
- data/spec/models/container_container_push_repository_spec.rb +5 -5
- data/spec/models/container_container_remote_response_spec.rb +6 -6
- data/spec/models/container_container_repository_response_spec.rb +0 -6
- data/spec/models/container_manifest_response_spec.rb +0 -12
- data/spec/models/container_manifest_signature_response_spec.rb +0 -6
- data/spec/models/container_tag_response_spec.rb +0 -6
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- data/spec/models/{policy692_enum_spec.rb → policy762_enum_spec.rb} +6 -6
- data/spec/models/{policy7e0_enum_spec.rb → policy8e2_enum_spec.rb} +6 -6
- data/spec/models/repository_version_response_spec.rb +0 -6
- metadata +88 -80
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# PulpContainerClient::RepositoriesContainerApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *http://
|
|
3
|
+
All URIs are relative to *http://pulp*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
@@ -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)
|
|
34
34
|
|
|
35
35
|
Add content
|
|
36
36
|
|
|
@@ -51,13 +51,10 @@ 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
|
-
}
|
|
57
54
|
|
|
58
55
|
begin
|
|
59
56
|
#Add content
|
|
60
|
-
result = api_instance.add(container_container_repository_href, recursive_manage
|
|
57
|
+
result = api_instance.add(container_container_repository_href, recursive_manage)
|
|
61
58
|
p result
|
|
62
59
|
rescue PulpContainerClient::ApiError => e
|
|
63
60
|
puts "Exception when calling RepositoriesContainerApi->add: #{e}"
|
|
@@ -71,7 +68,6 @@ Name | Type | Description | Notes
|
|
|
71
68
|
------------- | ------------- | ------------- | -------------
|
|
72
69
|
**container_container_repository_href** | **String**| |
|
|
73
70
|
**recursive_manage** | [**RecursiveManage**](RecursiveManage.md)| |
|
|
74
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
75
71
|
|
|
76
72
|
### Return type
|
|
77
73
|
|
|
@@ -89,7 +85,7 @@ Name | Type | Description | Notes
|
|
|
89
85
|
|
|
90
86
|
## add_role
|
|
91
87
|
|
|
92
|
-
> NestedRoleResponse add_role(container_container_repository_href, nested_role
|
|
88
|
+
> NestedRoleResponse add_role(container_container_repository_href, nested_role)
|
|
93
89
|
|
|
94
90
|
Add a role
|
|
95
91
|
|
|
@@ -110,13 +106,10 @@ end
|
|
|
110
106
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
111
107
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
112
108
|
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
|
-
}
|
|
116
109
|
|
|
117
110
|
begin
|
|
118
111
|
#Add a role
|
|
119
|
-
result = api_instance.add_role(container_container_repository_href, nested_role
|
|
112
|
+
result = api_instance.add_role(container_container_repository_href, nested_role)
|
|
120
113
|
p result
|
|
121
114
|
rescue PulpContainerClient::ApiError => e
|
|
122
115
|
puts "Exception when calling RepositoriesContainerApi->add_role: #{e}"
|
|
@@ -130,7 +123,6 @@ Name | Type | Description | Notes
|
|
|
130
123
|
------------- | ------------- | ------------- | -------------
|
|
131
124
|
**container_container_repository_href** | **String**| |
|
|
132
125
|
**nested_role** | [**NestedRole**](NestedRole.md)| |
|
|
133
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
134
126
|
|
|
135
127
|
### Return type
|
|
136
128
|
|
|
@@ -169,11 +161,10 @@ end
|
|
|
169
161
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
170
162
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
171
163
|
opts = {
|
|
172
|
-
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
173
164
|
containerfile_artifact: 'containerfile_artifact_example', # String | Artifact representing the Containerfile that should be used to run podman-build.
|
|
174
165
|
containerfile: File.new('/path/to/file'), # File | An uploaded Containerfile that should be used to run podman-build.
|
|
175
166
|
tag: 'latest', # String | A tag name for the new image being built.
|
|
176
|
-
artifacts:
|
|
167
|
+
artifacts: nil # Object | 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.
|
|
177
168
|
}
|
|
178
169
|
|
|
179
170
|
begin
|
|
@@ -191,11 +182,10 @@ end
|
|
|
191
182
|
Name | Type | Description | Notes
|
|
192
183
|
------------- | ------------- | ------------- | -------------
|
|
193
184
|
**container_container_repository_href** | **String**| |
|
|
194
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
195
185
|
**containerfile_artifact** | **String**| Artifact representing the Containerfile that should be used to run podman-build. | [optional]
|
|
196
186
|
**containerfile** | **File**| An uploaded Containerfile that should be used to run podman-build. | [optional]
|
|
197
187
|
**tag** | **String**| A tag name for the new image being built. | [optional] [default to 'latest']
|
|
198
|
-
**artifacts** | [**
|
|
188
|
+
**artifacts** | [**Object**](Object.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]
|
|
199
189
|
|
|
200
190
|
### Return type
|
|
201
191
|
|
|
@@ -213,7 +203,7 @@ Name | Type | Description | Notes
|
|
|
213
203
|
|
|
214
204
|
## copy_manifests
|
|
215
205
|
|
|
216
|
-
> AsyncOperationResponse copy_manifests(container_container_repository_href, manifest_copy
|
|
206
|
+
> AsyncOperationResponse copy_manifests(container_container_repository_href, manifest_copy)
|
|
217
207
|
|
|
218
208
|
Copy manifests
|
|
219
209
|
|
|
@@ -234,13 +224,10 @@ end
|
|
|
234
224
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
235
225
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
236
226
|
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
|
-
}
|
|
240
227
|
|
|
241
228
|
begin
|
|
242
229
|
#Copy manifests
|
|
243
|
-
result = api_instance.copy_manifests(container_container_repository_href, manifest_copy
|
|
230
|
+
result = api_instance.copy_manifests(container_container_repository_href, manifest_copy)
|
|
244
231
|
p result
|
|
245
232
|
rescue PulpContainerClient::ApiError => e
|
|
246
233
|
puts "Exception when calling RepositoriesContainerApi->copy_manifests: #{e}"
|
|
@@ -254,7 +241,6 @@ Name | Type | Description | Notes
|
|
|
254
241
|
------------- | ------------- | ------------- | -------------
|
|
255
242
|
**container_container_repository_href** | **String**| |
|
|
256
243
|
**manifest_copy** | [**ManifestCopy**](ManifestCopy.md)| |
|
|
257
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
258
244
|
|
|
259
245
|
### Return type
|
|
260
246
|
|
|
@@ -272,7 +258,7 @@ Name | Type | Description | Notes
|
|
|
272
258
|
|
|
273
259
|
## copy_tags
|
|
274
260
|
|
|
275
|
-
> AsyncOperationResponse copy_tags(container_container_repository_href, tag_copy
|
|
261
|
+
> AsyncOperationResponse copy_tags(container_container_repository_href, tag_copy)
|
|
276
262
|
|
|
277
263
|
Copy tags
|
|
278
264
|
|
|
@@ -293,13 +279,10 @@ end
|
|
|
293
279
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
294
280
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
295
281
|
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
|
-
}
|
|
299
282
|
|
|
300
283
|
begin
|
|
301
284
|
#Copy tags
|
|
302
|
-
result = api_instance.copy_tags(container_container_repository_href, tag_copy
|
|
285
|
+
result = api_instance.copy_tags(container_container_repository_href, tag_copy)
|
|
303
286
|
p result
|
|
304
287
|
rescue PulpContainerClient::ApiError => e
|
|
305
288
|
puts "Exception when calling RepositoriesContainerApi->copy_tags: #{e}"
|
|
@@ -313,7 +296,6 @@ Name | Type | Description | Notes
|
|
|
313
296
|
------------- | ------------- | ------------- | -------------
|
|
314
297
|
**container_container_repository_href** | **String**| |
|
|
315
298
|
**tag_copy** | [**TagCopy**](TagCopy.md)| |
|
|
316
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
317
299
|
|
|
318
300
|
### Return type
|
|
319
301
|
|
|
@@ -331,7 +313,7 @@ Name | Type | Description | Notes
|
|
|
331
313
|
|
|
332
314
|
## create
|
|
333
315
|
|
|
334
|
-
> ContainerContainerRepositoryResponse create(container_container_repository
|
|
316
|
+
> ContainerContainerRepositoryResponse create(container_container_repository)
|
|
335
317
|
|
|
336
318
|
Create a container repository
|
|
337
319
|
|
|
@@ -351,13 +333,10 @@ end
|
|
|
351
333
|
|
|
352
334
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
353
335
|
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
|
-
}
|
|
357
336
|
|
|
358
337
|
begin
|
|
359
338
|
#Create a container repository
|
|
360
|
-
result = api_instance.create(container_container_repository
|
|
339
|
+
result = api_instance.create(container_container_repository)
|
|
361
340
|
p result
|
|
362
341
|
rescue PulpContainerClient::ApiError => e
|
|
363
342
|
puts "Exception when calling RepositoriesContainerApi->create: #{e}"
|
|
@@ -370,7 +349,6 @@ end
|
|
|
370
349
|
Name | Type | Description | Notes
|
|
371
350
|
------------- | ------------- | ------------- | -------------
|
|
372
351
|
**container_container_repository** | [**ContainerContainerRepository**](ContainerContainerRepository.md)| |
|
|
373
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
374
352
|
|
|
375
353
|
### Return type
|
|
376
354
|
|
|
@@ -388,7 +366,7 @@ Name | Type | Description | Notes
|
|
|
388
366
|
|
|
389
367
|
## delete
|
|
390
368
|
|
|
391
|
-
> AsyncOperationResponse delete(container_container_repository_href
|
|
369
|
+
> AsyncOperationResponse delete(container_container_repository_href)
|
|
392
370
|
|
|
393
371
|
Delete a container repository
|
|
394
372
|
|
|
@@ -408,13 +386,10 @@ end
|
|
|
408
386
|
|
|
409
387
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
410
388
|
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
|
-
}
|
|
414
389
|
|
|
415
390
|
begin
|
|
416
391
|
#Delete a container repository
|
|
417
|
-
result = api_instance.delete(container_container_repository_href
|
|
392
|
+
result = api_instance.delete(container_container_repository_href)
|
|
418
393
|
p result
|
|
419
394
|
rescue PulpContainerClient::ApiError => e
|
|
420
395
|
puts "Exception when calling RepositoriesContainerApi->delete: #{e}"
|
|
@@ -427,7 +402,6 @@ end
|
|
|
427
402
|
Name | Type | Description | Notes
|
|
428
403
|
------------- | ------------- | ------------- | -------------
|
|
429
404
|
**container_container_repository_href** | **String**| |
|
|
430
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
431
405
|
|
|
432
406
|
### Return type
|
|
433
407
|
|
|
@@ -465,7 +439,6 @@ end
|
|
|
465
439
|
|
|
466
440
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
467
441
|
opts = {
|
|
468
|
-
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
469
442
|
latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
|
|
470
443
|
limit: 56, # Integer | Number of results to return per page.
|
|
471
444
|
name: 'name_example', # String | Filter results where name matches value
|
|
@@ -511,7 +484,6 @@ end
|
|
|
511
484
|
|
|
512
485
|
Name | Type | Description | Notes
|
|
513
486
|
------------- | ------------- | ------------- | -------------
|
|
514
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
515
487
|
**latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
|
|
516
488
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
517
489
|
**name** | **String**| Filter results where name matches value | [optional]
|
|
@@ -579,7 +551,6 @@ end
|
|
|
579
551
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
580
552
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
581
553
|
opts = {
|
|
582
|
-
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
583
554
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
584
555
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
585
556
|
}
|
|
@@ -599,7 +570,6 @@ end
|
|
|
599
570
|
Name | Type | Description | Notes
|
|
600
571
|
------------- | ------------- | ------------- | -------------
|
|
601
572
|
**container_container_repository_href** | **String**| |
|
|
602
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
603
573
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
604
574
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
605
575
|
|
|
@@ -640,7 +610,6 @@ end
|
|
|
640
610
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
641
611
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
642
612
|
opts = {
|
|
643
|
-
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
644
613
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
645
614
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
646
615
|
}
|
|
@@ -660,7 +629,6 @@ end
|
|
|
660
629
|
Name | Type | Description | Notes
|
|
661
630
|
------------- | ------------- | ------------- | -------------
|
|
662
631
|
**container_container_repository_href** | **String**| |
|
|
663
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
664
632
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
665
633
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
666
634
|
|
|
@@ -680,7 +648,7 @@ Name | Type | Description | Notes
|
|
|
680
648
|
|
|
681
649
|
## partial_update
|
|
682
650
|
|
|
683
|
-
> AsyncOperationResponse partial_update(container_container_repository_href, patchedcontainer_container_repository
|
|
651
|
+
> AsyncOperationResponse partial_update(container_container_repository_href, patchedcontainer_container_repository)
|
|
684
652
|
|
|
685
653
|
Update a container repository
|
|
686
654
|
|
|
@@ -701,13 +669,10 @@ end
|
|
|
701
669
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
702
670
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
703
671
|
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
|
-
}
|
|
707
672
|
|
|
708
673
|
begin
|
|
709
674
|
#Update a container repository
|
|
710
|
-
result = api_instance.partial_update(container_container_repository_href, patchedcontainer_container_repository
|
|
675
|
+
result = api_instance.partial_update(container_container_repository_href, patchedcontainer_container_repository)
|
|
711
676
|
p result
|
|
712
677
|
rescue PulpContainerClient::ApiError => e
|
|
713
678
|
puts "Exception when calling RepositoriesContainerApi->partial_update: #{e}"
|
|
@@ -721,7 +686,6 @@ Name | Type | Description | Notes
|
|
|
721
686
|
------------- | ------------- | ------------- | -------------
|
|
722
687
|
**container_container_repository_href** | **String**| |
|
|
723
688
|
**patchedcontainer_container_repository** | [**PatchedcontainerContainerRepository**](PatchedcontainerContainerRepository.md)| |
|
|
724
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
725
689
|
|
|
726
690
|
### Return type
|
|
727
691
|
|
|
@@ -760,7 +724,6 @@ end
|
|
|
760
724
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
761
725
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
762
726
|
opts = {
|
|
763
|
-
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
764
727
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
765
728
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
766
729
|
}
|
|
@@ -780,7 +743,6 @@ end
|
|
|
780
743
|
Name | Type | Description | Notes
|
|
781
744
|
------------- | ------------- | ------------- | -------------
|
|
782
745
|
**container_container_repository_href** | **String**| |
|
|
783
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
784
746
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
785
747
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
786
748
|
|
|
@@ -800,7 +762,7 @@ Name | Type | Description | Notes
|
|
|
800
762
|
|
|
801
763
|
## remove
|
|
802
764
|
|
|
803
|
-
> AsyncOperationResponse remove(container_container_repository_href, recursive_manage
|
|
765
|
+
> AsyncOperationResponse remove(container_container_repository_href, recursive_manage)
|
|
804
766
|
|
|
805
767
|
Remove content
|
|
806
768
|
|
|
@@ -821,13 +783,10 @@ end
|
|
|
821
783
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
822
784
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
823
785
|
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
|
-
}
|
|
827
786
|
|
|
828
787
|
begin
|
|
829
788
|
#Remove content
|
|
830
|
-
result = api_instance.remove(container_container_repository_href, recursive_manage
|
|
789
|
+
result = api_instance.remove(container_container_repository_href, recursive_manage)
|
|
831
790
|
p result
|
|
832
791
|
rescue PulpContainerClient::ApiError => e
|
|
833
792
|
puts "Exception when calling RepositoriesContainerApi->remove: #{e}"
|
|
@@ -841,7 +800,6 @@ Name | Type | Description | Notes
|
|
|
841
800
|
------------- | ------------- | ------------- | -------------
|
|
842
801
|
**container_container_repository_href** | **String**| |
|
|
843
802
|
**recursive_manage** | [**RecursiveManage**](RecursiveManage.md)| |
|
|
844
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
845
803
|
|
|
846
804
|
### Return type
|
|
847
805
|
|
|
@@ -859,7 +817,7 @@ Name | Type | Description | Notes
|
|
|
859
817
|
|
|
860
818
|
## remove_role
|
|
861
819
|
|
|
862
|
-
> NestedRoleResponse remove_role(container_container_repository_href, nested_role
|
|
820
|
+
> NestedRoleResponse remove_role(container_container_repository_href, nested_role)
|
|
863
821
|
|
|
864
822
|
Remove a role
|
|
865
823
|
|
|
@@ -880,13 +838,10 @@ end
|
|
|
880
838
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
881
839
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
882
840
|
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
|
-
}
|
|
886
841
|
|
|
887
842
|
begin
|
|
888
843
|
#Remove a role
|
|
889
|
-
result = api_instance.remove_role(container_container_repository_href, nested_role
|
|
844
|
+
result = api_instance.remove_role(container_container_repository_href, nested_role)
|
|
890
845
|
p result
|
|
891
846
|
rescue PulpContainerClient::ApiError => e
|
|
892
847
|
puts "Exception when calling RepositoriesContainerApi->remove_role: #{e}"
|
|
@@ -900,7 +855,6 @@ Name | Type | Description | Notes
|
|
|
900
855
|
------------- | ------------- | ------------- | -------------
|
|
901
856
|
**container_container_repository_href** | **String**| |
|
|
902
857
|
**nested_role** | [**NestedRole**](NestedRole.md)| |
|
|
903
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
904
858
|
|
|
905
859
|
### Return type
|
|
906
860
|
|
|
@@ -918,7 +872,7 @@ Name | Type | Description | Notes
|
|
|
918
872
|
|
|
919
873
|
## set_label
|
|
920
874
|
|
|
921
|
-
> SetLabelResponse set_label(container_container_repository_href, set_label
|
|
875
|
+
> SetLabelResponse set_label(container_container_repository_href, set_label)
|
|
922
876
|
|
|
923
877
|
Set a label
|
|
924
878
|
|
|
@@ -939,13 +893,10 @@ end
|
|
|
939
893
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
940
894
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
941
895
|
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
|
-
}
|
|
945
896
|
|
|
946
897
|
begin
|
|
947
898
|
#Set a label
|
|
948
|
-
result = api_instance.set_label(container_container_repository_href, set_label
|
|
899
|
+
result = api_instance.set_label(container_container_repository_href, set_label)
|
|
949
900
|
p result
|
|
950
901
|
rescue PulpContainerClient::ApiError => e
|
|
951
902
|
puts "Exception when calling RepositoriesContainerApi->set_label: #{e}"
|
|
@@ -959,7 +910,6 @@ Name | Type | Description | Notes
|
|
|
959
910
|
------------- | ------------- | ------------- | -------------
|
|
960
911
|
**container_container_repository_href** | **String**| |
|
|
961
912
|
**set_label** | [**SetLabel**](SetLabel.md)| |
|
|
962
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
963
913
|
|
|
964
914
|
### Return type
|
|
965
915
|
|
|
@@ -977,7 +927,7 @@ Name | Type | Description | Notes
|
|
|
977
927
|
|
|
978
928
|
## sign
|
|
979
929
|
|
|
980
|
-
> AsyncOperationResponse sign(container_container_repository_href, repository_sign
|
|
930
|
+
> AsyncOperationResponse sign(container_container_repository_href, repository_sign)
|
|
981
931
|
|
|
982
932
|
Sign images in the repo
|
|
983
933
|
|
|
@@ -998,13 +948,10 @@ end
|
|
|
998
948
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
999
949
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
1000
950
|
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
|
-
}
|
|
1004
951
|
|
|
1005
952
|
begin
|
|
1006
953
|
#Sign images in the repo
|
|
1007
|
-
result = api_instance.sign(container_container_repository_href, repository_sign
|
|
954
|
+
result = api_instance.sign(container_container_repository_href, repository_sign)
|
|
1008
955
|
p result
|
|
1009
956
|
rescue PulpContainerClient::ApiError => e
|
|
1010
957
|
puts "Exception when calling RepositoriesContainerApi->sign: #{e}"
|
|
@@ -1018,7 +965,6 @@ Name | Type | Description | Notes
|
|
|
1018
965
|
------------- | ------------- | ------------- | -------------
|
|
1019
966
|
**container_container_repository_href** | **String**| |
|
|
1020
967
|
**repository_sign** | [**RepositorySign**](RepositorySign.md)| |
|
|
1021
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
1022
968
|
|
|
1023
969
|
### Return type
|
|
1024
970
|
|
|
@@ -1036,7 +982,7 @@ Name | Type | Description | Notes
|
|
|
1036
982
|
|
|
1037
983
|
## sync
|
|
1038
984
|
|
|
1039
|
-
> AsyncOperationResponse sync(container_container_repository_href, container_repository_sync_url
|
|
985
|
+
> AsyncOperationResponse sync(container_container_repository_href, container_repository_sync_url)
|
|
1040
986
|
|
|
1041
987
|
Sync from a remote
|
|
1042
988
|
|
|
@@ -1057,13 +1003,10 @@ end
|
|
|
1057
1003
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
1058
1004
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
1059
1005
|
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
|
-
}
|
|
1063
1006
|
|
|
1064
1007
|
begin
|
|
1065
1008
|
#Sync from a remote
|
|
1066
|
-
result = api_instance.sync(container_container_repository_href, container_repository_sync_url
|
|
1009
|
+
result = api_instance.sync(container_container_repository_href, container_repository_sync_url)
|
|
1067
1010
|
p result
|
|
1068
1011
|
rescue PulpContainerClient::ApiError => e
|
|
1069
1012
|
puts "Exception when calling RepositoriesContainerApi->sync: #{e}"
|
|
@@ -1077,7 +1020,6 @@ Name | Type | Description | Notes
|
|
|
1077
1020
|
------------- | ------------- | ------------- | -------------
|
|
1078
1021
|
**container_container_repository_href** | **String**| |
|
|
1079
1022
|
**container_repository_sync_url** | [**ContainerRepositorySyncURL**](ContainerRepositorySyncURL.md)| |
|
|
1080
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
1081
1023
|
|
|
1082
1024
|
### Return type
|
|
1083
1025
|
|
|
@@ -1095,7 +1037,7 @@ Name | Type | Description | Notes
|
|
|
1095
1037
|
|
|
1096
1038
|
## tag
|
|
1097
1039
|
|
|
1098
|
-
> AsyncOperationResponse tag(container_container_repository_href, tag_image
|
|
1040
|
+
> AsyncOperationResponse tag(container_container_repository_href, tag_image)
|
|
1099
1041
|
|
|
1100
1042
|
Create a Tag
|
|
1101
1043
|
|
|
@@ -1116,13 +1058,10 @@ end
|
|
|
1116
1058
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
1117
1059
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
1118
1060
|
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
|
-
}
|
|
1122
1061
|
|
|
1123
1062
|
begin
|
|
1124
1063
|
#Create a Tag
|
|
1125
|
-
result = api_instance.tag(container_container_repository_href, tag_image
|
|
1064
|
+
result = api_instance.tag(container_container_repository_href, tag_image)
|
|
1126
1065
|
p result
|
|
1127
1066
|
rescue PulpContainerClient::ApiError => e
|
|
1128
1067
|
puts "Exception when calling RepositoriesContainerApi->tag: #{e}"
|
|
@@ -1136,7 +1075,6 @@ Name | Type | Description | Notes
|
|
|
1136
1075
|
------------- | ------------- | ------------- | -------------
|
|
1137
1076
|
**container_container_repository_href** | **String**| |
|
|
1138
1077
|
**tag_image** | [**TagImage**](TagImage.md)| |
|
|
1139
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
1140
1078
|
|
|
1141
1079
|
### Return type
|
|
1142
1080
|
|
|
@@ -1154,7 +1092,7 @@ Name | Type | Description | Notes
|
|
|
1154
1092
|
|
|
1155
1093
|
## unset_label
|
|
1156
1094
|
|
|
1157
|
-
> UnsetLabelResponse unset_label(container_container_repository_href, unset_label
|
|
1095
|
+
> UnsetLabelResponse unset_label(container_container_repository_href, unset_label)
|
|
1158
1096
|
|
|
1159
1097
|
Unset a label
|
|
1160
1098
|
|
|
@@ -1175,13 +1113,10 @@ end
|
|
|
1175
1113
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
1176
1114
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
1177
1115
|
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
|
-
}
|
|
1181
1116
|
|
|
1182
1117
|
begin
|
|
1183
1118
|
#Unset a label
|
|
1184
|
-
result = api_instance.unset_label(container_container_repository_href, unset_label
|
|
1119
|
+
result = api_instance.unset_label(container_container_repository_href, unset_label)
|
|
1185
1120
|
p result
|
|
1186
1121
|
rescue PulpContainerClient::ApiError => e
|
|
1187
1122
|
puts "Exception when calling RepositoriesContainerApi->unset_label: #{e}"
|
|
@@ -1195,7 +1130,6 @@ Name | Type | Description | Notes
|
|
|
1195
1130
|
------------- | ------------- | ------------- | -------------
|
|
1196
1131
|
**container_container_repository_href** | **String**| |
|
|
1197
1132
|
**unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
|
|
1198
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
1199
1133
|
|
|
1200
1134
|
### Return type
|
|
1201
1135
|
|
|
@@ -1213,7 +1147,7 @@ Name | Type | Description | Notes
|
|
|
1213
1147
|
|
|
1214
1148
|
## untag
|
|
1215
1149
|
|
|
1216
|
-
> AsyncOperationResponse untag(container_container_repository_href, un_tag_image
|
|
1150
|
+
> AsyncOperationResponse untag(container_container_repository_href, un_tag_image)
|
|
1217
1151
|
|
|
1218
1152
|
Delete a tag
|
|
1219
1153
|
|
|
@@ -1234,13 +1168,10 @@ end
|
|
|
1234
1168
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
1235
1169
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
1236
1170
|
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
|
-
}
|
|
1240
1171
|
|
|
1241
1172
|
begin
|
|
1242
1173
|
#Delete a tag
|
|
1243
|
-
result = api_instance.untag(container_container_repository_href, un_tag_image
|
|
1174
|
+
result = api_instance.untag(container_container_repository_href, un_tag_image)
|
|
1244
1175
|
p result
|
|
1245
1176
|
rescue PulpContainerClient::ApiError => e
|
|
1246
1177
|
puts "Exception when calling RepositoriesContainerApi->untag: #{e}"
|
|
@@ -1254,7 +1185,6 @@ Name | Type | Description | Notes
|
|
|
1254
1185
|
------------- | ------------- | ------------- | -------------
|
|
1255
1186
|
**container_container_repository_href** | **String**| |
|
|
1256
1187
|
**un_tag_image** | [**UnTagImage**](UnTagImage.md)| |
|
|
1257
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
1258
1188
|
|
|
1259
1189
|
### Return type
|
|
1260
1190
|
|
|
@@ -1272,7 +1202,7 @@ Name | Type | Description | Notes
|
|
|
1272
1202
|
|
|
1273
1203
|
## update
|
|
1274
1204
|
|
|
1275
|
-
> AsyncOperationResponse update(container_container_repository_href, container_container_repository
|
|
1205
|
+
> AsyncOperationResponse update(container_container_repository_href, container_container_repository)
|
|
1276
1206
|
|
|
1277
1207
|
Update a container repository
|
|
1278
1208
|
|
|
@@ -1293,13 +1223,10 @@ end
|
|
|
1293
1223
|
api_instance = PulpContainerClient::RepositoriesContainerApi.new
|
|
1294
1224
|
container_container_repository_href = 'container_container_repository_href_example' # String |
|
|
1295
1225
|
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
|
-
}
|
|
1299
1226
|
|
|
1300
1227
|
begin
|
|
1301
1228
|
#Update a container repository
|
|
1302
|
-
result = api_instance.update(container_container_repository_href, container_container_repository
|
|
1229
|
+
result = api_instance.update(container_container_repository_href, container_container_repository)
|
|
1303
1230
|
p result
|
|
1304
1231
|
rescue PulpContainerClient::ApiError => e
|
|
1305
1232
|
puts "Exception when calling RepositoriesContainerApi->update: #{e}"
|
|
@@ -1313,7 +1240,6 @@ Name | Type | Description | Notes
|
|
|
1313
1240
|
------------- | ------------- | ------------- | -------------
|
|
1314
1241
|
**container_container_repository_href** | **String**| |
|
|
1315
1242
|
**container_container_repository** | [**ContainerContainerRepository**](ContainerContainerRepository.md)| |
|
|
1316
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
1317
1243
|
|
|
1318
1244
|
### Return type
|
|
1319
1245
|
|