pulp_container_client 2.4.0.dev01613445646 → 2.4.0.dev01614050467

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


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

Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +17 -16
  3. data/docs/ContainerContainerDistribution.md +7 -7
  4. data/docs/ContainerContainerDistributionResponse.md +7 -7
  5. data/docs/ContentBlobsApi.md +12 -12
  6. data/docs/ContentManifestsApi.md +12 -12
  7. data/docs/ContentTagsApi.md +14 -14
  8. data/docs/{ContentGuardsContentRedirectApi.md → ContentguardsContentRedirectApi.md} +29 -29
  9. data/docs/DistributionsContainerApi.md +22 -22
  10. data/docs/ManifestCopy.md +1 -1
  11. data/docs/MediaTypesEnum.md +16 -0
  12. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  13. data/docs/PulpContainerNamespacesApi.md +10 -10
  14. data/docs/RemotesContainerApi.md +24 -24
  15. data/docs/RepositoriesContainerApi.md +12 -12
  16. data/docs/RepositoriesContainerPushApi.md +12 -12
  17. data/docs/RepositoriesContainerVersionsApi.md +56 -56
  18. data/lib/pulp_container_client.rb +2 -1
  19. data/lib/pulp_container_client/api/content_blobs_api.rb +14 -14
  20. data/lib/pulp_container_client/api/content_manifests_api.rb +14 -14
  21. data/lib/pulp_container_client/api/content_tags_api.rb +17 -17
  22. data/lib/pulp_container_client/api/{content_guards_content_redirect_api.rb → contentguards_content_redirect_api.rb} +33 -33
  23. data/lib/pulp_container_client/api/distributions_container_api.rb +24 -24
  24. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +11 -11
  25. data/lib/pulp_container_client/api/remotes_container_api.rb +26 -26
  26. data/lib/pulp_container_client/api/repositories_container_api.rb +13 -13
  27. data/lib/pulp_container_client/api/repositories_container_push_api.rb +13 -13
  28. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +100 -60
  29. data/lib/pulp_container_client/models/container_container_distribution.rb +27 -27
  30. data/lib/pulp_container_client/models/container_container_distribution_response.rb +30 -30
  31. data/lib/pulp_container_client/models/manifest_copy.rb +1 -23
  32. data/lib/pulp_container_client/models/media_types_enum.rb +39 -0
  33. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +27 -27
  34. data/lib/pulp_container_client/version.rb +1 -1
  35. data/spec/api/content_blobs_api_spec.rb +6 -6
  36. data/spec/api/content_manifests_api_spec.rb +6 -6
  37. data/spec/api/content_tags_api_spec.rb +7 -7
  38. data/spec/api/{content_guards_content_redirect_api_spec.rb → contentguards_content_redirect_api_spec.rb} +11 -11
  39. data/spec/api/distributions_container_api_spec.rb +11 -11
  40. data/spec/api/pulp_container_namespaces_api_spec.rb +5 -5
  41. data/spec/api/remotes_container_api_spec.rb +12 -12
  42. data/spec/api/repositories_container_api_spec.rb +6 -6
  43. data/spec/api/repositories_container_push_api_spec.rb +6 -6
  44. data/spec/api/repositories_container_versions_api_spec.rb +28 -28
  45. data/spec/models/container_container_distribution_response_spec.rb +7 -7
  46. data/spec/models/container_container_distribution_spec.rb +6 -6
  47. data/spec/models/manifest_copy_spec.rb +0 -4
  48. data/spec/models/media_types_enum_spec.rb +35 -0
  49. data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
  50. metadata +10 -6
@@ -141,20 +141,20 @@ end
141
141
 
142
142
  api_instance = PulpContainerClient::DistributionsContainerApi.new
143
143
  opts = {
144
- base_path: 'base_path_example', # String | base_path
145
- base_path__contains: 'base_path__contains_example', # String | base_path__contains
146
- base_path__icontains: 'base_path__icontains_example', # String | base_path__icontains
147
- base_path__in: 'base_path__in_example', # String | base_path__in
144
+ base_path: 'base_path_example', # String |
145
+ base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
146
+ base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
147
+ base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
148
148
  limit: 56, # Integer | Number of results to return per page.
149
- name: 'name_example', # String | name
150
- name__contains: 'name__contains_example', # String | name__contains
151
- name__icontains: 'name__icontains_example', # String | name__icontains
152
- name__in: 'name__in_example', # String | name__in
153
- name__startswith: 'name__startswith_example', # String | name__startswith
154
- namespace__name: 'namespace__name_example', # String | namespace__name
149
+ name: 'name_example', # String |
150
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
151
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
152
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
153
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
154
+ namespace__name: 'namespace__name_example', # String |
155
155
  offset: 56, # Integer | The initial index from which to return the results.
156
156
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
157
- pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
157
+ pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
158
158
  fields: 'fields_example', # String | A list of fields to include in the response.
159
159
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
160
160
  }
@@ -173,20 +173,20 @@ end
173
173
 
174
174
  Name | Type | Description | Notes
175
175
  ------------- | ------------- | ------------- | -------------
176
- **base_path** | **String**| base_path | [optional]
177
- **base_path__contains** | **String**| base_path__contains | [optional]
178
- **base_path__icontains** | **String**| base_path__icontains | [optional]
179
- **base_path__in** | **String**| base_path__in | [optional]
176
+ **base_path** | **String**| | [optional]
177
+ **base_path__contains** | **String**| Filter results where base_path contains value | [optional]
178
+ **base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
179
+ **base_path__in** | [**Array&lt;String&gt;**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
180
180
  **limit** | **Integer**| Number of results to return per page. | [optional]
181
- **name** | **String**| name | [optional]
182
- **name__contains** | **String**| name__contains | [optional]
183
- **name__icontains** | **String**| name__icontains | [optional]
184
- **name__in** | **String**| name__in | [optional]
185
- **name__startswith** | **String**| name__startswith | [optional]
186
- **namespace__name** | **String**| namespace__name | [optional]
181
+ **name** | **String**| | [optional]
182
+ **name__contains** | **String**| Filter results where name contains value | [optional]
183
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
184
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
185
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
186
+ **namespace__name** | **String**| | [optional]
187
187
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
188
188
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
189
- **pulp_label_select** | **String**| pulp_label_select | [optional]
189
+ **pulp_label_select** | **String**| Filter labels by search string | [optional]
190
190
  **fields** | **String**| A list of fields to include in the response. | [optional]
191
191
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
192
192
 
data/docs/ManifestCopy.md CHANGED
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **source_repository** | **String** | A URI of the repository to copy content from. | [optional]
8
8
  **source_repository_version** | **String** | A URI of the repository version to copy content from. | [optional]
9
9
  **digests** | **Array&lt;Object&gt;** | A list of manifest digests to copy. | [optional]
10
- **media_types** | **Array&lt;String&gt;** | A list of media_types to copy. | [optional]
10
+ **media_types** | [**Array&lt;MediaTypesEnum&gt;**](MediaTypesEnum.md) | A list of media_types to copy. | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -0,0 +1,16 @@
1
+ # PulpContainerClient::MediaTypesEnum
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+
8
+ ## Code Sample
9
+
10
+ ```ruby
11
+ require 'PulpContainerClient'
12
+
13
+ instance = PulpContainerClient::MediaTypesEnum.new()
14
+ ```
15
+
16
+
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_labels** | [**Object**](.md) | | [optional]
8
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
7
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional]
10
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | [optional]
11
8
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
9
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | [optional]
10
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
12
11
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
+ **pulp_labels** | [**Object**](.md) | | [optional]
13
13
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
14
14
  **description** | **String** | An optional description. | [optional]
15
15
 
@@ -18,12 +18,12 @@ Name | Type | Description | Notes
18
18
  ```ruby
19
19
  require 'PulpContainerClient'
20
20
 
21
- instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(pulp_labels: null,
22
- content_guard: null,
23
- name: null,
24
- base_path: null,
21
+ instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(name: null,
25
22
  repository_version: null,
23
+ base_path: null,
24
+ content_guard: null,
26
25
  repository: null,
26
+ pulp_labels: null,
27
27
  private: null,
28
28
  description: null)
29
29
  ```
@@ -140,11 +140,11 @@ end
140
140
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
141
141
  opts = {
142
142
  limit: 56, # Integer | Number of results to return per page.
143
- name: 'name_example', # String | name
144
- name__contains: 'name__contains_example', # String | name__contains
145
- name__icontains: 'name__icontains_example', # String | name__icontains
146
- name__in: 'name__in_example', # String | name__in
147
- name__startswith: 'name__startswith_example', # String | name__startswith
143
+ name: 'name_example', # String | Filter results where name matches value
144
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
145
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
146
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
147
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
148
148
  offset: 56, # Integer | The initial index from which to return the results.
149
149
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
150
150
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -166,11 +166,11 @@ end
166
166
  Name | Type | Description | Notes
167
167
  ------------- | ------------- | ------------- | -------------
168
168
  **limit** | **Integer**| Number of results to return per page. | [optional]
169
- **name** | **String**| name | [optional]
170
- **name__contains** | **String**| name__contains | [optional]
171
- **name__icontains** | **String**| name__icontains | [optional]
172
- **name__in** | **String**| name__in | [optional]
173
- **name__startswith** | **String**| name__startswith | [optional]
169
+ **name** | **String**| Filter results where name matches value | [optional]
170
+ **name__contains** | **String**| Filter results where name contains value | [optional]
171
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
172
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
173
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
174
174
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
175
175
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
176
176
  **fields** | **String**| A list of fields to include in the response. | [optional]
@@ -142,20 +142,20 @@ end
142
142
  api_instance = PulpContainerClient::RemotesContainerApi.new
143
143
  opts = {
144
144
  limit: 56, # Integer | Number of results to return per page.
145
- name: 'name_example', # String | name
146
- name__contains: 'name__contains_example', # String | name__contains
147
- name__icontains: 'name__icontains_example', # String | name__icontains
148
- name__in: 'name__in_example', # String | name__in
149
- name__startswith: 'name__startswith_example', # String | name__startswith
145
+ name: 'name_example', # String |
146
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
147
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
148
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
149
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
150
150
  offset: 56, # Integer | The initial index from which to return the results.
151
151
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
152
- pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
153
- pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
154
- pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
155
- pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
156
- pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | pulp_last_updated__lt
157
- pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | pulp_last_updated__lte
158
- pulp_last_updated__range: 'pulp_last_updated__range_example', # String | pulp_last_updated__range
152
+ pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
153
+ pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
154
+ pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
155
+ 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
156
+ pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
157
+ 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
158
+ 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
159
159
  fields: 'fields_example', # String | A list of fields to include in the response.
160
160
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
161
161
  }
@@ -175,20 +175,20 @@ end
175
175
  Name | Type | Description | Notes
176
176
  ------------- | ------------- | ------------- | -------------
177
177
  **limit** | **Integer**| Number of results to return per page. | [optional]
178
- **name** | **String**| name | [optional]
179
- **name__contains** | **String**| name__contains | [optional]
180
- **name__icontains** | **String**| name__icontains | [optional]
181
- **name__in** | **String**| name__in | [optional]
182
- **name__startswith** | **String**| name__startswith | [optional]
178
+ **name** | **String**| | [optional]
179
+ **name__contains** | **String**| Filter results where name contains value | [optional]
180
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
181
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
182
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
183
183
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
184
184
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
185
- **pulp_label_select** | **String**| pulp_label_select | [optional]
186
- **pulp_last_updated** | **String**| pulp_last_updated | [optional]
187
- **pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
188
- **pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
189
- **pulp_last_updated__lt** | **String**| pulp_last_updated__lt | [optional]
190
- **pulp_last_updated__lte** | **String**| pulp_last_updated__lte | [optional]
191
- **pulp_last_updated__range** | **String**| pulp_last_updated__range | [optional]
185
+ **pulp_label_select** | **String**| Filter labels by search string | [optional]
186
+ **pulp_last_updated** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
187
+ **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
188
+ **pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
189
+ **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
190
+ **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
191
+ **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
192
192
  **fields** | **String**| A list of fields to include in the response. | [optional]
193
193
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
194
194
 
@@ -378,14 +378,14 @@ end
378
378
  api_instance = PulpContainerClient::RepositoriesContainerApi.new
379
379
  opts = {
380
380
  limit: 56, # Integer | Number of results to return per page.
381
- name: 'name_example', # String | name
382
- name__contains: 'name__contains_example', # String | name__contains
383
- name__icontains: 'name__icontains_example', # String | name__icontains
384
- name__in: 'name__in_example', # String | name__in
385
- name__startswith: 'name__startswith_example', # String | name__startswith
381
+ name: 'name_example', # String |
382
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
383
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
384
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
385
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
386
386
  offset: 56, # Integer | The initial index from which to return the results.
387
387
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
388
- pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
388
+ pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
389
389
  fields: 'fields_example', # String | A list of fields to include in the response.
390
390
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
391
391
  }
@@ -405,14 +405,14 @@ end
405
405
  Name | Type | Description | Notes
406
406
  ------------- | ------------- | ------------- | -------------
407
407
  **limit** | **Integer**| Number of results to return per page. | [optional]
408
- **name** | **String**| name | [optional]
409
- **name__contains** | **String**| name__contains | [optional]
410
- **name__icontains** | **String**| name__icontains | [optional]
411
- **name__in** | **String**| name__in | [optional]
412
- **name__startswith** | **String**| name__startswith | [optional]
408
+ **name** | **String**| | [optional]
409
+ **name__contains** | **String**| Filter results where name contains value | [optional]
410
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
411
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
412
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
413
413
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
414
414
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
415
- **pulp_label_select** | **String**| pulp_label_select | [optional]
415
+ **pulp_label_select** | **String**| Filter labels by search string | [optional]
416
416
  **fields** | **String**| A list of fields to include in the response. | [optional]
417
417
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
418
418
 
@@ -34,14 +34,14 @@ end
34
34
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
35
35
  opts = {
36
36
  limit: 56, # Integer | Number of results to return per page.
37
- name: 'name_example', # String | name
38
- name__contains: 'name__contains_example', # String | name__contains
39
- name__icontains: 'name__icontains_example', # String | name__icontains
40
- name__in: 'name__in_example', # String | name__in
41
- name__startswith: 'name__startswith_example', # String | name__startswith
37
+ name: 'name_example', # String |
38
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
39
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
40
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
41
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
42
42
  offset: 56, # Integer | The initial index from which to return the results.
43
43
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
44
- pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
44
+ pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
45
45
  fields: 'fields_example', # String | A list of fields to include in the response.
46
46
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
47
47
  }
@@ -61,14 +61,14 @@ end
61
61
  Name | Type | Description | Notes
62
62
  ------------- | ------------- | ------------- | -------------
63
63
  **limit** | **Integer**| Number of results to return per page. | [optional]
64
- **name** | **String**| name | [optional]
65
- **name__contains** | **String**| name__contains | [optional]
66
- **name__icontains** | **String**| name__icontains | [optional]
67
- **name__in** | **String**| name__in | [optional]
68
- **name__startswith** | **String**| name__startswith | [optional]
64
+ **name** | **String**| | [optional]
65
+ **name__contains** | **String**| Filter results where name contains value | [optional]
66
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
67
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
68
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
69
69
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
70
70
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
71
- **pulp_label_select** | **String**| pulp_label_select | [optional]
71
+ **pulp_label_select** | **String**| Filter labels by search string | [optional]
72
72
  **fields** | **String**| A list of fields to include in the response. | [optional]
73
73
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
74
74
 
@@ -144,23 +144,23 @@ end
144
144
  api_instance = PulpContainerClient::RepositoriesContainerVersionsApi.new
145
145
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
146
146
  opts = {
147
- content: 'content_example', # String | content
148
- content__in: 'content__in_example', # String | content__in
147
+ content: 'content_example', # String | Content Unit referenced by HREF
148
+ content__in: 'content__in_example', # String | Content Unit referenced by HREF
149
149
  limit: 56, # Integer | Number of results to return per page.
150
- number: 'number_example', # String | number
151
- number__gt: 'number__gt_example', # String | number__gt
152
- number__gte: 'number__gte_example', # String | number__gte
153
- number__lt: 'number__lt_example', # String | number__lt
154
- number__lte: 'number__lte_example', # String | number__lte
155
- number__range: 'number__range_example', # String | number__range
150
+ number: 56, # Integer |
151
+ number__gt: 56, # Integer | Filter results where number is greater than value
152
+ number__gte: 56, # Integer | Filter results where number is greater than or equal to value
153
+ number__lt: 56, # Integer | Filter results where number is less than value
154
+ number__lte: 56, # Integer | Filter results where number is less than or equal to value
155
+ number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
156
156
  offset: 56, # Integer | The initial index from which to return the results.
157
157
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
158
- pulp_created: 'pulp_created_example', # String | pulp_created
159
- pulp_created__gt: 'pulp_created__gt_example', # String | pulp_created__gt
160
- pulp_created__gte: 'pulp_created__gte_example', # String | pulp_created__gte
161
- pulp_created__lt: 'pulp_created__lt_example', # String | pulp_created__lt
162
- pulp_created__lte: 'pulp_created__lte_example', # String | pulp_created__lte
163
- pulp_created__range: 'pulp_created__range_example', # String | pulp_created__range
158
+ pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
159
+ pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
160
+ 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
161
+ pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
162
+ 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
163
+ 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
164
164
  fields: 'fields_example', # String | A list of fields to include in the response.
165
165
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
166
166
  }
@@ -180,23 +180,23 @@ end
180
180
  Name | Type | Description | Notes
181
181
  ------------- | ------------- | ------------- | -------------
182
182
  **container_container_push_repository_href** | **String**| |
183
- **content** | **String**| content | [optional]
184
- **content__in** | **String**| content__in | [optional]
183
+ **content** | **String**| Content Unit referenced by HREF | [optional]
184
+ **content__in** | **String**| Content Unit referenced by HREF | [optional]
185
185
  **limit** | **Integer**| Number of results to return per page. | [optional]
186
- **number** | **String**| number | [optional]
187
- **number__gt** | **String**| number__gt | [optional]
188
- **number__gte** | **String**| number__gte | [optional]
189
- **number__lt** | **String**| number__lt | [optional]
190
- **number__lte** | **String**| number__lte | [optional]
191
- **number__range** | **String**| number__range | [optional]
186
+ **number** | **Integer**| | [optional]
187
+ **number__gt** | **Integer**| Filter results where number is greater than value | [optional]
188
+ **number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
189
+ **number__lt** | **Integer**| Filter results where number is less than value | [optional]
190
+ **number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
191
+ **number__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where number is between two comma separated values | [optional]
192
192
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
193
193
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
194
- **pulp_created** | **String**| pulp_created | [optional]
195
- **pulp_created__gt** | **String**| pulp_created__gt | [optional]
196
- **pulp_created__gte** | **String**| pulp_created__gte | [optional]
197
- **pulp_created__lt** | **String**| pulp_created__lt | [optional]
198
- **pulp_created__lte** | **String**| pulp_created__lte | [optional]
199
- **pulp_created__range** | **String**| pulp_created__range | [optional]
194
+ **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
195
+ **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
196
+ **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
197
+ **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
198
+ **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
199
+ **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
200
200
  **fields** | **String**| A list of fields to include in the response. | [optional]
201
201
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
202
202
 
@@ -237,23 +237,23 @@ end
237
237
  api_instance = PulpContainerClient::RepositoriesContainerVersionsApi.new
238
238
  container_container_repository_href = 'container_container_repository_href_example' # String |
239
239
  opts = {
240
- content: 'content_example', # String | content
241
- content__in: 'content__in_example', # String | content__in
240
+ content: 'content_example', # String | Content Unit referenced by HREF
241
+ content__in: 'content__in_example', # String | Content Unit referenced by HREF
242
242
  limit: 56, # Integer | Number of results to return per page.
243
- number: 'number_example', # String | number
244
- number__gt: 'number__gt_example', # String | number__gt
245
- number__gte: 'number__gte_example', # String | number__gte
246
- number__lt: 'number__lt_example', # String | number__lt
247
- number__lte: 'number__lte_example', # String | number__lte
248
- number__range: 'number__range_example', # String | number__range
243
+ number: 56, # Integer |
244
+ number__gt: 56, # Integer | Filter results where number is greater than value
245
+ number__gte: 56, # Integer | Filter results where number is greater than or equal to value
246
+ number__lt: 56, # Integer | Filter results where number is less than value
247
+ number__lte: 56, # Integer | Filter results where number is less than or equal to value
248
+ number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
249
249
  offset: 56, # Integer | The initial index from which to return the results.
250
250
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
251
- pulp_created: 'pulp_created_example', # String | pulp_created
252
- pulp_created__gt: 'pulp_created__gt_example', # String | pulp_created__gt
253
- pulp_created__gte: 'pulp_created__gte_example', # String | pulp_created__gte
254
- pulp_created__lt: 'pulp_created__lt_example', # String | pulp_created__lt
255
- pulp_created__lte: 'pulp_created__lte_example', # String | pulp_created__lte
256
- pulp_created__range: 'pulp_created__range_example', # String | pulp_created__range
251
+ pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
252
+ pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
253
+ 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
254
+ pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
255
+ 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
256
+ 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
257
257
  fields: 'fields_example', # String | A list of fields to include in the response.
258
258
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
259
259
  }
@@ -273,23 +273,23 @@ end
273
273
  Name | Type | Description | Notes
274
274
  ------------- | ------------- | ------------- | -------------
275
275
  **container_container_repository_href** | **String**| |
276
- **content** | **String**| content | [optional]
277
- **content__in** | **String**| content__in | [optional]
276
+ **content** | **String**| Content Unit referenced by HREF | [optional]
277
+ **content__in** | **String**| Content Unit referenced by HREF | [optional]
278
278
  **limit** | **Integer**| Number of results to return per page. | [optional]
279
- **number** | **String**| number | [optional]
280
- **number__gt** | **String**| number__gt | [optional]
281
- **number__gte** | **String**| number__gte | [optional]
282
- **number__lt** | **String**| number__lt | [optional]
283
- **number__lte** | **String**| number__lte | [optional]
284
- **number__range** | **String**| number__range | [optional]
279
+ **number** | **Integer**| | [optional]
280
+ **number__gt** | **Integer**| Filter results where number is greater than value | [optional]
281
+ **number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
282
+ **number__lt** | **Integer**| Filter results where number is less than value | [optional]
283
+ **number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
284
+ **number__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where number is between two comma separated values | [optional]
285
285
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
286
286
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
287
- **pulp_created** | **String**| pulp_created | [optional]
288
- **pulp_created__gt** | **String**| pulp_created__gt | [optional]
289
- **pulp_created__gte** | **String**| pulp_created__gte | [optional]
290
- **pulp_created__lt** | **String**| pulp_created__lt | [optional]
291
- **pulp_created__lte** | **String**| pulp_created__lte | [optional]
292
- **pulp_created__range** | **String**| pulp_created__range | [optional]
287
+ **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
288
+ **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
289
+ **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
290
+ **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
291
+ **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
292
+ **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
293
293
  **fields** | **String**| A list of fields to include in the response. | [optional]
294
294
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
295
295