pulp_container_client 2.15.6 → 2.16.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 (75) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +27 -36
  3. data/docs/ContainerContainerDistribution.md +5 -5
  4. data/docs/ContainerContainerDistributionResponse.md +8 -8
  5. data/docs/ContainerContainerPushRepository.md +6 -6
  6. data/docs/ContainerContainerPushRepositoryResponse.md +12 -12
  7. data/docs/ContentBlobsApi.md +1 -3
  8. data/docs/ContentManifestsApi.md +1 -3
  9. data/docs/ContentSignaturesApi.md +1 -11
  10. data/docs/ContentTagsApi.md +1 -3
  11. data/docs/DistributionsContainerApi.md +10 -136
  12. data/docs/IndexDynamicApi.md +50 -0
  13. data/docs/IndexStaticApi.md +50 -0
  14. data/docs/PatchedcontainerContainerDistribution.md +5 -5
  15. data/docs/PatchedcontainerContainerPushRepository.md +6 -6
  16. data/docs/PulpContainerNamespacesApi.md +9 -23
  17. data/docs/RemotesContainerApi.md +9 -135
  18. data/docs/RepositoriesContainerApi.md +11 -137
  19. data/docs/RepositoriesContainerPushApi.md +10 -24
  20. data/docs/RepositoriesContainerPushVersionsApi.md +1 -3
  21. data/docs/RepositoriesContainerVersionsApi.md +1 -3
  22. data/docs/TokenApi.md +1 -1
  23. data/lib/pulp_container_client/api/content_blobs_api.rb +0 -3
  24. data/lib/pulp_container_client/api/content_manifests_api.rb +0 -3
  25. data/lib/pulp_container_client/api/content_signatures_api.rb +0 -15
  26. data/lib/pulp_container_client/api/content_tags_api.rb +0 -3
  27. data/lib/pulp_container_client/api/distributions_container_api.rb +0 -163
  28. data/lib/pulp_container_client/api/index_dynamic_api.rb +74 -0
  29. data/lib/pulp_container_client/api/index_static_api.rb +74 -0
  30. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -23
  31. data/lib/pulp_container_client/api/remotes_container_api.rb +0 -163
  32. data/lib/pulp_container_client/api/repositories_container_api.rb +2 -165
  33. data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -23
  34. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +0 -3
  35. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +0 -3
  36. data/lib/pulp_container_client/configuration.rb +2 -2
  37. data/lib/pulp_container_client/models/container_container_distribution.rb +20 -20
  38. data/lib/pulp_container_client/models/container_container_distribution_response.rb +29 -29
  39. data/lib/pulp_container_client/models/container_container_push_repository.rb +26 -26
  40. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +49 -49
  41. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +20 -20
  42. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +26 -26
  43. data/lib/pulp_container_client/version.rb +1 -1
  44. data/lib/pulp_container_client.rb +2 -4
  45. data/spec/api/content_blobs_api_spec.rb +0 -1
  46. data/spec/api/content_manifests_api_spec.rb +0 -1
  47. data/spec/api/content_signatures_api_spec.rb +0 -5
  48. data/spec/api/content_tags_api_spec.rb +0 -1
  49. data/spec/api/distributions_container_api_spec.rb +0 -35
  50. data/spec/{models/set_label_spec.rb → api/index_dynamic_api_spec.rb} +11 -13
  51. data/spec/{models/unset_label_spec.rb → api/index_static_api_spec.rb} +12 -8
  52. data/spec/api/pulp_container_namespaces_api_spec.rb +0 -9
  53. data/spec/api/remotes_container_api_spec.rb +0 -35
  54. data/spec/api/repositories_container_api_spec.rb +1 -36
  55. data/spec/api/repositories_container_push_api_spec.rb +0 -9
  56. data/spec/api/repositories_container_push_versions_api_spec.rb +0 -1
  57. data/spec/api/repositories_container_versions_api_spec.rb +0 -1
  58. data/spec/configuration_spec.rb +3 -3
  59. data/spec/models/container_container_distribution_response_spec.rb +4 -4
  60. data/spec/models/container_container_distribution_spec.rb +4 -4
  61. data/spec/models/container_container_push_repository_response_spec.rb +9 -9
  62. data/spec/models/container_container_push_repository_spec.rb +5 -5
  63. data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
  64. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  65. metadata +57 -65
  66. data/docs/SetLabel.md +0 -19
  67. data/docs/SetLabelResponse.md +0 -19
  68. data/docs/UnsetLabel.md +0 -17
  69. data/docs/UnsetLabelResponse.md +0 -19
  70. data/lib/pulp_container_client/models/set_label.rb +0 -252
  71. data/lib/pulp_container_client/models/set_label_response.rb +0 -243
  72. data/lib/pulp_container_client/models/unset_label.rb +0 -242
  73. data/lib/pulp_container_client/models/unset_label_response.rb +0 -242
  74. data/spec/models/set_label_response_spec.rb +0 -47
  75. data/spec/models/unset_label_response_spec.rb +0 -47
@@ -1,20 +1,18 @@
1
1
  # PulpContainerClient::RemotesContainerApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**add_role**](RemotesContainerApi.md#add_role) | **POST** {container_container_remote_href}add_role/ | Add a role
7
+ [**add_role**](RemotesContainerApi.md#add_role) | **POST** {container_container_remote_href}add_role/ |
8
8
  [**create**](RemotesContainerApi.md#create) | **POST** /pulp/api/v3/remotes/container/container/ | Create a container remote
9
9
  [**delete**](RemotesContainerApi.md#delete) | **DELETE** {container_container_remote_href} | Delete a container remote
10
10
  [**list**](RemotesContainerApi.md#list) | **GET** /pulp/api/v3/remotes/container/container/ | List container remotes
11
- [**list_roles**](RemotesContainerApi.md#list_roles) | **GET** {container_container_remote_href}list_roles/ | List roles
12
- [**my_permissions**](RemotesContainerApi.md#my_permissions) | **GET** {container_container_remote_href}my_permissions/ | List user permissions
11
+ [**list_roles**](RemotesContainerApi.md#list_roles) | **GET** {container_container_remote_href}list_roles/ |
12
+ [**my_permissions**](RemotesContainerApi.md#my_permissions) | **GET** {container_container_remote_href}my_permissions/ |
13
13
  [**partial_update**](RemotesContainerApi.md#partial_update) | **PATCH** {container_container_remote_href} | Update a container remote
14
14
  [**read**](RemotesContainerApi.md#read) | **GET** {container_container_remote_href} | Inspect a container remote
15
- [**remove_role**](RemotesContainerApi.md#remove_role) | **POST** {container_container_remote_href}remove_role/ | Remove a role
16
- [**set_label**](RemotesContainerApi.md#set_label) | **POST** {container_container_remote_href}set_label/ | Set a label
17
- [**unset_label**](RemotesContainerApi.md#unset_label) | **POST** {container_container_remote_href}unset_label/ | Unset a label
15
+ [**remove_role**](RemotesContainerApi.md#remove_role) | **POST** {container_container_remote_href}remove_role/ |
18
16
  [**update**](RemotesContainerApi.md#update) | **PUT** {container_container_remote_href} | Update a container remote
19
17
 
20
18
 
@@ -23,7 +21,7 @@ Method | HTTP request | Description
23
21
 
24
22
  > NestedRoleResponse add_role(container_container_remote_href, nested_role)
25
23
 
26
- Add a role
24
+
27
25
 
28
26
  Add a role for this object to users/groups.
29
27
 
@@ -44,7 +42,6 @@ container_container_remote_href = 'container_container_remote_href_example' # St
44
42
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
45
43
 
46
44
  begin
47
- #Add a role
48
45
  result = api_instance.add_role(container_container_remote_href, nested_role)
49
46
  p result
50
47
  rescue PulpContainerClient::ApiError => e
@@ -206,11 +203,7 @@ opts = {
206
203
  name: 'name_example', # String | Filter results where name matches value
207
204
  name__contains: 'name__contains_example', # String | Filter results where name contains value
208
205
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
209
- name__iexact: 'name__iexact_example', # String | Filter results where name matches value
210
206
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
211
- name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
212
- name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
213
- name__regex: 'name__regex_example', # String | Filter results where name matches regex value
214
207
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
215
208
  offset: 56, # Integer | The initial index from which to return the results.
216
209
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -223,7 +216,6 @@ opts = {
223
216
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
224
217
  pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
225
218
  pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
226
- q: 'q_example', # String |
227
219
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
228
220
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
229
221
  }
@@ -246,11 +238,7 @@ Name | Type | Description | Notes
246
238
  **name** | **String**| Filter results where name matches value | [optional]
247
239
  **name__contains** | **String**| Filter results where name contains value | [optional]
248
240
  **name__icontains** | **String**| Filter results where name contains value | [optional]
249
- **name__iexact** | **String**| Filter results where name matches value | [optional]
250
241
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
251
- **name__iregex** | **String**| Filter results where name matches regex value | [optional]
252
- **name__istartswith** | **String**| Filter results where name starts with value | [optional]
253
- **name__regex** | **String**| Filter results where name matches regex value | [optional]
254
242
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
255
243
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
256
244
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
@@ -263,7 +251,6 @@ Name | Type | Description | Notes
263
251
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
264
252
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
265
253
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
266
- **q** | **String**| | [optional]
267
254
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
268
255
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
269
256
 
@@ -285,7 +272,7 @@ Name | Type | Description | Notes
285
272
 
286
273
  > ObjectRolesResponse list_roles(container_container_remote_href, opts)
287
274
 
288
- List roles
275
+
289
276
 
290
277
  List roles assigned to this object.
291
278
 
@@ -309,7 +296,6 @@ opts = {
309
296
  }
310
297
 
311
298
  begin
312
- #List roles
313
299
  result = api_instance.list_roles(container_container_remote_href, opts)
314
300
  p result
315
301
  rescue PulpContainerClient::ApiError => e
@@ -344,7 +330,7 @@ Name | Type | Description | Notes
344
330
 
345
331
  > MyPermissionsResponse my_permissions(container_container_remote_href, opts)
346
332
 
347
- List user permissions
333
+
348
334
 
349
335
  List permissions available to the current user on this object.
350
336
 
@@ -368,7 +354,6 @@ opts = {
368
354
  }
369
355
 
370
356
  begin
371
- #List user permissions
372
357
  result = api_instance.my_permissions(container_container_remote_href, opts)
373
358
  p result
374
359
  rescue PulpContainerClient::ApiError => e
@@ -517,7 +502,7 @@ Name | Type | Description | Notes
517
502
 
518
503
  > NestedRoleResponse remove_role(container_container_remote_href, nested_role)
519
504
 
520
- Remove a role
505
+
521
506
 
522
507
  Remove a role for this object from users/groups.
523
508
 
@@ -538,7 +523,6 @@ container_container_remote_href = 'container_container_remote_href_example' # St
538
523
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
539
524
 
540
525
  begin
541
- #Remove a role
542
526
  result = api_instance.remove_role(container_container_remote_href, nested_role)
543
527
  p result
544
528
  rescue PulpContainerClient::ApiError => e
@@ -568,116 +552,6 @@ Name | Type | Description | Notes
568
552
  - **Accept**: application/json
569
553
 
570
554
 
571
- ## set_label
572
-
573
- > SetLabelResponse set_label(container_container_remote_href, set_label)
574
-
575
- Set a label
576
-
577
- Set a single pulp_label on the object to a specific value or null.
578
-
579
- ### Example
580
-
581
- ```ruby
582
- # load the gem
583
- require 'pulp_container_client'
584
- # setup authorization
585
- PulpContainerClient.configure do |config|
586
- # Configure HTTP basic authorization: basicAuth
587
- config.username = 'YOUR USERNAME'
588
- config.password = 'YOUR PASSWORD'
589
- end
590
-
591
- api_instance = PulpContainerClient::RemotesContainerApi.new
592
- container_container_remote_href = 'container_container_remote_href_example' # String |
593
- set_label = PulpContainerClient::SetLabel.new # SetLabel |
594
-
595
- begin
596
- #Set a label
597
- result = api_instance.set_label(container_container_remote_href, set_label)
598
- p result
599
- rescue PulpContainerClient::ApiError => e
600
- puts "Exception when calling RemotesContainerApi->set_label: #{e}"
601
- end
602
- ```
603
-
604
- ### Parameters
605
-
606
-
607
- Name | Type | Description | Notes
608
- ------------- | ------------- | ------------- | -------------
609
- **container_container_remote_href** | **String**| |
610
- **set_label** | [**SetLabel**](SetLabel.md)| |
611
-
612
- ### Return type
613
-
614
- [**SetLabelResponse**](SetLabelResponse.md)
615
-
616
- ### Authorization
617
-
618
- [basicAuth](../README.md#basicAuth)
619
-
620
- ### HTTP request headers
621
-
622
- - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
623
- - **Accept**: application/json
624
-
625
-
626
- ## unset_label
627
-
628
- > UnsetLabelResponse unset_label(container_container_remote_href, unset_label)
629
-
630
- Unset a label
631
-
632
- Unset a single pulp_label on the object.
633
-
634
- ### Example
635
-
636
- ```ruby
637
- # load the gem
638
- require 'pulp_container_client'
639
- # setup authorization
640
- PulpContainerClient.configure do |config|
641
- # Configure HTTP basic authorization: basicAuth
642
- config.username = 'YOUR USERNAME'
643
- config.password = 'YOUR PASSWORD'
644
- end
645
-
646
- api_instance = PulpContainerClient::RemotesContainerApi.new
647
- container_container_remote_href = 'container_container_remote_href_example' # String |
648
- unset_label = PulpContainerClient::UnsetLabel.new # UnsetLabel |
649
-
650
- begin
651
- #Unset a label
652
- result = api_instance.unset_label(container_container_remote_href, unset_label)
653
- p result
654
- rescue PulpContainerClient::ApiError => e
655
- puts "Exception when calling RemotesContainerApi->unset_label: #{e}"
656
- end
657
- ```
658
-
659
- ### Parameters
660
-
661
-
662
- Name | Type | Description | Notes
663
- ------------- | ------------- | ------------- | -------------
664
- **container_container_remote_href** | **String**| |
665
- **unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
666
-
667
- ### Return type
668
-
669
- [**UnsetLabelResponse**](UnsetLabelResponse.md)
670
-
671
- ### Authorization
672
-
673
- [basicAuth](../README.md#basicAuth)
674
-
675
- ### HTTP request headers
676
-
677
- - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
678
- - **Accept**: application/json
679
-
680
-
681
555
  ## update
682
556
 
683
557
  > AsyncOperationResponse update(container_container_remote_href, container_container_remote)
@@ -1,28 +1,26 @@
1
1
  # PulpContainerClient::RepositoriesContainerApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**add**](RepositoriesContainerApi.md#add) | **POST** {container_container_repository_href}add/ | Add content
8
- [**add_role**](RepositoriesContainerApi.md#add_role) | **POST** {container_container_repository_href}add_role/ | Add a role
8
+ [**add_role**](RepositoriesContainerApi.md#add_role) | **POST** {container_container_repository_href}add_role/ |
9
9
  [**build_image**](RepositoriesContainerApi.md#build_image) | **POST** {container_container_repository_href}build_image/ | Build an Image
10
10
  [**copy_manifests**](RepositoriesContainerApi.md#copy_manifests) | **POST** {container_container_repository_href}copy_manifests/ | Copy manifests
11
11
  [**copy_tags**](RepositoriesContainerApi.md#copy_tags) | **POST** {container_container_repository_href}copy_tags/ | Copy tags
12
12
  [**create**](RepositoriesContainerApi.md#create) | **POST** /pulp/api/v3/repositories/container/container/ | Create a container repository
13
13
  [**delete**](RepositoriesContainerApi.md#delete) | **DELETE** {container_container_repository_href} | Delete a container repository
14
14
  [**list**](RepositoriesContainerApi.md#list) | **GET** /pulp/api/v3/repositories/container/container/ | List container repositorys
15
- [**list_roles**](RepositoriesContainerApi.md#list_roles) | **GET** {container_container_repository_href}list_roles/ | List roles
16
- [**my_permissions**](RepositoriesContainerApi.md#my_permissions) | **GET** {container_container_repository_href}my_permissions/ | List user permissions
15
+ [**list_roles**](RepositoriesContainerApi.md#list_roles) | **GET** {container_container_repository_href}list_roles/ |
16
+ [**my_permissions**](RepositoriesContainerApi.md#my_permissions) | **GET** {container_container_repository_href}my_permissions/ |
17
17
  [**partial_update**](RepositoriesContainerApi.md#partial_update) | **PATCH** {container_container_repository_href} | Update a container repository
18
18
  [**read**](RepositoriesContainerApi.md#read) | **GET** {container_container_repository_href} | Inspect a container repository
19
19
  [**remove**](RepositoriesContainerApi.md#remove) | **POST** {container_container_repository_href}remove/ | Remove content
20
- [**remove_role**](RepositoriesContainerApi.md#remove_role) | **POST** {container_container_repository_href}remove_role/ | Remove a role
21
- [**set_label**](RepositoriesContainerApi.md#set_label) | **POST** {container_container_repository_href}set_label/ | Set a label
20
+ [**remove_role**](RepositoriesContainerApi.md#remove_role) | **POST** {container_container_repository_href}remove_role/ |
22
21
  [**sign**](RepositoriesContainerApi.md#sign) | **POST** {container_container_repository_href}sign/ | Sign images in the repo
23
22
  [**sync**](RepositoriesContainerApi.md#sync) | **POST** {container_container_repository_href}sync/ | Sync from a remote
24
23
  [**tag**](RepositoriesContainerApi.md#tag) | **POST** {container_container_repository_href}tag/ | Create a Tag
25
- [**unset_label**](RepositoriesContainerApi.md#unset_label) | **POST** {container_container_repository_href}unset_label/ | Unset a label
26
24
  [**untag**](RepositoriesContainerApi.md#untag) | **POST** {container_container_repository_href}untag/ | Delete a tag
27
25
  [**update**](RepositoriesContainerApi.md#update) | **PUT** {container_container_repository_href} | Update a container repository
28
26
 
@@ -87,7 +85,7 @@ Name | Type | Description | Notes
87
85
 
88
86
  > NestedRoleResponse add_role(container_container_repository_href, nested_role)
89
87
 
90
- Add a role
88
+
91
89
 
92
90
  Add a role for this object to users/groups.
93
91
 
@@ -108,7 +106,6 @@ container_container_repository_href = 'container_container_repository_href_examp
108
106
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
109
107
 
110
108
  begin
111
- #Add a role
112
109
  result = api_instance.add_role(container_container_repository_href, nested_role)
113
110
  p result
114
111
  rescue PulpContainerClient::ApiError => e
@@ -144,7 +141,7 @@ Name | Type | Description | Notes
144
141
 
145
142
  Build an Image
146
143
 
147
- Trigger an asynchronous task to build an OCI image from a Containerfile. A new repository version is created with the new image and tag. This API is tech preview in Pulp Container 1.1. Backwards compatibility when upgrading is not guaranteed.
144
+ Trigger an asynchronous task to build an OCI image from a Containerfile. A new repository version is created with the new image and tag. This API is in tech preview. Backwards compatibility when upgrading is not guaranteed.
148
145
 
149
146
  ### Example
150
147
 
@@ -444,18 +441,13 @@ opts = {
444
441
  name: 'name_example', # String | Filter results where name matches value
445
442
  name__contains: 'name__contains_example', # String | Filter results where name contains value
446
443
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
447
- name__iexact: 'name__iexact_example', # String | Filter results where name matches value
448
444
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
449
- name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
450
- name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
451
- name__regex: 'name__regex_example', # String | Filter results where name matches regex value
452
445
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
453
446
  offset: 56, # Integer | The initial index from which to return the results.
454
447
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
455
448
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
456
449
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
457
450
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
458
- q: 'q_example', # String |
459
451
  remote: 'remote_example', # String | Foreign Key referenced by HREF
460
452
  retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
461
453
  retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
@@ -489,19 +481,14 @@ Name | Type | Description | Notes
489
481
  **name** | **String**| Filter results where name matches value | [optional]
490
482
  **name__contains** | **String**| Filter results where name contains value | [optional]
491
483
  **name__icontains** | **String**| Filter results where name contains value | [optional]
492
- **name__iexact** | **String**| Filter results where name matches value | [optional]
493
484
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
494
- **name__iregex** | **String**| Filter results where name matches regex value | [optional]
495
- **name__istartswith** | **String**| Filter results where name starts with value | [optional]
496
- **name__regex** | **String**| Filter results where name matches regex value | [optional]
497
485
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
498
486
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
499
487
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
500
488
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
501
489
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
502
490
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
503
- **q** | **String**| | [optional]
504
- **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
491
+ **remote** | **String**| Foreign Key referenced by HREF | [optional]
505
492
  **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
506
493
  **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
507
494
  **retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
@@ -532,7 +519,7 @@ Name | Type | Description | Notes
532
519
 
533
520
  > ObjectRolesResponse list_roles(container_container_repository_href, opts)
534
521
 
535
- List roles
522
+
536
523
 
537
524
  List roles assigned to this object.
538
525
 
@@ -556,7 +543,6 @@ opts = {
556
543
  }
557
544
 
558
545
  begin
559
- #List roles
560
546
  result = api_instance.list_roles(container_container_repository_href, opts)
561
547
  p result
562
548
  rescue PulpContainerClient::ApiError => e
@@ -591,7 +577,7 @@ Name | Type | Description | Notes
591
577
 
592
578
  > MyPermissionsResponse my_permissions(container_container_repository_href, opts)
593
579
 
594
- List user permissions
580
+
595
581
 
596
582
  List permissions available to the current user on this object.
597
583
 
@@ -615,7 +601,6 @@ opts = {
615
601
  }
616
602
 
617
603
  begin
618
- #List user permissions
619
604
  result = api_instance.my_permissions(container_container_repository_href, opts)
620
605
  p result
621
606
  rescue PulpContainerClient::ApiError => e
@@ -819,7 +804,7 @@ Name | Type | Description | Notes
819
804
 
820
805
  > NestedRoleResponse remove_role(container_container_repository_href, nested_role)
821
806
 
822
- Remove a role
807
+
823
808
 
824
809
  Remove a role for this object from users/groups.
825
810
 
@@ -840,7 +825,6 @@ container_container_repository_href = 'container_container_repository_href_examp
840
825
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
841
826
 
842
827
  begin
843
- #Remove a role
844
828
  result = api_instance.remove_role(container_container_repository_href, nested_role)
845
829
  p result
846
830
  rescue PulpContainerClient::ApiError => e
@@ -870,61 +854,6 @@ Name | Type | Description | Notes
870
854
  - **Accept**: application/json
871
855
 
872
856
 
873
- ## set_label
874
-
875
- > SetLabelResponse set_label(container_container_repository_href, set_label)
876
-
877
- Set a label
878
-
879
- Set a single pulp_label on the object to a specific value or null.
880
-
881
- ### Example
882
-
883
- ```ruby
884
- # load the gem
885
- require 'pulp_container_client'
886
- # setup authorization
887
- PulpContainerClient.configure do |config|
888
- # Configure HTTP basic authorization: basicAuth
889
- config.username = 'YOUR USERNAME'
890
- config.password = 'YOUR PASSWORD'
891
- end
892
-
893
- api_instance = PulpContainerClient::RepositoriesContainerApi.new
894
- container_container_repository_href = 'container_container_repository_href_example' # String |
895
- set_label = PulpContainerClient::SetLabel.new # SetLabel |
896
-
897
- begin
898
- #Set a label
899
- result = api_instance.set_label(container_container_repository_href, set_label)
900
- p result
901
- rescue PulpContainerClient::ApiError => e
902
- puts "Exception when calling RepositoriesContainerApi->set_label: #{e}"
903
- end
904
- ```
905
-
906
- ### Parameters
907
-
908
-
909
- Name | Type | Description | Notes
910
- ------------- | ------------- | ------------- | -------------
911
- **container_container_repository_href** | **String**| |
912
- **set_label** | [**SetLabel**](SetLabel.md)| |
913
-
914
- ### Return type
915
-
916
- [**SetLabelResponse**](SetLabelResponse.md)
917
-
918
- ### Authorization
919
-
920
- [basicAuth](../README.md#basicAuth)
921
-
922
- ### HTTP request headers
923
-
924
- - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
925
- - **Accept**: application/json
926
-
927
-
928
857
  ## sign
929
858
 
930
859
  > AsyncOperationResponse sign(container_container_repository_href, repository_sign)
@@ -1090,61 +1019,6 @@ Name | Type | Description | Notes
1090
1019
  - **Accept**: application/json
1091
1020
 
1092
1021
 
1093
- ## unset_label
1094
-
1095
- > UnsetLabelResponse unset_label(container_container_repository_href, unset_label)
1096
-
1097
- Unset a label
1098
-
1099
- Unset a single pulp_label on the object.
1100
-
1101
- ### Example
1102
-
1103
- ```ruby
1104
- # load the gem
1105
- require 'pulp_container_client'
1106
- # setup authorization
1107
- PulpContainerClient.configure do |config|
1108
- # Configure HTTP basic authorization: basicAuth
1109
- config.username = 'YOUR USERNAME'
1110
- config.password = 'YOUR PASSWORD'
1111
- end
1112
-
1113
- api_instance = PulpContainerClient::RepositoriesContainerApi.new
1114
- container_container_repository_href = 'container_container_repository_href_example' # String |
1115
- unset_label = PulpContainerClient::UnsetLabel.new # UnsetLabel |
1116
-
1117
- begin
1118
- #Unset a label
1119
- result = api_instance.unset_label(container_container_repository_href, unset_label)
1120
- p result
1121
- rescue PulpContainerClient::ApiError => e
1122
- puts "Exception when calling RepositoriesContainerApi->unset_label: #{e}"
1123
- end
1124
- ```
1125
-
1126
- ### Parameters
1127
-
1128
-
1129
- Name | Type | Description | Notes
1130
- ------------- | ------------- | ------------- | -------------
1131
- **container_container_repository_href** | **String**| |
1132
- **unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
1133
-
1134
- ### Return type
1135
-
1136
- [**UnsetLabelResponse**](UnsetLabelResponse.md)
1137
-
1138
- ### Authorization
1139
-
1140
- [basicAuth](../README.md#basicAuth)
1141
-
1142
- ### HTTP request headers
1143
-
1144
- - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
1145
- - **Accept**: application/json
1146
-
1147
-
1148
1022
  ## untag
1149
1023
 
1150
1024
  > AsyncOperationResponse untag(container_container_repository_href, un_tag_image)
@@ -1,17 +1,17 @@
1
1
  # PulpContainerClient::RepositoriesContainerPushApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**add_role**](RepositoriesContainerPushApi.md#add_role) | **POST** {container_container_push_repository_href}add_role/ | Add a role
7
+ [**add_role**](RepositoriesContainerPushApi.md#add_role) | **POST** {container_container_push_repository_href}add_role/ |
8
8
  [**list**](RepositoriesContainerPushApi.md#list) | **GET** /pulp/api/v3/repositories/container/container-push/ | List container push repositorys
9
- [**list_roles**](RepositoriesContainerPushApi.md#list_roles) | **GET** {container_container_push_repository_href}list_roles/ | List roles
10
- [**my_permissions**](RepositoriesContainerPushApi.md#my_permissions) | **GET** {container_container_push_repository_href}my_permissions/ | List user permissions
9
+ [**list_roles**](RepositoriesContainerPushApi.md#list_roles) | **GET** {container_container_push_repository_href}list_roles/ |
10
+ [**my_permissions**](RepositoriesContainerPushApi.md#my_permissions) | **GET** {container_container_push_repository_href}my_permissions/ |
11
11
  [**partial_update**](RepositoriesContainerPushApi.md#partial_update) | **PATCH** {container_container_push_repository_href} | Update a container push repository
12
12
  [**read**](RepositoriesContainerPushApi.md#read) | **GET** {container_container_push_repository_href} | Inspect a container push repository
13
13
  [**remove_image**](RepositoriesContainerPushApi.md#remove_image) | **POST** {container_container_push_repository_href}remove_image/ | Delete an image from a repository
14
- [**remove_role**](RepositoriesContainerPushApi.md#remove_role) | **POST** {container_container_push_repository_href}remove_role/ | Remove a role
14
+ [**remove_role**](RepositoriesContainerPushApi.md#remove_role) | **POST** {container_container_push_repository_href}remove_role/ |
15
15
  [**remove_signatures**](RepositoriesContainerPushApi.md#remove_signatures) | **POST** {container_container_push_repository_href}remove_signatures/ |
16
16
  [**sign**](RepositoriesContainerPushApi.md#sign) | **POST** {container_container_push_repository_href}sign/ | Sign images in the repo
17
17
  [**tag**](RepositoriesContainerPushApi.md#tag) | **POST** {container_container_push_repository_href}tag/ | Create a Tag
@@ -24,7 +24,7 @@ Method | HTTP request | Description
24
24
 
25
25
  > NestedRoleResponse add_role(container_container_push_repository_href, nested_role)
26
26
 
27
- Add a role
27
+
28
28
 
29
29
  Add a role for this object to users/groups.
30
30
 
@@ -45,7 +45,6 @@ container_container_push_repository_href = 'container_container_push_repository_
45
45
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
46
46
 
47
47
  begin
48
- #Add a role
49
48
  result = api_instance.add_role(container_container_push_repository_href, nested_role)
50
49
  p result
51
50
  rescue PulpContainerClient::ApiError => e
@@ -102,18 +101,13 @@ opts = {
102
101
  name: 'name_example', # String | Filter results where name matches value
103
102
  name__contains: 'name__contains_example', # String | Filter results where name contains value
104
103
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
105
- name__iexact: 'name__iexact_example', # String | Filter results where name matches value
106
104
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
107
- name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
108
- name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
109
- name__regex: 'name__regex_example', # String | Filter results where name matches regex value
110
105
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
111
106
  offset: 56, # Integer | The initial index from which to return the results.
112
107
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
113
108
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
114
109
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
115
110
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
116
- q: 'q_example', # String |
117
111
  remote: 'remote_example', # String | Foreign Key referenced by HREF
118
112
  retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
119
113
  retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
@@ -147,19 +141,14 @@ Name | Type | Description | Notes
147
141
  **name** | **String**| Filter results where name matches value | [optional]
148
142
  **name__contains** | **String**| Filter results where name contains value | [optional]
149
143
  **name__icontains** | **String**| Filter results where name contains value | [optional]
150
- **name__iexact** | **String**| Filter results where name matches value | [optional]
151
144
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
152
- **name__iregex** | **String**| Filter results where name matches regex value | [optional]
153
- **name__istartswith** | **String**| Filter results where name starts with value | [optional]
154
- **name__regex** | **String**| Filter results where name matches regex value | [optional]
155
145
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
156
146
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
157
147
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
158
148
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
159
149
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
160
150
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
161
- **q** | **String**| | [optional]
162
- **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
151
+ **remote** | **String**| Foreign Key referenced by HREF | [optional]
163
152
  **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
164
153
  **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
165
154
  **retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
@@ -190,7 +179,7 @@ Name | Type | Description | Notes
190
179
 
191
180
  > ObjectRolesResponse list_roles(container_container_push_repository_href, opts)
192
181
 
193
- List roles
182
+
194
183
 
195
184
  List roles assigned to this object.
196
185
 
@@ -214,7 +203,6 @@ opts = {
214
203
  }
215
204
 
216
205
  begin
217
- #List roles
218
206
  result = api_instance.list_roles(container_container_push_repository_href, opts)
219
207
  p result
220
208
  rescue PulpContainerClient::ApiError => e
@@ -249,7 +237,7 @@ Name | Type | Description | Notes
249
237
 
250
238
  > MyPermissionsResponse my_permissions(container_container_push_repository_href, opts)
251
239
 
252
- List user permissions
240
+
253
241
 
254
242
  List permissions available to the current user on this object.
255
243
 
@@ -273,7 +261,6 @@ opts = {
273
261
  }
274
262
 
275
263
  begin
276
- #List user permissions
277
264
  result = api_instance.my_permissions(container_container_push_repository_href, opts)
278
265
  p result
279
266
  rescue PulpContainerClient::ApiError => e
@@ -477,7 +464,7 @@ Name | Type | Description | Notes
477
464
 
478
465
  > NestedRoleResponse remove_role(container_container_push_repository_href, nested_role)
479
466
 
480
- Remove a role
467
+
481
468
 
482
469
  Remove a role for this object from users/groups.
483
470
 
@@ -498,7 +485,6 @@ container_container_push_repository_href = 'container_container_push_repository_
498
485
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
499
486
 
500
487
  begin
501
- #Remove a role
502
488
  result = api_instance.remove_role(container_container_push_repository_href, nested_role)
503
489
  p result
504
490
  rescue PulpContainerClient::ApiError => e