pulp_deb_client 2.20.1 → 2.20.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/docs/ContentGenericContentsApi.md +8 -8
- data/docs/ContentInstallerFileIndicesApi.md +8 -8
- data/docs/ContentInstallerPackagesApi.md +8 -8
- data/docs/ContentPackageIndicesApi.md +8 -8
- data/docs/ContentPackageReleaseComponentsApi.md +10 -10
- data/docs/ContentPackagesApi.md +8 -8
- data/docs/ContentReleaseArchitecturesApi.md +9 -9
- data/docs/ContentReleaseComponentsApi.md +9 -9
- data/docs/ContentReleaseFilesApi.md +8 -8
- data/docs/ContentReleasesApi.md +8 -8
- data/docs/DebAptDistribution.md +1 -1
- data/docs/DebAptDistributionResponse.md +1 -1
- data/docs/DebAptRemote.md +1 -1
- data/docs/DebAptRemoteResponse.md +3 -1
- data/docs/DebAptRemoteResponseHiddenFields.md +19 -0
- data/docs/DebAptRepository.md +2 -2
- data/docs/DebAptRepositoryResponse.md +2 -2
- data/docs/DebInstallerFileIndex.md +0 -2
- data/docs/DebInstallerFileIndexResponse.md +0 -2
- data/docs/DebPackageIndex.md +0 -2
- data/docs/DebPackageIndexResponse.md +0 -2
- data/docs/DistributionsAptApi.md +16 -12
- data/docs/PatcheddebAptDistribution.md +1 -1
- data/docs/PatcheddebAptRemote.md +1 -1
- data/docs/PatcheddebAptRepository.md +2 -2
- data/docs/PublicationsAptApi.md +10 -10
- data/docs/PublicationsVerbatimApi.md +10 -10
- data/docs/RemotesAptApi.md +12 -12
- data/docs/RepositoriesAptApi.md +27 -11
- data/docs/RepositoriesAptVersionsApi.md +12 -12
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_packages_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_release_components_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_release_files_api.rb +13 -13
- data/lib/pulp_deb_client/api/content_releases_api.rb +13 -13
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +23 -17
- data/lib/pulp_deb_client/api/publications_apt_api.rb +15 -15
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +15 -15
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +17 -17
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +39 -15
- data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +17 -17
- data/lib/pulp_deb_client/models/deb_apt_distribution.rb +4 -2
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +4 -2
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +4 -2
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +17 -3
- data/lib/pulp_deb_client/models/deb_apt_remote_response_hidden_fields.rb +215 -0
- data/lib/pulp_deb_client/models/deb_apt_repository.rb +5 -3
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +5 -3
- data/lib/pulp_deb_client/models/deb_installer_file_index.rb +1 -16
- data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +1 -16
- data/lib/pulp_deb_client/models/deb_package_index.rb +1 -16
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +1 -16
- data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +4 -2
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +4 -2
- data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +5 -3
- data/lib/pulp_deb_client/models/repository_add_remove_content.rb +2 -2
- data/lib/pulp_deb_client/version.rb +1 -1
- data/lib/pulp_deb_client.rb +1 -0
- data/spec/api/content_generic_contents_api_spec.rb +4 -4
- data/spec/api/content_installer_file_indices_api_spec.rb +4 -4
- data/spec/api/content_installer_packages_api_spec.rb +4 -4
- data/spec/api/content_package_indices_api_spec.rb +4 -4
- data/spec/api/content_package_release_components_api_spec.rb +4 -4
- data/spec/api/content_packages_api_spec.rb +4 -4
- data/spec/api/content_release_architectures_api_spec.rb +4 -4
- data/spec/api/content_release_components_api_spec.rb +4 -4
- data/spec/api/content_release_files_api_spec.rb +4 -4
- data/spec/api/content_releases_api_spec.rb +4 -4
- data/spec/api/distributions_apt_api_spec.rb +8 -6
- data/spec/api/publications_apt_api_spec.rb +5 -5
- data/spec/api/publications_verbatim_api_spec.rb +5 -5
- data/spec/api/remotes_apt_api_spec.rb +6 -6
- data/spec/api/repositories_apt_api_spec.rb +13 -5
- data/spec/api/repositories_apt_versions_api_spec.rb +6 -6
- data/spec/models/deb_apt_remote_response_hidden_fields_spec.rb +47 -0
- data/spec/models/deb_apt_remote_response_spec.rb +6 -0
- data/spec/models/deb_installer_file_index_response_spec.rb +0 -6
- data/spec/models/deb_installer_file_index_spec.rb +0 -6
- data/spec/models/deb_package_index_response_spec.rb +0 -6
- data/spec/models/deb_package_index_spec.rb +0 -6
- metadata +54 -50
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab55f9fff41f2cdbc0bae11cb24c0d4a44e49e1599cc4298f4ba7299b7781f35
|
4
|
+
data.tar.gz: 385f80d9db979f96c712d3d8202ae72ae3c3f3b959e8250dea8cdc44a5679a89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46826fd122eed27511f3c4045b9238f29c9cfab8cfb979596f2ed1854f7d685841131a9dd0b4e16862a1d96b326eb9f3a3f1ac6392c17055466aabc0908c9676
|
7
|
+
data.tar.gz: 9d9d43cf57751a7a38f5b14d9d2062ded5db707285ec34033a95b4c1056a1c1b2dd2d38486fb3d2db11e319b2706c3a37b6c341a5b18a65cc38cffa071857445
|
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: 2.20.
|
10
|
+
- Package version: 2.20.2
|
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_deb_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_deb_client-2.20.
|
27
|
+
gem install ./pulp_deb_client-2.20.2.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_deb_client-2.20.
|
30
|
+
(for development, run `gem install --dev ./pulp_deb_client-2.20.2.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_deb_client', '~> 2.20.
|
36
|
+
gem 'pulp_deb_client', '~> 2.20.2'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -166,6 +166,7 @@ Class | Method | HTTP request | Description
|
|
166
166
|
- [PulpDebClient::DebAptPublicationResponse](docs/DebAptPublicationResponse.md)
|
167
167
|
- [PulpDebClient::DebAptRemote](docs/DebAptRemote.md)
|
168
168
|
- [PulpDebClient::DebAptRemoteResponse](docs/DebAptRemoteResponse.md)
|
169
|
+
- [PulpDebClient::DebAptRemoteResponseHiddenFields](docs/DebAptRemoteResponseHiddenFields.md)
|
169
170
|
- [PulpDebClient::DebAptRepository](docs/DebAptRepository.md)
|
170
171
|
- [PulpDebClient::DebAptRepositoryResponse](docs/DebAptRepositoryResponse.md)
|
171
172
|
- [PulpDebClient::DebBasePackage](docs/DebBasePackage.md)
|
@@ -103,8 +103,8 @@ opts = {
|
|
103
103
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
104
104
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
105
105
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
106
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
107
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
106
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
107
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
108
108
|
}
|
109
109
|
|
110
110
|
begin
|
@@ -129,8 +129,8 @@ Name | Type | Description | Notes
|
|
129
129
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
130
130
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
131
131
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
132
|
-
**fields** | **String
|
133
|
-
**exclude_fields** | **String
|
132
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
133
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
134
134
|
|
135
135
|
### Return type
|
136
136
|
|
@@ -169,8 +169,8 @@ end
|
|
169
169
|
api_instance = PulpDebClient::ContentGenericContentsApi.new
|
170
170
|
deb_generic_content_href = 'deb_generic_content_href_example' # String |
|
171
171
|
opts = {
|
172
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
173
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
172
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
173
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
174
174
|
}
|
175
175
|
|
176
176
|
begin
|
@@ -188,8 +188,8 @@ end
|
|
188
188
|
Name | Type | Description | Notes
|
189
189
|
------------- | ------------- | ------------- | -------------
|
190
190
|
**deb_generic_content_href** | **String**| |
|
191
|
-
**fields** | **String
|
192
|
-
**exclude_fields** | **String
|
191
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
192
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
193
193
|
|
194
194
|
### Return type
|
195
195
|
|
@@ -95,8 +95,8 @@ opts = {
|
|
95
95
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
96
96
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
97
97
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
98
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
99
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
98
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
99
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
100
100
|
}
|
101
101
|
|
102
102
|
begin
|
@@ -123,8 +123,8 @@ Name | Type | Description | Notes
|
|
123
123
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
124
124
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
125
125
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
126
|
-
**fields** | **String
|
127
|
-
**exclude_fields** | **String
|
126
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
127
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
128
128
|
|
129
129
|
### Return type
|
130
130
|
|
@@ -163,8 +163,8 @@ end
|
|
163
163
|
api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
|
164
164
|
deb_installer_file_index_href = 'deb_installer_file_index_href_example' # String |
|
165
165
|
opts = {
|
166
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
167
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
166
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
167
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
168
168
|
}
|
169
169
|
|
170
170
|
begin
|
@@ -182,8 +182,8 @@ end
|
|
182
182
|
Name | Type | Description | Notes
|
183
183
|
------------- | ------------- | ------------- | -------------
|
184
184
|
**deb_installer_file_index_href** | **String**| |
|
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
|
|
@@ -118,8 +118,8 @@ opts = {
|
|
118
118
|
source: 'source_example', # String | Filter results where source matches value
|
119
119
|
tag: 'tag_example', # String | Filter results where tag matches value
|
120
120
|
version: 'version_example', # String | Filter results where version matches value
|
121
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
122
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
121
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
122
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
123
123
|
}
|
124
124
|
|
125
125
|
begin
|
@@ -159,8 +159,8 @@ Name | Type | Description | Notes
|
|
159
159
|
**source** | **String**| Filter results where source matches value | [optional]
|
160
160
|
**tag** | **String**| Filter results where tag matches value | [optional]
|
161
161
|
**version** | **String**| Filter results where version matches value | [optional]
|
162
|
-
**fields** | **String
|
163
|
-
**exclude_fields** | **String
|
162
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
163
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
164
164
|
|
165
165
|
### Return type
|
166
166
|
|
@@ -199,8 +199,8 @@ end
|
|
199
199
|
api_instance = PulpDebClient::ContentInstallerPackagesApi.new
|
200
200
|
deb_installer_package_href = 'deb_installer_package_href_example' # String |
|
201
201
|
opts = {
|
202
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
203
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
202
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
203
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
204
204
|
}
|
205
205
|
|
206
206
|
begin
|
@@ -218,8 +218,8 @@ end
|
|
218
218
|
Name | Type | Description | Notes
|
219
219
|
------------- | ------------- | ------------- | -------------
|
220
220
|
**deb_installer_package_href** | **String**| |
|
221
|
-
**fields** | **String
|
222
|
-
**exclude_fields** | **String
|
221
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
222
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
223
223
|
|
224
224
|
### Return type
|
225
225
|
|
@@ -95,8 +95,8 @@ opts = {
|
|
95
95
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
96
96
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
97
97
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
98
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
99
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
98
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
99
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
100
100
|
}
|
101
101
|
|
102
102
|
begin
|
@@ -123,8 +123,8 @@ Name | Type | Description | Notes
|
|
123
123
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
124
124
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
125
125
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
126
|
-
**fields** | **String
|
127
|
-
**exclude_fields** | **String
|
126
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
127
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
128
128
|
|
129
129
|
### Return type
|
130
130
|
|
@@ -163,8 +163,8 @@ end
|
|
163
163
|
api_instance = PulpDebClient::ContentPackageIndicesApi.new
|
164
164
|
deb_package_index_href = 'deb_package_index_href_example' # String |
|
165
165
|
opts = {
|
166
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
167
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
166
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
167
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
168
168
|
}
|
169
169
|
|
170
170
|
begin
|
@@ -182,8 +182,8 @@ end
|
|
182
182
|
Name | Type | Description | Notes
|
183
183
|
------------- | ------------- | ------------- | -------------
|
184
184
|
**deb_package_index_href** | **String**| |
|
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
|
|
@@ -93,8 +93,8 @@ opts = {
|
|
93
93
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
94
94
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
95
95
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
96
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
97
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
96
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
97
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
98
98
|
}
|
99
99
|
|
100
100
|
begin
|
@@ -114,13 +114,13 @@ Name | Type | Description | Notes
|
|
114
114
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
115
115
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
116
116
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
117
|
-
**package** |
|
118
|
-
**release_component** |
|
117
|
+
**package** | **String**| Filter results where package matches value | [optional]
|
118
|
+
**release_component** | **String**| Filter results where release_component matches value | [optional]
|
119
119
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
120
120
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
121
121
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
122
|
-
**fields** | **String
|
123
|
-
**exclude_fields** | **String
|
122
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
123
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
124
124
|
|
125
125
|
### Return type
|
126
126
|
|
@@ -159,8 +159,8 @@ end
|
|
159
159
|
api_instance = PulpDebClient::ContentPackageReleaseComponentsApi.new
|
160
160
|
deb_package_release_component_href = 'deb_package_release_component_href_example' # String |
|
161
161
|
opts = {
|
162
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
163
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
162
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
163
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
164
164
|
}
|
165
165
|
|
166
166
|
begin
|
@@ -178,8 +178,8 @@ end
|
|
178
178
|
Name | Type | Description | Notes
|
179
179
|
------------- | ------------- | ------------- | -------------
|
180
180
|
**deb_package_release_component_href** | **String**| |
|
181
|
-
**fields** | **String
|
182
|
-
**exclude_fields** | **String
|
181
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
182
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
183
183
|
|
184
184
|
### Return type
|
185
185
|
|
data/docs/ContentPackagesApi.md
CHANGED
@@ -119,8 +119,8 @@ opts = {
|
|
119
119
|
source: 'source_example', # String | Filter results where source matches value
|
120
120
|
tag: 'tag_example', # String | Filter results where tag matches value
|
121
121
|
version: 'version_example', # String | Filter results where version matches value
|
122
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
123
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
122
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
123
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
124
124
|
}
|
125
125
|
|
126
126
|
begin
|
@@ -161,8 +161,8 @@ Name | Type | Description | Notes
|
|
161
161
|
**source** | **String**| Filter results where source matches value | [optional]
|
162
162
|
**tag** | **String**| Filter results where tag matches value | [optional]
|
163
163
|
**version** | **String**| Filter results where version matches value | [optional]
|
164
|
-
**fields** | **String
|
165
|
-
**exclude_fields** | **String
|
164
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
165
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
166
166
|
|
167
167
|
### Return type
|
168
168
|
|
@@ -201,8 +201,8 @@ end
|
|
201
201
|
api_instance = PulpDebClient::ContentPackagesApi.new
|
202
202
|
deb_package_href = 'deb_package_href_example' # String |
|
203
203
|
opts = {
|
204
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
205
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
204
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
205
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
206
206
|
}
|
207
207
|
|
208
208
|
begin
|
@@ -220,8 +220,8 @@ end
|
|
220
220
|
Name | Type | Description | Notes
|
221
221
|
------------- | ------------- | ------------- | -------------
|
222
222
|
**deb_package_href** | **String**| |
|
223
|
-
**fields** | **String
|
224
|
-
**exclude_fields** | **String
|
223
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
224
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
225
225
|
|
226
226
|
### Return type
|
227
227
|
|
@@ -93,8 +93,8 @@ opts = {
|
|
93
93
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
94
94
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
95
95
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
96
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
97
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
96
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
97
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
98
98
|
}
|
99
99
|
|
100
100
|
begin
|
@@ -115,12 +115,12 @@ Name | Type | Description | Notes
|
|
115
115
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
116
116
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
117
117
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
118
|
-
**release** |
|
118
|
+
**release** | **String**| Filter results where release matches value | [optional]
|
119
119
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
120
120
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
121
121
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
122
|
-
**fields** | **String
|
123
|
-
**exclude_fields** | **String
|
122
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
123
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
124
124
|
|
125
125
|
### Return type
|
126
126
|
|
@@ -159,8 +159,8 @@ end
|
|
159
159
|
api_instance = PulpDebClient::ContentReleaseArchitecturesApi.new
|
160
160
|
deb_release_architecture_href = 'deb_release_architecture_href_example' # String |
|
161
161
|
opts = {
|
162
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
163
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
162
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
163
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
164
164
|
}
|
165
165
|
|
166
166
|
begin
|
@@ -178,8 +178,8 @@ end
|
|
178
178
|
Name | Type | Description | Notes
|
179
179
|
------------- | ------------- | ------------- | -------------
|
180
180
|
**deb_release_architecture_href** | **String**| |
|
181
|
-
**fields** | **String
|
182
|
-
**exclude_fields** | **String
|
181
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
182
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
183
183
|
|
184
184
|
### Return type
|
185
185
|
|
@@ -93,8 +93,8 @@ opts = {
|
|
93
93
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
94
94
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
95
95
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
96
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
97
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
96
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
97
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
98
98
|
}
|
99
99
|
|
100
100
|
begin
|
@@ -115,12 +115,12 @@ Name | Type | Description | Notes
|
|
115
115
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
116
116
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
117
117
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
118
|
-
**release** |
|
118
|
+
**release** | **String**| Filter results where release matches value | [optional]
|
119
119
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
120
120
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
121
121
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
122
|
-
**fields** | **String
|
123
|
-
**exclude_fields** | **String
|
122
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
123
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
124
124
|
|
125
125
|
### Return type
|
126
126
|
|
@@ -159,8 +159,8 @@ end
|
|
159
159
|
api_instance = PulpDebClient::ContentReleaseComponentsApi.new
|
160
160
|
deb_release_component_href = 'deb_release_component_href_example' # String |
|
161
161
|
opts = {
|
162
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
163
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
162
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
163
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
164
164
|
}
|
165
165
|
|
166
166
|
begin
|
@@ -178,8 +178,8 @@ end
|
|
178
178
|
Name | Type | Description | Notes
|
179
179
|
------------- | ------------- | ------------- | -------------
|
180
180
|
**deb_release_component_href** | **String**| |
|
181
|
-
**fields** | **String
|
182
|
-
**exclude_fields** | **String
|
181
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
182
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
183
183
|
|
184
184
|
### Return type
|
185
185
|
|
@@ -95,8 +95,8 @@ opts = {
|
|
95
95
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
96
96
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
97
97
|
suite: 'suite_example', # String | Filter results where suite matches value
|
98
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
99
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
98
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
99
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
100
100
|
}
|
101
101
|
|
102
102
|
begin
|
@@ -123,8 +123,8 @@ Name | Type | Description | Notes
|
|
123
123
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
124
124
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
125
125
|
**suite** | **String**| Filter results where suite matches value | [optional]
|
126
|
-
**fields** | **String
|
127
|
-
**exclude_fields** | **String
|
126
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
127
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
128
128
|
|
129
129
|
### Return type
|
130
130
|
|
@@ -163,8 +163,8 @@ end
|
|
163
163
|
api_instance = PulpDebClient::ContentReleaseFilesApi.new
|
164
164
|
deb_release_file_href = 'deb_release_file_href_example' # String |
|
165
165
|
opts = {
|
166
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
167
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
166
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
167
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
168
168
|
}
|
169
169
|
|
170
170
|
begin
|
@@ -182,8 +182,8 @@ end
|
|
182
182
|
Name | Type | Description | Notes
|
183
183
|
------------- | ------------- | ------------- | -------------
|
184
184
|
**deb_release_file_href** | **String**| |
|
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
|
|
data/docs/ContentReleasesApi.md
CHANGED
@@ -94,8 +94,8 @@ opts = {
|
|
94
94
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
95
95
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
96
96
|
suite: 'suite_example', # String | Filter results where suite matches value
|
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
|
@@ -121,8 +121,8 @@ Name | Type | Description | Notes
|
|
121
121
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
122
122
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
123
123
|
**suite** | **String**| Filter results where suite matches value | [optional]
|
124
|
-
**fields** | **String
|
125
|
-
**exclude_fields** | **String
|
124
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
125
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
126
126
|
|
127
127
|
### Return type
|
128
128
|
|
@@ -161,8 +161,8 @@ end
|
|
161
161
|
api_instance = PulpDebClient::ContentReleasesApi.new
|
162
162
|
deb_release_href = 'deb_release_href_example' # String |
|
163
163
|
opts = {
|
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
|
@@ -180,8 +180,8 @@ end
|
|
180
180
|
Name | Type | Description | Notes
|
181
181
|
------------- | ------------- | ------------- | -------------
|
182
182
|
**deb_release_href** | **String**| |
|
183
|
-
**fields** | **String
|
184
|
-
**exclude_fields** | **String
|
183
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
184
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
185
185
|
|
186
186
|
### Return type
|
187
187
|
|
data/docs/DebAptDistribution.md
CHANGED
@@ -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** | The URL for accessing the publication as defined by this distribution. | [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/DebAptRemote.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'. 'immediate' 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<DebAptRemoteResponseHiddenFields>**](DebAptRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
26
27
|
**distributions** | **String** | Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \"Release\" file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \"flat repository format\", the distribution must end with a \"/\". Based on \"/etc/apt/sources.list\" syntax. |
|
27
28
|
**components** | **String** | Whitespace separatet list of components to sync. If none are supplied, all that are available will be synchronized. Leave blank for repositores using \"flat repository format\". | [optional]
|
28
29
|
**architectures** | **String** | Whitespace separated list of architectures to sync If none are supplied, all that are available will be synchronized. A list of valid architecture specification strings can be found by running \"dpkg-architecture -L\". A sync will download the intersection of the list of architectures provided via this field and those provided by the relevant \"Release\" file. Architecture=\"all\" is always synchronized and does not need to be provided here. | [optional]
|
@@ -56,6 +57,7 @@ instance = PulpDebClient::DebAptRemoteResponse.new(pulp_href: null,
|
|
56
57
|
sock_read_timeout: null,
|
57
58
|
headers: null,
|
58
59
|
rate_limit: null,
|
60
|
+
hidden_fields: null,
|
59
61
|
distributions: null,
|
60
62
|
components: null,
|
61
63
|
architectures: null,
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# PulpDebClient::DebAptRemoteResponseHiddenFields
|
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 'PulpDebClient'
|
14
|
+
|
15
|
+
instance = PulpDebClient::DebAptRemoteResponseHiddenFields.new(name: null,
|
16
|
+
is_set: null)
|
17
|
+
```
|
18
|
+
|
19
|
+
|
data/docs/DebAptRepository.md
CHANGED
@@ -4,10 +4,10 @@
|
|
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
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions.
|
10
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
11
11
|
**remote** | **String** | An optional remote to use by default when syncing. | [optional]
|
12
12
|
|
13
13
|
## Code Sample
|
@@ -7,11 +7,11 @@ 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]
|
14
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions.
|
14
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
15
15
|
**remote** | **String** | An optional remote to use by default when syncing. | [optional]
|
16
16
|
|
17
17
|
## Code Sample
|