pulp_deb_client 2.3.0b1 → 2.4.0b1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +21 -8
- data/docs/ContentGenericContentsApi.md +5 -5
- data/docs/ContentInstallerFileIndicesApi.md +5 -5
- data/docs/ContentInstallerPackagesApi.md +5 -5
- data/docs/ContentPackageIndicesApi.md +5 -5
- data/docs/ContentPackageReleaseComponentsApi.md +5 -5
- data/docs/ContentPackagesApi.md +5 -5
- data/docs/ContentReleaseArchitecturesApi.md +5 -5
- data/docs/ContentReleaseComponentsApi.md +5 -5
- data/docs/ContentReleaseFilesApi.md +5 -5
- data/docs/ContentReleasesApi.md +5 -5
- data/docs/{DebBasePackage.md → DebBasePackageRead.md} +2 -2
- data/docs/DebDebDistributionRead.md +29 -0
- data/docs/DebDebPublicationRead.md +29 -0
- data/docs/DebDebRemote.md +7 -3
- data/docs/DebDebRemoteRead.md +57 -0
- data/docs/DebDebRepositoryRead.md +27 -0
- data/docs/{DebGenericContent.md → DebGenericContentRead.md} +2 -2
- data/docs/DebInstallerFileIndexRead.md +29 -0
- data/docs/DebPackageIndexRead.md +29 -0
- data/docs/DebPackageReleaseComponentRead.md +23 -0
- data/docs/DebReleaseArchitectureRead.md +23 -0
- data/docs/DebReleaseComponentRead.md +23 -0
- data/docs/DebReleaseFileRead.md +29 -0
- data/docs/DebReleaseRead.md +25 -0
- data/docs/DebVerbatimPublicationRead.md +23 -0
- data/docs/DistributionsAptApi.md +3 -3
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +1 -1
- data/docs/InlineResponse20010.md +1 -1
- data/docs/InlineResponse20011.md +1 -1
- data/docs/InlineResponse20012.md +1 -1
- data/docs/InlineResponse20013.md +1 -1
- data/docs/InlineResponse20014.md +1 -1
- data/docs/InlineResponse2002.md +1 -1
- data/docs/InlineResponse2003.md +1 -1
- data/docs/InlineResponse2004.md +1 -1
- data/docs/InlineResponse2005.md +1 -1
- data/docs/InlineResponse2006.md +1 -1
- data/docs/InlineResponse2007.md +1 -1
- data/docs/InlineResponse2008.md +1 -1
- data/docs/InlineResponse2009.md +1 -1
- data/docs/PublicationsAptApi.md +3 -3
- data/docs/PublicationsVerbatimApi.md +3 -3
- data/docs/RemotesAptApi.md +5 -5
- data/docs/RepositoriesAptApi.md +10 -10
- data/docs/RepositoriesDebVersionsApi.md +3 -3
- data/docs/RepositoryVersionRead.md +25 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +5 -5
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +5 -5
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_packages_api.rb +5 -5
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_release_components_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_release_files_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_releases_api.rb +6 -6
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +3 -3
- data/lib/pulp_deb_client/api/publications_apt_api.rb +3 -3
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +6 -6
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +15 -15
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +3 -3
- data/lib/pulp_deb_client/configuration.rb +2 -2
- data/lib/pulp_deb_client/models/{deb_base_package.rb → deb_base_package_read.rb} +3 -3
- data/lib/pulp_deb_client/models/deb_deb_distribution_read.rb +331 -0
- data/lib/pulp_deb_client/models/deb_deb_publication_read.rb +269 -0
- data/lib/pulp_deb_client/models/deb_deb_remote.rb +56 -4
- data/lib/pulp_deb_client/models/deb_deb_remote_read.rb +670 -0
- data/lib/pulp_deb_client/models/deb_deb_repository_read.rb +294 -0
- data/lib/pulp_deb_client/models/{deb_generic_content.rb → deb_generic_content_read.rb} +3 -3
- data/lib/pulp_deb_client/models/deb_installer_file_index_read.rb +341 -0
- data/lib/pulp_deb_client/models/deb_package_index_read.rb +341 -0
- data/lib/pulp_deb_client/models/deb_package_release_component_read.rb +246 -0
- data/lib/pulp_deb_client/models/deb_release_architecture_read.rb +265 -0
- data/lib/pulp_deb_client/models/deb_release_component_read.rb +265 -0
- data/lib/pulp_deb_client/models/deb_release_file_read.rb +342 -0
- data/lib/pulp_deb_client/models/deb_release_read.rb +315 -0
- data/lib/pulp_deb_client/models/deb_verbatim_publication_read.rb +235 -0
- data/lib/pulp_deb_client/models/inline_response200.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20010.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20011.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20012.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20013.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20014.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2003.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2004.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2005.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2006.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2007.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2008.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2009.rb +1 -1
- data/lib/pulp_deb_client/models/repository_version_read.rb +244 -0
- data/lib/pulp_deb_client/version.rb +1 -1
- data/lib/pulp_deb_client.rb +15 -2
- data/spec/api/content_generic_contents_api_spec.rb +2 -2
- data/spec/api/content_installer_file_indices_api_spec.rb +2 -2
- data/spec/api/content_installer_packages_api_spec.rb +2 -2
- data/spec/api/content_package_indices_api_spec.rb +2 -2
- data/spec/api/content_package_release_components_api_spec.rb +2 -2
- data/spec/api/content_packages_api_spec.rb +2 -2
- data/spec/api/content_release_architectures_api_spec.rb +2 -2
- data/spec/api/content_release_components_api_spec.rb +2 -2
- data/spec/api/content_release_files_api_spec.rb +2 -2
- data/spec/api/content_releases_api_spec.rb +2 -2
- data/spec/api/distributions_apt_api_spec.rb +1 -1
- data/spec/api/publications_apt_api_spec.rb +1 -1
- data/spec/api/publications_verbatim_api_spec.rb +1 -1
- data/spec/api/remotes_apt_api_spec.rb +2 -2
- data/spec/api/repositories_apt_api_spec.rb +6 -6
- data/spec/api/repositories_deb_versions_api_spec.rb +1 -1
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/{deb_base_package_spec.rb → deb_base_package_read_spec.rb} +6 -6
- data/spec/models/deb_deb_distribution_read_spec.rb +77 -0
- data/spec/models/deb_deb_publication_read_spec.rb +77 -0
- data/spec/models/deb_deb_remote_read_spec.rb +165 -0
- data/spec/models/deb_deb_remote_spec.rb +12 -0
- data/spec/models/deb_deb_repository_read_spec.rb +71 -0
- data/spec/models/{deb_generic_content_spec.rb → deb_generic_content_read_spec.rb} +6 -6
- data/spec/models/deb_installer_file_index_read_spec.rb +77 -0
- data/spec/models/deb_package_index_read_spec.rb +77 -0
- data/spec/models/deb_package_release_component_read_spec.rb +59 -0
- data/spec/models/deb_release_architecture_read_spec.rb +59 -0
- data/spec/models/deb_release_component_read_spec.rb +59 -0
- data/spec/models/deb_release_file_read_spec.rb +77 -0
- data/spec/models/deb_release_read_spec.rb +65 -0
- data/spec/models/deb_verbatim_publication_read_spec.rb +59 -0
- data/spec/models/repository_version_read_spec.rb +65 -0
- metadata +62 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d64be4fc259c9ce998d83c20f02598b50307d550afd477aadbe440270d37e88b
|
4
|
+
data.tar.gz: c4c05fc65d0956b907cc904afdc059f26a23494329da665e91eb0309457dd39f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 867e62841d82939fc5df3e42a7f0a0ed2576710d0168956a917b3ea67f2d0673c11c270d23d236a7028376a580bd17f17afb8a17b811e4592908711c247aa5fb
|
7
|
+
data.tar.gz: 7fe00a46987bb97a743dd5a0a4e14e1f091f5dd826bc55d0924a6535233d47415c99104f549938bd54a1c2233d3083d25f8153ab7cc316d40dcc640d009f672a
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
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.
|
10
|
+
- Package version: 2.4.0b1
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
|
13
13
|
## Installation
|
@@ -23,16 +23,16 @@ gem build pulp_deb_client.gemspec
|
|
23
23
|
Then either install the gem locally:
|
24
24
|
|
25
25
|
```shell
|
26
|
-
gem install ./pulp_deb_client-2.
|
26
|
+
gem install ./pulp_deb_client-2.4.0b1.gem
|
27
27
|
```
|
28
28
|
|
29
|
-
(for development, run `gem install --dev ./pulp_deb_client-2.
|
29
|
+
(for development, run `gem install --dev ./pulp_deb_client-2.4.0b1.gem` to install the development dependencies)
|
30
30
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
32
32
|
|
33
33
|
Finally add this to the Gemfile:
|
34
34
|
|
35
|
-
gem 'pulp_deb_client', '~> 2.
|
35
|
+
gem 'pulp_deb_client', '~> 2.4.0b1'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -67,7 +67,7 @@ api_instance = PulpDebClient::ContentGenericContentsApi.new
|
|
67
67
|
relative_path = 'relative_path_example' # String | Path where the artifact is located relative to distributions base_path
|
68
68
|
opts = {
|
69
69
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
70
|
-
file: File.new('/path/to/file'), # File | An uploaded file that
|
70
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
|
71
71
|
repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
|
72
72
|
}
|
73
73
|
|
@@ -83,7 +83,7 @@ end
|
|
83
83
|
|
84
84
|
## Documentation for API Endpoints
|
85
85
|
|
86
|
-
All URIs are relative to *http://
|
86
|
+
All URIs are relative to *http://pulp*
|
87
87
|
|
88
88
|
Class | Method | HTTP request | Description
|
89
89
|
------------ | ------------- | ------------- | -------------
|
@@ -155,20 +155,32 @@ Class | Method | HTTP request | Description
|
|
155
155
|
|
156
156
|
- [PulpDebClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
|
157
157
|
- [PulpDebClient::ContentSummary](docs/ContentSummary.md)
|
158
|
-
- [PulpDebClient::
|
158
|
+
- [PulpDebClient::DebBasePackageRead](docs/DebBasePackageRead.md)
|
159
159
|
- [PulpDebClient::DebDebDistribution](docs/DebDebDistribution.md)
|
160
|
+
- [PulpDebClient::DebDebDistributionRead](docs/DebDebDistributionRead.md)
|
160
161
|
- [PulpDebClient::DebDebPublication](docs/DebDebPublication.md)
|
162
|
+
- [PulpDebClient::DebDebPublicationRead](docs/DebDebPublicationRead.md)
|
161
163
|
- [PulpDebClient::DebDebRemote](docs/DebDebRemote.md)
|
164
|
+
- [PulpDebClient::DebDebRemoteRead](docs/DebDebRemoteRead.md)
|
162
165
|
- [PulpDebClient::DebDebRepository](docs/DebDebRepository.md)
|
163
|
-
- [PulpDebClient::
|
166
|
+
- [PulpDebClient::DebDebRepositoryRead](docs/DebDebRepositoryRead.md)
|
167
|
+
- [PulpDebClient::DebGenericContentRead](docs/DebGenericContentRead.md)
|
164
168
|
- [PulpDebClient::DebInstallerFileIndex](docs/DebInstallerFileIndex.md)
|
169
|
+
- [PulpDebClient::DebInstallerFileIndexRead](docs/DebInstallerFileIndexRead.md)
|
165
170
|
- [PulpDebClient::DebPackageIndex](docs/DebPackageIndex.md)
|
171
|
+
- [PulpDebClient::DebPackageIndexRead](docs/DebPackageIndexRead.md)
|
166
172
|
- [PulpDebClient::DebPackageReleaseComponent](docs/DebPackageReleaseComponent.md)
|
173
|
+
- [PulpDebClient::DebPackageReleaseComponentRead](docs/DebPackageReleaseComponentRead.md)
|
167
174
|
- [PulpDebClient::DebRelease](docs/DebRelease.md)
|
168
175
|
- [PulpDebClient::DebReleaseArchitecture](docs/DebReleaseArchitecture.md)
|
176
|
+
- [PulpDebClient::DebReleaseArchitectureRead](docs/DebReleaseArchitectureRead.md)
|
169
177
|
- [PulpDebClient::DebReleaseComponent](docs/DebReleaseComponent.md)
|
178
|
+
- [PulpDebClient::DebReleaseComponentRead](docs/DebReleaseComponentRead.md)
|
170
179
|
- [PulpDebClient::DebReleaseFile](docs/DebReleaseFile.md)
|
180
|
+
- [PulpDebClient::DebReleaseFileRead](docs/DebReleaseFileRead.md)
|
181
|
+
- [PulpDebClient::DebReleaseRead](docs/DebReleaseRead.md)
|
171
182
|
- [PulpDebClient::DebVerbatimPublication](docs/DebVerbatimPublication.md)
|
183
|
+
- [PulpDebClient::DebVerbatimPublicationRead](docs/DebVerbatimPublicationRead.md)
|
172
184
|
- [PulpDebClient::InlineResponse200](docs/InlineResponse200.md)
|
173
185
|
- [PulpDebClient::InlineResponse2001](docs/InlineResponse2001.md)
|
174
186
|
- [PulpDebClient::InlineResponse20010](docs/InlineResponse20010.md)
|
@@ -187,6 +199,7 @@ Class | Method | HTTP request | Description
|
|
187
199
|
- [PulpDebClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
|
188
200
|
- [PulpDebClient::RepositorySyncURL](docs/RepositorySyncURL.md)
|
189
201
|
- [PulpDebClient::RepositoryVersion](docs/RepositoryVersion.md)
|
202
|
+
- [PulpDebClient::RepositoryVersionRead](docs/RepositoryVersionRead.md)
|
190
203
|
|
191
204
|
|
192
205
|
## Documentation for Authorization
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentGenericContentsApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -34,7 +34,7 @@ api_instance = PulpDebClient::ContentGenericContentsApi.new
|
|
34
34
|
relative_path = 'relative_path_example' # String | Path where the artifact is located relative to distributions base_path
|
35
35
|
opts = {
|
36
36
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
37
|
-
file: File.new('/path/to/file'), # File | An uploaded file that
|
37
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
|
38
38
|
repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
|
39
39
|
}
|
40
40
|
|
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
|
|
54
54
|
------------- | ------------- | ------------- | -------------
|
55
55
|
**relative_path** | **String**| Path where the artifact is located relative to distributions base_path |
|
56
56
|
**artifact** | **String**| Artifact file representing the physical content | [optional]
|
57
|
-
**file** | **File**| An uploaded file that
|
57
|
+
**file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
58
58
|
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
59
59
|
|
60
60
|
### Return type
|
@@ -146,7 +146,7 @@ Name | Type | Description | Notes
|
|
146
146
|
|
147
147
|
## read
|
148
148
|
|
149
|
-
>
|
149
|
+
> DebGenericContentRead read(generic_content_href, opts)
|
150
150
|
|
151
151
|
Inspect a generic content
|
152
152
|
|
@@ -191,7 +191,7 @@ Name | Type | Description | Notes
|
|
191
191
|
|
192
192
|
### Return type
|
193
193
|
|
194
|
-
[**
|
194
|
+
[**DebGenericContentRead**](DebGenericContentRead.md)
|
195
195
|
|
196
196
|
### Authorization
|
197
197
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentInstallerFileIndicesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
12
12
|
|
13
13
|
## create
|
14
14
|
|
15
|
-
>
|
15
|
+
> DebInstallerFileIndexRead create(data)
|
16
16
|
|
17
17
|
Create an installer file index
|
18
18
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
51
51
|
|
52
52
|
### Return type
|
53
53
|
|
54
|
-
[**
|
54
|
+
[**DebInstallerFileIndexRead**](DebInstallerFileIndexRead.md)
|
55
55
|
|
56
56
|
### Authorization
|
57
57
|
|
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
|
|
142
142
|
|
143
143
|
## read
|
144
144
|
|
145
|
-
>
|
145
|
+
> DebInstallerFileIndexRead read(installer_file_index_href, opts)
|
146
146
|
|
147
147
|
Inspect an installer file index
|
148
148
|
|
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
|
|
187
187
|
|
188
188
|
### Return type
|
189
189
|
|
190
|
-
[**
|
190
|
+
[**DebInstallerFileIndexRead**](DebInstallerFileIndexRead.md)
|
191
191
|
|
192
192
|
### Authorization
|
193
193
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentInstallerPackagesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -34,7 +34,7 @@ api_instance = PulpDebClient::ContentInstallerPackagesApi.new
|
|
34
34
|
opts = {
|
35
35
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
36
36
|
relative_path: 'relative_path_example', # String | Path where the artifact is located relative to distributions base_path
|
37
|
-
file: File.new('/path/to/file'), # File | An uploaded file that
|
37
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
|
38
38
|
repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
|
39
39
|
}
|
40
40
|
|
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
|
|
54
54
|
------------- | ------------- | ------------- | -------------
|
55
55
|
**artifact** | **String**| Artifact file representing the physical content | [optional]
|
56
56
|
**relative_path** | **String**| Path where the artifact is located relative to distributions base_path | [optional]
|
57
|
-
**file** | **File**| An uploaded file that
|
57
|
+
**file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
58
58
|
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
59
59
|
|
60
60
|
### Return type
|
@@ -176,7 +176,7 @@ Name | Type | Description | Notes
|
|
176
176
|
|
177
177
|
## read
|
178
178
|
|
179
|
-
>
|
179
|
+
> DebBasePackageRead read(installer_package_href, opts)
|
180
180
|
|
181
181
|
Inspect an installer package
|
182
182
|
|
@@ -221,7 +221,7 @@ Name | Type | Description | Notes
|
|
221
221
|
|
222
222
|
### Return type
|
223
223
|
|
224
|
-
[**
|
224
|
+
[**DebBasePackageRead**](DebBasePackageRead.md)
|
225
225
|
|
226
226
|
### Authorization
|
227
227
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentPackageIndicesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
12
12
|
|
13
13
|
## create
|
14
14
|
|
15
|
-
>
|
15
|
+
> DebPackageIndexRead create(data)
|
16
16
|
|
17
17
|
Create a package index
|
18
18
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
51
51
|
|
52
52
|
### Return type
|
53
53
|
|
54
|
-
[**
|
54
|
+
[**DebPackageIndexRead**](DebPackageIndexRead.md)
|
55
55
|
|
56
56
|
### Authorization
|
57
57
|
|
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
|
|
142
142
|
|
143
143
|
## read
|
144
144
|
|
145
|
-
>
|
145
|
+
> DebPackageIndexRead read(package_index_href, opts)
|
146
146
|
|
147
147
|
Inspect a package index
|
148
148
|
|
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
|
|
187
187
|
|
188
188
|
### Return type
|
189
189
|
|
190
|
-
[**
|
190
|
+
[**DebPackageIndexRead**](DebPackageIndexRead.md)
|
191
191
|
|
192
192
|
### Authorization
|
193
193
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentPackageReleaseComponentsApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
12
12
|
|
13
13
|
## create
|
14
14
|
|
15
|
-
>
|
15
|
+
> DebPackageReleaseComponentRead create(data)
|
16
16
|
|
17
17
|
Create a package release component
|
18
18
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
51
51
|
|
52
52
|
### Return type
|
53
53
|
|
54
|
-
[**
|
54
|
+
[**DebPackageReleaseComponentRead**](DebPackageReleaseComponentRead.md)
|
55
55
|
|
56
56
|
### Authorization
|
57
57
|
|
@@ -138,7 +138,7 @@ Name | Type | Description | Notes
|
|
138
138
|
|
139
139
|
## read
|
140
140
|
|
141
|
-
>
|
141
|
+
> DebPackageReleaseComponentRead read(package_release_component_href, opts)
|
142
142
|
|
143
143
|
Inspect a package release component
|
144
144
|
|
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
|
|
183
183
|
|
184
184
|
### Return type
|
185
185
|
|
186
|
-
[**
|
186
|
+
[**DebPackageReleaseComponentRead**](DebPackageReleaseComponentRead.md)
|
187
187
|
|
188
188
|
### Authorization
|
189
189
|
|
data/docs/ContentPackagesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentPackagesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -34,7 +34,7 @@ api_instance = PulpDebClient::ContentPackagesApi.new
|
|
34
34
|
opts = {
|
35
35
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
36
36
|
relative_path: 'relative_path_example', # String | Path where the artifact is located relative to distributions base_path
|
37
|
-
file: File.new('/path/to/file'), # File | An uploaded file that
|
37
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
|
38
38
|
repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
|
39
39
|
}
|
40
40
|
|
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
|
|
54
54
|
------------- | ------------- | ------------- | -------------
|
55
55
|
**artifact** | **String**| Artifact file representing the physical content | [optional]
|
56
56
|
**relative_path** | **String**| Path where the artifact is located relative to distributions base_path | [optional]
|
57
|
-
**file** | **File**| An uploaded file that
|
57
|
+
**file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
58
58
|
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
59
59
|
|
60
60
|
### Return type
|
@@ -178,7 +178,7 @@ Name | Type | Description | Notes
|
|
178
178
|
|
179
179
|
## read
|
180
180
|
|
181
|
-
>
|
181
|
+
> DebBasePackageRead read(package_href, opts)
|
182
182
|
|
183
183
|
Inspect a package
|
184
184
|
|
@@ -223,7 +223,7 @@ Name | Type | Description | Notes
|
|
223
223
|
|
224
224
|
### Return type
|
225
225
|
|
226
|
-
[**
|
226
|
+
[**DebBasePackageRead**](DebBasePackageRead.md)
|
227
227
|
|
228
228
|
### Authorization
|
229
229
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentReleaseArchitecturesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
12
12
|
|
13
13
|
## create
|
14
14
|
|
15
|
-
>
|
15
|
+
> DebReleaseArchitectureRead create(data)
|
16
16
|
|
17
17
|
Create a release architecture
|
18
18
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
51
51
|
|
52
52
|
### Return type
|
53
53
|
|
54
|
-
[**
|
54
|
+
[**DebReleaseArchitectureRead**](DebReleaseArchitectureRead.md)
|
55
55
|
|
56
56
|
### Authorization
|
57
57
|
|
@@ -138,7 +138,7 @@ Name | Type | Description | Notes
|
|
138
138
|
|
139
139
|
## read
|
140
140
|
|
141
|
-
>
|
141
|
+
> DebReleaseArchitectureRead read(release_architecture_href, opts)
|
142
142
|
|
143
143
|
Inspect a release architecture
|
144
144
|
|
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
|
|
183
183
|
|
184
184
|
### Return type
|
185
185
|
|
186
|
-
[**
|
186
|
+
[**DebReleaseArchitectureRead**](DebReleaseArchitectureRead.md)
|
187
187
|
|
188
188
|
### Authorization
|
189
189
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentReleaseComponentsApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
12
12
|
|
13
13
|
## create
|
14
14
|
|
15
|
-
>
|
15
|
+
> DebReleaseComponentRead create(data)
|
16
16
|
|
17
17
|
Create a release component
|
18
18
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
51
51
|
|
52
52
|
### Return type
|
53
53
|
|
54
|
-
[**
|
54
|
+
[**DebReleaseComponentRead**](DebReleaseComponentRead.md)
|
55
55
|
|
56
56
|
### Authorization
|
57
57
|
|
@@ -138,7 +138,7 @@ Name | Type | Description | Notes
|
|
138
138
|
|
139
139
|
## read
|
140
140
|
|
141
|
-
>
|
141
|
+
> DebReleaseComponentRead read(release_component_href, opts)
|
142
142
|
|
143
143
|
Inspect a release component
|
144
144
|
|
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
|
|
183
183
|
|
184
184
|
### Return type
|
185
185
|
|
186
|
-
[**
|
186
|
+
[**DebReleaseComponentRead**](DebReleaseComponentRead.md)
|
187
187
|
|
188
188
|
### Authorization
|
189
189
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentReleaseFilesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
12
12
|
|
13
13
|
## create
|
14
14
|
|
15
|
-
>
|
15
|
+
> DebReleaseFileRead create(data)
|
16
16
|
|
17
17
|
Create a release file
|
18
18
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
51
51
|
|
52
52
|
### Return type
|
53
53
|
|
54
|
-
[**
|
54
|
+
[**DebReleaseFileRead**](DebReleaseFileRead.md)
|
55
55
|
|
56
56
|
### Authorization
|
57
57
|
|
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
|
|
142
142
|
|
143
143
|
## read
|
144
144
|
|
145
|
-
>
|
145
|
+
> DebReleaseFileRead read(release_file_href, opts)
|
146
146
|
|
147
147
|
Inspect a release file
|
148
148
|
|
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
|
|
187
187
|
|
188
188
|
### Return type
|
189
189
|
|
190
|
-
[**
|
190
|
+
[**DebReleaseFileRead**](DebReleaseFileRead.md)
|
191
191
|
|
192
192
|
### Authorization
|
193
193
|
|
data/docs/ContentReleasesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentReleasesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
12
12
|
|
13
13
|
## create
|
14
14
|
|
15
|
-
>
|
15
|
+
> DebReleaseRead create(data)
|
16
16
|
|
17
17
|
Create a release
|
18
18
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
51
51
|
|
52
52
|
### Return type
|
53
53
|
|
54
|
-
[**
|
54
|
+
[**DebReleaseRead**](DebReleaseRead.md)
|
55
55
|
|
56
56
|
### Authorization
|
57
57
|
|
@@ -140,7 +140,7 @@ Name | Type | Description | Notes
|
|
140
140
|
|
141
141
|
## read
|
142
142
|
|
143
|
-
>
|
143
|
+
> DebReleaseRead read(release_href, opts)
|
144
144
|
|
145
145
|
Inspect a release
|
146
146
|
|
@@ -185,7 +185,7 @@ Name | Type | Description | Notes
|
|
185
185
|
|
186
186
|
### Return type
|
187
187
|
|
188
|
-
[**
|
188
|
+
[**DebReleaseRead**](DebReleaseRead.md)
|
189
189
|
|
190
190
|
### Authorization
|
191
191
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpDebClient::
|
1
|
+
# PulpDebClient::DebBasePackageRead
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -49,7 +49,7 @@ Name | Type | Description | Notes
|
|
49
49
|
```ruby
|
50
50
|
require 'PulpDebClient'
|
51
51
|
|
52
|
-
instance = PulpDebClient::
|
52
|
+
instance = PulpDebClient::DebBasePackageRead.new(pulp_href: null,
|
53
53
|
pulp_created: null,
|
54
54
|
artifact: null,
|
55
55
|
relative_path: null,
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# PulpDebClient::DebDebDistributionRead
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
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
|
+
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
11
|
+
**content_guard** | **String** | An optional content-guard. | [optional]
|
12
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
13
|
+
**publication** | **String** | Publication to be served | [optional]
|
14
|
+
|
15
|
+
## Code Sample
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
require 'PulpDebClient'
|
19
|
+
|
20
|
+
instance = PulpDebClient::DebDebDistributionRead.new(pulp_href: null,
|
21
|
+
pulp_created: null,
|
22
|
+
base_path: null,
|
23
|
+
base_url: null,
|
24
|
+
content_guard: null,
|
25
|
+
name: null,
|
26
|
+
publication: null)
|
27
|
+
```
|
28
|
+
|
29
|
+
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# PulpDebClient::DebDebPublicationRead
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**repository_version** | **String** | | [optional]
|
10
|
+
**repository** | **String** | A URI of the repository to be published. | [optional]
|
11
|
+
**simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional] [default to false]
|
12
|
+
**structured** | **Boolean** | Activate structured publishing mode. | [optional] [default to false]
|
13
|
+
**signing_service** | **String** | Sign Release files with this signing key | [optional]
|
14
|
+
|
15
|
+
## Code Sample
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
require 'PulpDebClient'
|
19
|
+
|
20
|
+
instance = PulpDebClient::DebDebPublicationRead.new(pulp_href: null,
|
21
|
+
pulp_created: null,
|
22
|
+
repository_version: null,
|
23
|
+
repository: null,
|
24
|
+
simple: null,
|
25
|
+
structured: null,
|
26
|
+
signing_service: null)
|
27
|
+
```
|
28
|
+
|
29
|
+
|
data/docs/DebDebRemote.md
CHANGED
@@ -8,11 +8,13 @@ Name | Type | Description | Notes
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
9
|
**name** | **String** | A unique name for this remote. |
|
10
10
|
**url** | **String** | The URL of an external content source. |
|
11
|
-
**ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped.
|
12
|
-
**client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped.
|
13
|
-
**client_key** | **String** | A PEM encoded private key used for authentication.
|
11
|
+
**ca_cert** | **String** | A string containing the PEM encoded CA certificate used to validate the server certificate presented by the remote server. All new line characters must be escaped. | [optional]
|
12
|
+
**client_cert** | **String** | A string containing the PEM encoded client certificate used for authentication. All new line characters must be escaped. | [optional]
|
13
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
14
14
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
15
|
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
|
16
|
+
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
17
|
+
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
16
18
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
17
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
18
20
|
**policy** | **String** | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional] [default to 'immediate']
|
@@ -38,6 +40,8 @@ instance = PulpDebClient::DebDebRemote.new(pulp_href: null,
|
|
38
40
|
client_key: null,
|
39
41
|
tls_validation: null,
|
40
42
|
proxy_url: null,
|
43
|
+
username: null,
|
44
|
+
password: null,
|
41
45
|
pulp_last_updated: null,
|
42
46
|
download_concurrency: null,
|
43
47
|
policy: null,
|