pulp_container_client 2.14.13 → 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.
- checksums.yaml +4 -4
- data/README.md +7 -10
- data/docs/ContainerContainerDistribution.md +7 -7
- data/docs/ContainerContainerDistributionResponse.md +9 -9
- data/docs/ContainerContainerPushRepository.md +7 -7
- data/docs/ContainerContainerPushRepositoryResponse.md +11 -11
- data/docs/ContainerContainerRemote.md +2 -2
- data/docs/ContainerContainerRemoteResponse.md +2 -4
- data/docs/ContainerContainerRepository.md +2 -2
- data/docs/ContainerContainerRepositoryResponse.md +2 -2
- data/docs/ContentBlobsApi.md +10 -14
- data/docs/ContentManifestsApi.md +12 -16
- data/docs/ContentSignaturesApi.md +10 -14
- data/docs/ContentTagsApi.md +12 -16
- data/docs/DistributionsContainerApi.md +22 -30
- data/docs/PatchedcontainerContainerDistribution.md +7 -7
- data/docs/PatchedcontainerContainerPushRepository.md +7 -7
- data/docs/PatchedcontainerContainerRemote.md +2 -2
- data/docs/PatchedcontainerContainerRepository.md +2 -2
- data/docs/PulpContainerNamespacesApi.md +18 -22
- data/docs/RemotesContainerApi.md +22 -26
- data/docs/RepositoriesContainerApi.md +21 -41
- data/docs/RepositoriesContainerPushApi.md +21 -41
- data/docs/RepositoriesContainerPushVersionsApi.md +14 -16
- data/docs/RepositoriesContainerVersionsApi.md +14 -16
- data/lib/pulp_container_client/api/content_blobs_api.rb +15 -21
- data/lib/pulp_container_client/api/content_manifests_api.rb +17 -23
- data/lib/pulp_container_client/api/content_signatures_api.rb +15 -21
- data/lib/pulp_container_client/api/content_tags_api.rb +17 -23
- data/lib/pulp_container_client/api/distributions_container_api.rb +31 -43
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +27 -33
- data/lib/pulp_container_client/api/remotes_container_api.rb +31 -37
- data/lib/pulp_container_client/api/repositories_container_api.rb +29 -59
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +29 -59
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +19 -22
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +19 -22
- data/lib/pulp_container_client/models/container_container_distribution.rb +48 -50
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +38 -40
- data/lib/pulp_container_client/models/container_container_push_repository.rb +25 -27
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +47 -49
- data/lib/pulp_container_client/models/container_container_remote.rb +3 -5
- data/lib/pulp_container_client/models/container_container_remote_response.rb +4 -18
- data/lib/pulp_container_client/models/container_container_repository.rb +3 -5
- data/lib/pulp_container_client/models/container_container_repository_response.rb +3 -5
- data/lib/pulp_container_client/models/nested_role.rb +0 -19
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +39 -41
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +25 -27
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +3 -5
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +3 -5
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +0 -1
- data/spec/api/content_blobs_api_spec.rb +5 -7
- data/spec/api/content_manifests_api_spec.rb +6 -8
- data/spec/api/content_signatures_api_spec.rb +5 -7
- data/spec/api/content_tags_api_spec.rb +6 -8
- data/spec/api/distributions_container_api_spec.rb +11 -15
- data/spec/api/pulp_container_namespaces_api_spec.rb +9 -11
- data/spec/api/remotes_container_api_spec.rb +11 -13
- data/spec/api/repositories_container_api_spec.rb +10 -20
- data/spec/api/repositories_container_push_api_spec.rb +10 -20
- data/spec/api/repositories_container_push_versions_api_spec.rb +7 -8
- data/spec/api/repositories_container_versions_api_spec.rb +7 -8
- data/spec/models/container_container_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_push_repository_response_spec.rb +8 -8
- data/spec/models/container_container_push_repository_spec.rb +5 -5
- data/spec/models/container_container_remote_response_spec.rb +0 -6
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- metadata +46 -50
- data/docs/ContainerContainerRemoteResponseHiddenFields.md +0 -19
- data/lib/pulp_container_client/models/container_container_remote_response_hidden_fields.rb +0 -215
- data/spec/models/container_container_remote_response_hidden_fields_spec.rb +0 -47
|
@@ -97,27 +97,17 @@ end
|
|
|
97
97
|
api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
|
|
98
98
|
opts = {
|
|
99
99
|
limit: 56, # Integer | Number of results to return per page.
|
|
100
|
-
name: 'name_example', # String |
|
|
100
|
+
name: 'name_example', # String |
|
|
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
|
|
104
104
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
105
105
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
106
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
107
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
108
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
106
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
109
107
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
110
108
|
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
|
|
114
|
-
retain_repo_versions__isnull: true, # Boolean | Filter results where retain_repo_versions has a null value
|
|
115
|
-
retain_repo_versions__lt: 56, # Integer | Filter results where retain_repo_versions is less than value
|
|
116
|
-
retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
|
|
117
|
-
retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
|
|
118
|
-
retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
|
|
119
|
-
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
120
|
-
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.
|
|
121
111
|
}
|
|
122
112
|
|
|
123
113
|
begin
|
|
@@ -135,27 +125,17 @@ end
|
|
|
135
125
|
Name | Type | Description | Notes
|
|
136
126
|
------------- | ------------- | ------------- | -------------
|
|
137
127
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
138
|
-
**name** | **String**|
|
|
128
|
+
**name** | **String**| | [optional]
|
|
139
129
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
140
130
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
141
131
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
142
132
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
143
133
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
144
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
145
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
146
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
134
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
147
135
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
148
|
-
**remote** | **String
|
|
149
|
-
**
|
|
150
|
-
**
|
|
151
|
-
**retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
|
|
152
|
-
**retain_repo_versions__isnull** | **Boolean**| Filter results where retain_repo_versions has a null value | [optional]
|
|
153
|
-
**retain_repo_versions__lt** | **Integer**| Filter results where retain_repo_versions is less than value | [optional]
|
|
154
|
-
**retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
|
|
155
|
-
**retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
|
|
156
|
-
**retain_repo_versions__range** | [**Array<Integer>**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
|
|
157
|
-
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
158
|
-
**exclude_fields** | [**Array<String>**](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]
|
|
159
139
|
|
|
160
140
|
### Return type
|
|
161
141
|
|
|
@@ -194,8 +174,8 @@ end
|
|
|
194
174
|
api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
|
|
195
175
|
container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
|
|
196
176
|
opts = {
|
|
197
|
-
fields:
|
|
198
|
-
exclude_fields:
|
|
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.
|
|
199
179
|
}
|
|
200
180
|
|
|
201
181
|
begin
|
|
@@ -212,8 +192,8 @@ end
|
|
|
212
192
|
Name | Type | Description | Notes
|
|
213
193
|
------------- | ------------- | ------------- | -------------
|
|
214
194
|
**container_container_push_repository_href** | **String**| |
|
|
215
|
-
**fields** |
|
|
216
|
-
**exclude_fields** |
|
|
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]
|
|
217
197
|
|
|
218
198
|
### Return type
|
|
219
199
|
|
|
@@ -252,8 +232,8 @@ end
|
|
|
252
232
|
api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
|
|
253
233
|
container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
|
|
254
234
|
opts = {
|
|
255
|
-
fields:
|
|
256
|
-
exclude_fields:
|
|
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.
|
|
257
237
|
}
|
|
258
238
|
|
|
259
239
|
begin
|
|
@@ -270,8 +250,8 @@ end
|
|
|
270
250
|
Name | Type | Description | Notes
|
|
271
251
|
------------- | ------------- | ------------- | -------------
|
|
272
252
|
**container_container_push_repository_href** | **String**| |
|
|
273
|
-
**fields** |
|
|
274
|
-
**exclude_fields** |
|
|
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]
|
|
275
255
|
|
|
276
256
|
### Return type
|
|
277
257
|
|
|
@@ -365,8 +345,8 @@ end
|
|
|
365
345
|
api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
|
|
366
346
|
container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
|
|
367
347
|
opts = {
|
|
368
|
-
fields:
|
|
369
|
-
exclude_fields:
|
|
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.
|
|
370
350
|
}
|
|
371
351
|
|
|
372
352
|
begin
|
|
@@ -384,8 +364,8 @@ end
|
|
|
384
364
|
Name | Type | Description | Notes
|
|
385
365
|
------------- | ------------- | ------------- | -------------
|
|
386
366
|
**container_container_push_repository_href** | **String**| |
|
|
387
|
-
**fields** |
|
|
388
|
-
**exclude_fields** |
|
|
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]
|
|
389
369
|
|
|
390
370
|
### Return type
|
|
391
371
|
|
|
@@ -90,23 +90,22 @@ opts = {
|
|
|
90
90
|
content: 'content_example', # String | Content Unit referenced by HREF
|
|
91
91
|
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
|
92
92
|
limit: 56, # Integer | Number of results to return per page.
|
|
93
|
-
number: 56, # Integer |
|
|
93
|
+
number: 56, # Integer |
|
|
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
|
|
97
97
|
number__lte: 56, # Integer | Filter results where number is less than or equal to value
|
|
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
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
101
|
-
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime |
|
|
100
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
101
|
+
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
|
|
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
|
-
|
|
108
|
-
|
|
109
|
-
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.
|
|
110
109
|
}
|
|
111
110
|
|
|
112
111
|
begin
|
|
@@ -127,23 +126,22 @@ Name | Type | Description | Notes
|
|
|
127
126
|
**content** | **String**| Content Unit referenced by HREF | [optional]
|
|
128
127
|
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
|
129
128
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
130
|
-
**number** | **Integer**|
|
|
129
|
+
**number** | **Integer**| | [optional]
|
|
131
130
|
**number__gt** | **Integer**| Filter results where number is greater than value | [optional]
|
|
132
131
|
**number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
|
|
133
132
|
**number__lt** | **Integer**| Filter results where number is less than value | [optional]
|
|
134
133
|
**number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
|
|
135
134
|
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
|
136
135
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
137
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
138
|
-
**pulp_created** | **DateTime**|
|
|
136
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
137
|
+
**pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
|
|
139
138
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
|
140
139
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
|
141
140
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
|
142
141
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
|
143
142
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
|
144
|
-
**
|
|
145
|
-
**
|
|
146
|
-
**exclude_fields** | [**Array<String>**](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]
|
|
147
145
|
|
|
148
146
|
### Return type
|
|
149
147
|
|
|
@@ -182,8 +180,8 @@ end
|
|
|
182
180
|
api_instance = PulpContainerClient::RepositoriesContainerPushVersionsApi.new
|
|
183
181
|
container_container_push_repository_version_href = 'container_container_push_repository_version_href_example' # String |
|
|
184
182
|
opts = {
|
|
185
|
-
fields:
|
|
186
|
-
exclude_fields:
|
|
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.
|
|
187
185
|
}
|
|
188
186
|
|
|
189
187
|
begin
|
|
@@ -201,8 +199,8 @@ end
|
|
|
201
199
|
Name | Type | Description | Notes
|
|
202
200
|
------------- | ------------- | ------------- | -------------
|
|
203
201
|
**container_container_push_repository_version_href** | **String**| |
|
|
204
|
-
**fields** |
|
|
205
|
-
**exclude_fields** |
|
|
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]
|
|
206
204
|
|
|
207
205
|
### Return type
|
|
208
206
|
|
|
@@ -90,23 +90,22 @@ opts = {
|
|
|
90
90
|
content: 'content_example', # String | Content Unit referenced by HREF
|
|
91
91
|
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
|
92
92
|
limit: 56, # Integer | Number of results to return per page.
|
|
93
|
-
number: 56, # Integer |
|
|
93
|
+
number: 56, # Integer |
|
|
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
|
|
97
97
|
number__lte: 56, # Integer | Filter results where number is less than or equal to value
|
|
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
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
101
|
-
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime |
|
|
100
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
101
|
+
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
|
|
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
|
-
|
|
108
|
-
|
|
109
|
-
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.
|
|
110
109
|
}
|
|
111
110
|
|
|
112
111
|
begin
|
|
@@ -127,23 +126,22 @@ Name | Type | Description | Notes
|
|
|
127
126
|
**content** | **String**| Content Unit referenced by HREF | [optional]
|
|
128
127
|
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
|
129
128
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
130
|
-
**number** | **Integer**|
|
|
129
|
+
**number** | **Integer**| | [optional]
|
|
131
130
|
**number__gt** | **Integer**| Filter results where number is greater than value | [optional]
|
|
132
131
|
**number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
|
|
133
132
|
**number__lt** | **Integer**| Filter results where number is less than value | [optional]
|
|
134
133
|
**number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
|
|
135
134
|
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
|
136
135
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
137
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
138
|
-
**pulp_created** | **DateTime**|
|
|
136
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
137
|
+
**pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
|
|
139
138
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
|
140
139
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
|
141
140
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
|
142
141
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
|
143
142
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
|
144
|
-
**
|
|
145
|
-
**
|
|
146
|
-
**exclude_fields** | [**Array<String>**](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]
|
|
147
145
|
|
|
148
146
|
### Return type
|
|
149
147
|
|
|
@@ -182,8 +180,8 @@ end
|
|
|
182
180
|
api_instance = PulpContainerClient::RepositoriesContainerVersionsApi.new
|
|
183
181
|
container_container_repository_version_href = 'container_container_repository_version_href_example' # String |
|
|
184
182
|
opts = {
|
|
185
|
-
fields:
|
|
186
|
-
exclude_fields:
|
|
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.
|
|
187
185
|
}
|
|
188
186
|
|
|
189
187
|
begin
|
|
@@ -201,8 +199,8 @@ end
|
|
|
201
199
|
Name | Type | Description | Notes
|
|
202
200
|
------------- | ------------- | ------------- | -------------
|
|
203
201
|
**container_container_repository_version_href** | **String**| |
|
|
204
|
-
**fields** |
|
|
205
|
-
**exclude_fields** |
|
|
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]
|
|
206
204
|
|
|
207
205
|
### Return type
|
|
208
206
|
|
|
@@ -26,14 +26,12 @@ module PulpContainerClient
|
|
|
26
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
28
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
29
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
30
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
31
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
29
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
32
30
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
33
31
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
34
32
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
35
|
-
# @option opts [
|
|
36
|
-
# @option opts [
|
|
33
|
+
# @option opts [String] :fields A list of fields to include in the response.
|
|
34
|
+
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
37
35
|
# @return [PaginatedcontainerBlobResponseList]
|
|
38
36
|
def list(opts = {})
|
|
39
37
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
@@ -47,20 +45,18 @@ module PulpContainerClient
|
|
|
47
45
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
|
48
46
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
49
47
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
50
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
51
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
52
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
48
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
53
49
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
54
50
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
55
51
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
56
|
-
# @option opts [
|
|
57
|
-
# @option opts [
|
|
52
|
+
# @option opts [String] :fields A list of fields to include in the response.
|
|
53
|
+
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
58
54
|
# @return [Array<(PaginatedcontainerBlobResponseList, Integer, Hash)>] PaginatedcontainerBlobResponseList data, response status code and response headers
|
|
59
55
|
def list_with_http_info(opts = {})
|
|
60
56
|
if @api_client.config.debugging
|
|
61
57
|
@api_client.config.logger.debug 'Calling API: ContentBlobsApi.list ...'
|
|
62
58
|
end
|
|
63
|
-
allowable_values = ["-digest", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-timestamp_of_interest", "-upstream_id", "digest", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "timestamp_of_interest", "upstream_id"]
|
|
59
|
+
allowable_values = ["-_artifacts", "-config_blob", "-container_manifest", "-content_ptr", "-contentartifact", "-digest", "-group_roles", "-manifest_blobs", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-repositories", "-timestamp_of_interest", "-upstream_id", "-user_roles", "-version_memberships", "_artifacts", "config_blob", "container_manifest", "content_ptr", "contentartifact", "digest", "group_roles", "manifest_blobs", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "repositories", "timestamp_of_interest", "upstream_id", "user_roles", "version_memberships"]
|
|
64
60
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
65
61
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
66
62
|
end
|
|
@@ -74,13 +70,11 @@ module PulpContainerClient
|
|
|
74
70
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
75
71
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
76
72
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
77
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
78
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
79
73
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
80
74
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
|
81
75
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
|
82
|
-
query_params[:'fields'] =
|
|
83
|
-
query_params[:'exclude_fields'] =
|
|
76
|
+
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
77
|
+
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
84
78
|
|
|
85
79
|
# header parameters
|
|
86
80
|
header_params = opts[:header_params] || {}
|
|
@@ -119,8 +113,8 @@ module PulpContainerClient
|
|
|
119
113
|
# ViewSet for Blobs.
|
|
120
114
|
# @param container_blob_href [String]
|
|
121
115
|
# @param [Hash] opts the optional parameters
|
|
122
|
-
# @option opts [
|
|
123
|
-
# @option opts [
|
|
116
|
+
# @option opts [String] :fields A list of fields to include in the response.
|
|
117
|
+
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
124
118
|
# @return [ContainerBlobResponse]
|
|
125
119
|
def read(container_blob_href, opts = {})
|
|
126
120
|
data, _status_code, _headers = read_with_http_info(container_blob_href, opts)
|
|
@@ -131,8 +125,8 @@ module PulpContainerClient
|
|
|
131
125
|
# ViewSet for Blobs.
|
|
132
126
|
# @param container_blob_href [String]
|
|
133
127
|
# @param [Hash] opts the optional parameters
|
|
134
|
-
# @option opts [
|
|
135
|
-
# @option opts [
|
|
128
|
+
# @option opts [String] :fields A list of fields to include in the response.
|
|
129
|
+
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
136
130
|
# @return [Array<(ContainerBlobResponse, Integer, Hash)>] ContainerBlobResponse data, response status code and response headers
|
|
137
131
|
def read_with_http_info(container_blob_href, opts = {})
|
|
138
132
|
if @api_client.config.debugging
|
|
@@ -147,8 +141,8 @@ module PulpContainerClient
|
|
|
147
141
|
|
|
148
142
|
# query parameters
|
|
149
143
|
query_params = opts[:query_params] || {}
|
|
150
|
-
query_params[:'fields'] =
|
|
151
|
-
query_params[:'exclude_fields'] =
|
|
144
|
+
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
145
|
+
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
152
146
|
|
|
153
147
|
# header parameters
|
|
154
148
|
header_params = opts[:header_params] || {}
|
|
@@ -25,16 +25,14 @@ module PulpContainerClient
|
|
|
25
25
|
# @option opts [String] :digest Filter results where digest matches value
|
|
26
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 [Array<String>] :media_type
|
|
28
|
+
# @option opts [Array<String>] :media_type
|
|
29
29
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
30
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
31
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
32
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
30
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
33
31
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
34
32
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
35
33
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
36
|
-
# @option opts [
|
|
37
|
-
# @option opts [
|
|
34
|
+
# @option opts [String] :fields A list of fields to include in the response.
|
|
35
|
+
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
38
36
|
# @return [PaginatedcontainerManifestResponseList]
|
|
39
37
|
def list(opts = {})
|
|
40
38
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
@@ -47,16 +45,14 @@ module PulpContainerClient
|
|
|
47
45
|
# @option opts [String] :digest Filter results where digest matches value
|
|
48
46
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
|
49
47
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
50
|
-
# @option opts [Array<String>] :media_type
|
|
48
|
+
# @option opts [Array<String>] :media_type
|
|
51
49
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
52
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
53
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
54
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
50
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
55
51
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
56
52
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
57
53
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
58
|
-
# @option opts [
|
|
59
|
-
# @option opts [
|
|
54
|
+
# @option opts [String] :fields A list of fields to include in the response.
|
|
55
|
+
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
60
56
|
# @return [Array<(PaginatedcontainerManifestResponseList, Integer, Hash)>] PaginatedcontainerManifestResponseList data, response status code and response headers
|
|
61
57
|
def list_with_http_info(opts = {})
|
|
62
58
|
if @api_client.config.debugging
|
|
@@ -66,7 +62,7 @@ module PulpContainerClient
|
|
|
66
62
|
if @api_client.config.client_side_validation && opts[:'media_type'] && !opts[:'media_type'].all? { |item| allowable_values.include?(item) }
|
|
67
63
|
fail ArgumentError, "invalid value for \"media_type\", must include one of #{allowable_values}"
|
|
68
64
|
end
|
|
69
|
-
allowable_values = ["-digest", "-media_type", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-schema_version", "-timestamp_of_interest", "-upstream_id", "digest", "media_type", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "schema_version", "timestamp_of_interest", "upstream_id"]
|
|
65
|
+
allowable_values = ["-_artifacts", "-blob_manifests", "-blobs", "-config_blob", "-container_manifest", "-content_ptr", "-contentartifact", "-digest", "-group_roles", "-image_manifests", "-listed_manifests", "-manifest_lists", "-media_type", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-repositories", "-schema_version", "-signed_manifests", "-tagged_manifests", "-timestamp_of_interest", "-upstream_id", "-user_roles", "-version_memberships", "_artifacts", "blob_manifests", "blobs", "config_blob", "container_manifest", "content_ptr", "contentartifact", "digest", "group_roles", "image_manifests", "listed_manifests", "manifest_lists", "media_type", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "repositories", "schema_version", "signed_manifests", "tagged_manifests", "timestamp_of_interest", "upstream_id", "user_roles", "version_memberships"]
|
|
70
66
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
71
67
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
72
68
|
end
|
|
@@ -81,13 +77,11 @@ module PulpContainerClient
|
|
|
81
77
|
query_params[:'media_type'] = @api_client.build_collection_param(opts[:'media_type'], :multi) if !opts[:'media_type'].nil?
|
|
82
78
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
83
79
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
84
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
85
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
86
80
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
87
81
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
|
88
82
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
|
89
|
-
query_params[:'fields'] =
|
|
90
|
-
query_params[:'exclude_fields'] =
|
|
83
|
+
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
84
|
+
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
91
85
|
|
|
92
86
|
# header parameters
|
|
93
87
|
header_params = opts[:header_params] || {}
|
|
@@ -126,8 +120,8 @@ module PulpContainerClient
|
|
|
126
120
|
# ViewSet for Manifest.
|
|
127
121
|
# @param container_manifest_href [String]
|
|
128
122
|
# @param [Hash] opts the optional parameters
|
|
129
|
-
# @option opts [
|
|
130
|
-
# @option opts [
|
|
123
|
+
# @option opts [String] :fields A list of fields to include in the response.
|
|
124
|
+
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
131
125
|
# @return [ContainerManifestResponse]
|
|
132
126
|
def read(container_manifest_href, opts = {})
|
|
133
127
|
data, _status_code, _headers = read_with_http_info(container_manifest_href, opts)
|
|
@@ -138,8 +132,8 @@ module PulpContainerClient
|
|
|
138
132
|
# ViewSet for Manifest.
|
|
139
133
|
# @param container_manifest_href [String]
|
|
140
134
|
# @param [Hash] opts the optional parameters
|
|
141
|
-
# @option opts [
|
|
142
|
-
# @option opts [
|
|
135
|
+
# @option opts [String] :fields A list of fields to include in the response.
|
|
136
|
+
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
143
137
|
# @return [Array<(ContainerManifestResponse, Integer, Hash)>] ContainerManifestResponse data, response status code and response headers
|
|
144
138
|
def read_with_http_info(container_manifest_href, opts = {})
|
|
145
139
|
if @api_client.config.debugging
|
|
@@ -154,8 +148,8 @@ module PulpContainerClient
|
|
|
154
148
|
|
|
155
149
|
# query parameters
|
|
156
150
|
query_params = opts[:query_params] || {}
|
|
157
|
-
query_params[:'fields'] =
|
|
158
|
-
query_params[:'exclude_fields'] =
|
|
151
|
+
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
152
|
+
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
159
153
|
|
|
160
154
|
# header parameters
|
|
161
155
|
header_params = opts[:header_params] || {}
|