pulp_rpm_client 3.31.1 → 3.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContentModulemdsApi.md +1 -1
- data/docs/Copy.md +1 -1
- data/docs/PatchedrpmRpmRepository.md +1 -1
- data/docs/RepositoriesRpmVersionsApi.md +2 -2
- data/docs/RepositoryVersionResponse.md +3 -1
- data/docs/RpmModulemd.md +3 -3
- data/docs/RpmModulemdDefaults.md +1 -1
- data/docs/RpmModulemdDefaultsResponse.md +3 -1
- data/docs/RpmModulemdObsoleteResponse.md +2 -0
- data/docs/RpmModulemdResponse.md +5 -3
- data/docs/RpmPackageCategoryResponse.md +5 -3
- data/docs/RpmPackageEnvironmentResponse.md +6 -4
- data/docs/RpmPackageGroupResponse.md +5 -3
- data/docs/RpmPackageLangpacksResponse.md +3 -1
- data/docs/RpmPackageResponse.md +12 -10
- data/docs/RpmRepoMetadataFileResponse.md +2 -0
- data/docs/RpmRpmPublication.md +1 -1
- data/docs/RpmRpmPublicationResponse.md +1 -1
- data/docs/RpmRpmRemoteResponse.md +1 -1
- data/docs/RpmRpmRepository.md +1 -1
- data/docs/RpmRpmRepositoryResponse.md +1 -1
- data/docs/RpmUlnRemoteResponse.md +1 -1
- data/docs/RpmUpdateCollection.md +1 -1
- data/docs/RpmUpdateCollectionResponse.md +2 -2
- data/docs/RpmUpdateRecordResponse.md +4 -2
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +3 -3
- data/lib/pulp_rpm_client/models/copy.rb +0 -1
- data/lib/pulp_rpm_client/models/paginated_repository_version_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/paginatedrpm_distribution_tree_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_defaults_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_obsolete_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/paginatedrpm_package_category_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/paginatedrpm_package_environment_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/paginatedrpm_package_group_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/paginatedrpm_package_langpacks_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/paginatedrpm_package_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/paginatedrpm_repo_metadata_file_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_alternate_content_source_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_distribution_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_publication_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_remote_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_repository_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/paginatedrpm_uln_remote_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/paginatedrpm_update_record_response_list.rb +0 -2
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +0 -15
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +0 -19
- data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +0 -15
- data/lib/pulp_rpm_client/models/repository_version_response.rb +13 -4
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +0 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +10 -2
- data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +10 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +13 -4
- data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +13 -4
- data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +14 -5
- data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +13 -4
- data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +11 -2
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +10 -11
- data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +10 -1
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +0 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +0 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +0 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +0 -15
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +0 -15
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +0 -19
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +0 -20
- data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +0 -15
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +0 -15
- data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +10 -1
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/repositories_rpm_versions_api_spec.rb +1 -1
- data/spec/models/repository_version_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_obsolete_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_response_spec.rb +6 -0
- data/spec/models/rpm_package_category_response_spec.rb +6 -0
- data/spec/models/rpm_package_environment_response_spec.rb +6 -0
- data/spec/models/rpm_package_group_response_spec.rb +6 -0
- data/spec/models/rpm_package_langpacks_response_spec.rb +6 -0
- data/spec/models/rpm_package_response_spec.rb +6 -0
- data/spec/models/rpm_repo_metadata_file_response_spec.rb +6 -0
- data/spec/models/rpm_update_record_response_spec.rb +6 -0
- metadata +79 -79
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91875a916880b721cdd8fb1140a5a288a3068ae858f6d8dea70751b9ebe78e4a
|
4
|
+
data.tar.gz: 81054b140664f93df24c1d6608ad0409cc171e7ff040a23544282728a3f88e28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 195e578b405205c293f4c02f831ee77aee0380e04203378cb53c610e6ad6373afb361367ec92102d130f9bdf59a0f9a7715bb5c14aebea886feb182c7be56495
|
7
|
+
data.tar.gz: 5f0b633d2bd075225de3ad3cc6dfaac91e00fe3692be57c2f5eee0505ba22bd4d6014ad779aeb70ec6ff33177ee88fd8e2e154721cef4037f8bc6bc646ca170b
|
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.32.0
|
11
11
|
- Generator version: 7.10.0
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
@@ -25,16 +25,16 @@ gem build pulp_rpm_client.gemspec
|
|
25
25
|
Then either install the gem locally:
|
26
26
|
|
27
27
|
```shell
|
28
|
-
gem install ./pulp_rpm_client-3.
|
28
|
+
gem install ./pulp_rpm_client-3.32.0.gem
|
29
29
|
```
|
30
30
|
|
31
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.
|
31
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.32.0.gem` to install the development dependencies)
|
32
32
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
34
34
|
|
35
35
|
Finally add this to the Gemfile:
|
36
36
|
|
37
|
-
gem 'pulp_rpm_client', '~> 3.
|
37
|
+
gem 'pulp_rpm_client', '~> 3.32.0'
|
38
38
|
|
39
39
|
### Install from Git
|
40
40
|
|
data/docs/ContentModulemdsApi.md
CHANGED
@@ -32,7 +32,7 @@ PulpRpmClient.configure do |config|
|
|
32
32
|
end
|
33
33
|
|
34
34
|
api_instance = PulpRpmClient::ContentModulemdsApi.new
|
35
|
-
rpm_modulemd = PulpRpmClient::RpmModulemd.new({name: 'name_example', stream: 'stream_example', version: 'version_example', context: 'context_example', arch: 'arch_example', artifacts:
|
35
|
+
rpm_modulemd = PulpRpmClient::RpmModulemd.new({name: 'name_example', stream: 'stream_example', version: 'version_example', context: 'context_example', arch: 'arch_example', artifacts: TODO, dependencies: TODO, snippet: 'snippet_example', profiles: TODO, description: 'description_example'}) # RpmModulemd |
|
36
36
|
opts = {
|
37
37
|
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
38
38
|
}
|
data/docs/Copy.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **config** | **Object** |
|
7
|
+
| **config** | **Object** | | |
|
8
8
|
| **dependency_solving** | **Boolean** | Also copy dependencies of the content being copied. | [optional][default to true] |
|
9
9
|
|
10
10
|
## Example
|
@@ -15,7 +15,7 @@
|
|
15
15
|
| **package_signing_fingerprint** | **String** | The pubkey V4 fingerprint (160 bits) to be passed to the package signing service.The signing service will use that on signing operations related to this repository. | [optional][default to ''] |
|
16
16
|
| **retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional] |
|
17
17
|
| **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type during repo publish. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
|
18
|
-
| **repo_config** | **Object** |
|
18
|
+
| **repo_config** | **Object** | | [optional] |
|
19
19
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
20
20
|
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
21
21
|
|
@@ -118,7 +118,7 @@ opts = {
|
|
118
118
|
number__lte: 56, # Integer | Filter results where number is less than or equal to value
|
119
119
|
number__range: [37], # Array<Integer> | Filter results where number is between two comma separated values
|
120
120
|
offset: 56, # Integer | The initial index from which to return the results.
|
121
|
-
ordering: ['-complete'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
121
|
+
ordering: ['-complete'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
122
122
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
123
123
|
pulp_created: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created matches value
|
124
124
|
pulp_created__gt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created is greater than value
|
@@ -176,7 +176,7 @@ end
|
|
176
176
|
| **number__lte** | **Integer** | Filter results where number is less than or equal to value | [optional] |
|
177
177
|
| **number__range** | [**Array<Integer>**](Integer.md) | Filter results where number is between two comma separated values | [optional] |
|
178
178
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
179
|
-
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
179
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
180
180
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
181
181
|
| **pulp_created** | **Time** | Filter results where pulp_created matches value | [optional] |
|
182
182
|
| **pulp_created__gt** | **Time** | Filter results where pulp_created is greater than value | [optional] |
|
@@ -12,6 +12,7 @@
|
|
12
12
|
| **repository** | **String** | | [optional][readonly] |
|
13
13
|
| **base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional] |
|
14
14
|
| **content_summary** | [**ContentSummaryResponse**](ContentSummaryResponse.md) | Various count summaries of the content in the version and the HREF to view them. | [optional][readonly] |
|
15
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
15
16
|
|
16
17
|
## Example
|
17
18
|
|
@@ -26,7 +27,8 @@ instance = PulpRpmClient::RepositoryVersionResponse.new(
|
|
26
27
|
number: null,
|
27
28
|
repository: null,
|
28
29
|
base_version: null,
|
29
|
-
content_summary: null
|
30
|
+
content_summary: null,
|
31
|
+
vuln_report: null
|
30
32
|
)
|
31
33
|
```
|
32
34
|
|
data/docs/RpmModulemd.md
CHANGED
@@ -12,11 +12,11 @@
|
|
12
12
|
| **static_context** | **Boolean** | Modulemd static-context flag. | [optional] |
|
13
13
|
| **context** | **String** | Modulemd context. | |
|
14
14
|
| **arch** | **String** | Modulemd architecture. | |
|
15
|
-
| **artifacts** | **
|
16
|
-
| **dependencies** | **
|
15
|
+
| **artifacts** | [**OneOf**](OneOf.md) | Modulemd artifacts. | |
|
16
|
+
| **dependencies** | [**OneOf**](OneOf.md) | Modulemd dependencies. | |
|
17
17
|
| **packages** | **Array<String>** | Modulemd artifacts' packages. | [optional] |
|
18
18
|
| **snippet** | **String** | Modulemd snippet | |
|
19
|
-
| **profiles** | **
|
19
|
+
| **profiles** | [**OneOf**](OneOf.md) | Modulemd profiles. | |
|
20
20
|
| **description** | **String** | Description of module. | |
|
21
21
|
|
22
22
|
## Example
|
data/docs/RpmModulemdDefaults.md
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
9
9
|
| **_module** | **String** | Modulemd name. | |
|
10
10
|
| **stream** | **String** | Modulemd default stream. | |
|
11
|
-
| **profiles** | **Object** |
|
11
|
+
| **profiles** | **Object** | | |
|
12
12
|
| **snippet** | **String** | Modulemd default snippet | |
|
13
13
|
|
14
14
|
## Example
|
@@ -9,9 +9,10 @@
|
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
12
13
|
| **_module** | **String** | Modulemd name. | |
|
13
14
|
| **stream** | **String** | Modulemd default stream. | |
|
14
|
-
| **profiles** | **Object** |
|
15
|
+
| **profiles** | **Object** | | |
|
15
16
|
|
16
17
|
## Example
|
17
18
|
|
@@ -24,6 +25,7 @@ instance = PulpRpmClient::RpmModulemdDefaultsResponse.new(
|
|
24
25
|
pulp_created: null,
|
25
26
|
pulp_last_updated: null,
|
26
27
|
pulp_labels: null,
|
28
|
+
vuln_report: null,
|
27
29
|
_module: null,
|
28
30
|
stream: null,
|
29
31
|
profiles: null
|
@@ -9,6 +9,7 @@
|
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
12
13
|
| **modified** | **String** | Obsolete modified time. | |
|
13
14
|
| **module_name** | **String** | Modulemd name. | |
|
14
15
|
| **module_stream** | **String** | Modulemd's stream. | |
|
@@ -30,6 +31,7 @@ instance = PulpRpmClient::RpmModulemdObsoleteResponse.new(
|
|
30
31
|
pulp_created: null,
|
31
32
|
pulp_last_updated: null,
|
32
33
|
pulp_labels: null,
|
34
|
+
vuln_report: null,
|
33
35
|
modified: null,
|
34
36
|
module_name: null,
|
35
37
|
module_stream: null,
|
data/docs/RpmModulemdResponse.md
CHANGED
@@ -9,16 +9,17 @@
|
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
12
13
|
| **name** | **String** | Modulemd name. | |
|
13
14
|
| **stream** | **String** | Stream name. | |
|
14
15
|
| **version** | **String** | Modulemd version. | |
|
15
16
|
| **static_context** | **Boolean** | Modulemd static-context flag. | [optional] |
|
16
17
|
| **context** | **String** | Modulemd context. | |
|
17
18
|
| **arch** | **String** | Modulemd architecture. | |
|
18
|
-
| **artifacts** | **
|
19
|
-
| **dependencies** | **
|
19
|
+
| **artifacts** | [**OneOf**](OneOf.md) | Modulemd artifacts. | |
|
20
|
+
| **dependencies** | [**OneOf**](OneOf.md) | Modulemd dependencies. | |
|
20
21
|
| **packages** | **Array<String>** | Modulemd artifacts' packages. | [optional] |
|
21
|
-
| **profiles** | **
|
22
|
+
| **profiles** | [**OneOf**](OneOf.md) | Modulemd profiles. | |
|
22
23
|
| **description** | **String** | Description of module. | |
|
23
24
|
|
24
25
|
## Example
|
@@ -32,6 +33,7 @@ instance = PulpRpmClient::RpmModulemdResponse.new(
|
|
32
33
|
pulp_created: null,
|
33
34
|
pulp_last_updated: null,
|
34
35
|
pulp_labels: null,
|
36
|
+
vuln_report: null,
|
35
37
|
name: null,
|
36
38
|
stream: null,
|
37
39
|
version: null,
|
@@ -9,13 +9,14 @@
|
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
12
13
|
| **id** | **String** | Category id. | |
|
13
14
|
| **name** | **String** | Category name. | |
|
14
15
|
| **description** | **String** | Category description. | |
|
15
16
|
| **display_order** | **Integer** | Category display order. | |
|
16
|
-
| **group_ids** | **
|
17
|
-
| **desc_by_lang** | **
|
18
|
-
| **name_by_lang** | **
|
17
|
+
| **group_ids** | [**OneOf**](OneOf.md) | Category group list. | |
|
18
|
+
| **desc_by_lang** | [**OneOf**](OneOf.md) | Category description by language. | |
|
19
|
+
| **name_by_lang** | [**OneOf**](OneOf.md) | Category name by language. | |
|
19
20
|
| **digest** | **String** | Category digest. | |
|
20
21
|
|
21
22
|
## Example
|
@@ -29,6 +30,7 @@ instance = PulpRpmClient::RpmPackageCategoryResponse.new(
|
|
29
30
|
pulp_created: null,
|
30
31
|
pulp_last_updated: null,
|
31
32
|
pulp_labels: null,
|
33
|
+
vuln_report: null,
|
32
34
|
id: null,
|
33
35
|
name: null,
|
34
36
|
description: null,
|
@@ -9,14 +9,15 @@
|
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
12
13
|
| **id** | **String** | Environment id. | |
|
13
14
|
| **name** | **String** | Environment name. | |
|
14
15
|
| **description** | **String** | Environment description. | |
|
15
16
|
| **display_order** | **Integer** | Environment display order. | |
|
16
|
-
| **group_ids** | **
|
17
|
-
| **option_ids** | **
|
18
|
-
| **desc_by_lang** | **
|
19
|
-
| **name_by_lang** | **
|
17
|
+
| **group_ids** | [**OneOf**](OneOf.md) | Environment group list. | |
|
18
|
+
| **option_ids** | [**OneOf**](OneOf.md) | Environment option ids | |
|
19
|
+
| **desc_by_lang** | [**OneOf**](OneOf.md) | Environment description by language. | |
|
20
|
+
| **name_by_lang** | [**OneOf**](OneOf.md) | Environment name by language. | |
|
20
21
|
| **digest** | **String** | Environment digest. | |
|
21
22
|
|
22
23
|
## Example
|
@@ -30,6 +31,7 @@ instance = PulpRpmClient::RpmPackageEnvironmentResponse.new(
|
|
30
31
|
pulp_created: null,
|
31
32
|
pulp_last_updated: null,
|
32
33
|
pulp_labels: null,
|
34
|
+
vuln_report: null,
|
33
35
|
id: null,
|
34
36
|
name: null,
|
35
37
|
description: null,
|
@@ -9,16 +9,17 @@
|
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
12
13
|
| **id** | **String** | PackageGroup id. | |
|
13
14
|
| **default** | **Boolean** | PackageGroup default. | [optional] |
|
14
15
|
| **user_visible** | **Boolean** | PackageGroup user visibility. | [optional] |
|
15
16
|
| **display_order** | **Integer** | PackageGroup display order. | |
|
16
17
|
| **name** | **String** | PackageGroup name. | |
|
17
18
|
| **description** | **String** | PackageGroup description. | |
|
18
|
-
| **packages** | **
|
19
|
+
| **packages** | [**OneOf**](OneOf.md) | PackageGroup package list. | |
|
19
20
|
| **biarch_only** | **Boolean** | PackageGroup biarch only. | [optional] |
|
20
|
-
| **desc_by_lang** | **
|
21
|
-
| **name_by_lang** | **
|
21
|
+
| **desc_by_lang** | [**OneOf**](OneOf.md) | PackageGroup description by language. | |
|
22
|
+
| **name_by_lang** | [**OneOf**](OneOf.md) | PackageGroup name by language. | |
|
22
23
|
| **digest** | **String** | PackageGroup digest. | |
|
23
24
|
|
24
25
|
## Example
|
@@ -32,6 +33,7 @@ instance = PulpRpmClient::RpmPackageGroupResponse.new(
|
|
32
33
|
pulp_created: null,
|
33
34
|
pulp_last_updated: null,
|
34
35
|
pulp_labels: null,
|
36
|
+
vuln_report: null,
|
35
37
|
id: null,
|
36
38
|
default: null,
|
37
39
|
user_visible: null,
|
@@ -9,7 +9,8 @@
|
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
-
| **
|
12
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
13
|
+
| **matches** | [**OneOf**](OneOf.md) | Langpacks matches. | |
|
13
14
|
| **digest** | **String** | Langpacks digest. | |
|
14
15
|
|
15
16
|
## Example
|
@@ -23,6 +24,7 @@ instance = PulpRpmClient::RpmPackageLangpacksResponse.new(
|
|
23
24
|
pulp_created: null,
|
24
25
|
pulp_last_updated: null,
|
25
26
|
pulp_labels: null,
|
27
|
+
vuln_report: null,
|
26
28
|
matches: null,
|
27
29
|
digest: null
|
28
30
|
)
|
data/docs/RpmPackageResponse.md
CHANGED
@@ -15,6 +15,7 @@
|
|
15
15
|
| **sha384** | **String** | The SHA-384 checksum if available. | [optional][readonly] |
|
16
16
|
| **sha512** | **String** | The SHA-512 checksum if available. | [optional][readonly] |
|
17
17
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
18
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
18
19
|
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
19
20
|
| **name** | **String** | Name of the package | [optional][readonly] |
|
20
21
|
| **epoch** | **String** | The package's epoch | [optional][readonly] |
|
@@ -26,16 +27,16 @@
|
|
26
27
|
| **summary** | **String** | Short description of the packaged software | [optional][readonly] |
|
27
28
|
| **description** | **String** | In-depth description of the packaged software | [optional][readonly] |
|
28
29
|
| **url** | **String** | URL with more information about the packaged software | [optional][readonly] |
|
29
|
-
| **changelogs** | **Object** |
|
30
|
-
| **files** | **Object** |
|
31
|
-
| **requires** | **Object** |
|
32
|
-
| **provides** | **Object** |
|
33
|
-
| **conflicts** | **Object** |
|
34
|
-
| **obsoletes** | **Object** |
|
35
|
-
| **suggests** | **Object** |
|
36
|
-
| **enhances** | **Object** |
|
37
|
-
| **recommends** | **Object** |
|
38
|
-
| **supplements** | **Object** |
|
30
|
+
| **changelogs** | **Object** | | [optional] |
|
31
|
+
| **files** | **Object** | | [optional] |
|
32
|
+
| **requires** | **Object** | | [optional] |
|
33
|
+
| **provides** | **Object** | | [optional] |
|
34
|
+
| **conflicts** | **Object** | | [optional] |
|
35
|
+
| **obsoletes** | **Object** | | [optional] |
|
36
|
+
| **suggests** | **Object** | | [optional] |
|
37
|
+
| **enhances** | **Object** | | [optional] |
|
38
|
+
| **recommends** | **Object** | | [optional] |
|
39
|
+
| **supplements** | **Object** | | [optional] |
|
39
40
|
| **location_base** | **String** | DEPRECATED: Base location of this package. This field will be removed in a future release of pulp_rpm. | [optional][readonly] |
|
40
41
|
| **location_href** | **String** | DEPRECATED: Relative location of package to the repodata. This field will be removed in a future release of pulp_rpm. | [optional][readonly] |
|
41
42
|
| **rpm_buildhost** | **String** | Hostname of the system that built the package | [optional][readonly] |
|
@@ -70,6 +71,7 @@ instance = PulpRpmClient::RpmPackageResponse.new(
|
|
70
71
|
sha384: null,
|
71
72
|
sha512: null,
|
72
73
|
pulp_labels: null,
|
74
|
+
vuln_report: null,
|
73
75
|
artifact: null,
|
74
76
|
name: null,
|
75
77
|
epoch: null,
|
@@ -15,6 +15,7 @@
|
|
15
15
|
| **sha384** | **String** | The SHA-384 checksum if available. | [optional][readonly] |
|
16
16
|
| **sha512** | **String** | The SHA-512 checksum if available. | [optional][readonly] |
|
17
17
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
18
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
18
19
|
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
19
20
|
| **relative_path** | **String** | Relative path of the file. | |
|
20
21
|
| **data_type** | **String** | Metadata type. | |
|
@@ -38,6 +39,7 @@ instance = PulpRpmClient::RpmRepoMetadataFileResponse.new(
|
|
38
39
|
sha384: null,
|
39
40
|
sha512: null,
|
40
41
|
pulp_labels: null,
|
42
|
+
vuln_report: null,
|
41
43
|
artifact: null,
|
42
44
|
relative_path: null,
|
43
45
|
data_type: null,
|
data/docs/RpmRpmPublication.md
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
| **repository** | **String** | A URI of the repository to be published. | [optional] |
|
9
9
|
| **checkpoint** | **Boolean** | | [optional] |
|
10
10
|
| **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type used during repo publishes. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
|
11
|
-
| **repo_config** | **Object** |
|
11
|
+
| **repo_config** | **Object** | | [optional] |
|
12
12
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
13
13
|
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
14
14
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
| **gpgcheck** | **Integer** | REMOVED: An option specifying whether a client should perform a GPG signature check on packages. Not operational since pulp_rpm 3.30.0 release. Set these values using 'repo_config' instead. | [optional][readonly] |
|
18
18
|
| **repo_gpgcheck** | **Integer** | REMOVED: An option specifying whether a client should perform a GPG signature check on the repodata. Not operational since pulp_rpm 3.30.0 release. Set these values using 'repo_config' instead. | [optional][readonly] |
|
19
19
|
| **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operational since pulp_rpm 3.25.0 release | [optional][readonly][default to false] |
|
20
|
-
| **repo_config** | **Object** |
|
20
|
+
| **repo_config** | **Object** | | [optional] |
|
21
21
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
22
22
|
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
23
23
|
|
@@ -24,7 +24,7 @@
|
|
24
24
|
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
25
25
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
26
26
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
27
|
-
| **hidden_fields** | [**Array<RpmRpmRemoteResponseHiddenFieldsInner>**](RpmRpmRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional]
|
27
|
+
| **hidden_fields** | [**Array<RpmRpmRemoteResponseHiddenFieldsInner>**](RpmRpmRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
28
28
|
| **sles_auth_token** | **String** | Authentication token for SLES repositories. | [optional] |
|
29
29
|
|
30
30
|
## Example
|
data/docs/RpmRpmRepository.md
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
| **package_signing_fingerprint** | **String** | The pubkey V4 fingerprint (160 bits) to be passed to the package signing service.The signing service will use that on signing operations related to this repository. | [optional][default to ''] |
|
16
16
|
| **retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional] |
|
17
17
|
| **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type during repo publish. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
|
18
|
-
| **repo_config** | **Object** |
|
18
|
+
| **repo_config** | **Object** | | [optional] |
|
19
19
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
20
20
|
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
21
21
|
|
@@ -26,7 +26,7 @@
|
|
26
26
|
| **gpgcheck** | **Integer** | REMOVED: An option specifying whether a client should perform a GPG signature check on packages. Not operational since pulp_rpm 3.30.0 release. Set these values using 'repo_config' instead. | [optional][readonly] |
|
27
27
|
| **repo_gpgcheck** | **Integer** | REMOVED: An option specifying whether a client should perform a GPG signature check on the repodata. Not operational since pulp_rpm 3.30.0 release. Set these values using 'repo_config' instead. | [optional][readonly] |
|
28
28
|
| **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operation since pulp_rpm 3.25.0 release | [optional][readonly][default to false] |
|
29
|
-
| **repo_config** | **Object** |
|
29
|
+
| **repo_config** | **Object** | | [optional] |
|
30
30
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
31
31
|
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
32
32
|
|
@@ -24,7 +24,7 @@
|
|
24
24
|
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
25
25
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
26
26
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
27
|
-
| **hidden_fields** | [**Array<RpmRpmRemoteResponseHiddenFieldsInner>**](RpmRpmRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional]
|
27
|
+
| **hidden_fields** | [**Array<RpmRpmRemoteResponseHiddenFieldsInner>**](RpmRpmRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
28
28
|
| **uln_server_base_url** | **String** | Base URL of the ULN server. If the uln_server_base_url is not provided pulp_rpm willuse the contents of the DEFAULT_ULN_SERVER_BASE_URL setting instead. | [optional] |
|
29
29
|
|
30
30
|
## Example
|
data/docs/RpmUpdateCollection.md
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **name** | **String** | Collection name. | |
|
8
8
|
| **shortname** | **String** | Collection short name. | |
|
9
|
-
| **_module** | **
|
9
|
+
| **_module** | [**OneOf**](OneOf.md) | Collection modular NSVCA. | |
|
10
10
|
|
11
11
|
## Example
|
12
12
|
|
@@ -6,8 +6,8 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **name** | **String** | Collection name. | |
|
8
8
|
| **shortname** | **String** | Collection short name. | |
|
9
|
-
| **_module** | **
|
10
|
-
| **packages** | **Array<Object>** | List of packages | [optional]
|
9
|
+
| **_module** | [**OneOf**](OneOf.md) | Collection modular NSVCA. | |
|
10
|
+
| **packages** | **Array<Object>** | List of packages | [optional] |
|
11
11
|
|
12
12
|
## Example
|
13
13
|
|
@@ -9,6 +9,7 @@
|
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
12
13
|
| **id** | **String** | Update id (short update name, e.g. RHEA-2013:1777) | [optional][readonly] |
|
13
14
|
| **updated_date** | **String** | Date when the update was updated (e.g. '2013-12-02 00:00:00') | [optional][readonly] |
|
14
15
|
| **description** | **String** | Update description | [optional][readonly] |
|
@@ -24,8 +25,8 @@
|
|
24
25
|
| **release** | **String** | Update release | [optional][readonly] |
|
25
26
|
| **rights** | **String** | Copyrights | [optional][readonly] |
|
26
27
|
| **pushcount** | **String** | Push count | [optional][readonly] |
|
27
|
-
| **pkglist** | [**Array<RpmUpdateCollectionResponse>**](RpmUpdateCollectionResponse.md) | List of packages | [optional]
|
28
|
-
| **references** | **Array<Object>** | List of references | [optional]
|
28
|
+
| **pkglist** | [**Array<RpmUpdateCollectionResponse>**](RpmUpdateCollectionResponse.md) | List of packages | [optional] |
|
29
|
+
| **references** | **Array<Object>** | List of references | [optional] |
|
29
30
|
| **reboot_suggested** | **Boolean** | Reboot suggested | [optional][readonly] |
|
30
31
|
|
31
32
|
## Example
|
@@ -39,6 +40,7 @@ instance = PulpRpmClient::RpmUpdateRecordResponse.new(
|
|
39
40
|
pulp_created: null,
|
40
41
|
pulp_last_updated: null,
|
41
42
|
pulp_labels: null,
|
43
|
+
vuln_report: null,
|
42
44
|
id: null,
|
43
45
|
updated_date: null,
|
44
46
|
description: null,
|
@@ -100,7 +100,7 @@ module PulpRpmClient
|
|
100
100
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
101
101
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
102
102
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
103
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
103
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
104
104
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
105
105
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
106
106
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
@@ -134,7 +134,7 @@ module PulpRpmClient
|
|
134
134
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
135
135
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
136
136
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
137
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
137
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
138
138
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
139
139
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
140
140
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
@@ -156,7 +156,7 @@ module PulpRpmClient
|
|
156
156
|
if @api_client.config.client_side_validation && rpm_rpm_repository_href.nil?
|
157
157
|
fail ArgumentError, "Missing the required parameter 'rpm_rpm_repository_href' when calling RepositoriesRpmVersionsApi.list"
|
158
158
|
end
|
159
|
-
allowable_values = ["-complete", "-info", "-number", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "complete", "info", "number", "pk", "pulp_created", "pulp_id", "pulp_last_updated"]
|
159
|
+
allowable_values = ["-complete", "-content_ids", "-info", "-number", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "complete", "content_ids", "info", "number", "pk", "pulp_created", "pulp_id", "pulp_last_updated"]
|
160
160
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
161
161
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
162
162
|
end
|
@@ -16,7 +16,6 @@ require 'time'
|
|
16
16
|
module PulpRpmClient
|
17
17
|
# A serializer for Content Copy API.
|
18
18
|
class Copy
|
19
|
-
# Content to be copied into the given destinations from the given sources. Its a list of dictionaries with the following available fields: ```json [ { \"source_repo_version\": <RepositoryVersion [pulp_href|prn]>, \"dest_repo\": <RpmRepository [pulp_href|prn]>, \"dest_base_version\": <int>, \"content\": [<Content [pulp_href|prn]>, ...] }, ... ] ``` If domains are enabled, the refered pulp objects must be part of the current domain. For usage examples, refer to the advanced copy guide: <https://pulpproject.org/pulp_rpm/docs/user/guides/modify/#advanced-copy-workflow>
|
20
19
|
attr_accessor :config
|
21
20
|
|
22
21
|
# Also copy dependencies of the content being copied.
|