pulp_rpm_client 3.8.0 → 3.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/DistributionsRpmApi.md +8 -0
- data/docs/PatchedrpmRpmDistribution.md +2 -0
- data/docs/PatchedrpmRpmRemote.md +12 -0
- data/docs/PatchedrpmRpmRepository.md +3 -1
- data/docs/RemotesRpmApi.md +8 -0
- data/docs/RepositoriesRpmApi.md +8 -0
- data/docs/RepositoriesRpmVersionsApi.md +2 -2
- data/docs/RpmModulemdDefaultsResponse.md +13 -3
- data/docs/RpmModulemdResponse.md +13 -3
- data/docs/RpmPackageResponse.md +12 -2
- data/docs/RpmRepoMetadataFileResponse.md +13 -3
- data/docs/RpmRpmDistribution.md +2 -0
- data/docs/RpmRpmDistributionResponse.md +2 -0
- data/docs/RpmRpmPublication.md +3 -1
- data/docs/RpmRpmPublicationResponse.md +3 -1
- data/docs/RpmRpmRemote.md +12 -0
- data/docs/RpmRpmRemoteResponse.md +12 -0
- data/docs/RpmRpmRepository.md +3 -1
- data/docs/RpmRpmRepositoryResponse.md +2 -0
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +12 -0
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +12 -0
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +12 -0
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +4 -4
- data/lib/pulp_rpm_client/models/image_response.rb +1 -5
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +10 -1
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +125 -1
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +10 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +64 -14
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +64 -14
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +61 -11
- data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +64 -14
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +10 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +10 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +16 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +16 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +125 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +125 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +10 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +10 -1
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/distributions_rpm_api_spec.rb +4 -0
- data/spec/api/remotes_rpm_api_spec.rb +4 -0
- data/spec/api/repositories_rpm_api_spec.rb +4 -0
- data/spec/api/repositories_rpm_versions_api_spec.rb +2 -2
- data/spec/models/patchedrpm_rpm_distribution_spec.rb +6 -0
- data/spec/models/patchedrpm_rpm_remote_spec.rb +36 -0
- data/spec/models/patchedrpm_rpm_repository_spec.rb +6 -0
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +35 -5
- data/spec/models/rpm_modulemd_response_spec.rb +36 -6
- data/spec/models/rpm_package_response_spec.rb +36 -6
- data/spec/models/rpm_repo_metadata_file_response_spec.rb +36 -6
- data/spec/models/rpm_rpm_distribution_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_distribution_spec.rb +6 -0
- data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_publication_spec.rb +6 -0
- data/spec/models/rpm_rpm_remote_response_spec.rb +36 -0
- data/spec/models/rpm_rpm_remote_spec.rb +36 -0
- data/spec/models/rpm_rpm_repository_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_repository_spec.rb +6 -0
- metadata +58 -58
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ad966eeea103874cbce9d5134547d79865983e0ecd1d2b9f0c71da0c6950b5f
|
4
|
+
data.tar.gz: bde604ef6876c3be1a9d409a97efdfa16fe6c5192d9709c1a55917b1a38ca585
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9bbaa56cca00545bb507db3f336e916faa28a93e2b863613635a1d3688635e8a4e7fe3cb86aebee7fcd514ad3bbba85e2948a537ee4a703a338566bb4bd3ad3c
|
7
|
+
data.tar.gz: 77da9410f1d96828a1f478f5487e9d6936a159bdf64dc4b0ffe755906ecfa7c54b813ffecbecab1c0ad749cad0d0e5f4baec81f21780011f60f01105336b5e07
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 3.
|
10
|
+
- Package version: 3.9.0
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulp_rpm_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_rpm_client-3.
|
27
|
+
gem install ./pulp_rpm_client-3.9.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.
|
30
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.9.0.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulp_rpm_client', '~> 3.
|
36
|
+
gem 'pulp_rpm_client', '~> 3.9.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
data/docs/DistributionsRpmApi.md
CHANGED
@@ -147,9 +147,13 @@ opts = {
|
|
147
147
|
base_path__in: 'base_path__in_example', # String | base_path__in
|
148
148
|
limit: 56, # Integer | Number of results to return per page.
|
149
149
|
name: 'name_example', # String | name
|
150
|
+
name__contains: 'name__contains_example', # String | name__contains
|
151
|
+
name__icontains: 'name__icontains_example', # String | name__icontains
|
150
152
|
name__in: 'name__in_example', # String | name__in
|
153
|
+
name__startswith: 'name__startswith_example', # String | name__startswith
|
151
154
|
offset: 56, # Integer | The initial index from which to return the results.
|
152
155
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
156
|
+
pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
|
153
157
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
154
158
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
155
159
|
}
|
@@ -174,9 +178,13 @@ Name | Type | Description | Notes
|
|
174
178
|
**base_path__in** | **String**| base_path__in | [optional]
|
175
179
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
176
180
|
**name** | **String**| name | [optional]
|
181
|
+
**name__contains** | **String**| name__contains | [optional]
|
182
|
+
**name__icontains** | **String**| name__icontains | [optional]
|
177
183
|
**name__in** | **String**| name__in | [optional]
|
184
|
+
**name__startswith** | **String**| name__startswith | [optional]
|
178
185
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
179
186
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
187
|
+
**pulp_label_select** | **String**| pulp_label_select | [optional]
|
180
188
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
181
189
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
182
190
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
8
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
9
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
9
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
10
11
|
**publication** | **String** | Publication to be served | [optional]
|
11
12
|
|
@@ -16,6 +17,7 @@ require 'PulpRpmClient'
|
|
16
17
|
|
17
18
|
instance = PulpRpmClient::PatchedrpmRpmDistribution.new(base_path: null,
|
18
19
|
content_guard: null,
|
20
|
+
pulp_labels: null,
|
19
21
|
name: null,
|
20
22
|
publication: null)
|
21
23
|
```
|
data/docs/PatchedrpmRpmRemote.md
CHANGED
@@ -13,8 +13,14 @@ Name | Type | Description | Notes
|
|
13
13
|
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
|
14
14
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
15
15
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
16
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
16
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
17
18
|
**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]
|
19
|
+
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
|
20
|
+
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
21
|
+
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
22
|
+
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
23
|
+
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
18
24
|
**sles_auth_token** | **String** | Authentication token for SLES repositories. | [optional]
|
19
25
|
|
20
26
|
## Code Sample
|
@@ -31,8 +37,14 @@ instance = PulpRpmClient::PatchedrpmRpmRemote.new(name: null,
|
|
31
37
|
proxy_url: null,
|
32
38
|
username: null,
|
33
39
|
password: null,
|
40
|
+
pulp_labels: null,
|
34
41
|
download_concurrency: null,
|
35
42
|
policy: null,
|
43
|
+
total_timeout: null,
|
44
|
+
connect_timeout: null,
|
45
|
+
sock_connect_timeout: null,
|
46
|
+
sock_read_timeout: null,
|
47
|
+
rate_limit: null,
|
36
48
|
sles_auth_token: null)
|
37
49
|
```
|
38
50
|
|
@@ -4,6 +4,7 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
7
8
|
**name** | **String** | A unique name for this repository. | [optional]
|
8
9
|
**description** | **String** | An optional description. | [optional]
|
9
10
|
**remote** | **String** | | [optional]
|
@@ -15,7 +16,8 @@ Name | Type | Description | Notes
|
|
15
16
|
```ruby
|
16
17
|
require 'PulpRpmClient'
|
17
18
|
|
18
|
-
instance = PulpRpmClient::PatchedrpmRpmRepository.new(
|
19
|
+
instance = PulpRpmClient::PatchedrpmRpmRepository.new(pulp_labels: null,
|
20
|
+
name: null,
|
19
21
|
description: null,
|
20
22
|
remote: null,
|
21
23
|
metadata_signing_service: null,
|
data/docs/RemotesRpmApi.md
CHANGED
@@ -143,9 +143,13 @@ api_instance = PulpRpmClient::RemotesRpmApi.new
|
|
143
143
|
opts = {
|
144
144
|
limit: 56, # Integer | Number of results to return per page.
|
145
145
|
name: 'name_example', # String | name
|
146
|
+
name__contains: 'name__contains_example', # String | name__contains
|
147
|
+
name__icontains: 'name__icontains_example', # String | name__icontains
|
146
148
|
name__in: 'name__in_example', # String | name__in
|
149
|
+
name__startswith: 'name__startswith_example', # String | name__startswith
|
147
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
148
151
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
152
|
+
pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
|
149
153
|
pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
|
150
154
|
pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
|
151
155
|
pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
|
@@ -172,9 +176,13 @@ Name | Type | Description | Notes
|
|
172
176
|
------------- | ------------- | ------------- | -------------
|
173
177
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
174
178
|
**name** | **String**| name | [optional]
|
179
|
+
**name__contains** | **String**| name__contains | [optional]
|
180
|
+
**name__icontains** | **String**| name__icontains | [optional]
|
175
181
|
**name__in** | **String**| name__in | [optional]
|
182
|
+
**name__startswith** | **String**| name__startswith | [optional]
|
176
183
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
177
184
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
185
|
+
**pulp_label_select** | **String**| pulp_label_select | [optional]
|
178
186
|
**pulp_last_updated** | **String**| pulp_last_updated | [optional]
|
179
187
|
**pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
|
180
188
|
**pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
|
data/docs/RepositoriesRpmApi.md
CHANGED
@@ -145,9 +145,13 @@ api_instance = PulpRpmClient::RepositoriesRpmApi.new
|
|
145
145
|
opts = {
|
146
146
|
limit: 56, # Integer | Number of results to return per page.
|
147
147
|
name: 'name_example', # String | name
|
148
|
+
name__contains: 'name__contains_example', # String | name__contains
|
149
|
+
name__icontains: 'name__icontains_example', # String | name__icontains
|
148
150
|
name__in: 'name__in_example', # String | name__in
|
151
|
+
name__startswith: 'name__startswith_example', # String | name__startswith
|
149
152
|
offset: 56, # Integer | The initial index from which to return the results.
|
150
153
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
154
|
+
pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
|
151
155
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
152
156
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
153
157
|
}
|
@@ -168,9 +172,13 @@ Name | Type | Description | Notes
|
|
168
172
|
------------- | ------------- | ------------- | -------------
|
169
173
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
170
174
|
**name** | **String**| name | [optional]
|
175
|
+
**name__contains** | **String**| name__contains | [optional]
|
176
|
+
**name__icontains** | **String**| name__icontains | [optional]
|
171
177
|
**name__in** | **String**| name__in | [optional]
|
178
|
+
**name__startswith** | **String**| name__startswith | [optional]
|
172
179
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
173
180
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
181
|
+
**pulp_label_select** | **String**| pulp_label_select | [optional]
|
174
182
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
175
183
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
176
184
|
|
@@ -17,7 +17,7 @@ Method | HTTP request | Description
|
|
17
17
|
|
18
18
|
Delete a repository version
|
19
19
|
|
20
|
-
Trigger an asynchronous task to delete a
|
20
|
+
Trigger an asynchronous task to delete a repository version.
|
21
21
|
|
22
22
|
### Example
|
23
23
|
|
@@ -222,7 +222,7 @@ Name | Type | Description | Notes
|
|
222
222
|
|
223
223
|
|
224
224
|
|
225
|
-
Trigger an asynchronous task to repair a
|
225
|
+
Trigger an asynchronous task to repair a repository version.
|
226
226
|
|
227
227
|
### Example
|
228
228
|
|
@@ -6,11 +6,16 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
|
10
|
+
**sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
|
11
|
+
**sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
|
12
|
+
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
13
|
+
**sha384** | **String** | The SHA-384 checksum if available. | [optional] [readonly]
|
14
|
+
**sha512** | **String** | The SHA-512 checksum if available. | [optional] [readonly]
|
9
15
|
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
10
16
|
**_module** | **String** | Modulemd name. |
|
11
17
|
**stream** | **String** | Modulemd default stream. |
|
12
18
|
**profiles** | [**Object**](.md) | Default profiles for modulemd streams. |
|
13
|
-
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
14
19
|
|
15
20
|
## Code Sample
|
16
21
|
|
@@ -19,11 +24,16 @@ require 'PulpRpmClient'
|
|
19
24
|
|
20
25
|
instance = PulpRpmClient::RpmModulemdDefaultsResponse.new(pulp_href: null,
|
21
26
|
pulp_created: null,
|
27
|
+
md5: null,
|
28
|
+
sha1: null,
|
29
|
+
sha224: null,
|
30
|
+
sha256: null,
|
31
|
+
sha384: null,
|
32
|
+
sha512: null,
|
22
33
|
artifact: null,
|
23
34
|
_module: null,
|
24
35
|
stream: null,
|
25
|
-
profiles: null
|
26
|
-
sha256: null)
|
36
|
+
profiles: null)
|
27
37
|
```
|
28
38
|
|
29
39
|
|
data/docs/RpmModulemdResponse.md
CHANGED
@@ -6,6 +6,12 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
|
10
|
+
**sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
|
11
|
+
**sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
|
12
|
+
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
13
|
+
**sha384** | **String** | The SHA-384 checksum if available. | [optional] [readonly]
|
14
|
+
**sha512** | **String** | The SHA-512 checksum if available. | [optional] [readonly]
|
9
15
|
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
10
16
|
**name** | **String** | Modulemd name. |
|
11
17
|
**stream** | **String** | Stream name. |
|
@@ -15,7 +21,6 @@ Name | Type | Description | Notes
|
|
15
21
|
**artifacts** | [**Object**](.md) | Modulemd artifacts. |
|
16
22
|
**dependencies** | [**Object**](.md) | Modulemd dependencies. |
|
17
23
|
**packages** | **Array<String>** | Modulemd artifacts' packages. | [optional]
|
18
|
-
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
19
24
|
|
20
25
|
## Code Sample
|
21
26
|
|
@@ -24,6 +29,12 @@ require 'PulpRpmClient'
|
|
24
29
|
|
25
30
|
instance = PulpRpmClient::RpmModulemdResponse.new(pulp_href: null,
|
26
31
|
pulp_created: null,
|
32
|
+
md5: null,
|
33
|
+
sha1: null,
|
34
|
+
sha224: null,
|
35
|
+
sha256: null,
|
36
|
+
sha384: null,
|
37
|
+
sha512: null,
|
27
38
|
artifact: null,
|
28
39
|
name: null,
|
29
40
|
stream: null,
|
@@ -32,8 +43,7 @@ instance = PulpRpmClient::RpmModulemdResponse.new(pulp_href: null,
|
|
32
43
|
arch: null,
|
33
44
|
artifacts: null,
|
34
45
|
dependencies: null,
|
35
|
-
packages: null
|
36
|
-
sha256: null)
|
46
|
+
packages: null)
|
37
47
|
```
|
38
48
|
|
39
49
|
|
data/docs/RpmPackageResponse.md
CHANGED
@@ -6,6 +6,12 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
|
10
|
+
**sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
|
11
|
+
**sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
|
12
|
+
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
13
|
+
**sha384** | **String** | The SHA-384 checksum if available. | [optional] [readonly]
|
14
|
+
**sha512** | **String** | The SHA-512 checksum if available. | [optional] [readonly]
|
9
15
|
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
10
16
|
**name** | **String** | Name of the package | [optional] [readonly]
|
11
17
|
**epoch** | **String** | The package's epoch | [optional] [readonly]
|
@@ -26,7 +32,6 @@ Name | Type | Description | Notes
|
|
26
32
|
**suggests** | [**Object**](.md) | Capabilities the package suggests | [optional] [readonly]
|
27
33
|
**enhances** | [**Object**](.md) | Capabilities the package enhances | [optional] [readonly]
|
28
34
|
**recommends** | [**Object**](.md) | Capabilities the package recommends | [optional] [readonly]
|
29
|
-
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
30
35
|
**supplements** | [**Object**](.md) | Capabilities the package supplements | [optional] [readonly]
|
31
36
|
**location_base** | **String** | Base location of this package | [optional] [readonly]
|
32
37
|
**location_href** | **String** | Relative location of package to the repodata | [optional] [readonly]
|
@@ -52,6 +57,12 @@ require 'PulpRpmClient'
|
|
52
57
|
|
53
58
|
instance = PulpRpmClient::RpmPackageResponse.new(pulp_href: null,
|
54
59
|
pulp_created: null,
|
60
|
+
md5: null,
|
61
|
+
sha1: null,
|
62
|
+
sha224: null,
|
63
|
+
sha256: null,
|
64
|
+
sha384: null,
|
65
|
+
sha512: null,
|
55
66
|
artifact: null,
|
56
67
|
name: null,
|
57
68
|
epoch: null,
|
@@ -72,7 +83,6 @@ instance = PulpRpmClient::RpmPackageResponse.new(pulp_href: null,
|
|
72
83
|
suggests: null,
|
73
84
|
enhances: null,
|
74
85
|
recommends: null,
|
75
|
-
sha256: null,
|
76
86
|
supplements: null,
|
77
87
|
location_base: null,
|
78
88
|
location_href: null,
|
@@ -6,12 +6,17 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
|
10
|
+
**sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
|
11
|
+
**sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
|
12
|
+
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
13
|
+
**sha384** | **String** | The SHA-384 checksum if available. | [optional] [readonly]
|
14
|
+
**sha512** | **String** | The SHA-512 checksum if available. | [optional] [readonly]
|
9
15
|
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
10
16
|
**relative_path** | **String** | Relative path of the file. |
|
11
17
|
**data_type** | **String** | Metadata type. |
|
12
18
|
**checksum_type** | **String** | Checksum type for the file. |
|
13
19
|
**checksum** | **String** | Checksum for the file. |
|
14
|
-
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
15
20
|
|
16
21
|
## Code Sample
|
17
22
|
|
@@ -20,12 +25,17 @@ require 'PulpRpmClient'
|
|
20
25
|
|
21
26
|
instance = PulpRpmClient::RpmRepoMetadataFileResponse.new(pulp_href: null,
|
22
27
|
pulp_created: null,
|
28
|
+
md5: null,
|
29
|
+
sha1: null,
|
30
|
+
sha224: null,
|
31
|
+
sha256: null,
|
32
|
+
sha384: null,
|
33
|
+
sha512: null,
|
23
34
|
artifact: null,
|
24
35
|
relative_path: null,
|
25
36
|
data_type: null,
|
26
37
|
checksum_type: null,
|
27
|
-
checksum: null
|
28
|
-
sha256: null)
|
38
|
+
checksum: null)
|
29
39
|
```
|
30
40
|
|
31
41
|
|
data/docs/RpmRpmDistribution.md
CHANGED
@@ -6,6 +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** | [**Object**](.md) | | [optional]
|
9
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
10
11
|
**publication** | **String** | Publication to be served | [optional]
|
11
12
|
|
@@ -16,6 +17,7 @@ require 'PulpRpmClient'
|
|
16
17
|
|
17
18
|
instance = PulpRpmClient::RpmRpmDistribution.new(base_path: null,
|
18
19
|
content_guard: null,
|
20
|
+
pulp_labels: null,
|
19
21
|
name: null,
|
20
22
|
publication: null)
|
21
23
|
```
|
@@ -9,6 +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** | [**Object**](.md) | | [optional]
|
12
13
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
13
14
|
**publication** | **String** | Publication to be served | [optional]
|
14
15
|
|
@@ -22,6 +23,7 @@ instance = PulpRpmClient::RpmRpmDistributionResponse.new(pulp_href: null,
|
|
22
23
|
base_path: null,
|
23
24
|
base_url: null,
|
24
25
|
content_guard: null,
|
26
|
+
pulp_labels: null,
|
25
27
|
name: null,
|
26
28
|
publication: null)
|
27
29
|
```
|
data/docs/RpmRpmPublication.md
CHANGED
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
10
10
|
**package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. | [optional]
|
11
11
|
**gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on packages. | [optional] [default to 0]
|
12
12
|
**repo_gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on the repodata. | [optional] [default to 0]
|
13
|
+
**sqlite_metadata** | **Boolean** | An option specifying whether Pulp should generate SQLite metadata. | [optional] [default to false]
|
13
14
|
|
14
15
|
## Code Sample
|
15
16
|
|
@@ -21,7 +22,8 @@ instance = PulpRpmClient::RpmRpmPublication.new(repository_version: null,
|
|
21
22
|
metadata_checksum_type: null,
|
22
23
|
package_checksum_type: null,
|
23
24
|
gpgcheck: null,
|
24
|
-
repo_gpgcheck: null
|
25
|
+
repo_gpgcheck: null,
|
26
|
+
sqlite_metadata: null)
|
25
27
|
```
|
26
28
|
|
27
29
|
|
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
|
|
12
12
|
**package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. | [optional]
|
13
13
|
**gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on packages. | [optional] [default to 0]
|
14
14
|
**repo_gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on the repodata. | [optional] [default to 0]
|
15
|
+
**sqlite_metadata** | **Boolean** | An option specifying whether Pulp should generate SQLite metadata. | [optional] [default to false]
|
15
16
|
|
16
17
|
## Code Sample
|
17
18
|
|
@@ -25,7 +26,8 @@ instance = PulpRpmClient::RpmRpmPublicationResponse.new(pulp_href: null,
|
|
25
26
|
metadata_checksum_type: null,
|
26
27
|
package_checksum_type: null,
|
27
28
|
gpgcheck: null,
|
28
|
-
repo_gpgcheck: null
|
29
|
+
repo_gpgcheck: null,
|
30
|
+
sqlite_metadata: null)
|
29
31
|
```
|
30
32
|
|
31
33
|
|
data/docs/RpmRpmRemote.md
CHANGED
@@ -13,8 +13,14 @@ Name | Type | Description | Notes
|
|
13
13
|
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
|
14
14
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
15
15
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
16
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
16
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
17
18
|
**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]
|
19
|
+
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
|
20
|
+
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
21
|
+
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
22
|
+
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
23
|
+
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
18
24
|
**sles_auth_token** | **String** | Authentication token for SLES repositories. | [optional]
|
19
25
|
|
20
26
|
## Code Sample
|
@@ -31,8 +37,14 @@ instance = PulpRpmClient::RpmRpmRemote.new(name: null,
|
|
31
37
|
proxy_url: null,
|
32
38
|
username: null,
|
33
39
|
password: null,
|
40
|
+
pulp_labels: null,
|
34
41
|
download_concurrency: null,
|
35
42
|
policy: null,
|
43
|
+
total_timeout: null,
|
44
|
+
connect_timeout: null,
|
45
|
+
sock_connect_timeout: null,
|
46
|
+
sock_read_timeout: null,
|
47
|
+
rate_limit: null,
|
36
48
|
sles_auth_token: null)
|
37
49
|
```
|
38
50
|
|
@@ -15,9 +15,15 @@ Name | Type | Description | Notes
|
|
15
15
|
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [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. | [optional]
|
18
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
18
19
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
19
20
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
20
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]
|
22
|
+
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
|
23
|
+
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
24
|
+
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
25
|
+
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
26
|
+
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
21
27
|
**sles_auth_token** | **String** | Authentication token for SLES repositories. | [optional]
|
22
28
|
|
23
29
|
## Code Sample
|
@@ -36,9 +42,15 @@ instance = PulpRpmClient::RpmRpmRemoteResponse.new(pulp_href: null,
|
|
36
42
|
proxy_url: null,
|
37
43
|
username: null,
|
38
44
|
password: null,
|
45
|
+
pulp_labels: null,
|
39
46
|
pulp_last_updated: null,
|
40
47
|
download_concurrency: null,
|
41
48
|
policy: null,
|
49
|
+
total_timeout: null,
|
50
|
+
connect_timeout: null,
|
51
|
+
sock_connect_timeout: null,
|
52
|
+
sock_read_timeout: null,
|
53
|
+
rate_limit: null,
|
42
54
|
sles_auth_token: null)
|
43
55
|
```
|
44
56
|
|
data/docs/RpmRpmRepository.md
CHANGED
@@ -4,6 +4,7 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
7
8
|
**name** | **String** | A unique name for this repository. |
|
8
9
|
**description** | **String** | An optional description. | [optional]
|
9
10
|
**remote** | **String** | | [optional]
|
@@ -15,7 +16,8 @@ Name | Type | Description | Notes
|
|
15
16
|
```ruby
|
16
17
|
require 'PulpRpmClient'
|
17
18
|
|
18
|
-
instance = PulpRpmClient::RpmRpmRepository.new(
|
19
|
+
instance = PulpRpmClient::RpmRpmRepository.new(pulp_labels: null,
|
20
|
+
name: null,
|
19
21
|
description: null,
|
20
22
|
remote: null,
|
21
23
|
metadata_signing_service: null,
|
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
9
|
**versions_href** | **String** | | [optional] [readonly]
|
10
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
10
11
|
**latest_version_href** | **String** | | [optional] [readonly]
|
11
12
|
**name** | **String** | A unique name for this repository. |
|
12
13
|
**description** | **String** | An optional description. | [optional]
|
@@ -22,6 +23,7 @@ require 'PulpRpmClient'
|
|
22
23
|
instance = PulpRpmClient::RpmRpmRepositoryResponse.new(pulp_href: null,
|
23
24
|
pulp_created: null,
|
24
25
|
versions_href: null,
|
26
|
+
pulp_labels: null,
|
25
27
|
latest_version_href: null,
|
26
28
|
name: null,
|
27
29
|
description: null,
|
@@ -154,9 +154,13 @@ module PulpRpmClient
|
|
154
154
|
# @option opts [String] :base_path__in base_path__in
|
155
155
|
# @option opts [Integer] :limit Number of results to return per page.
|
156
156
|
# @option opts [String] :name name
|
157
|
+
# @option opts [String] :name__contains name__contains
|
158
|
+
# @option opts [String] :name__icontains name__icontains
|
157
159
|
# @option opts [String] :name__in name__in
|
160
|
+
# @option opts [String] :name__startswith name__startswith
|
158
161
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
159
162
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
163
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
160
164
|
# @option opts [String] :fields A list of fields to include in the response.
|
161
165
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
162
166
|
# @return [PaginatedrpmRpmDistributionResponseList]
|
@@ -174,9 +178,13 @@ module PulpRpmClient
|
|
174
178
|
# @option opts [String] :base_path__in base_path__in
|
175
179
|
# @option opts [Integer] :limit Number of results to return per page.
|
176
180
|
# @option opts [String] :name name
|
181
|
+
# @option opts [String] :name__contains name__contains
|
182
|
+
# @option opts [String] :name__icontains name__icontains
|
177
183
|
# @option opts [String] :name__in name__in
|
184
|
+
# @option opts [String] :name__startswith name__startswith
|
178
185
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
179
186
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
187
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
180
188
|
# @option opts [String] :fields A list of fields to include in the response.
|
181
189
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
182
190
|
# @return [Array<(PaginatedrpmRpmDistributionResponseList, Integer, Hash)>] PaginatedrpmRpmDistributionResponseList data, response status code and response headers
|
@@ -195,9 +203,13 @@ module PulpRpmClient
|
|
195
203
|
query_params[:'base_path__in'] = opts[:'base_path__in'] if !opts[:'base_path__in'].nil?
|
196
204
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
197
205
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
206
|
+
query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
|
207
|
+
query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
|
198
208
|
query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
|
209
|
+
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
199
210
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
200
211
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
212
|
+
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
201
213
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
202
214
|
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
203
215
|
|
@@ -150,9 +150,13 @@ module PulpRpmClient
|
|
150
150
|
# @param [Hash] opts the optional parameters
|
151
151
|
# @option opts [Integer] :limit Number of results to return per page.
|
152
152
|
# @option opts [String] :name name
|
153
|
+
# @option opts [String] :name__contains name__contains
|
154
|
+
# @option opts [String] :name__icontains name__icontains
|
153
155
|
# @option opts [String] :name__in name__in
|
156
|
+
# @option opts [String] :name__startswith name__startswith
|
154
157
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
155
158
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
159
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
156
160
|
# @option opts [String] :pulp_last_updated pulp_last_updated
|
157
161
|
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
158
162
|
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
@@ -172,9 +176,13 @@ module PulpRpmClient
|
|
172
176
|
# @param [Hash] opts the optional parameters
|
173
177
|
# @option opts [Integer] :limit Number of results to return per page.
|
174
178
|
# @option opts [String] :name name
|
179
|
+
# @option opts [String] :name__contains name__contains
|
180
|
+
# @option opts [String] :name__icontains name__icontains
|
175
181
|
# @option opts [String] :name__in name__in
|
182
|
+
# @option opts [String] :name__startswith name__startswith
|
176
183
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
177
184
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
185
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
178
186
|
# @option opts [String] :pulp_last_updated pulp_last_updated
|
179
187
|
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
180
188
|
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
@@ -195,9 +203,13 @@ module PulpRpmClient
|
|
195
203
|
query_params = opts[:query_params] || {}
|
196
204
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
197
205
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
206
|
+
query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
|
207
|
+
query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
|
198
208
|
query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
|
209
|
+
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
199
210
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
200
211
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
212
|
+
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
201
213
|
query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
|
202
214
|
query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
|
203
215
|
query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
|