pulp_python_client 3.7.3 → 3.8.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 +5 -4
- data/docs/ContentPackagesApi.md +8 -8
- data/docs/DistributionsPypiApi.md +12 -12
- data/docs/PatchedpythonPythonDistribution.md +1 -1
- data/docs/PatchedpythonPythonRemote.md +1 -1
- data/docs/PatchedpythonPythonRepository.md +1 -1
- data/docs/PublicationsPypiApi.md +10 -10
- data/docs/PypiApi.md +4 -4
- data/docs/PypiMetadataApi.md +4 -4
- data/docs/PypiSimpleApi.md +8 -8
- data/docs/PythonPythonDistribution.md +1 -1
- data/docs/PythonPythonDistributionResponse.md +1 -1
- data/docs/PythonPythonRemote.md +1 -1
- data/docs/PythonPythonRemoteResponse.md +3 -1
- data/docs/PythonPythonRemoteResponseHiddenFields.md +19 -0
- data/docs/PythonPythonRepository.md +1 -1
- data/docs/PythonPythonRepositoryResponse.md +1 -1
- data/docs/RemotesPythonApi.md +12 -12
- data/docs/RepositoriesPythonApi.md +11 -11
- data/docs/RepositoriesPythonVersionsApi.md +12 -12
- data/lib/pulp_python_client/api/content_packages_api.rb +13 -13
- data/lib/pulp_python_client/api/distributions_pypi_api.rb +17 -17
- data/lib/pulp_python_client/api/publications_pypi_api.rb +15 -15
- data/lib/pulp_python_client/api/pypi_api.rb +6 -6
- data/lib/pulp_python_client/api/pypi_metadata_api.rb +6 -6
- data/lib/pulp_python_client/api/pypi_simple_api.rb +12 -12
- data/lib/pulp_python_client/api/remotes_python_api.rb +17 -17
- data/lib/pulp_python_client/api/repositories_python_api.rb +15 -15
- data/lib/pulp_python_client/api/repositories_python_versions_api.rb +17 -17
- data/lib/pulp_python_client/models/patchedpython_python_distribution.rb +4 -2
- data/lib/pulp_python_client/models/patchedpython_python_remote.rb +4 -2
- data/lib/pulp_python_client/models/patchedpython_python_repository.rb +4 -2
- data/lib/pulp_python_client/models/python_python_distribution.rb +4 -2
- data/lib/pulp_python_client/models/python_python_distribution_response.rb +4 -2
- data/lib/pulp_python_client/models/python_python_remote.rb +4 -2
- data/lib/pulp_python_client/models/python_python_remote_response.rb +17 -3
- data/lib/pulp_python_client/models/python_python_remote_response_hidden_fields.rb +215 -0
- data/lib/pulp_python_client/models/python_python_repository.rb +4 -2
- data/lib/pulp_python_client/models/python_python_repository_response.rb +4 -2
- data/lib/pulp_python_client/version.rb +1 -1
- data/lib/pulp_python_client.rb +1 -0
- data/spec/api/content_packages_api_spec.rb +4 -4
- data/spec/api/distributions_pypi_api_spec.rb +6 -6
- data/spec/api/publications_pypi_api_spec.rb +5 -5
- data/spec/api/pypi_api_spec.rb +2 -2
- data/spec/api/pypi_metadata_api_spec.rb +2 -2
- data/spec/api/pypi_simple_api_spec.rb +4 -4
- data/spec/api/remotes_python_api_spec.rb +6 -6
- data/spec/api/repositories_python_api_spec.rb +5 -5
- data/spec/api/repositories_python_versions_api_spec.rb +6 -6
- data/spec/models/python_python_remote_response_hidden_fields_spec.rb +47 -0
- data/spec/models/python_python_remote_response_spec.rb +6 -0
- metadata +35 -31
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba607845ee5d703aee03b83029f17d9822f79ba91a5796deb8ea9abc509c066f
|
4
|
+
data.tar.gz: daf8db21d0c7cdf9e91abc3def12a08ebe83430026cefa64b9e68227452cb77f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a391cffd127cc0447d65b60ada2e61347f776e87f2668cfddf6a84644cb9b0a886dcda2b84a7b13fe125f229d88fde762c593bd7bb8ddb75fd178e870a10d870
|
7
|
+
data.tar.gz: dc5fe0e00f89225dcba4bbd0b40f06035c90932f0cfa9bb27bd37bedb72287e00ed0ecc224d2ac4c05deda24711ff58835001e0eb43f5912afd20379b46fa107
|
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.8.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_python_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_python_client-3.
|
27
|
+
gem install ./pulp_python_client-3.8.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_python_client-3.
|
30
|
+
(for development, run `gem install --dev ./pulp_python_client-3.8.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_python_client', '~> 3.
|
36
|
+
gem 'pulp_python_client', '~> 3.8.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -179,6 +179,7 @@ Class | Method | HTTP request | Description
|
|
179
179
|
- [PulpPythonClient::PythonPythonPublicationResponse](docs/PythonPythonPublicationResponse.md)
|
180
180
|
- [PulpPythonClient::PythonPythonRemote](docs/PythonPythonRemote.md)
|
181
181
|
- [PulpPythonClient::PythonPythonRemoteResponse](docs/PythonPythonRemoteResponse.md)
|
182
|
+
- [PulpPythonClient::PythonPythonRemoteResponseHiddenFields](docs/PythonPythonRemoteResponseHiddenFields.md)
|
182
183
|
- [PulpPythonClient::PythonPythonRepository](docs/PythonPythonRepository.md)
|
183
184
|
- [PulpPythonClient::PythonPythonRepositoryResponse](docs/PythonPythonRepositoryResponse.md)
|
184
185
|
- [PulpPythonClient::Repair](docs/Repair.md)
|
data/docs/ContentPackagesApi.md
CHANGED
@@ -161,8 +161,8 @@ opts = {
|
|
161
161
|
requires_python__in: ['requires_python__in_example'], # Array<String> | Filter results where requires_python is in a comma-separated list of values
|
162
162
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
163
163
|
sha256__in: ['sha256__in_example'], # Array<String> | Filter results where sha256 is in a comma-separated list of values
|
164
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
165
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
164
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
165
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
166
166
|
}
|
167
167
|
|
168
168
|
begin
|
@@ -201,8 +201,8 @@ Name | Type | Description | Notes
|
|
201
201
|
**requires_python__in** | [**Array<String>**](String.md)| Filter results where requires_python is in a comma-separated list of values | [optional]
|
202
202
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
203
203
|
**sha256__in** | [**Array<String>**](String.md)| Filter results where sha256 is in a comma-separated list of values | [optional]
|
204
|
-
**fields** | **String
|
205
|
-
**exclude_fields** | **String
|
204
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
205
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
206
206
|
|
207
207
|
### Return type
|
208
208
|
|
@@ -241,8 +241,8 @@ end
|
|
241
241
|
api_instance = PulpPythonClient::ContentPackagesApi.new
|
242
242
|
python_python_package_content_href = 'python_python_package_content_href_example' # String |
|
243
243
|
opts = {
|
244
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
245
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
244
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
245
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
246
246
|
}
|
247
247
|
|
248
248
|
begin
|
@@ -260,8 +260,8 @@ end
|
|
260
260
|
Name | Type | Description | Notes
|
261
261
|
------------- | ------------- | ------------- | -------------
|
262
262
|
**python_python_package_content_href** | **String**| |
|
263
|
-
**fields** | **String
|
264
|
-
**exclude_fields** | **String
|
263
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
264
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
265
265
|
|
266
266
|
### Return type
|
267
267
|
|
@@ -141,12 +141,12 @@ end
|
|
141
141
|
|
142
142
|
api_instance = PulpPythonClient::DistributionsPypiApi.new
|
143
143
|
opts = {
|
144
|
-
base_path: 'base_path_example', # String |
|
144
|
+
base_path: 'base_path_example', # String | Filter results where base_path matches value
|
145
145
|
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
146
146
|
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
147
147
|
base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
|
148
148
|
limit: 56, # Integer | Number of results to return per page.
|
149
|
-
name: 'name_example', # String |
|
149
|
+
name: 'name_example', # String | Filter results where name matches value
|
150
150
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
151
151
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
152
152
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
@@ -155,8 +155,8 @@ opts = {
|
|
155
155
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
156
156
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
157
157
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
158
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
159
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
158
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
159
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
160
160
|
}
|
161
161
|
|
162
162
|
begin
|
@@ -173,12 +173,12 @@ end
|
|
173
173
|
|
174
174
|
Name | Type | Description | Notes
|
175
175
|
------------- | ------------- | ------------- | -------------
|
176
|
-
**base_path** | **String**|
|
176
|
+
**base_path** | **String**| Filter results where base_path matches value | [optional]
|
177
177
|
**base_path__contains** | **String**| Filter results where base_path contains value | [optional]
|
178
178
|
**base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
|
179
179
|
**base_path__in** | [**Array<String>**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
|
180
180
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
181
|
-
**name** | **String**|
|
181
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
182
182
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
183
183
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
184
184
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
@@ -187,8 +187,8 @@ Name | Type | Description | Notes
|
|
187
187
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
188
188
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
189
189
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
190
|
-
**fields** | **String
|
191
|
-
**exclude_fields** | **String
|
190
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
191
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
192
192
|
|
193
193
|
### Return type
|
194
194
|
|
@@ -282,8 +282,8 @@ end
|
|
282
282
|
api_instance = PulpPythonClient::DistributionsPypiApi.new
|
283
283
|
python_python_distribution_href = 'python_python_distribution_href_example' # String |
|
284
284
|
opts = {
|
285
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
286
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
285
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
286
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
287
287
|
}
|
288
288
|
|
289
289
|
begin
|
@@ -301,8 +301,8 @@ end
|
|
301
301
|
Name | Type | Description | Notes
|
302
302
|
------------- | ------------- | ------------- | -------------
|
303
303
|
**python_python_distribution_href** | **String**| |
|
304
|
-
**fields** | **String
|
305
|
-
**exclude_fields** | **String
|
304
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
305
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
306
306
|
|
307
307
|
### Return type
|
308
308
|
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
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
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
9
|
-
**pulp_labels** |
|
9
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
11
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
12
12
|
**publication** | **String** | Publication to be served | [optional]
|
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
15
15
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
16
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
17
17
|
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
18
|
-
**pulp_labels** |
|
18
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
21
21
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'on_demand' is the default. | [optional]
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_labels** |
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
8
|
**name** | **String** | A unique name for this repository. | [optional]
|
9
9
|
**description** | **String** | An optional description. | [optional]
|
10
10
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
|
data/docs/PublicationsPypiApi.md
CHANGED
@@ -143,7 +143,7 @@ opts = {
|
|
143
143
|
limit: 56, # Integer | Number of results to return per page.
|
144
144
|
offset: 56, # Integer | The initial index from which to return the results.
|
145
145
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
146
|
-
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime |
|
146
|
+
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
147
147
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
148
148
|
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
|
149
149
|
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
@@ -151,8 +151,8 @@ opts = {
|
|
151
151
|
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
|
152
152
|
repository: 'repository_example', # String | Repository referenced by HREF
|
153
153
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
154
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
155
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
154
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
155
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
156
156
|
}
|
157
157
|
|
158
158
|
begin
|
@@ -174,7 +174,7 @@ Name | Type | Description | Notes
|
|
174
174
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
175
175
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
176
176
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
177
|
-
**pulp_created** | **DateTime**|
|
177
|
+
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
178
178
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
179
179
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
180
180
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
@@ -182,8 +182,8 @@ Name | Type | Description | Notes
|
|
182
182
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
183
183
|
**repository** | **String**| Repository referenced by HREF | [optional]
|
184
184
|
**repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
|
185
|
-
**fields** | **String
|
186
|
-
**exclude_fields** | **String
|
185
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
186
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
187
187
|
|
188
188
|
### Return type
|
189
189
|
|
@@ -222,8 +222,8 @@ end
|
|
222
222
|
api_instance = PulpPythonClient::PublicationsPypiApi.new
|
223
223
|
python_python_publication_href = 'python_python_publication_href_example' # String |
|
224
224
|
opts = {
|
225
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
226
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
225
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
226
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
227
227
|
}
|
228
228
|
|
229
229
|
begin
|
@@ -241,8 +241,8 @@ end
|
|
241
241
|
Name | Type | Description | Notes
|
242
242
|
------------- | ------------- | ------------- | -------------
|
243
243
|
**python_python_publication_href** | **String**| |
|
244
|
-
**fields** | **String
|
245
|
-
**exclude_fields** | **String
|
244
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
245
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
246
246
|
|
247
247
|
### Return type
|
248
248
|
|
data/docs/PypiApi.md
CHANGED
@@ -25,8 +25,8 @@ require 'pulp_python_client'
|
|
25
25
|
api_instance = PulpPythonClient::PypiApi.new
|
26
26
|
path = 'path_example' # String |
|
27
27
|
opts = {
|
28
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
29
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
28
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
29
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
30
30
|
}
|
31
31
|
|
32
32
|
begin
|
@@ -44,8 +44,8 @@ end
|
|
44
44
|
Name | Type | Description | Notes
|
45
45
|
------------- | ------------- | ------------- | -------------
|
46
46
|
**path** | **String**| |
|
47
|
-
**fields** | **String
|
48
|
-
**exclude_fields** | **String
|
47
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
48
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
49
49
|
|
50
50
|
### Return type
|
51
51
|
|
data/docs/PypiMetadataApi.md
CHANGED
@@ -26,8 +26,8 @@ api_instance = PulpPythonClient::PypiMetadataApi.new
|
|
26
26
|
meta = 'meta_example' # String |
|
27
27
|
path = 'path_example' # String |
|
28
28
|
opts = {
|
29
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
30
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
29
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
30
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
31
31
|
}
|
32
32
|
|
33
33
|
begin
|
@@ -46,8 +46,8 @@ Name | Type | Description | Notes
|
|
46
46
|
------------- | ------------- | ------------- | -------------
|
47
47
|
**meta** | **String**| |
|
48
48
|
**path** | **String**| |
|
49
|
-
**fields** | **String
|
50
|
-
**exclude_fields** | **String
|
49
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
50
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
51
51
|
|
52
52
|
### Return type
|
53
53
|
|
data/docs/PypiSimpleApi.md
CHANGED
@@ -94,8 +94,8 @@ end
|
|
94
94
|
api_instance = PulpPythonClient::PypiSimpleApi.new
|
95
95
|
path = 'path_example' # String |
|
96
96
|
opts = {
|
97
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
98
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
97
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
98
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
99
99
|
}
|
100
100
|
|
101
101
|
begin
|
@@ -112,8 +112,8 @@ end
|
|
112
112
|
Name | Type | Description | Notes
|
113
113
|
------------- | ------------- | ------------- | -------------
|
114
114
|
**path** | **String**| |
|
115
|
-
**fields** | **String
|
116
|
-
**exclude_fields** | **String
|
115
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
116
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
117
117
|
|
118
118
|
### Return type
|
119
119
|
|
@@ -153,8 +153,8 @@ api_instance = PulpPythonClient::PypiSimpleApi.new
|
|
153
153
|
package = 'package_example' # String |
|
154
154
|
path = 'path_example' # String |
|
155
155
|
opts = {
|
156
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
157
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
156
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
157
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
158
158
|
}
|
159
159
|
|
160
160
|
begin
|
@@ -172,8 +172,8 @@ Name | Type | Description | Notes
|
|
172
172
|
------------- | ------------- | ------------- | -------------
|
173
173
|
**package** | **String**| |
|
174
174
|
**path** | **String**| |
|
175
|
-
**fields** | **String
|
176
|
-
**exclude_fields** | **String
|
175
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
176
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
177
177
|
|
178
178
|
### Return type
|
179
179
|
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
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\") |
|
8
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
9
|
-
**pulp_labels** |
|
9
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
11
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
12
12
|
**publication** | **String** | Publication to be served | [optional]
|
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
|
|
9
9
|
**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\") |
|
10
10
|
**base_url** | **String** | | [optional] [readonly]
|
11
11
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
12
|
-
**pulp_labels** |
|
12
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
13
13
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
14
14
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
15
15
|
**publication** | **String** | Publication to be served | [optional]
|
data/docs/PythonPythonRemote.md
CHANGED
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
15
15
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
16
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
17
17
|
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
18
|
-
**pulp_labels** |
|
18
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
21
21
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'on_demand' is the default. | [optional]
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
12
12
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
13
13
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
14
14
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
15
|
-
**pulp_labels** |
|
15
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
16
16
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
17
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
18
18
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
|
|
23
23
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
24
24
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
25
25
|
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
26
|
+
**hidden_fields** | [**Array<PythonPythonRemoteResponseHiddenFields>**](PythonPythonRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
26
27
|
**includes** | [**Object**](.md) | A JSON list containing project specifiers for Python packages to include. | [optional]
|
27
28
|
**excludes** | [**Object**](.md) | A JSON list containing project specifiers for Python packages to exclude. | [optional]
|
28
29
|
**prereleases** | **Boolean** | Whether or not to include pre-release packages in the sync. | [optional]
|
@@ -54,6 +55,7 @@ instance = PulpPythonClient::PythonPythonRemoteResponse.new(pulp_href: null,
|
|
54
55
|
sock_read_timeout: null,
|
55
56
|
headers: null,
|
56
57
|
rate_limit: null,
|
58
|
+
hidden_fields: null,
|
57
59
|
includes: null,
|
58
60
|
excludes: null,
|
59
61
|
prereleases: null,
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# PulpPythonClient::PythonPythonRemoteResponseHiddenFields
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**name** | **String** | | [optional]
|
8
|
+
**is_set** | **Boolean** | | [optional]
|
9
|
+
|
10
|
+
## Code Sample
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'PulpPythonClient'
|
14
|
+
|
15
|
+
instance = PulpPythonClient::PythonPythonRemoteResponseHiddenFields.new(name: null,
|
16
|
+
is_set: null)
|
17
|
+
```
|
18
|
+
|
19
|
+
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_labels** |
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
8
|
**name** | **String** | A unique name for this repository. |
|
9
9
|
**description** | **String** | An optional description. | [optional]
|
10
10
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
9
|
**versions_href** | **String** | | [optional] [readonly]
|
10
|
-
**pulp_labels** |
|
10
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
11
|
**latest_version_href** | **String** | | [optional] [readonly]
|
12
12
|
**name** | **String** | A unique name for this repository. |
|
13
13
|
**description** | **String** | An optional description. | [optional]
|
data/docs/RemotesPythonApi.md
CHANGED
@@ -202,7 +202,7 @@ end
|
|
202
202
|
api_instance = PulpPythonClient::RemotesPythonApi.new
|
203
203
|
opts = {
|
204
204
|
limit: 56, # Integer | Number of results to return per page.
|
205
|
-
name: 'name_example', # String |
|
205
|
+
name: 'name_example', # String | Filter results where name matches value
|
206
206
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
207
207
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
208
208
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
@@ -210,14 +210,14 @@ opts = {
|
|
210
210
|
offset: 56, # Integer | The initial index from which to return the results.
|
211
211
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
212
212
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
213
|
-
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime |
|
213
|
+
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
|
214
214
|
pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
|
215
215
|
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
|
216
216
|
pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
|
217
217
|
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
|
218
218
|
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
|
219
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
220
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
219
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
220
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
221
221
|
}
|
222
222
|
|
223
223
|
begin
|
@@ -235,7 +235,7 @@ end
|
|
235
235
|
Name | Type | Description | Notes
|
236
236
|
------------- | ------------- | ------------- | -------------
|
237
237
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
238
|
-
**name** | **String**|
|
238
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
239
239
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
240
240
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
241
241
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
@@ -243,14 +243,14 @@ Name | Type | Description | Notes
|
|
243
243
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
244
244
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
245
245
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
246
|
-
**pulp_last_updated** | **DateTime**|
|
246
|
+
**pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
|
247
247
|
**pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
|
248
248
|
**pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
|
249
249
|
**pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
|
250
250
|
**pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
251
251
|
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
252
|
-
**fields** | **String
|
253
|
-
**exclude_fields** | **String
|
252
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
253
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
254
254
|
|
255
255
|
### Return type
|
256
256
|
|
@@ -344,8 +344,8 @@ end
|
|
344
344
|
api_instance = PulpPythonClient::RemotesPythonApi.new
|
345
345
|
python_python_remote_href = 'python_python_remote_href_example' # String |
|
346
346
|
opts = {
|
347
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
348
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
347
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
348
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
349
349
|
}
|
350
350
|
|
351
351
|
begin
|
@@ -363,8 +363,8 @@ end
|
|
363
363
|
Name | Type | Description | Notes
|
364
364
|
------------- | ------------- | ------------- | -------------
|
365
365
|
**python_python_remote_href** | **String**| |
|
366
|
-
**fields** | **String
|
367
|
-
**exclude_fields** | **String
|
366
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
367
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
368
368
|
|
369
369
|
### Return type
|
370
370
|
|
@@ -144,7 +144,7 @@ end
|
|
144
144
|
api_instance = PulpPythonClient::RepositoriesPythonApi.new
|
145
145
|
opts = {
|
146
146
|
limit: 56, # Integer | Number of results to return per page.
|
147
|
-
name: 'name_example', # String |
|
147
|
+
name: 'name_example', # String | Filter results where name matches value
|
148
148
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
149
149
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
150
150
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
@@ -153,8 +153,8 @@ opts = {
|
|
153
153
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
154
154
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
155
155
|
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
156
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
157
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
156
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
157
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
158
158
|
}
|
159
159
|
|
160
160
|
begin
|
@@ -172,7 +172,7 @@ end
|
|
172
172
|
Name | Type | Description | Notes
|
173
173
|
------------- | ------------- | ------------- | -------------
|
174
174
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
175
|
-
**name** | **String**|
|
175
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
176
176
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
177
177
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
178
178
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
@@ -180,9 +180,9 @@ Name | Type | Description | Notes
|
|
180
180
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
181
181
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
182
182
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
183
|
-
**remote** |
|
184
|
-
**fields** | **String
|
185
|
-
**exclude_fields** | **String
|
183
|
+
**remote** | **String**| Foreign Key referenced by HREF | [optional]
|
184
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
185
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
186
186
|
|
187
187
|
### Return type
|
188
188
|
|
@@ -331,8 +331,8 @@ end
|
|
331
331
|
api_instance = PulpPythonClient::RepositoriesPythonApi.new
|
332
332
|
python_python_repository_href = 'python_python_repository_href_example' # String |
|
333
333
|
opts = {
|
334
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
335
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
334
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
335
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
336
336
|
}
|
337
337
|
|
338
338
|
begin
|
@@ -350,8 +350,8 @@ end
|
|
350
350
|
Name | Type | Description | Notes
|
351
351
|
------------- | ------------- | ------------- | -------------
|
352
352
|
**python_python_repository_href** | **String**| |
|
353
|
-
**fields** | **String
|
354
|
-
**exclude_fields** | **String
|
353
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
354
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
355
355
|
|
356
356
|
### Return type
|
357
357
|
|