pulp_container_client 2.15.1 → 2.15.3

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 (71) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +36 -25
  3. data/docs/ContainerContainerDistribution.md +7 -7
  4. data/docs/ContainerContainerDistributionResponse.md +9 -9
  5. data/docs/ContainerContainerPushRepository.md +7 -7
  6. data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
  7. data/docs/ContentBlobsApi.md +3 -1
  8. data/docs/ContentManifestsApi.md +5 -3
  9. data/docs/ContentSignaturesApi.md +11 -1
  10. data/docs/ContentTagsApi.md +5 -3
  11. data/docs/DistributionsContainerApi.md +136 -10
  12. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  13. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  14. data/docs/PulpContainerNamespacesApi.md +23 -9
  15. data/docs/RemotesContainerApi.md +135 -9
  16. data/docs/RepositoriesContainerApi.md +136 -10
  17. data/docs/RepositoriesContainerPushApi.md +24 -10
  18. data/docs/RepositoriesContainerPushVersionsApi.md +3 -1
  19. data/docs/RepositoriesContainerVersionsApi.md +3 -1
  20. data/docs/SetLabel.md +19 -0
  21. data/docs/SetLabelResponse.md +19 -0
  22. data/docs/TokenApi.md +1 -1
  23. data/docs/UnsetLabel.md +17 -0
  24. data/docs/UnsetLabelResponse.md +19 -0
  25. data/lib/pulp_container_client/api/content_blobs_api.rb +3 -0
  26. data/lib/pulp_container_client/api/content_manifests_api.rb +5 -2
  27. data/lib/pulp_container_client/api/content_signatures_api.rb +15 -0
  28. data/lib/pulp_container_client/api/content_tags_api.rb +5 -2
  29. data/lib/pulp_container_client/api/distributions_container_api.rb +163 -0
  30. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +23 -0
  31. data/lib/pulp_container_client/api/remotes_container_api.rb +163 -0
  32. data/lib/pulp_container_client/api/repositories_container_api.rb +163 -0
  33. data/lib/pulp_container_client/api/repositories_container_push_api.rb +23 -0
  34. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +3 -0
  35. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +3 -0
  36. data/lib/pulp_container_client/configuration.rb +2 -2
  37. data/lib/pulp_container_client/models/container_container_distribution.rb +27 -27
  38. data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -39
  39. data/lib/pulp_container_client/models/container_container_push_repository.rb +45 -45
  40. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +52 -52
  41. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +27 -27
  42. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +45 -45
  43. data/lib/pulp_container_client/models/set_label.rb +252 -0
  44. data/lib/pulp_container_client/models/set_label_response.rb +243 -0
  45. data/lib/pulp_container_client/models/unset_label.rb +242 -0
  46. data/lib/pulp_container_client/models/unset_label_response.rb +242 -0
  47. data/lib/pulp_container_client/version.rb +1 -1
  48. data/lib/pulp_container_client.rb +4 -0
  49. data/spec/api/content_blobs_api_spec.rb +1 -0
  50. data/spec/api/content_manifests_api_spec.rb +2 -1
  51. data/spec/api/content_signatures_api_spec.rb +5 -0
  52. data/spec/api/content_tags_api_spec.rb +2 -1
  53. data/spec/api/distributions_container_api_spec.rb +35 -0
  54. data/spec/api/pulp_container_namespaces_api_spec.rb +9 -0
  55. data/spec/api/remotes_container_api_spec.rb +35 -0
  56. data/spec/api/repositories_container_api_spec.rb +35 -0
  57. data/spec/api/repositories_container_push_api_spec.rb +9 -0
  58. data/spec/api/repositories_container_push_versions_api_spec.rb +1 -0
  59. data/spec/api/repositories_container_versions_api_spec.rb +1 -0
  60. data/spec/configuration_spec.rb +3 -3
  61. data/spec/models/container_container_distribution_response_spec.rb +8 -8
  62. data/spec/models/container_container_distribution_spec.rb +5 -5
  63. data/spec/models/container_container_push_repository_response_spec.rb +9 -9
  64. data/spec/models/container_container_push_repository_spec.rb +5 -5
  65. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  66. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  67. data/spec/models/set_label_response_spec.rb +47 -0
  68. data/spec/models/set_label_spec.rb +47 -0
  69. data/spec/models/unset_label_response_spec.rb +47 -0
  70. data/spec/models/unset_label_spec.rb +41 -0
  71. metadata +64 -48
@@ -1,18 +1,20 @@
1
1
  # PulpContainerClient::RemotesContainerApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://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/ |
7
+ [**add_role**](RemotesContainerApi.md#add_role) | **POST** {container_container_remote_href}add_role/ | Add a 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/ |
12
- [**my_permissions**](RemotesContainerApi.md#my_permissions) | **GET** {container_container_remote_href}my_permissions/ |
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
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/ |
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
16
18
  [**update**](RemotesContainerApi.md#update) | **PUT** {container_container_remote_href} | Update a container remote
17
19
 
18
20
 
@@ -21,7 +23,7 @@ Method | HTTP request | Description
21
23
 
22
24
  > NestedRoleResponse add_role(container_container_remote_href, nested_role)
23
25
 
24
-
26
+ Add a role
25
27
 
26
28
  Add a role for this object to users/groups.
27
29
 
@@ -42,6 +44,7 @@ container_container_remote_href = 'container_container_remote_href_example' # St
42
44
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
43
45
 
44
46
  begin
47
+ #Add a role
45
48
  result = api_instance.add_role(container_container_remote_href, nested_role)
46
49
  p result
47
50
  rescue PulpContainerClient::ApiError => e
@@ -203,7 +206,11 @@ opts = {
203
206
  name: 'name_example', # String | Filter results where name matches value
204
207
  name__contains: 'name__contains_example', # String | Filter results where name contains value
205
208
  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
206
210
  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
207
214
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
208
215
  offset: 56, # Integer | The initial index from which to return the results.
209
216
  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)
@@ -216,6 +223,7 @@ opts = {
216
223
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
217
224
  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
218
225
  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 |
219
227
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
220
228
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
221
229
  }
@@ -238,7 +246,11 @@ Name | Type | Description | Notes
238
246
  **name** | **String**| Filter results where name matches value | [optional]
239
247
  **name__contains** | **String**| Filter results where name contains value | [optional]
240
248
  **name__icontains** | **String**| Filter results where name contains value | [optional]
249
+ **name__iexact** | **String**| Filter results where name matches value | [optional]
241
250
  **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]
242
254
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
243
255
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
244
256
  **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]
@@ -251,6 +263,7 @@ Name | Type | Description | Notes
251
263
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
252
264
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
253
265
  **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]
254
267
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
255
268
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
256
269
 
@@ -272,7 +285,7 @@ Name | Type | Description | Notes
272
285
 
273
286
  > ObjectRolesResponse list_roles(container_container_remote_href, opts)
274
287
 
275
-
288
+ List roles
276
289
 
277
290
  List roles assigned to this object.
278
291
 
@@ -296,6 +309,7 @@ opts = {
296
309
  }
297
310
 
298
311
  begin
312
+ #List roles
299
313
  result = api_instance.list_roles(container_container_remote_href, opts)
300
314
  p result
301
315
  rescue PulpContainerClient::ApiError => e
@@ -330,7 +344,7 @@ Name | Type | Description | Notes
330
344
 
331
345
  > MyPermissionsResponse my_permissions(container_container_remote_href, opts)
332
346
 
333
-
347
+ List user permissions
334
348
 
335
349
  List permissions available to the current user on this object.
336
350
 
@@ -354,6 +368,7 @@ opts = {
354
368
  }
355
369
 
356
370
  begin
371
+ #List user permissions
357
372
  result = api_instance.my_permissions(container_container_remote_href, opts)
358
373
  p result
359
374
  rescue PulpContainerClient::ApiError => e
@@ -502,7 +517,7 @@ Name | Type | Description | Notes
502
517
 
503
518
  > NestedRoleResponse remove_role(container_container_remote_href, nested_role)
504
519
 
505
-
520
+ Remove a role
506
521
 
507
522
  Remove a role for this object from users/groups.
508
523
 
@@ -523,6 +538,7 @@ container_container_remote_href = 'container_container_remote_href_example' # St
523
538
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
524
539
 
525
540
  begin
541
+ #Remove a role
526
542
  result = api_instance.remove_role(container_container_remote_href, nested_role)
527
543
  p result
528
544
  rescue PulpContainerClient::ApiError => e
@@ -552,6 +568,116 @@ Name | Type | Description | Notes
552
568
  - **Accept**: application/json
553
569
 
554
570
 
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
+
555
681
  ## update
556
682
 
557
683
  > AsyncOperationResponse update(container_container_remote_href, container_container_remote)
@@ -1,26 +1,28 @@
1
1
  # PulpContainerClient::RepositoriesContainerApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://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/ |
8
+ [**add_role**](RepositoriesContainerApi.md#add_role) | **POST** {container_container_repository_href}add_role/ | Add a 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/ |
16
- [**my_permissions**](RepositoriesContainerApi.md#my_permissions) | **GET** {container_container_repository_href}my_permissions/ |
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
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/ |
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
21
22
  [**sign**](RepositoriesContainerApi.md#sign) | **POST** {container_container_repository_href}sign/ | Sign images in the repo
22
23
  [**sync**](RepositoriesContainerApi.md#sync) | **POST** {container_container_repository_href}sync/ | Sync from a remote
23
24
  [**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
24
26
  [**untag**](RepositoriesContainerApi.md#untag) | **POST** {container_container_repository_href}untag/ | Delete a tag
25
27
  [**update**](RepositoriesContainerApi.md#update) | **PUT** {container_container_repository_href} | Update a container repository
26
28
 
@@ -85,7 +87,7 @@ Name | Type | Description | Notes
85
87
 
86
88
  > NestedRoleResponse add_role(container_container_repository_href, nested_role)
87
89
 
88
-
90
+ Add a role
89
91
 
90
92
  Add a role for this object to users/groups.
91
93
 
@@ -106,6 +108,7 @@ container_container_repository_href = 'container_container_repository_href_examp
106
108
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
107
109
 
108
110
  begin
111
+ #Add a role
109
112
  result = api_instance.add_role(container_container_repository_href, nested_role)
110
113
  p result
111
114
  rescue PulpContainerClient::ApiError => e
@@ -441,13 +444,18 @@ opts = {
441
444
  name: 'name_example', # String | Filter results where name matches value
442
445
  name__contains: 'name__contains_example', # String | Filter results where name contains value
443
446
  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
444
448
  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
445
452
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
446
453
  offset: 56, # Integer | The initial index from which to return the results.
447
454
  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)
448
455
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
449
456
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
450
457
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
458
+ q: 'q_example', # String |
451
459
  remote: 'remote_example', # String | Foreign Key referenced by HREF
452
460
  retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
453
461
  retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
@@ -481,14 +489,19 @@ Name | Type | Description | Notes
481
489
  **name** | **String**| Filter results where name matches value | [optional]
482
490
  **name__contains** | **String**| Filter results where name contains value | [optional]
483
491
  **name__icontains** | **String**| Filter results where name contains value | [optional]
492
+ **name__iexact** | **String**| Filter results where name matches value | [optional]
484
493
  **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]
485
497
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
486
498
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
487
499
  **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]
488
500
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
489
501
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
490
502
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
491
- **remote** | **String**| Foreign Key referenced by HREF | [optional]
503
+ **q** | **String**| | [optional]
504
+ **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
492
505
  **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
493
506
  **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
494
507
  **retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
@@ -519,7 +532,7 @@ Name | Type | Description | Notes
519
532
 
520
533
  > ObjectRolesResponse list_roles(container_container_repository_href, opts)
521
534
 
522
-
535
+ List roles
523
536
 
524
537
  List roles assigned to this object.
525
538
 
@@ -543,6 +556,7 @@ opts = {
543
556
  }
544
557
 
545
558
  begin
559
+ #List roles
546
560
  result = api_instance.list_roles(container_container_repository_href, opts)
547
561
  p result
548
562
  rescue PulpContainerClient::ApiError => e
@@ -577,7 +591,7 @@ Name | Type | Description | Notes
577
591
 
578
592
  > MyPermissionsResponse my_permissions(container_container_repository_href, opts)
579
593
 
580
-
594
+ List user permissions
581
595
 
582
596
  List permissions available to the current user on this object.
583
597
 
@@ -601,6 +615,7 @@ opts = {
601
615
  }
602
616
 
603
617
  begin
618
+ #List user permissions
604
619
  result = api_instance.my_permissions(container_container_repository_href, opts)
605
620
  p result
606
621
  rescue PulpContainerClient::ApiError => e
@@ -804,7 +819,7 @@ Name | Type | Description | Notes
804
819
 
805
820
  > NestedRoleResponse remove_role(container_container_repository_href, nested_role)
806
821
 
807
-
822
+ Remove a role
808
823
 
809
824
  Remove a role for this object from users/groups.
810
825
 
@@ -825,6 +840,7 @@ container_container_repository_href = 'container_container_repository_href_examp
825
840
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
826
841
 
827
842
  begin
843
+ #Remove a role
828
844
  result = api_instance.remove_role(container_container_repository_href, nested_role)
829
845
  p result
830
846
  rescue PulpContainerClient::ApiError => e
@@ -854,6 +870,61 @@ Name | Type | Description | Notes
854
870
  - **Accept**: application/json
855
871
 
856
872
 
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
+
857
928
  ## sign
858
929
 
859
930
  > AsyncOperationResponse sign(container_container_repository_href, repository_sign)
@@ -1019,6 +1090,61 @@ Name | Type | Description | Notes
1019
1090
  - **Accept**: application/json
1020
1091
 
1021
1092
 
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
+
1022
1148
  ## untag
1023
1149
 
1024
1150
  > 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 *https://pulp*
3
+ All URIs are relative to *http://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/ |
7
+ [**add_role**](RepositoriesContainerPushApi.md#add_role) | **POST** {container_container_push_repository_href}add_role/ | Add a 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/ |
10
- [**my_permissions**](RepositoriesContainerPushApi.md#my_permissions) | **GET** {container_container_push_repository_href}my_permissions/ |
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
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/ |
14
+ [**remove_role**](RepositoriesContainerPushApi.md#remove_role) | **POST** {container_container_push_repository_href}remove_role/ | Remove a 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
-
27
+ Add a role
28
28
 
29
29
  Add a role for this object to users/groups.
30
30
 
@@ -45,6 +45,7 @@ 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
48
49
  result = api_instance.add_role(container_container_push_repository_href, nested_role)
49
50
  p result
50
51
  rescue PulpContainerClient::ApiError => e
@@ -101,13 +102,18 @@ opts = {
101
102
  name: 'name_example', # String | Filter results where name matches value
102
103
  name__contains: 'name__contains_example', # String | Filter results where name contains value
103
104
  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
104
106
  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
105
110
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
106
111
  offset: 56, # Integer | The initial index from which to return the results.
107
112
  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)
108
113
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
109
114
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
110
115
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
116
+ q: 'q_example', # String |
111
117
  remote: 'remote_example', # String | Foreign Key referenced by HREF
112
118
  retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
113
119
  retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
@@ -141,14 +147,19 @@ Name | Type | Description | Notes
141
147
  **name** | **String**| Filter results where name matches value | [optional]
142
148
  **name__contains** | **String**| Filter results where name contains value | [optional]
143
149
  **name__icontains** | **String**| Filter results where name contains value | [optional]
150
+ **name__iexact** | **String**| Filter results where name matches value | [optional]
144
151
  **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]
145
155
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
146
156
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
147
157
  **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]
148
158
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
149
159
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
150
160
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
151
- **remote** | **String**| Foreign Key referenced by HREF | [optional]
161
+ **q** | **String**| | [optional]
162
+ **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
152
163
  **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
153
164
  **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
154
165
  **retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
@@ -179,7 +190,7 @@ Name | Type | Description | Notes
179
190
 
180
191
  > ObjectRolesResponse list_roles(container_container_push_repository_href, opts)
181
192
 
182
-
193
+ List roles
183
194
 
184
195
  List roles assigned to this object.
185
196
 
@@ -203,6 +214,7 @@ opts = {
203
214
  }
204
215
 
205
216
  begin
217
+ #List roles
206
218
  result = api_instance.list_roles(container_container_push_repository_href, opts)
207
219
  p result
208
220
  rescue PulpContainerClient::ApiError => e
@@ -237,7 +249,7 @@ Name | Type | Description | Notes
237
249
 
238
250
  > MyPermissionsResponse my_permissions(container_container_push_repository_href, opts)
239
251
 
240
-
252
+ List user permissions
241
253
 
242
254
  List permissions available to the current user on this object.
243
255
 
@@ -261,6 +273,7 @@ opts = {
261
273
  }
262
274
 
263
275
  begin
276
+ #List user permissions
264
277
  result = api_instance.my_permissions(container_container_push_repository_href, opts)
265
278
  p result
266
279
  rescue PulpContainerClient::ApiError => e
@@ -464,7 +477,7 @@ Name | Type | Description | Notes
464
477
 
465
478
  > NestedRoleResponse remove_role(container_container_push_repository_href, nested_role)
466
479
 
467
-
480
+ Remove a role
468
481
 
469
482
  Remove a role for this object from users/groups.
470
483
 
@@ -485,6 +498,7 @@ container_container_push_repository_href = 'container_container_push_repository_
485
498
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
486
499
 
487
500
  begin
501
+ #Remove a role
488
502
  result = api_instance.remove_role(container_container_push_repository_href, nested_role)
489
503
  p result
490
504
  rescue PulpContainerClient::ApiError => e