pulp_rpm_client 3.2.0 → 3.3.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 +6 -4
- data/docs/ContentModulemdDefaultsApi.md +2 -0
- data/docs/ContentModulemdsApi.md +2 -0
- data/docs/ContentPackagesApi.md +2 -0
- data/docs/Copy.md +19 -0
- data/docs/RpmCopyApi.md +62 -0
- data/docs/RpmModulemd.md +3 -1
- data/docs/RpmModulemdDefaults.md +3 -1
- data/docs/RpmPackage.md +2 -0
- data/docs/RpmRepoMetadataFile.md +3 -1
- data/docs/RpmRpmRepository.md +3 -1
- data/lib/pulp_rpm_client.rb +3 -1
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +1 -1
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +1 -1
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +4 -1
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +4 -1
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +1 -1
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +1 -1
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +1 -1
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +1 -1
- data/lib/pulp_rpm_client/api/content_packages_api.rb +4 -1
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +1 -1
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +1 -1
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +1 -1
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +1 -1
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +1 -1
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +1 -1
- data/lib/pulp_rpm_client/api/rpm_copy_api.rb +86 -0
- data/lib/pulp_rpm_client/api_client.rb +1 -1
- data/lib/pulp_rpm_client/api_error.rb +1 -1
- data/lib/pulp_rpm_client/configuration.rb +1 -1
- data/lib/pulp_rpm_client/models/addon.rb +1 -1
- data/lib/pulp_rpm_client/models/artifact.rb +1 -1
- data/lib/pulp_rpm_client/models/async_operation_response.rb +1 -1
- data/lib/pulp_rpm_client/models/checksum.rb +1 -1
- data/lib/pulp_rpm_client/models/content_summary.rb +1 -1
- data/lib/pulp_rpm_client/models/copy.rb +224 -0
- data/lib/pulp_rpm_client/models/image.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response200.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20010.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20011.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20012.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20013.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20014.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2003.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2004.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2005.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2006.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2007.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2008.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2009.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_version.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_distribution_tree.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +30 -5
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +30 -5
- data/lib/pulp_rpm_client/models/rpm_package.rb +27 -2
- data/lib/pulp_rpm_client/models/rpm_package_category.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package_environment.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package_group.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package_langpacks.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_repo_metadata_file.rb +30 -5
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +17 -6
- data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_record.rb +1 -1
- data/lib/pulp_rpm_client/models/variant.rb +1 -1
- data/lib/pulp_rpm_client/version.rb +2 -2
- data/pulp_rpm_client.gemspec +1 -1
- data/spec/api/content_advisories_api_spec.rb +1 -1
- data/spec/api/content_distribution_trees_api_spec.rb +1 -1
- data/spec/api/content_modulemd_defaults_api_spec.rb +2 -1
- data/spec/api/content_modulemds_api_spec.rb +2 -1
- data/spec/api/content_packagecategories_api_spec.rb +1 -1
- data/spec/api/content_packageenvironments_api_spec.rb +1 -1
- data/spec/api/content_packagegroups_api_spec.rb +1 -1
- data/spec/api/content_packagelangpacks_api_spec.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +2 -1
- data/spec/api/content_repo_metadata_files_api_spec.rb +1 -1
- data/spec/api/distributions_rpm_api_spec.rb +1 -1
- data/spec/api/publications_rpm_api_spec.rb +1 -1
- data/spec/api/remotes_rpm_api_spec.rb +1 -1
- data/spec/api/repositories_rpm_api_spec.rb +1 -1
- data/spec/api/repositories_rpm_versions_api_spec.rb +1 -1
- data/spec/api/rpm_copy_api_spec.rb +47 -0
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/addon_spec.rb +1 -1
- data/spec/models/artifact_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/checksum_spec.rb +1 -1
- data/spec/models/content_summary_spec.rb +1 -1
- data/spec/models/copy_spec.rb +47 -0
- data/spec/models/image_spec.rb +1 -1
- data/spec/models/inline_response20010_spec.rb +1 -1
- data/spec/models/inline_response20011_spec.rb +1 -1
- data/spec/models/inline_response20012_spec.rb +1 -1
- data/spec/models/inline_response20013_spec.rb +1 -1
- data/spec/models/inline_response20014_spec.rb +1 -1
- data/spec/models/inline_response2001_spec.rb +1 -1
- data/spec/models/inline_response2002_spec.rb +1 -1
- data/spec/models/inline_response2003_spec.rb +1 -1
- data/spec/models/inline_response2004_spec.rb +1 -1
- data/spec/models/inline_response2005_spec.rb +1 -1
- data/spec/models/inline_response2006_spec.rb +1 -1
- data/spec/models/inline_response2007_spec.rb +1 -1
- data/spec/models/inline_response2008_spec.rb +1 -1
- data/spec/models/inline_response2009_spec.rb +1 -1
- data/spec/models/inline_response200_spec.rb +1 -1
- data/spec/models/repository_add_remove_content_spec.rb +1 -1
- data/spec/models/repository_version_spec.rb +1 -1
- data/spec/models/rpm_distribution_tree_spec.rb +1 -1
- data/spec/models/rpm_modulemd_defaults_spec.rb +7 -1
- data/spec/models/rpm_modulemd_spec.rb +7 -1
- data/spec/models/rpm_package_category_spec.rb +1 -1
- data/spec/models/rpm_package_environment_spec.rb +1 -1
- data/spec/models/rpm_package_group_spec.rb +1 -1
- data/spec/models/rpm_package_langpacks_spec.rb +1 -1
- data/spec/models/rpm_package_spec.rb +7 -1
- data/spec/models/rpm_repo_metadata_file_spec.rb +7 -1
- data/spec/models/rpm_repository_sync_url_spec.rb +1 -1
- data/spec/models/rpm_rpm_distribution_spec.rb +1 -1
- data/spec/models/rpm_rpm_publication_spec.rb +1 -1
- data/spec/models/rpm_rpm_remote_spec.rb +1 -1
- data/spec/models/rpm_rpm_repository_spec.rb +7 -1
- data/spec/models/rpm_update_collection_spec.rb +1 -1
- data/spec/models/rpm_update_record_spec.rb +1 -1
- data/spec/models/variant_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +12 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19b7b81e436e3d8ae841cca4d84513d8c5a52c04810c5eaea22da70433c37163
|
4
|
+
data.tar.gz: bb68645bd059fbb2820ce55a4893b95ab9fd2a70ad0d9bd6afd936531e36d804
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86e448994a196f0e59210f6b7af5171c48a0fca24b1e55e1cafa63538e017f4626e53407c6450a96cfb442eae9f6e359899cd5ac26d1949c68c1692023759d70
|
7
|
+
data.tar.gz: c46f37f97a7532f36ffee70248a5e5cf91774651123495c260b9c2783bf1ce88f27117289d02ef7843ad7473cfba2525c15a84c1bb1b5abdd485b892bd62c719
|
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: 3.
|
10
|
+
- Package version: 3.3.0b1
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
|
13
13
|
## Installation
|
@@ -23,16 +23,16 @@ gem build pulp_rpm_client.gemspec
|
|
23
23
|
Then either install the gem locally:
|
24
24
|
|
25
25
|
```shell
|
26
|
-
gem install ./pulp_rpm_client-3.
|
26
|
+
gem install ./pulp_rpm_client-3.3.0b1.gem
|
27
27
|
```
|
28
28
|
|
29
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.
|
29
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.3.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_rpm_client', '~> 3.
|
35
|
+
gem 'pulp_rpm_client', '~> 3.3.0b1'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -144,6 +144,7 @@ Class | Method | HTTP request | Description
|
|
144
144
|
*PulpRpmClient::RepositoriesRpmVersionsApi* | [**delete**](docs/RepositoriesRpmVersionsApi.md#delete) | **DELETE** {rpm_repository_version_href} | Delete a repository version
|
145
145
|
*PulpRpmClient::RepositoriesRpmVersionsApi* | [**list**](docs/RepositoriesRpmVersionsApi.md#list) | **GET** {rpm_repository_href}versions/ | List repository versions
|
146
146
|
*PulpRpmClient::RepositoriesRpmVersionsApi* | [**read**](docs/RepositoriesRpmVersionsApi.md#read) | **GET** {rpm_repository_version_href} | Inspect a repository version
|
147
|
+
*PulpRpmClient::RpmCopyApi* | [**copy_content**](docs/RpmCopyApi.md#copy_content) | **POST** /pulp/api/v3/rpm/copy/ | Copy content
|
147
148
|
|
148
149
|
|
149
150
|
## Documentation for Models
|
@@ -153,6 +154,7 @@ Class | Method | HTTP request | Description
|
|
153
154
|
- [PulpRpmClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
|
154
155
|
- [PulpRpmClient::Checksum](docs/Checksum.md)
|
155
156
|
- [PulpRpmClient::ContentSummary](docs/ContentSummary.md)
|
157
|
+
- [PulpRpmClient::Copy](docs/Copy.md)
|
156
158
|
- [PulpRpmClient::Image](docs/Image.md)
|
157
159
|
- [PulpRpmClient::InlineResponse200](docs/InlineResponse200.md)
|
158
160
|
- [PulpRpmClient::InlineResponse2001](docs/InlineResponse2001.md)
|
@@ -103,6 +103,7 @@ opts = {
|
|
103
103
|
module__in: 'module__in_example', # String | Filter results where module is in a comma-separated list of values
|
104
104
|
stream: 'stream_example', # String | Filter results where stream matches value
|
105
105
|
stream__in: 'stream__in_example', # String | Filter results where stream is in a comma-separated list of values
|
106
|
+
sha256: 'sha256_example', # String |
|
106
107
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
107
108
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
108
109
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -130,6 +131,7 @@ Name | Type | Description | Notes
|
|
130
131
|
**module__in** | **String**| Filter results where module is in a comma-separated list of values | [optional]
|
131
132
|
**stream** | **String**| Filter results where stream matches value | [optional]
|
132
133
|
**stream__in** | **String**| Filter results where stream is in a comma-separated list of values | [optional]
|
134
|
+
**sha256** | **String**| | [optional]
|
133
135
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
134
136
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
135
137
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentModulemdsApi.md
CHANGED
@@ -113,6 +113,7 @@ opts = {
|
|
113
113
|
name__in: 'name__in_example', # String | Filter results where name is in a comma-separated list of values
|
114
114
|
stream: 'stream_example', # String | Filter results where stream matches value
|
115
115
|
stream__in: 'stream__in_example', # String | Filter results where stream is in a comma-separated list of values
|
116
|
+
sha256: 'sha256_example', # String |
|
116
117
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
117
118
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
118
119
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -140,6 +141,7 @@ Name | Type | Description | Notes
|
|
140
141
|
**name__in** | **String**| Filter results where name is in a comma-separated list of values | [optional]
|
141
142
|
**stream** | **String**| Filter results where stream matches value | [optional]
|
142
143
|
**stream__in** | **String**| Filter results where stream is in a comma-separated list of values | [optional]
|
144
|
+
**sha256** | **String**| | [optional]
|
143
145
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
144
146
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
145
147
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentPackagesApi.md
CHANGED
@@ -113,6 +113,7 @@ opts = {
|
|
113
113
|
checksum_type: 'checksum_type_example', # String | Filter results where checksum_type matches value
|
114
114
|
checksum_type__in: 'checksum_type__in_example', # String | Filter results where checksum_type is in a comma-separated list of values
|
115
115
|
checksum_type__ne: 'checksum_type__ne_example', # String | Filter results where checksum_type not equal to value
|
116
|
+
sha256: 'sha256_example', # String |
|
116
117
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
117
118
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
118
119
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -156,6 +157,7 @@ Name | Type | Description | Notes
|
|
156
157
|
**checksum_type** | **String**| Filter results where checksum_type matches value | [optional]
|
157
158
|
**checksum_type__in** | **String**| Filter results where checksum_type is in a comma-separated list of values | [optional]
|
158
159
|
**checksum_type__ne** | **String**| Filter results where checksum_type not equal to value | [optional]
|
160
|
+
**sha256** | **String**| | [optional]
|
159
161
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
160
162
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
161
163
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/Copy.md
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
# PulpRpmClient::Copy
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**config** | [**Object**](.md) | A JSON document describing sources, destinations, and content to be copied |
|
8
|
+
**dependency_solving** | **Boolean** | Also copy dependencies of the content being copied. | [optional] [default to true]
|
9
|
+
|
10
|
+
## Code Sample
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'PulpRpmClient'
|
14
|
+
|
15
|
+
instance = PulpRpmClient::Copy.new(config: null,
|
16
|
+
dependency_solving: null)
|
17
|
+
```
|
18
|
+
|
19
|
+
|
data/docs/RpmCopyApi.md
ADDED
@@ -0,0 +1,62 @@
|
|
1
|
+
# PulpRpmClient::RpmCopyApi
|
2
|
+
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**copy_content**](RpmCopyApi.md#copy_content) | **POST** /pulp/api/v3/rpm/copy/ | Copy content
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
## copy_content
|
12
|
+
|
13
|
+
> AsyncOperationResponse copy_content(data)
|
14
|
+
|
15
|
+
Copy content
|
16
|
+
|
17
|
+
Trigger an asynchronous task to copy RPM contentfrom one repository into another, creating a newrepository version.
|
18
|
+
|
19
|
+
### Example
|
20
|
+
|
21
|
+
```ruby
|
22
|
+
# load the gem
|
23
|
+
require 'pulp_rpm_client'
|
24
|
+
# setup authorization
|
25
|
+
PulpRpmClient.configure do |config|
|
26
|
+
# Configure HTTP basic authorization: Basic
|
27
|
+
config.username = 'YOUR USERNAME'
|
28
|
+
config.password = 'YOUR PASSWORD'
|
29
|
+
end
|
30
|
+
|
31
|
+
api_instance = PulpRpmClient::RpmCopyApi.new
|
32
|
+
data = PulpRpmClient::Copy.new # Copy |
|
33
|
+
|
34
|
+
begin
|
35
|
+
#Copy content
|
36
|
+
result = api_instance.copy_content(data)
|
37
|
+
p result
|
38
|
+
rescue PulpRpmClient::ApiError => e
|
39
|
+
puts "Exception when calling RpmCopyApi->copy_content: #{e}"
|
40
|
+
end
|
41
|
+
```
|
42
|
+
|
43
|
+
### Parameters
|
44
|
+
|
45
|
+
|
46
|
+
Name | Type | Description | Notes
|
47
|
+
------------- | ------------- | ------------- | -------------
|
48
|
+
**data** | [**Copy**](Copy.md)| |
|
49
|
+
|
50
|
+
### Return type
|
51
|
+
|
52
|
+
[**AsyncOperationResponse**](AsyncOperationResponse.md)
|
53
|
+
|
54
|
+
### Authorization
|
55
|
+
|
56
|
+
[Basic](../README.md#Basic)
|
57
|
+
|
58
|
+
### HTTP request headers
|
59
|
+
|
60
|
+
- **Content-Type**: application/json
|
61
|
+
- **Accept**: application/json
|
62
|
+
|
data/docs/RpmModulemd.md
CHANGED
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
|
|
15
15
|
**artifacts** | [**Object**](.md) | Modulemd artifacts. |
|
16
16
|
**dependencies** | [**Object**](.md) | Modulemd dependencies. |
|
17
17
|
**packages** | **Array<String>** | Modulemd artifacts' packages. | [optional]
|
18
|
+
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
18
19
|
|
19
20
|
## Code Sample
|
20
21
|
|
@@ -31,7 +32,8 @@ instance = PulpRpmClient::RpmModulemd.new(pulp_href: null,
|
|
31
32
|
arch: null,
|
32
33
|
artifacts: null,
|
33
34
|
dependencies: null,
|
34
|
-
packages: null
|
35
|
+
packages: null,
|
36
|
+
sha256: null)
|
35
37
|
```
|
36
38
|
|
37
39
|
|
data/docs/RpmModulemdDefaults.md
CHANGED
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
10
10
|
**_module** | **String** | Modulemd name. |
|
11
11
|
**stream** | **String** | Modulemd default stream. |
|
12
12
|
**profiles** | [**Object**](.md) | Default profiles for modulemd streams. |
|
13
|
+
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
13
14
|
|
14
15
|
## Code Sample
|
15
16
|
|
@@ -21,7 +22,8 @@ instance = PulpRpmClient::RpmModulemdDefaults.new(pulp_href: null,
|
|
21
22
|
artifact: null,
|
22
23
|
_module: null,
|
23
24
|
stream: null,
|
24
|
-
profiles: null
|
25
|
+
profiles: null,
|
26
|
+
sha256: null)
|
25
27
|
```
|
26
28
|
|
27
29
|
|
data/docs/RpmPackage.md
CHANGED
@@ -26,6 +26,7 @@ Name | Type | Description | Notes
|
|
26
26
|
**suggests** | [**Object**](.md) | Capabilities the package suggests | [optional] [readonly]
|
27
27
|
**enhances** | [**Object**](.md) | Capabilities the package enhances | [optional] [readonly]
|
28
28
|
**recommends** | [**Object**](.md) | Capabilities the package recommends | [optional] [readonly]
|
29
|
+
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
29
30
|
**supplements** | [**Object**](.md) | Capabilities the package supplements | [optional] [readonly]
|
30
31
|
**location_base** | **String** | Base location of this package | [optional] [readonly]
|
31
32
|
**location_href** | **String** | Relative location of package to the repodata | [optional] [readonly]
|
@@ -71,6 +72,7 @@ instance = PulpRpmClient::RpmPackage.new(pulp_href: null,
|
|
71
72
|
suggests: null,
|
72
73
|
enhances: null,
|
73
74
|
recommends: null,
|
75
|
+
sha256: null,
|
74
76
|
supplements: null,
|
75
77
|
location_base: null,
|
76
78
|
location_href: null,
|
data/docs/RpmRepoMetadataFile.md
CHANGED
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
10
10
|
**data_type** | **String** | Metadata type. |
|
11
11
|
**checksum_type** | **String** | Checksum type for the file. |
|
12
12
|
**checksum** | **String** | Checksum for the file. |
|
13
|
+
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
13
14
|
|
14
15
|
## Code Sample
|
15
16
|
|
@@ -21,7 +22,8 @@ instance = PulpRpmClient::RpmRepoMetadataFile.new(pulp_href: null,
|
|
21
22
|
artifact: null,
|
22
23
|
data_type: null,
|
23
24
|
checksum_type: null,
|
24
|
-
checksum: null
|
25
|
+
checksum: null,
|
26
|
+
sha256: null)
|
25
27
|
```
|
26
28
|
|
27
29
|
|
data/docs/RpmRpmRepository.md
CHANGED
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
10
10
|
**latest_version_href** | **String** | | [optional] [readonly]
|
11
11
|
**name** | **String** | A unique name for this repository. |
|
12
12
|
**description** | **String** | An optional description. | [optional]
|
13
|
+
**metadata_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
13
14
|
|
14
15
|
## Code Sample
|
15
16
|
|
@@ -21,7 +22,8 @@ instance = PulpRpmClient::RpmRpmRepository.new(pulp_href: null,
|
|
21
22
|
versions_href: null,
|
22
23
|
latest_version_href: null,
|
23
24
|
name: null,
|
24
|
-
description: null
|
25
|
+
description: null,
|
26
|
+
metadata_signing_service: null)
|
25
27
|
```
|
26
28
|
|
27
29
|
|
data/lib/pulp_rpm_client.rb
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -22,6 +22,7 @@ require 'pulp_rpm_client/models/artifact'
|
|
22
22
|
require 'pulp_rpm_client/models/async_operation_response'
|
23
23
|
require 'pulp_rpm_client/models/checksum'
|
24
24
|
require 'pulp_rpm_client/models/content_summary'
|
25
|
+
require 'pulp_rpm_client/models/copy'
|
25
26
|
require 'pulp_rpm_client/models/image'
|
26
27
|
require 'pulp_rpm_client/models/inline_response200'
|
27
28
|
require 'pulp_rpm_client/models/inline_response2001'
|
@@ -74,6 +75,7 @@ require 'pulp_rpm_client/api/publications_rpm_api'
|
|
74
75
|
require 'pulp_rpm_client/api/remotes_rpm_api'
|
75
76
|
require 'pulp_rpm_client/api/repositories_rpm_api'
|
76
77
|
require 'pulp_rpm_client/api/repositories_rpm_versions_api'
|
78
|
+
require 'pulp_rpm_client/api/rpm_copy_api'
|
77
79
|
|
78
80
|
module PulpRpmClient
|
79
81
|
class << self
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -133,6 +133,7 @@ module PulpRpmClient
|
|
133
133
|
# @option opts [String] :module__in Filter results where module is in a comma-separated list of values
|
134
134
|
# @option opts [String] :stream Filter results where stream matches value
|
135
135
|
# @option opts [String] :stream__in Filter results where stream is in a comma-separated list of values
|
136
|
+
# @option opts [String] :sha256
|
136
137
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
137
138
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
138
139
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -153,6 +154,7 @@ module PulpRpmClient
|
|
153
154
|
# @option opts [String] :module__in Filter results where module is in a comma-separated list of values
|
154
155
|
# @option opts [String] :stream Filter results where stream matches value
|
155
156
|
# @option opts [String] :stream__in Filter results where stream is in a comma-separated list of values
|
157
|
+
# @option opts [String] :sha256
|
156
158
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
157
159
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
158
160
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -174,6 +176,7 @@ module PulpRpmClient
|
|
174
176
|
query_params[:'module__in'] = opts[:'module__in'] if !opts[:'module__in'].nil?
|
175
177
|
query_params[:'stream'] = opts[:'stream'] if !opts[:'stream'].nil?
|
176
178
|
query_params[:'stream__in'] = opts[:'stream__in'] if !opts[:'stream__in'].nil?
|
179
|
+
query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
|
177
180
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
178
181
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
179
182
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -176,6 +176,7 @@ module PulpRpmClient
|
|
176
176
|
# @option opts [String] :name__in Filter results where name is in a comma-separated list of values
|
177
177
|
# @option opts [String] :stream Filter results where stream matches value
|
178
178
|
# @option opts [String] :stream__in Filter results where stream is in a comma-separated list of values
|
179
|
+
# @option opts [String] :sha256
|
179
180
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
180
181
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
181
182
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -196,6 +197,7 @@ module PulpRpmClient
|
|
196
197
|
# @option opts [String] :name__in Filter results where name is in a comma-separated list of values
|
197
198
|
# @option opts [String] :stream Filter results where stream matches value
|
198
199
|
# @option opts [String] :stream__in Filter results where stream is in a comma-separated list of values
|
200
|
+
# @option opts [String] :sha256
|
199
201
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
200
202
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
201
203
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -217,6 +219,7 @@ module PulpRpmClient
|
|
217
219
|
query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
|
218
220
|
query_params[:'stream'] = opts[:'stream'] if !opts[:'stream'].nil?
|
219
221
|
query_params[:'stream__in'] = opts[:'stream__in'] if !opts[:'stream__in'].nil?
|
222
|
+
query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
|
220
223
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
221
224
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
222
225
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -120,6 +120,7 @@ module PulpRpmClient
|
|
120
120
|
# @option opts [String] :checksum_type Filter results where checksum_type matches value
|
121
121
|
# @option opts [String] :checksum_type__in Filter results where checksum_type is in a comma-separated list of values
|
122
122
|
# @option opts [String] :checksum_type__ne Filter results where checksum_type not equal to value
|
123
|
+
# @option opts [String] :sha256
|
123
124
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
124
125
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
125
126
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -156,6 +157,7 @@ module PulpRpmClient
|
|
156
157
|
# @option opts [String] :checksum_type Filter results where checksum_type matches value
|
157
158
|
# @option opts [String] :checksum_type__in Filter results where checksum_type is in a comma-separated list of values
|
158
159
|
# @option opts [String] :checksum_type__ne Filter results where checksum_type not equal to value
|
160
|
+
# @option opts [String] :sha256
|
159
161
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
160
162
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
161
163
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -193,6 +195,7 @@ module PulpRpmClient
|
|
193
195
|
query_params[:'checksum_type'] = opts[:'checksum_type'] if !opts[:'checksum_type'].nil?
|
194
196
|
query_params[:'checksum_type__in'] = opts[:'checksum_type__in'] if !opts[:'checksum_type__in'].nil?
|
195
197
|
query_params[:'checksum_type__ne'] = opts[:'checksum_type__ne'] if !opts[:'checksum_type__ne'].nil?
|
198
|
+
query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
|
196
199
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
197
200
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
198
201
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|