pulp_container_client 2.14.2 → 2.14.5

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 (73) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -6
  3. data/docs/ContainerContainerDistribution.md +7 -7
  4. data/docs/ContainerContainerDistributionResponse.md +10 -10
  5. data/docs/ContainerContainerPushRepository.md +6 -6
  6. data/docs/ContainerContainerPushRepositoryResponse.md +12 -12
  7. data/docs/ContainerContainerRemote.md +1 -1
  8. data/docs/ContainerContainerRemoteResponse.md +3 -1
  9. data/docs/ContainerContainerRemoteResponseHiddenFields.md +19 -0
  10. data/docs/ContainerContainerRepository.md +2 -2
  11. data/docs/ContainerContainerRepositoryResponse.md +2 -2
  12. data/docs/ContentBlobsApi.md +8 -8
  13. data/docs/ContentManifestsApi.md +8 -8
  14. data/docs/ContentSignaturesApi.md +8 -8
  15. data/docs/ContentTagsApi.md +8 -8
  16. data/docs/DistributionsContainerApi.md +24 -20
  17. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  18. data/docs/PatchedcontainerContainerPushRepository.md +6 -6
  19. data/docs/PatchedcontainerContainerRemote.md +1 -1
  20. data/docs/PatchedcontainerContainerRepository.md +2 -2
  21. data/docs/PulpContainerNamespacesApi.md +16 -16
  22. data/docs/RemotesContainerApi.md +20 -20
  23. data/docs/RepositoriesContainerApi.md +35 -19
  24. data/docs/RepositoriesContainerPushApi.md +35 -19
  25. data/docs/RepositoriesContainerPushVersionsApi.md +12 -12
  26. data/docs/RepositoriesContainerVersionsApi.md +12 -12
  27. data/lib/pulp_container_client/api/content_blobs_api.rb +13 -13
  28. data/lib/pulp_container_client/api/content_manifests_api.rb +13 -13
  29. data/lib/pulp_container_client/api/content_signatures_api.rb +13 -13
  30. data/lib/pulp_container_client/api/content_tags_api.rb +13 -13
  31. data/lib/pulp_container_client/api/distributions_container_api.rb +35 -29
  32. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +25 -25
  33. data/lib/pulp_container_client/api/remotes_container_api.rb +29 -29
  34. data/lib/pulp_container_client/api/repositories_container_api.rb +51 -27
  35. data/lib/pulp_container_client/api/repositories_container_push_api.rb +51 -27
  36. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +17 -17
  37. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +17 -17
  38. data/lib/pulp_container_client/models/container_container_distribution.rb +53 -51
  39. data/lib/pulp_container_client/models/container_container_distribution_response.rb +48 -46
  40. data/lib/pulp_container_client/models/container_container_push_repository.rb +40 -38
  41. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +52 -50
  42. data/lib/pulp_container_client/models/container_container_remote.rb +4 -2
  43. data/lib/pulp_container_client/models/container_container_remote_response.rb +17 -3
  44. data/lib/pulp_container_client/models/container_container_remote_response_hidden_fields.rb +215 -0
  45. data/lib/pulp_container_client/models/container_container_repository.rb +5 -3
  46. data/lib/pulp_container_client/models/container_container_repository_response.rb +5 -3
  47. data/lib/pulp_container_client/models/nested_role.rb +19 -0
  48. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +44 -42
  49. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +40 -38
  50. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +4 -2
  51. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +5 -3
  52. data/lib/pulp_container_client/version.rb +1 -1
  53. data/lib/pulp_container_client.rb +1 -0
  54. data/spec/api/content_blobs_api_spec.rb +4 -4
  55. data/spec/api/content_manifests_api_spec.rb +4 -4
  56. data/spec/api/content_signatures_api_spec.rb +4 -4
  57. data/spec/api/content_tags_api_spec.rb +4 -4
  58. data/spec/api/distributions_container_api_spec.rb +12 -10
  59. data/spec/api/pulp_container_namespaces_api_spec.rb +8 -8
  60. data/spec/api/remotes_container_api_spec.rb +10 -10
  61. data/spec/api/repositories_container_api_spec.rb +17 -9
  62. data/spec/api/repositories_container_push_api_spec.rb +17 -9
  63. data/spec/api/repositories_container_push_versions_api_spec.rb +6 -6
  64. data/spec/api/repositories_container_versions_api_spec.rb +6 -6
  65. data/spec/models/container_container_distribution_response_spec.rb +7 -7
  66. data/spec/models/container_container_distribution_spec.rb +5 -5
  67. data/spec/models/container_container_push_repository_response_spec.rb +8 -8
  68. data/spec/models/container_container_push_repository_spec.rb +4 -4
  69. data/spec/models/container_container_remote_response_hidden_fields_spec.rb +47 -0
  70. data/spec/models/container_container_remote_response_spec.rb +6 -0
  71. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  72. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  73. metadata +51 -47
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **description** | **String** | An optional description. | [optional]
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
8
8
  **name** | **String** | A unique name for this repository. | [optional]
9
- **pulp_labels** | [**Object**](.md) | | [optional]
10
9
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
+ **description** | **String** | An optional description. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(description: null,
18
+ instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(pulp_labels: null,
19
19
  name: null,
20
- pulp_labels: null,
21
20
  manifest_signing_service: null,
22
- retain_repo_versions: null)
21
+ retain_repo_versions: null,
22
+ description: null)
23
23
  ```
24
24
 
25
25
 
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
15
15
  **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
17
  **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
18
- **pulp_labels** | [**Object**](.md) | | [optional]
18
+ **pulp_labels** | **Hash<String, String>** | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
21
  **policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. | [optional]
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_labels** | [**Object**](.md) | | [optional]
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
8
8
  **name** | **String** | A unique name for this repository. | [optional]
9
9
  **description** | **String** | An optional description. | [optional]
10
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
11
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
12
12
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
13
13
 
@@ -205,8 +205,8 @@ opts = {
205
205
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
206
206
  offset: 56, # Integer | The initial index from which to return the results.
207
207
  ordering: ['ordering_example'], # Array<String> | Ordering
208
- fields: 'fields_example', # String | A list of fields to include in the response.
209
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
208
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
209
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
210
210
  }
211
211
 
212
212
  begin
@@ -231,8 +231,8 @@ Name | Type | Description | Notes
231
231
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
232
232
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
233
233
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
234
- **fields** | **String**| A list of fields to include in the response. | [optional]
235
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
234
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
235
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
236
236
 
237
237
  ### Return type
238
238
 
@@ -271,8 +271,8 @@ end
271
271
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
272
272
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
273
273
  opts = {
274
- fields: 'fields_example', # String | A list of fields to include in the response.
275
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
274
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
275
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
276
276
  }
277
277
 
278
278
  begin
@@ -289,8 +289,8 @@ end
289
289
  Name | Type | Description | Notes
290
290
  ------------- | ------------- | ------------- | -------------
291
291
  **container_container_namespace_href** | **String**| |
292
- **fields** | **String**| A list of fields to include in the response. | [optional]
293
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
292
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
293
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
294
294
 
295
295
  ### Return type
296
296
 
@@ -329,8 +329,8 @@ end
329
329
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
330
330
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
331
331
  opts = {
332
- fields: 'fields_example', # String | A list of fields to include in the response.
333
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
332
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
333
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
334
334
  }
335
335
 
336
336
  begin
@@ -347,8 +347,8 @@ end
347
347
  Name | Type | Description | Notes
348
348
  ------------- | ------------- | ------------- | -------------
349
349
  **container_container_namespace_href** | **String**| |
350
- **fields** | **String**| A list of fields to include in the response. | [optional]
351
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
350
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
351
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
352
352
 
353
353
  ### Return type
354
354
 
@@ -387,8 +387,8 @@ end
387
387
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
388
388
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
389
389
  opts = {
390
- fields: 'fields_example', # String | A list of fields to include in the response.
391
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
390
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
391
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
392
392
  }
393
393
 
394
394
  begin
@@ -406,8 +406,8 @@ end
406
406
  Name | Type | Description | Notes
407
407
  ------------- | ------------- | ------------- | -------------
408
408
  **container_container_namespace_href** | **String**| |
409
- **fields** | **String**| A list of fields to include in the response. | [optional]
410
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
409
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
410
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
411
411
 
412
412
  ### Return type
413
413
 
@@ -200,7 +200,7 @@ end
200
200
  api_instance = PulpContainerClient::RemotesContainerApi.new
201
201
  opts = {
202
202
  limit: 56, # Integer | Number of results to return per page.
203
- name: 'name_example', # String |
203
+ name: 'name_example', # String | Filter results where name matches value
204
204
  name__contains: 'name__contains_example', # String | Filter results where name contains value
205
205
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
206
206
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -208,14 +208,14 @@ opts = {
208
208
  offset: 56, # Integer | The initial index from which to return the results.
209
209
  ordering: ['ordering_example'], # Array<String> | Ordering
210
210
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
211
- pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
211
+ pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
212
212
  pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
213
213
  pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
214
214
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
215
215
  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
216
216
  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
217
- fields: 'fields_example', # String | A list of fields to include in the response.
218
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
217
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
218
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
219
219
  }
220
220
 
221
221
  begin
@@ -233,7 +233,7 @@ end
233
233
  Name | Type | Description | Notes
234
234
  ------------- | ------------- | ------------- | -------------
235
235
  **limit** | **Integer**| Number of results to return per page. | [optional]
236
- **name** | **String**| | [optional]
236
+ **name** | **String**| Filter results where name matches value | [optional]
237
237
  **name__contains** | **String**| Filter results where name contains value | [optional]
238
238
  **name__icontains** | **String**| Filter results where name contains value | [optional]
239
239
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -241,14 +241,14 @@ Name | Type | Description | Notes
241
241
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
242
242
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
243
243
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
244
- **pulp_last_updated** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
244
+ **pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
245
245
  **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
246
246
  **pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
247
247
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
248
248
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
249
249
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
250
- **fields** | **String**| A list of fields to include in the response. | [optional]
251
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
250
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
251
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
252
252
 
253
253
  ### Return type
254
254
 
@@ -287,8 +287,8 @@ end
287
287
  api_instance = PulpContainerClient::RemotesContainerApi.new
288
288
  container_container_remote_href = 'container_container_remote_href_example' # String |
289
289
  opts = {
290
- fields: 'fields_example', # String | A list of fields to include in the response.
291
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
290
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
291
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
292
292
  }
293
293
 
294
294
  begin
@@ -305,8 +305,8 @@ end
305
305
  Name | Type | Description | Notes
306
306
  ------------- | ------------- | ------------- | -------------
307
307
  **container_container_remote_href** | **String**| |
308
- **fields** | **String**| A list of fields to include in the response. | [optional]
309
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
308
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
309
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
310
310
 
311
311
  ### Return type
312
312
 
@@ -345,8 +345,8 @@ end
345
345
  api_instance = PulpContainerClient::RemotesContainerApi.new
346
346
  container_container_remote_href = 'container_container_remote_href_example' # String |
347
347
  opts = {
348
- fields: 'fields_example', # String | A list of fields to include in the response.
349
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
348
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
349
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
350
350
  }
351
351
 
352
352
  begin
@@ -363,8 +363,8 @@ end
363
363
  Name | Type | Description | Notes
364
364
  ------------- | ------------- | ------------- | -------------
365
365
  **container_container_remote_href** | **String**| |
366
- **fields** | **String**| A list of fields to include in the response. | [optional]
367
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
366
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
367
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
368
368
 
369
369
  ### Return type
370
370
 
@@ -458,8 +458,8 @@ end
458
458
  api_instance = PulpContainerClient::RemotesContainerApi.new
459
459
  container_container_remote_href = 'container_container_remote_href_example' # String |
460
460
  opts = {
461
- fields: 'fields_example', # String | A list of fields to include in the response.
462
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
461
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
462
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
463
463
  }
464
464
 
465
465
  begin
@@ -477,8 +477,8 @@ end
477
477
  Name | Type | Description | Notes
478
478
  ------------- | ------------- | ------------- | -------------
479
479
  **container_container_remote_href** | **String**| |
480
- **fields** | **String**| A list of fields to include in the response. | [optional]
481
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
480
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
481
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
482
482
 
483
483
  ### Return type
484
484
 
@@ -437,7 +437,7 @@ end
437
437
  api_instance = PulpContainerClient::RepositoriesContainerApi.new
438
438
  opts = {
439
439
  limit: 56, # Integer | Number of results to return per page.
440
- name: 'name_example', # String |
440
+ name: 'name_example', # String | Filter results where name matches value
441
441
  name__contains: 'name__contains_example', # String | Filter results where name contains value
442
442
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
443
443
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -446,8 +446,16 @@ opts = {
446
446
  ordering: ['ordering_example'], # Array<String> | Ordering
447
447
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
448
448
  remote: 'remote_example', # String | Foreign Key referenced by HREF
449
- fields: 'fields_example', # String | A list of fields to include in the response.
450
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
449
+ retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
450
+ retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
451
+ retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
452
+ retain_repo_versions__isnull: true, # Boolean | Filter results where retain_repo_versions has a null value
453
+ retain_repo_versions__lt: 56, # Integer | Filter results where retain_repo_versions is less than value
454
+ retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
455
+ retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
456
+ retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
457
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
458
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
451
459
  }
452
460
 
453
461
  begin
@@ -465,7 +473,7 @@ end
465
473
  Name | Type | Description | Notes
466
474
  ------------- | ------------- | ------------- | -------------
467
475
  **limit** | **Integer**| Number of results to return per page. | [optional]
468
- **name** | **String**| | [optional]
476
+ **name** | **String**| Filter results where name matches value | [optional]
469
477
  **name__contains** | **String**| Filter results where name contains value | [optional]
470
478
  **name__icontains** | **String**| Filter results where name contains value | [optional]
471
479
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -473,9 +481,17 @@ Name | Type | Description | Notes
473
481
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
474
482
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
475
483
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
476
- **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
477
- **fields** | **String**| A list of fields to include in the response. | [optional]
478
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
484
+ **remote** | **String**| Foreign Key referenced by HREF | [optional]
485
+ **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
486
+ **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
487
+ **retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
488
+ **retain_repo_versions__isnull** | **Boolean**| Filter results where retain_repo_versions has a null value | [optional]
489
+ **retain_repo_versions__lt** | **Integer**| Filter results where retain_repo_versions is less than value | [optional]
490
+ **retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
491
+ **retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
492
+ **retain_repo_versions__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
493
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
494
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
479
495
 
480
496
  ### Return type
481
497
 
@@ -514,8 +530,8 @@ end
514
530
  api_instance = PulpContainerClient::RepositoriesContainerApi.new
515
531
  container_container_repository_href = 'container_container_repository_href_example' # String |
516
532
  opts = {
517
- fields: 'fields_example', # String | A list of fields to include in the response.
518
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
533
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
534
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
519
535
  }
520
536
 
521
537
  begin
@@ -532,8 +548,8 @@ end
532
548
  Name | Type | Description | Notes
533
549
  ------------- | ------------- | ------------- | -------------
534
550
  **container_container_repository_href** | **String**| |
535
- **fields** | **String**| A list of fields to include in the response. | [optional]
536
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
551
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
552
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
537
553
 
538
554
  ### Return type
539
555
 
@@ -572,8 +588,8 @@ end
572
588
  api_instance = PulpContainerClient::RepositoriesContainerApi.new
573
589
  container_container_repository_href = 'container_container_repository_href_example' # String |
574
590
  opts = {
575
- fields: 'fields_example', # String | A list of fields to include in the response.
576
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
591
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
592
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
577
593
  }
578
594
 
579
595
  begin
@@ -590,8 +606,8 @@ end
590
606
  Name | Type | Description | Notes
591
607
  ------------- | ------------- | ------------- | -------------
592
608
  **container_container_repository_href** | **String**| |
593
- **fields** | **String**| A list of fields to include in the response. | [optional]
594
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
609
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
610
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
595
611
 
596
612
  ### Return type
597
613
 
@@ -685,8 +701,8 @@ end
685
701
  api_instance = PulpContainerClient::RepositoriesContainerApi.new
686
702
  container_container_repository_href = 'container_container_repository_href_example' # String |
687
703
  opts = {
688
- fields: 'fields_example', # String | A list of fields to include in the response.
689
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
704
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
705
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
690
706
  }
691
707
 
692
708
  begin
@@ -704,8 +720,8 @@ end
704
720
  Name | Type | Description | Notes
705
721
  ------------- | ------------- | ------------- | -------------
706
722
  **container_container_repository_href** | **String**| |
707
- **fields** | **String**| A list of fields to include in the response. | [optional]
708
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
723
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
724
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
709
725
 
710
726
  ### Return type
711
727
 
@@ -97,7 +97,7 @@ end
97
97
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
98
98
  opts = {
99
99
  limit: 56, # Integer | Number of results to return per page.
100
- name: 'name_example', # String |
100
+ name: 'name_example', # String | Filter results where name matches value
101
101
  name__contains: 'name__contains_example', # String | Filter results where name contains value
102
102
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
103
103
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -106,8 +106,16 @@ opts = {
106
106
  ordering: ['ordering_example'], # Array<String> | Ordering
107
107
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
108
108
  remote: 'remote_example', # String | Foreign Key referenced by HREF
109
- fields: 'fields_example', # String | A list of fields to include in the response.
110
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
109
+ retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
110
+ retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
111
+ retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
112
+ retain_repo_versions__isnull: true, # Boolean | Filter results where retain_repo_versions has a null value
113
+ retain_repo_versions__lt: 56, # Integer | Filter results where retain_repo_versions is less than value
114
+ retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
115
+ retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
116
+ retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
117
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
118
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
111
119
  }
112
120
 
113
121
  begin
@@ -125,7 +133,7 @@ end
125
133
  Name | Type | Description | Notes
126
134
  ------------- | ------------- | ------------- | -------------
127
135
  **limit** | **Integer**| Number of results to return per page. | [optional]
128
- **name** | **String**| | [optional]
136
+ **name** | **String**| Filter results where name matches value | [optional]
129
137
  **name__contains** | **String**| Filter results where name contains value | [optional]
130
138
  **name__icontains** | **String**| Filter results where name contains value | [optional]
131
139
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -133,9 +141,17 @@ Name | Type | Description | Notes
133
141
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
134
142
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
135
143
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
136
- **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
137
- **fields** | **String**| A list of fields to include in the response. | [optional]
138
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
144
+ **remote** | **String**| Foreign Key referenced by HREF | [optional]
145
+ **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
146
+ **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
147
+ **retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
148
+ **retain_repo_versions__isnull** | **Boolean**| Filter results where retain_repo_versions has a null value | [optional]
149
+ **retain_repo_versions__lt** | **Integer**| Filter results where retain_repo_versions is less than value | [optional]
150
+ **retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
151
+ **retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
152
+ **retain_repo_versions__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
153
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
154
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
139
155
 
140
156
  ### Return type
141
157
 
@@ -174,8 +190,8 @@ end
174
190
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
175
191
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
176
192
  opts = {
177
- fields: 'fields_example', # String | A list of fields to include in the response.
178
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
193
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
194
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
179
195
  }
180
196
 
181
197
  begin
@@ -192,8 +208,8 @@ end
192
208
  Name | Type | Description | Notes
193
209
  ------------- | ------------- | ------------- | -------------
194
210
  **container_container_push_repository_href** | **String**| |
195
- **fields** | **String**| A list of fields to include in the response. | [optional]
196
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
211
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
212
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
197
213
 
198
214
  ### Return type
199
215
 
@@ -232,8 +248,8 @@ end
232
248
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
233
249
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
234
250
  opts = {
235
- fields: 'fields_example', # String | A list of fields to include in the response.
236
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
251
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
252
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
237
253
  }
238
254
 
239
255
  begin
@@ -250,8 +266,8 @@ end
250
266
  Name | Type | Description | Notes
251
267
  ------------- | ------------- | ------------- | -------------
252
268
  **container_container_push_repository_href** | **String**| |
253
- **fields** | **String**| A list of fields to include in the response. | [optional]
254
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
269
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
270
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
255
271
 
256
272
  ### Return type
257
273
 
@@ -345,8 +361,8 @@ end
345
361
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
346
362
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
347
363
  opts = {
348
- fields: 'fields_example', # String | A list of fields to include in the response.
349
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
364
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
365
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
350
366
  }
351
367
 
352
368
  begin
@@ -364,8 +380,8 @@ end
364
380
  Name | Type | Description | Notes
365
381
  ------------- | ------------- | ------------- | -------------
366
382
  **container_container_push_repository_href** | **String**| |
367
- **fields** | **String**| A list of fields to include in the response. | [optional]
368
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
383
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
384
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
369
385
 
370
386
  ### Return type
371
387
 
@@ -90,7 +90,7 @@ opts = {
90
90
  content: 'content_example', # String | Content Unit referenced by HREF
91
91
  content__in: 'content__in_example', # String | Content Unit referenced by HREF
92
92
  limit: 56, # Integer | Number of results to return per page.
93
- number: 56, # Integer |
93
+ number: 56, # Integer | Filter results where number matches value
94
94
  number__gt: 56, # Integer | Filter results where number is greater than value
95
95
  number__gte: 56, # Integer | Filter results where number is greater than or equal to value
96
96
  number__lt: 56, # Integer | Filter results where number is less than value
@@ -98,14 +98,14 @@ opts = {
98
98
  number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
99
99
  offset: 56, # Integer | The initial index from which to return the results.
100
100
  ordering: ['ordering_example'], # Array<String> | Ordering
101
- pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
101
+ pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
102
102
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
103
103
  pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
104
104
  pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
105
105
  pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
106
106
  pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
107
- fields: 'fields_example', # String | A list of fields to include in the response.
108
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
107
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
108
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
109
109
  }
110
110
 
111
111
  begin
@@ -126,7 +126,7 @@ Name | Type | Description | Notes
126
126
  **content** | **String**| Content Unit referenced by HREF | [optional]
127
127
  **content__in** | **String**| Content Unit referenced by HREF | [optional]
128
128
  **limit** | **Integer**| Number of results to return per page. | [optional]
129
- **number** | **Integer**| | [optional]
129
+ **number** | **Integer**| Filter results where number matches value | [optional]
130
130
  **number__gt** | **Integer**| Filter results where number is greater than value | [optional]
131
131
  **number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
132
132
  **number__lt** | **Integer**| Filter results where number is less than value | [optional]
@@ -134,14 +134,14 @@ Name | Type | Description | Notes
134
134
  **number__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where number is between two comma separated values | [optional]
135
135
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
136
136
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
137
- **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
137
+ **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
138
138
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
139
139
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
140
140
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
141
141
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
142
142
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
143
- **fields** | **String**| A list of fields to include in the response. | [optional]
144
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
143
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
144
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
145
145
 
146
146
  ### Return type
147
147
 
@@ -180,8 +180,8 @@ end
180
180
  api_instance = PulpContainerClient::RepositoriesContainerPushVersionsApi.new
181
181
  container_container_push_repository_version_href = 'container_container_push_repository_version_href_example' # String |
182
182
  opts = {
183
- fields: 'fields_example', # String | A list of fields to include in the response.
184
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
183
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
184
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
185
185
  }
186
186
 
187
187
  begin
@@ -199,8 +199,8 @@ end
199
199
  Name | Type | Description | Notes
200
200
  ------------- | ------------- | ------------- | -------------
201
201
  **container_container_push_repository_version_href** | **String**| |
202
- **fields** | **String**| A list of fields to include in the response. | [optional]
203
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
202
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
203
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
204
204
 
205
205
  ### Return type
206
206