pulp_container_client 2.4.0.dev01613359303 → 2.4.0.dev01613964104
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.
- checksums.yaml +4 -4
- data/README.md +17 -16
- data/docs/ContainerContainerDistribution.md +5 -5
- data/docs/ContainerContainerDistributionResponse.md +7 -7
- data/docs/ContentBlobsApi.md +12 -12
- data/docs/ContentManifestsApi.md +12 -12
- data/docs/ContentTagsApi.md +14 -14
- data/docs/{ContentGuardsContentRedirectApi.md → ContentguardsContentRedirectApi.md} +29 -29
- data/docs/DistributionsContainerApi.md +22 -22
- data/docs/ManifestCopy.md +1 -1
- data/docs/MediaTypesEnum.md +16 -0
- data/docs/PatchedcontainerContainerDistribution.md +5 -5
- data/docs/PulpContainerNamespacesApi.md +10 -10
- data/docs/RemotesContainerApi.md +24 -24
- data/docs/RepositoriesContainerApi.md +12 -12
- data/docs/RepositoriesContainerPushApi.md +12 -12
- data/docs/RepositoriesContainerVersionsApi.md +56 -56
- data/lib/pulp_container_client.rb +2 -1
- data/lib/pulp_container_client/api/content_blobs_api.rb +14 -14
- data/lib/pulp_container_client/api/content_manifests_api.rb +14 -14
- data/lib/pulp_container_client/api/content_tags_api.rb +17 -17
- data/lib/pulp_container_client/api/{content_guards_content_redirect_api.rb → contentguards_content_redirect_api.rb} +33 -33
- data/lib/pulp_container_client/api/distributions_container_api.rb +24 -24
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +11 -11
- data/lib/pulp_container_client/api/remotes_container_api.rb +26 -26
- data/lib/pulp_container_client/api/repositories_container_api.rb +13 -13
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +13 -13
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +100 -60
- data/lib/pulp_container_client/models/container_container_distribution.rb +23 -23
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +33 -33
- data/lib/pulp_container_client/models/manifest_copy.rb +1 -23
- data/lib/pulp_container_client/models/media_types_enum.rb +39 -0
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +18 -18
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/api/content_blobs_api_spec.rb +6 -6
- data/spec/api/content_manifests_api_spec.rb +6 -6
- data/spec/api/content_tags_api_spec.rb +7 -7
- data/spec/api/{content_guards_content_redirect_api_spec.rb → contentguards_content_redirect_api_spec.rb} +11 -11
- data/spec/api/distributions_container_api_spec.rb +11 -11
- data/spec/api/pulp_container_namespaces_api_spec.rb +5 -5
- data/spec/api/remotes_container_api_spec.rb +12 -12
- data/spec/api/repositories_container_api_spec.rb +6 -6
- data/spec/api/repositories_container_push_api_spec.rb +6 -6
- data/spec/api/repositories_container_versions_api_spec.rb +28 -28
- data/spec/models/container_container_distribution_response_spec.rb +5 -5
- data/spec/models/container_container_distribution_spec.rb +3 -3
- data/spec/models/manifest_copy_spec.rb +0 -4
- data/spec/models/media_types_enum_spec.rb +35 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +3 -3
- metadata +10 -6
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<Object>** | A list of manifest digests to copy. | [optional]
|
10
|
-
**media_types** | **Array<
|
10
|
+
**media_types** | [**Array<MediaTypesEnum>**](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,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
8
7
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
9
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
10
8
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
9
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [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. \"foo\" and \"foo/bar\") | [optional]
|
11
11
|
**pulp_labels** | [**Object**](.md) | | [optional]
|
12
12
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
13
13
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
|
@@ -18,10 +18,10 @@ Name | Type | Description | Notes
|
|
18
18
|
```ruby
|
19
19
|
require 'PulpContainerClient'
|
20
20
|
|
21
|
-
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
|
22
|
-
content_guard: null,
|
23
|
-
repository: null,
|
21
|
+
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(content_guard: null,
|
24
22
|
name: null,
|
23
|
+
repository: null,
|
24
|
+
base_path: null,
|
25
25
|
pulp_labels: null,
|
26
26
|
repository_version: null,
|
27
27
|
private: null,
|
@@ -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 |
|
145
|
-
name__icontains: 'name__icontains_example', # String |
|
146
|
-
name__in: 'name__in_example', # String |
|
147
|
-
name__startswith: 'name__startswith_example', # String |
|
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**|
|
171
|
-
**name__icontains** | **String**|
|
172
|
-
**name__in** | **String
|
173
|
-
**name__startswith** | **String**|
|
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<String>**](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]
|
data/docs/RemotesContainerApi.md
CHANGED
@@ -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 |
|
146
|
-
name__contains: 'name__contains_example', # String |
|
147
|
-
name__icontains: 'name__icontains_example', # String |
|
148
|
-
name__in: 'name__in_example', # String |
|
149
|
-
name__startswith: 'name__startswith_example', # String |
|
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 |
|
153
|
-
pulp_last_updated: '
|
154
|
-
pulp_last_updated__gt: '
|
155
|
-
pulp_last_updated__gte: '
|
156
|
-
pulp_last_updated__lt: '
|
157
|
-
pulp_last_updated__lte: '
|
158
|
-
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**|
|
179
|
-
**name__contains** | **String**|
|
180
|
-
**name__icontains** | **String**|
|
181
|
-
**name__in** | **String
|
182
|
-
**name__startswith** | **String**|
|
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<String>**](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**|
|
186
|
-
**pulp_last_updated** | **
|
187
|
-
**pulp_last_updated__gt** | **
|
188
|
-
**pulp_last_updated__gte** | **
|
189
|
-
**pulp_last_updated__lt** | **
|
190
|
-
**pulp_last_updated__lte** | **
|
191
|
-
**pulp_last_updated__range** | **
|
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<DateTime>**](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 |
|
382
|
-
name__contains: 'name__contains_example', # String |
|
383
|
-
name__icontains: 'name__icontains_example', # String |
|
384
|
-
name__in: 'name__in_example', # String |
|
385
|
-
name__startswith: 'name__startswith_example', # String |
|
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 |
|
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**|
|
409
|
-
**name__contains** | **String**|
|
410
|
-
**name__icontains** | **String**|
|
411
|
-
**name__in** | **String
|
412
|
-
**name__startswith** | **String**|
|
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<String>**](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**|
|
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 |
|
38
|
-
name__contains: 'name__contains_example', # String |
|
39
|
-
name__icontains: 'name__icontains_example', # String |
|
40
|
-
name__in: 'name__in_example', # String |
|
41
|
-
name__startswith: 'name__startswith_example', # String |
|
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 |
|
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**|
|
65
|
-
**name__contains** | **String**|
|
66
|
-
**name__icontains** | **String**|
|
67
|
-
**name__in** | **String
|
68
|
-
**name__startswith** | **String**|
|
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<String>**](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**|
|
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 |
|
148
|
-
content__in: 'content__in_example', # String |
|
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:
|
151
|
-
number__gt:
|
152
|
-
number__gte:
|
153
|
-
number__lt:
|
154
|
-
number__lte:
|
155
|
-
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: '
|
159
|
-
pulp_created__gt: '
|
160
|
-
pulp_created__gte: '
|
161
|
-
pulp_created__lt: '
|
162
|
-
pulp_created__lte: '
|
163
|
-
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**|
|
184
|
-
**content__in** | **String**|
|
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** | **
|
187
|
-
**number__gt** | **
|
188
|
-
**number__gte** | **
|
189
|
-
**number__lt** | **
|
190
|
-
**number__lte** | **
|
191
|
-
**number__range** | **
|
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<Integer>**](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** | **
|
195
|
-
**pulp_created__gt** | **
|
196
|
-
**pulp_created__gte** | **
|
197
|
-
**pulp_created__lt** | **
|
198
|
-
**pulp_created__lte** | **
|
199
|
-
**pulp_created__range** | **
|
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<DateTime>**](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 |
|
241
|
-
content__in: 'content__in_example', # String |
|
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:
|
244
|
-
number__gt:
|
245
|
-
number__gte:
|
246
|
-
number__lt:
|
247
|
-
number__lte:
|
248
|
-
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: '
|
252
|
-
pulp_created__gt: '
|
253
|
-
pulp_created__gte: '
|
254
|
-
pulp_created__lt: '
|
255
|
-
pulp_created__lte: '
|
256
|
-
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**|
|
277
|
-
**content__in** | **String**|
|
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** | **
|
280
|
-
**number__gt** | **
|
281
|
-
**number__gte** | **
|
282
|
-
**number__lt** | **
|
283
|
-
**number__lte** | **
|
284
|
-
**number__range** | **
|
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<Integer>**](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** | **
|
288
|
-
**pulp_created__gt** | **
|
289
|
-
**pulp_created__gte** | **
|
290
|
-
**pulp_created__lt** | **
|
291
|
-
**pulp_created__lte** | **
|
292
|
-
**pulp_created__range** | **
|
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<DateTime>**](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
|
|
@@ -35,6 +35,7 @@ require 'pulp_container_client/models/container_tag_response'
|
|
35
35
|
require 'pulp_container_client/models/content_summary'
|
36
36
|
require 'pulp_container_client/models/content_summary_response'
|
37
37
|
require 'pulp_container_client/models/manifest_copy'
|
38
|
+
require 'pulp_container_client/models/media_types_enum'
|
38
39
|
require 'pulp_container_client/models/oci_build_image'
|
39
40
|
require 'pulp_container_client/models/paginated_repository_version_response_list'
|
40
41
|
require 'pulp_container_client/models/paginatedcontainer_blob_response_list'
|
@@ -61,9 +62,9 @@ require 'pulp_container_client/models/un_tag_image'
|
|
61
62
|
|
62
63
|
# APIs
|
63
64
|
require 'pulp_container_client/api/content_blobs_api'
|
64
|
-
require 'pulp_container_client/api/content_guards_content_redirect_api'
|
65
65
|
require 'pulp_container_client/api/content_manifests_api'
|
66
66
|
require 'pulp_container_client/api/content_tags_api'
|
67
|
+
require 'pulp_container_client/api/contentguards_content_redirect_api'
|
67
68
|
require 'pulp_container_client/api/distributions_container_api'
|
68
69
|
require 'pulp_container_client/api/pulp_container_namespaces_api'
|
69
70
|
require 'pulp_container_client/api/remotes_container_api'
|
@@ -22,15 +22,15 @@ module PulpContainerClient
|
|
22
22
|
# List blobs
|
23
23
|
# ViewSet for Blobs.
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
|
-
# @option opts [String] :digest digest
|
26
|
-
# @option opts [String] :digest__in
|
25
|
+
# @option opts [String] :digest Filter results where digest matches value
|
26
|
+
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
27
27
|
# @option opts [Integer] :limit Number of results to return per page.
|
28
|
-
# @option opts [String] :media_type
|
28
|
+
# @option opts [String] :media_type
|
29
29
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
30
30
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
31
|
-
# @option opts [String] :repository_version
|
32
|
-
# @option opts [String] :repository_version_added
|
33
|
-
# @option opts [String] :repository_version_removed
|
31
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
32
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
33
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
34
34
|
# @option opts [String] :fields A list of fields to include in the response.
|
35
35
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
36
36
|
# @return [PaginatedcontainerBlobResponseList]
|
@@ -42,15 +42,15 @@ module PulpContainerClient
|
|
42
42
|
# List blobs
|
43
43
|
# ViewSet for Blobs.
|
44
44
|
# @param [Hash] opts the optional parameters
|
45
|
-
# @option opts [String] :digest digest
|
46
|
-
# @option opts [String] :digest__in
|
45
|
+
# @option opts [String] :digest Filter results where digest matches value
|
46
|
+
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
47
47
|
# @option opts [Integer] :limit Number of results to return per page.
|
48
|
-
# @option opts [String] :media_type
|
48
|
+
# @option opts [String] :media_type
|
49
49
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
50
50
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
51
|
-
# @option opts [String] :repository_version
|
52
|
-
# @option opts [String] :repository_version_added
|
53
|
-
# @option opts [String] :repository_version_removed
|
51
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
52
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
53
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
54
54
|
# @option opts [String] :fields A list of fields to include in the response.
|
55
55
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
56
56
|
# @return [Array<(PaginatedcontainerBlobResponseList, Integer, Hash)>] PaginatedcontainerBlobResponseList data, response status code and response headers
|
@@ -58,7 +58,7 @@ module PulpContainerClient
|
|
58
58
|
if @api_client.config.debugging
|
59
59
|
@api_client.config.logger.debug 'Calling API: ContentBlobsApi.list ...'
|
60
60
|
end
|
61
|
-
allowable_values = ["application/vnd.docker.container.image.v1+json", "application/vnd.docker.image.rootfs.diff.tar.gzip", "application/vnd.docker.image.rootfs.foreign.diff.tar.gzip", "application/vnd.oci.image.config.v1+json", "application/vnd.oci.image.layer.v1.tar+gzip", "application/vnd.oci.image.layer.
|
61
|
+
allowable_values = ["application/vnd.docker.container.image.v1+json", "application/vnd.docker.image.rootfs.diff.tar.gzip", "application/vnd.docker.image.rootfs.foreign.diff.tar.gzip", "application/vnd.oci.image.config.v1+json", "application/vnd.oci.image.layer.nondistributable.v1.tar+gzip", "application/vnd.oci.image.layer.v1.tar+gzip"]
|
62
62
|
if @api_client.config.client_side_validation && opts[:'media_type'] && !allowable_values.include?(opts[:'media_type'])
|
63
63
|
fail ArgumentError, "invalid value for \"media_type\", must be one of #{allowable_values}"
|
64
64
|
end
|
@@ -68,7 +68,7 @@ module PulpContainerClient
|
|
68
68
|
# query parameters
|
69
69
|
query_params = opts[:query_params] || {}
|
70
70
|
query_params[:'digest'] = opts[:'digest'] if !opts[:'digest'].nil?
|
71
|
-
query_params[:'digest__in'] = opts[:'digest__in'] if !opts[:'digest__in'].nil?
|
71
|
+
query_params[:'digest__in'] = @api_client.build_collection_param(opts[:'digest__in'], :csv) if !opts[:'digest__in'].nil?
|
72
72
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
73
73
|
query_params[:'media_type'] = opts[:'media_type'] if !opts[:'media_type'].nil?
|
74
74
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|