pulp_container_client 2.14.18 → 2.15.0.dev1661401897

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.

Potentially problematic release.


This version of pulp_container_client might be problematic. Click here for more details.

Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -8
  3. data/docs/ContainerContainerDistribution.md +3 -3
  4. data/docs/ContainerContainerDistributionResponse.md +7 -7
  5. data/docs/ContainerContainerPushRepository.md +6 -6
  6. data/docs/ContainerContainerPushRepositoryResponse.md +10 -10
  7. data/docs/ContainerContainerRemote.md +1 -1
  8. data/docs/ContainerContainerRemoteResponse.md +1 -3
  9. data/docs/ContainerContainerRepository.md +1 -1
  10. data/docs/ContainerContainerRepositoryResponse.md +1 -1
  11. data/docs/ContentBlobsApi.md +9 -9
  12. data/docs/ContentManifestsApi.md +9 -9
  13. data/docs/ContentSignaturesApi.md +9 -9
  14. data/docs/ContentTagsApi.md +9 -9
  15. data/docs/DistributionsContainerApi.md +21 -21
  16. data/docs/PatchedcontainerContainerDistribution.md +3 -3
  17. data/docs/PatchedcontainerContainerPushRepository.md +6 -6
  18. data/docs/PatchedcontainerContainerRemote.md +1 -1
  19. data/docs/PatchedcontainerContainerRepository.md +1 -1
  20. data/docs/PulpContainerNamespacesApi.md +17 -17
  21. data/docs/RemotesContainerApi.md +21 -21
  22. data/docs/RepositoriesContainerApi.md +20 -20
  23. data/docs/RepositoriesContainerPushApi.md +20 -20
  24. data/docs/RepositoriesContainerPushVersionsApi.md +13 -13
  25. data/docs/RepositoriesContainerVersionsApi.md +13 -13
  26. data/docs/TokenApi.md +1 -1
  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 +29 -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 +27 -27
  35. data/lib/pulp_container_client/api/repositories_container_push_api.rb +27 -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/configuration.rb +3 -3
  39. data/lib/pulp_container_client/models/container_container_distribution.rb +13 -15
  40. data/lib/pulp_container_client/models/container_container_distribution_response.rb +29 -31
  41. data/lib/pulp_container_client/models/container_container_push_repository.rb +24 -26
  42. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +42 -44
  43. data/lib/pulp_container_client/models/container_container_remote.rb +2 -4
  44. data/lib/pulp_container_client/models/container_container_remote_response.rb +3 -17
  45. data/lib/pulp_container_client/models/container_container_repository.rb +2 -4
  46. data/lib/pulp_container_client/models/container_container_repository_response.rb +2 -4
  47. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +13 -15
  48. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +24 -26
  49. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +2 -4
  50. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +2 -4
  51. data/lib/pulp_container_client/version.rb +1 -1
  52. data/lib/pulp_container_client.rb +0 -1
  53. data/spec/api/content_blobs_api_spec.rb +4 -4
  54. data/spec/api/content_manifests_api_spec.rb +4 -4
  55. data/spec/api/content_signatures_api_spec.rb +4 -4
  56. data/spec/api/content_tags_api_spec.rb +4 -4
  57. data/spec/api/distributions_container_api_spec.rb +10 -10
  58. data/spec/api/pulp_container_namespaces_api_spec.rb +8 -8
  59. data/spec/api/remotes_container_api_spec.rb +10 -10
  60. data/spec/api/repositories_container_api_spec.rb +9 -9
  61. data/spec/api/repositories_container_push_api_spec.rb +9 -9
  62. data/spec/api/repositories_container_push_versions_api_spec.rb +6 -6
  63. data/spec/api/repositories_container_versions_api_spec.rb +6 -6
  64. data/spec/configuration_spec.rb +3 -3
  65. data/spec/models/container_container_distribution_response_spec.rb +5 -5
  66. data/spec/models/container_container_distribution_spec.rb +3 -3
  67. data/spec/models/container_container_push_repository_response_spec.rb +7 -7
  68. data/spec/models/container_container_push_repository_spec.rb +4 -4
  69. data/spec/models/container_container_remote_response_spec.rb +0 -6
  70. data/spec/models/patchedcontainer_container_distribution_spec.rb +3 -3
  71. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  72. metadata +64 -68
  73. data/docs/ContainerContainerRemoteResponseHiddenFields.md +0 -19
  74. data/lib/pulp_container_client/models/container_container_remote_response_hidden_fields.rb +0 -225
  75. data/spec/models/container_container_remote_response_hidden_fields_spec.rb +0 -47
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
7
8
  **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]
9
+ **pulp_labels** | [**Object**](.md) | | [optional]
8
10
  **description** | **String** | An optional description. | [optional]
9
- **pulp_labels** | **Hash<String, String>** | | [optional]
10
11
  **name** | **String** | A unique name for this repository. | [optional]
11
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(retain_repo_versions: null,
19
- description: null,
18
+ instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(manifest_signing_service: null,
19
+ retain_repo_versions: null,
20
20
  pulp_labels: null,
21
- name: null,
22
- manifest_signing_service: null)
21
+ description: null,
22
+ name: 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** | **Hash<String, String>** | | [optional]
18
+ **pulp_labels** | [**Object**](.md) | | [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,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_labels** | **Hash<String, String>** | | [optional]
7
+ **pulp_labels** | [**Object**](.md) | | [optional]
8
8
  **name** | **String** | A unique name for this repository. | [optional]
9
9
  **description** | **String** | An optional description. | [optional]
10
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]
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::PulpContainerNamespacesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -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'], # 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.
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.
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** | [**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]
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]
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'], # 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.
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.
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** | [**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]
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]
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'], # 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.
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.
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** | [**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]
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]
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'], # 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.
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.
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** | [**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]
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]
411
411
 
412
412
  ### Return type
413
413
 
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::RemotesContainerApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -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 | Filter results where name matches value
203
+ name: 'name_example', # String |
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 | Filter results where pulp_last_updated matches value
211
+ pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
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'], # 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.
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.
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**| Filter results where name matches value | [optional]
236
+ **name** | **String**| | [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**| Filter results where pulp_last_updated matches value | [optional]
244
+ **pulp_last_updated** | **DateTime**| ISO 8601 formatted dates are supported | [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** | [**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]
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]
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'], # 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.
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.
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** | [**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]
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]
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'], # 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.
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.
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** | [**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]
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]
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'], # 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.
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.
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** | [**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]
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]
482
482
 
483
483
  ### Return type
484
484
 
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::RepositoriesContainerApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -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 | Filter results where name matches value
440
+ name: 'name_example', # String |
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,8 @@ 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'], # Array<String> | A list of fields to include in the response.
450
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
451
451
  }
452
452
 
453
453
  begin
@@ -465,7 +465,7 @@ end
465
465
  Name | Type | Description | Notes
466
466
  ------------- | ------------- | ------------- | -------------
467
467
  **limit** | **Integer**| Number of results to return per page. | [optional]
468
- **name** | **String**| Filter results where name matches value | [optional]
468
+ **name** | **String**| | [optional]
469
469
  **name__contains** | **String**| Filter results where name contains value | [optional]
470
470
  **name__icontains** | **String**| Filter results where name contains value | [optional]
471
471
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -473,9 +473,9 @@ Name | Type | Description | Notes
473
473
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
474
474
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
475
475
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
476
- **remote** | **String**| Foreign Key referenced by HREF | [optional]
477
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
478
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [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]
479
479
 
480
480
  ### Return type
481
481
 
@@ -514,8 +514,8 @@ end
514
514
  api_instance = PulpContainerClient::RepositoriesContainerApi.new
515
515
  container_container_repository_href = 'container_container_repository_href_example' # String |
516
516
  opts = {
517
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
518
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
519
519
  }
520
520
 
521
521
  begin
@@ -532,8 +532,8 @@ end
532
532
  Name | Type | Description | Notes
533
533
  ------------- | ------------- | ------------- | -------------
534
534
  **container_container_repository_href** | **String**| |
535
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
536
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
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]
537
537
 
538
538
  ### Return type
539
539
 
@@ -572,8 +572,8 @@ end
572
572
  api_instance = PulpContainerClient::RepositoriesContainerApi.new
573
573
  container_container_repository_href = 'container_container_repository_href_example' # String |
574
574
  opts = {
575
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
576
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
577
577
  }
578
578
 
579
579
  begin
@@ -590,8 +590,8 @@ end
590
590
  Name | Type | Description | Notes
591
591
  ------------- | ------------- | ------------- | -------------
592
592
  **container_container_repository_href** | **String**| |
593
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
594
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
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]
595
595
 
596
596
  ### Return type
597
597
 
@@ -685,8 +685,8 @@ end
685
685
  api_instance = PulpContainerClient::RepositoriesContainerApi.new
686
686
  container_container_repository_href = 'container_container_repository_href_example' # String |
687
687
  opts = {
688
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
689
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
690
690
  }
691
691
 
692
692
  begin
@@ -704,8 +704,8 @@ end
704
704
  Name | Type | Description | Notes
705
705
  ------------- | ------------- | ------------- | -------------
706
706
  **container_container_repository_href** | **String**| |
707
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
708
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
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]
709
709
 
710
710
  ### Return type
711
711
 
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::RepositoriesContainerPushApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -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 | Filter results where name matches value
100
+ name: 'name_example', # String |
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,8 @@ 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'], # Array<String> | A list of fields to include in the response.
110
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
111
111
  }
112
112
 
113
113
  begin
@@ -125,7 +125,7 @@ end
125
125
  Name | Type | Description | Notes
126
126
  ------------- | ------------- | ------------- | -------------
127
127
  **limit** | **Integer**| Number of results to return per page. | [optional]
128
- **name** | **String**| Filter results where name matches value | [optional]
128
+ **name** | **String**| | [optional]
129
129
  **name__contains** | **String**| Filter results where name contains value | [optional]
130
130
  **name__icontains** | **String**| Filter results where name contains value | [optional]
131
131
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -133,9 +133,9 @@ Name | Type | Description | Notes
133
133
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
134
134
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
135
135
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
136
- **remote** | **String**| Foreign Key referenced by HREF | [optional]
137
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
138
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [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]
139
139
 
140
140
  ### Return type
141
141
 
@@ -174,8 +174,8 @@ end
174
174
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
175
175
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
176
176
  opts = {
177
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
178
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
179
179
  }
180
180
 
181
181
  begin
@@ -192,8 +192,8 @@ end
192
192
  Name | Type | Description | Notes
193
193
  ------------- | ------------- | ------------- | -------------
194
194
  **container_container_push_repository_href** | **String**| |
195
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
196
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
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]
197
197
 
198
198
  ### Return type
199
199
 
@@ -232,8 +232,8 @@ end
232
232
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
233
233
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
234
234
  opts = {
235
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
236
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
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.
237
237
  }
238
238
 
239
239
  begin
@@ -250,8 +250,8 @@ end
250
250
  Name | Type | Description | Notes
251
251
  ------------- | ------------- | ------------- | -------------
252
252
  **container_container_push_repository_href** | **String**| |
253
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
254
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
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]
255
255
 
256
256
  ### Return type
257
257
 
@@ -345,8 +345,8 @@ end
345
345
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
346
346
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
347
347
  opts = {
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.
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.
350
350
  }
351
351
 
352
352
  begin
@@ -364,8 +364,8 @@ end
364
364
  Name | Type | Description | Notes
365
365
  ------------- | ------------- | ------------- | -------------
366
366
  **container_container_push_repository_href** | **String**| |
367
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
368
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
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]
369
369
 
370
370
  ### Return type
371
371
 
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::RepositoriesContainerPushVersionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -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 | Filter results where number matches value
93
+ number: 56, # Integer |
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 | Filter results where pulp_created matches value
101
+ pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
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'], # 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.
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.
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**| Filter results where number matches value | [optional]
129
+ **number** | **Integer**| | [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**| Filter results where pulp_created matches value | [optional]
137
+ **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [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** | [**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]
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]
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'], # 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.
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.
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** | [**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]
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]
204
204
 
205
205
  ### Return type
206
206