pulp_file_client 3.58.0 → 3.59.0
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.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/AcsFileApi.md +2 -2
- data/docs/ContentFilesApi.md +2 -2
- data/docs/DistributionsFileApi.md +2 -2
- data/docs/PublicationsFileApi.md +2 -2
- data/docs/RemotesFileApi.md +2 -2
- data/docs/RepositoriesFileApi.md +2 -2
- data/docs/RepositoriesFileVersionsApi.md +2 -2
- data/lib/pulp_file_client/api/acs_file_api.rb +2 -2
- data/lib/pulp_file_client/api/content_files_api.rb +2 -2
- data/lib/pulp_file_client/api/distributions_file_api.rb +2 -2
- data/lib/pulp_file_client/api/publications_file_api.rb +2 -2
- data/lib/pulp_file_client/api/remotes_file_api.rb +2 -2
- data/lib/pulp_file_client/api/repositories_file_api.rb +2 -2
- data/lib/pulp_file_client/api/repositories_file_versions_api.rb +2 -2
- data/lib/pulp_file_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_file_client/models/repository_version_response.rb +1 -1
- data/lib/pulp_file_client/version.rb +1 -1
- data/spec/api/acs_file_api_spec.rb +1 -1
- data/spec/api/content_files_api_spec.rb +1 -1
- data/spec/api/distributions_file_api_spec.rb +1 -1
- data/spec/api/publications_file_api_spec.rb +1 -1
- data/spec/api/remotes_file_api_spec.rb +1 -1
- data/spec/api/repositories_file_api_spec.rb +1 -1
- data/spec/api/repositories_file_versions_api_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bfbda11835f1550b3b670ab627941a48ebe07a7a5873603afea452619458113a
|
|
4
|
+
data.tar.gz: abb62997a0cb6e3e7e6baef37be1b1cdc0be27ec5b6c5921b006cffbd99b7748
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 631797c95ab36c98849c431a3c15afb430b84eaabc1aa8c2250a67291fd6cc9d896c712df3a506155ef88f5462624b064aef8bd8d2179cded2e8f880c6eacefa
|
|
7
|
+
data.tar.gz: c3e941862de27e9fed8816854205b26ff3c4a4b681880824ec762b3e6613e47aa400cab199ed5608b6a2d7fe724418a908e16395b77e6909b168e0169b9fa18e
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: v3
|
|
10
|
-
- Package version: 3.
|
|
10
|
+
- Package version: 3.59.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
13
13
|
|
|
@@ -24,16 +24,16 @@ gem build pulp_file_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_file_client-3.
|
|
27
|
+
gem install ./pulp_file_client-3.59.0.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_file_client-3.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_file_client-3.59.0.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'pulp_file_client', '~> 3.
|
|
36
|
+
gem 'pulp_file_client', '~> 3.59.0'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
data/docs/AcsFileApi.md
CHANGED
|
@@ -215,7 +215,7 @@ opts = {
|
|
|
215
215
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
216
216
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
217
217
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
218
|
-
q: 'q_example', # String |
|
|
218
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
219
219
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
220
220
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
221
221
|
}
|
|
@@ -248,7 +248,7 @@ Name | Type | Description | Notes
|
|
|
248
248
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
249
249
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
250
250
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
251
|
-
**q** | **String**|
|
|
251
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
252
252
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
253
253
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
254
254
|
|
data/docs/ContentFilesApi.md
CHANGED
|
@@ -103,7 +103,7 @@ opts = {
|
|
|
103
103
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
104
104
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
105
105
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
106
|
-
q: 'q_example', # String |
|
|
106
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
107
107
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
|
108
108
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
109
109
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
@@ -133,7 +133,7 @@ Name | Type | Description | Notes
|
|
|
133
133
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
|
134
134
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
135
135
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
136
|
-
**q** | **String**|
|
|
136
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
137
137
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
|
138
138
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
139
139
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
@@ -221,7 +221,7 @@ opts = {
|
|
|
221
221
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
222
222
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
223
223
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
224
|
-
q: 'q_example', # String |
|
|
224
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
225
225
|
repository: 'repository_example', # String | Filter results where repository matches value
|
|
226
226
|
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
|
227
227
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
@@ -262,7 +262,7 @@ Name | Type | Description | Notes
|
|
|
262
262
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
263
263
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
264
264
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
265
|
-
**q** | **String**|
|
|
265
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
266
266
|
**repository** | [**String**](.md)| Filter results where repository matches value | [optional]
|
|
267
267
|
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
|
268
268
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
data/docs/PublicationsFileApi.md
CHANGED
|
@@ -210,7 +210,7 @@ opts = {
|
|
|
210
210
|
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
|
|
211
211
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
212
212
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
213
|
-
q: 'q_example', # String |
|
|
213
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
214
214
|
repository: 'repository_example', # String | Repository referenced by HREF
|
|
215
215
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
216
216
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
@@ -244,7 +244,7 @@ Name | Type | Description | Notes
|
|
|
244
244
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
|
245
245
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
246
246
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
247
|
-
**q** | **String**|
|
|
247
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
248
248
|
**repository** | **String**| Repository referenced by HREF | [optional]
|
|
249
249
|
**repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
|
|
250
250
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
data/docs/RemotesFileApi.md
CHANGED
|
@@ -223,7 +223,7 @@ opts = {
|
|
|
223
223
|
pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
|
|
224
224
|
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
|
|
225
225
|
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
|
|
226
|
-
q: 'q_example', # String |
|
|
226
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
227
227
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
228
228
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
229
229
|
}
|
|
@@ -263,7 +263,7 @@ Name | Type | Description | Notes
|
|
|
263
263
|
**pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
|
|
264
264
|
**pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
|
265
265
|
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
|
266
|
-
**q** | **String**|
|
|
266
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
267
267
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
268
268
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
269
269
|
|
data/docs/RepositoriesFileApi.md
CHANGED
|
@@ -220,7 +220,7 @@ opts = {
|
|
|
220
220
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
221
221
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
222
222
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
223
|
-
q: 'q_example', # String |
|
|
223
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
224
224
|
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
|
225
225
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
|
226
226
|
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
|
@@ -265,7 +265,7 @@ Name | Type | Description | Notes
|
|
|
265
265
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
266
266
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
267
267
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
268
|
-
**q** | **String**|
|
|
268
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
269
269
|
**remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
|
|
270
270
|
**retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
|
|
271
271
|
**retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
|
|
@@ -105,7 +105,7 @@ opts = {
|
|
|
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
107
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
108
|
-
q: 'q_example', # String |
|
|
108
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
109
109
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
110
110
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
111
111
|
}
|
|
@@ -143,7 +143,7 @@ Name | Type | Description | Notes
|
|
|
143
143
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
|
144
144
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
|
145
145
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
146
|
-
**q** | **String**|
|
|
146
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
147
147
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
148
148
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
149
149
|
|
|
@@ -232,7 +232,7 @@ module PulpFileClient
|
|
|
232
232
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
233
233
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
234
234
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
235
|
-
# @option opts [String] :q
|
|
235
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
236
236
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
237
237
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
238
238
|
# @return [PaginatedfileFileAlternateContentSourceResponseList]
|
|
@@ -258,7 +258,7 @@ module PulpFileClient
|
|
|
258
258
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
259
259
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
260
260
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
261
|
-
# @option opts [String] :q
|
|
261
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
262
262
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
263
263
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
264
264
|
# @return [Array<(PaginatedfileFileAlternateContentSourceResponseList, Integer, Hash)>] PaginatedfileFileAlternateContentSourceResponseList data, response status code and response headers
|
|
@@ -116,7 +116,7 @@ module PulpFileClient
|
|
|
116
116
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
117
117
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
118
118
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
119
|
-
# @option opts [String] :q
|
|
119
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
120
120
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
121
121
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
122
122
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
@@ -139,7 +139,7 @@ module PulpFileClient
|
|
|
139
139
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
140
140
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
141
141
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
142
|
-
# @option opts [String] :q
|
|
142
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
143
143
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
144
144
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
145
145
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
@@ -237,7 +237,7 @@ module PulpFileClient
|
|
|
237
237
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
238
238
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
239
239
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
240
|
-
# @option opts [String] :q
|
|
240
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
241
241
|
# @option opts [String] :repository Filter results where repository matches value
|
|
242
242
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
243
243
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
@@ -271,7 +271,7 @@ module PulpFileClient
|
|
|
271
271
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
272
272
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
273
273
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
274
|
-
# @option opts [String] :q
|
|
274
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
275
275
|
# @option opts [String] :repository Filter results where repository matches value
|
|
276
276
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
277
277
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
@@ -229,7 +229,7 @@ module PulpFileClient
|
|
|
229
229
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
230
230
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
231
231
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
232
|
-
# @option opts [String] :q
|
|
232
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
233
233
|
# @option opts [String] :repository Repository referenced by HREF
|
|
234
234
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
235
235
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -256,7 +256,7 @@ module PulpFileClient
|
|
|
256
256
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
257
257
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
258
258
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
259
|
-
# @option opts [String] :q
|
|
259
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
260
260
|
# @option opts [String] :repository Repository referenced by HREF
|
|
261
261
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
262
262
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -239,7 +239,7 @@ module PulpFileClient
|
|
|
239
239
|
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
|
240
240
|
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
|
241
241
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
|
242
|
-
# @option opts [String] :q
|
|
242
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
243
243
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
244
244
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
245
245
|
# @return [PaginatedfileFileRemoteResponseList]
|
|
@@ -272,7 +272,7 @@ module PulpFileClient
|
|
|
272
272
|
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
|
273
273
|
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
|
274
274
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
|
275
|
-
# @option opts [String] :q
|
|
275
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
276
276
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
277
277
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
278
278
|
# @return [Array<(PaginatedfileFileRemoteResponseList, Integer, Hash)>] PaginatedfileFileRemoteResponseList data, response status code and response headers
|
|
@@ -234,7 +234,7 @@ module PulpFileClient
|
|
|
234
234
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
235
235
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
236
236
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
237
|
-
# @option opts [String] :q
|
|
237
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
238
238
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
|
239
239
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
240
240
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
@@ -272,7 +272,7 @@ module PulpFileClient
|
|
|
272
272
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
273
273
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
274
274
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
275
|
-
# @option opts [String] :q
|
|
275
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
276
276
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
|
277
277
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
278
278
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
@@ -103,7 +103,7 @@ module PulpFileClient
|
|
|
103
103
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
104
104
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
105
105
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
106
|
-
# @option opts [String] :q
|
|
106
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
107
107
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
108
108
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
109
109
|
# @return [PaginatedRepositoryVersionResponseList]
|
|
@@ -134,7 +134,7 @@ module PulpFileClient
|
|
|
134
134
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
135
135
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
136
136
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
137
|
-
# @option opts [String] :q
|
|
137
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
138
138
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
139
139
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
140
140
|
# @return [Array<(PaginatedRepositoryVersionResponseList, Integer, Hash)>] PaginatedRepositoryVersionResponseList data, response status code and response headers
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpFileClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class RepositoryAddRemoveContent
|
|
18
18
|
# A list of content units to add to a new repository version. This content is added after remove_content_units are removed.
|
|
19
19
|
attr_accessor :add_content_units
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpFileClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class RepositoryVersionResponse
|
|
18
18
|
attr_accessor :pulp_href
|
|
19
19
|
|
|
@@ -87,7 +87,7 @@ describe 'AcsFileApi' do
|
|
|
87
87
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
88
88
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
89
89
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
90
|
-
# @option opts [String] :q
|
|
90
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
91
91
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
92
92
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
93
93
|
# @return [PaginatedfileFileAlternateContentSourceResponseList]
|
|
@@ -59,7 +59,7 @@ describe 'ContentFilesApi' do
|
|
|
59
59
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
60
60
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
61
61
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
62
|
-
# @option opts [String] :q
|
|
62
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
63
63
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
64
64
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
65
65
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
@@ -92,7 +92,7 @@ describe 'DistributionsFileApi' do
|
|
|
92
92
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
93
93
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
94
94
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
95
|
-
# @option opts [String] :q
|
|
95
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
96
96
|
# @option opts [String] :repository Filter results where repository matches value
|
|
97
97
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
98
98
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
@@ -86,7 +86,7 @@ describe 'PublicationsFileApi' do
|
|
|
86
86
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
87
87
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
88
88
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
89
|
-
# @option opts [String] :q
|
|
89
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
90
90
|
# @option opts [String] :repository Repository referenced by HREF
|
|
91
91
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
92
92
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -94,7 +94,7 @@ describe 'RemotesFileApi' do
|
|
|
94
94
|
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
|
95
95
|
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
|
96
96
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
|
97
|
-
# @option opts [String] :q
|
|
97
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
98
98
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
99
99
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
100
100
|
# @return [PaginatedfileFileRemoteResponseList]
|
|
@@ -89,7 +89,7 @@ describe 'RepositoriesFileApi' do
|
|
|
89
89
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
90
90
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
91
91
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
92
|
-
# @option opts [String] :q
|
|
92
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
93
93
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
|
94
94
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
95
95
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
@@ -67,7 +67,7 @@ describe 'RepositoriesFileVersionsApi' do
|
|
|
67
67
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
68
68
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
69
69
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
70
|
-
# @option opts [String] :q
|
|
70
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
71
71
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
72
72
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
73
73
|
# @return [PaginatedRepositoryVersionResponseList]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_file_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.59.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-08-
|
|
11
|
+
date: 2024-08-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|