pulp_rpm_client 3.32.1 → 3.32.3
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/AcsRpmApi.md +10 -10
- data/docs/ContentModulemdsApi.md +1 -1
- data/docs/Copy.md +1 -1
- data/docs/DistributionsRpmApi.md +10 -10
- data/docs/PatchedrpmRpmRepository.md +1 -1
- data/docs/RemotesRpmApi.md +10 -10
- data/docs/RemotesUlnApi.md +10 -10
- data/docs/RepositoriesRpmApi.md +10 -10
- data/docs/RpmModulemd.md +3 -3
- data/docs/RpmModulemdDefaults.md +1 -1
- data/docs/RpmModulemdDefaultsResponse.md +1 -1
- data/docs/RpmModulemdResponse.md +3 -3
- data/docs/RpmPackageCategoryResponse.md +3 -3
- data/docs/RpmPackageEnvironmentResponse.md +4 -4
- data/docs/RpmPackageGroupResponse.md +3 -3
- data/docs/RpmPackageLangpacksResponse.md +1 -1
- data/docs/RpmPackageResponse.md +10 -10
- 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 +2 -2
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +10 -10
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +10 -10
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +10 -10
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +10 -10
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +10 -10
- data/lib/pulp_rpm_client/models/copy.rb +1 -0
- data/lib/pulp_rpm_client/models/paginated_repository_version_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_distribution_tree_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_defaults_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_obsolete_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_category_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_environment_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_group_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_langpacks_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_repo_metadata_file_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_alternate_content_source_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_distribution_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_publication_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_remote_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_repository_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_uln_remote_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_update_record_response_list.rb +2 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +15 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +19 -0
- data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +15 -0
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -0
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +1 -0
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +4 -4
- data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +10 -0
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +2 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +15 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +15 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +19 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +20 -0
- data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +15 -0
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +15 -0
- 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/version.rb +1 -1
- data/spec/api/acs_rpm_api_spec.rb +4 -4
- data/spec/api/distributions_rpm_api_spec.rb +4 -4
- data/spec/api/remotes_rpm_api_spec.rb +4 -4
- data/spec/api/remotes_uln_api_spec.rb +4 -4
- data/spec/api/repositories_rpm_api_spec.rb +4 -4
- metadata +80 -80
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3387444ab611b063eceda543ce78b3481979de1aa52215817a07d911725852d
|
4
|
+
data.tar.gz: c0ec35d7af15f9d7f143fb85aa65dd2f59d0f578696760d84c3798f30412ebf8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd73dfd63e721d840e9ca4de791fd4a72f13b2f3eb1fbfc208a06c6f332567d7d9b92517134db497c6d4dcd72283eac388ae766b93a07d61618fc6edeae2db39
|
7
|
+
data.tar.gz: 1128d33b6f3f7b36dbc52afcc14b029504c9c323fc6bbbfd3cbcebe4cb501e5c9b9da93e0aedea23060d007ad768584be5481ba36b01277eed5e8a8f735d2f28
|
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.32.
|
10
|
+
- Package version: 3.32.3
|
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.32.
|
28
|
+
gem install ./pulp_rpm_client-3.32.3.gem
|
29
29
|
```
|
30
30
|
|
31
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.32.
|
31
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.32.3.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.32.
|
37
|
+
gem 'pulp_rpm_client', '~> 3.32.3'
|
38
38
|
|
39
39
|
### Install from Git
|
40
40
|
|
data/docs/AcsRpmApi.md
CHANGED
@@ -507,11 +507,11 @@ end
|
|
507
507
|
|
508
508
|
## partial_update
|
509
509
|
|
510
|
-
> <
|
510
|
+
> <RpmRpmAlternateContentSourceResponse> partial_update(rpm_rpm_alternate_content_source_href, patchedrpm_rpm_alternate_content_source, opts)
|
511
511
|
|
512
512
|
Update a rpm alternate content source
|
513
513
|
|
514
|
-
|
514
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
515
515
|
|
516
516
|
### Examples
|
517
517
|
|
@@ -545,7 +545,7 @@ end
|
|
545
545
|
|
546
546
|
This returns an Array which contains the response data, status code and headers.
|
547
547
|
|
548
|
-
> <Array(<
|
548
|
+
> <Array(<RpmRpmAlternateContentSourceResponse>, Integer, Hash)> partial_update_with_http_info(rpm_rpm_alternate_content_source_href, patchedrpm_rpm_alternate_content_source, opts)
|
549
549
|
|
550
550
|
```ruby
|
551
551
|
begin
|
@@ -553,7 +553,7 @@ begin
|
|
553
553
|
data, status_code, headers = api_instance.partial_update_with_http_info(rpm_rpm_alternate_content_source_href, patchedrpm_rpm_alternate_content_source, opts)
|
554
554
|
p status_code # => 2xx
|
555
555
|
p headers # => { ... }
|
556
|
-
p data # => <
|
556
|
+
p data # => <RpmRpmAlternateContentSourceResponse>
|
557
557
|
rescue PulpRpmClient::ApiError => e
|
558
558
|
puts "Error when calling AcsRpmApi->partial_update_with_http_info: #{e}"
|
559
559
|
end
|
@@ -569,7 +569,7 @@ end
|
|
569
569
|
|
570
570
|
### Return type
|
571
571
|
|
572
|
-
[**
|
572
|
+
[**RpmRpmAlternateContentSourceResponse**](RpmRpmAlternateContentSourceResponse.md)
|
573
573
|
|
574
574
|
### Authorization
|
575
575
|
|
@@ -811,11 +811,11 @@ end
|
|
811
811
|
|
812
812
|
## update
|
813
813
|
|
814
|
-
> <
|
814
|
+
> <RpmRpmAlternateContentSourceResponse> update(rpm_rpm_alternate_content_source_href, rpm_rpm_alternate_content_source, opts)
|
815
815
|
|
816
816
|
Update a rpm alternate content source
|
817
817
|
|
818
|
-
|
818
|
+
Update the entity and trigger an asynchronous task if necessary
|
819
819
|
|
820
820
|
### Examples
|
821
821
|
|
@@ -849,7 +849,7 @@ end
|
|
849
849
|
|
850
850
|
This returns an Array which contains the response data, status code and headers.
|
851
851
|
|
852
|
-
> <Array(<
|
852
|
+
> <Array(<RpmRpmAlternateContentSourceResponse>, Integer, Hash)> update_with_http_info(rpm_rpm_alternate_content_source_href, rpm_rpm_alternate_content_source, opts)
|
853
853
|
|
854
854
|
```ruby
|
855
855
|
begin
|
@@ -857,7 +857,7 @@ begin
|
|
857
857
|
data, status_code, headers = api_instance.update_with_http_info(rpm_rpm_alternate_content_source_href, rpm_rpm_alternate_content_source, opts)
|
858
858
|
p status_code # => 2xx
|
859
859
|
p headers # => { ... }
|
860
|
-
p data # => <
|
860
|
+
p data # => <RpmRpmAlternateContentSourceResponse>
|
861
861
|
rescue PulpRpmClient::ApiError => e
|
862
862
|
puts "Error when calling AcsRpmApi->update_with_http_info: #{e}"
|
863
863
|
end
|
@@ -873,7 +873,7 @@ end
|
|
873
873
|
|
874
874
|
### Return type
|
875
875
|
|
876
|
-
[**
|
876
|
+
[**RpmRpmAlternateContentSourceResponse**](RpmRpmAlternateContentSourceResponse.md)
|
877
877
|
|
878
878
|
### Authorization
|
879
879
|
|
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: 3.56, dependencies: 3.56, snippet: 'snippet_example', profiles: 3.56, 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** | 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> | |
|
8
8
|
| **dependency_solving** | **Boolean** | Also copy dependencies of the content being copied. | [optional][default to true] |
|
9
9
|
|
10
10
|
## Example
|
data/docs/DistributionsRpmApi.md
CHANGED
@@ -526,11 +526,11 @@ end
|
|
526
526
|
|
527
527
|
## partial_update
|
528
528
|
|
529
|
-
> <
|
529
|
+
> <RpmRpmDistributionResponse> partial_update(rpm_rpm_distribution_href, patchedrpm_rpm_distribution, opts)
|
530
530
|
|
531
531
|
Update a rpm distribution
|
532
532
|
|
533
|
-
|
533
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
534
534
|
|
535
535
|
### Examples
|
536
536
|
|
@@ -564,7 +564,7 @@ end
|
|
564
564
|
|
565
565
|
This returns an Array which contains the response data, status code and headers.
|
566
566
|
|
567
|
-
> <Array(<
|
567
|
+
> <Array(<RpmRpmDistributionResponse>, Integer, Hash)> partial_update_with_http_info(rpm_rpm_distribution_href, patchedrpm_rpm_distribution, opts)
|
568
568
|
|
569
569
|
```ruby
|
570
570
|
begin
|
@@ -572,7 +572,7 @@ begin
|
|
572
572
|
data, status_code, headers = api_instance.partial_update_with_http_info(rpm_rpm_distribution_href, patchedrpm_rpm_distribution, opts)
|
573
573
|
p status_code # => 2xx
|
574
574
|
p headers # => { ... }
|
575
|
-
p data # => <
|
575
|
+
p data # => <RpmRpmDistributionResponse>
|
576
576
|
rescue PulpRpmClient::ApiError => e
|
577
577
|
puts "Error when calling DistributionsRpmApi->partial_update_with_http_info: #{e}"
|
578
578
|
end
|
@@ -588,7 +588,7 @@ end
|
|
588
588
|
|
589
589
|
### Return type
|
590
590
|
|
591
|
-
[**
|
591
|
+
[**RpmRpmDistributionResponse**](RpmRpmDistributionResponse.md)
|
592
592
|
|
593
593
|
### Authorization
|
594
594
|
|
@@ -908,11 +908,11 @@ end
|
|
908
908
|
|
909
909
|
## update
|
910
910
|
|
911
|
-
> <
|
911
|
+
> <RpmRpmDistributionResponse> update(rpm_rpm_distribution_href, rpm_rpm_distribution, opts)
|
912
912
|
|
913
913
|
Update a rpm distribution
|
914
914
|
|
915
|
-
|
915
|
+
Update the entity and trigger an asynchronous task if necessary
|
916
916
|
|
917
917
|
### Examples
|
918
918
|
|
@@ -946,7 +946,7 @@ end
|
|
946
946
|
|
947
947
|
This returns an Array which contains the response data, status code and headers.
|
948
948
|
|
949
|
-
> <Array(<
|
949
|
+
> <Array(<RpmRpmDistributionResponse>, Integer, Hash)> update_with_http_info(rpm_rpm_distribution_href, rpm_rpm_distribution, opts)
|
950
950
|
|
951
951
|
```ruby
|
952
952
|
begin
|
@@ -954,7 +954,7 @@ begin
|
|
954
954
|
data, status_code, headers = api_instance.update_with_http_info(rpm_rpm_distribution_href, rpm_rpm_distribution, opts)
|
955
955
|
p status_code # => 2xx
|
956
956
|
p headers # => { ... }
|
957
|
-
p data # => <
|
957
|
+
p data # => <RpmRpmDistributionResponse>
|
958
958
|
rescue PulpRpmClient::ApiError => e
|
959
959
|
puts "Error when calling DistributionsRpmApi->update_with_http_info: #{e}"
|
960
960
|
end
|
@@ -970,7 +970,7 @@ end
|
|
970
970
|
|
971
971
|
### Return type
|
972
972
|
|
973
|
-
[**
|
973
|
+
[**RpmRpmDistributionResponse**](RpmRpmDistributionResponse.md)
|
974
974
|
|
975
975
|
### Authorization
|
976
976
|
|
@@ -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** | A JSON document describing the config.repo file Pulp should generate for this repo | [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
|
|
data/docs/RemotesRpmApi.md
CHANGED
@@ -524,11 +524,11 @@ end
|
|
524
524
|
|
525
525
|
## partial_update
|
526
526
|
|
527
|
-
> <
|
527
|
+
> <RpmRpmRemoteResponse> partial_update(rpm_rpm_remote_href, patchedrpm_rpm_remote, opts)
|
528
528
|
|
529
529
|
Update a rpm remote
|
530
530
|
|
531
|
-
|
531
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
532
532
|
|
533
533
|
### Examples
|
534
534
|
|
@@ -562,7 +562,7 @@ end
|
|
562
562
|
|
563
563
|
This returns an Array which contains the response data, status code and headers.
|
564
564
|
|
565
|
-
> <Array(<
|
565
|
+
> <Array(<RpmRpmRemoteResponse>, Integer, Hash)> partial_update_with_http_info(rpm_rpm_remote_href, patchedrpm_rpm_remote, opts)
|
566
566
|
|
567
567
|
```ruby
|
568
568
|
begin
|
@@ -570,7 +570,7 @@ begin
|
|
570
570
|
data, status_code, headers = api_instance.partial_update_with_http_info(rpm_rpm_remote_href, patchedrpm_rpm_remote, opts)
|
571
571
|
p status_code # => 2xx
|
572
572
|
p headers # => { ... }
|
573
|
-
p data # => <
|
573
|
+
p data # => <RpmRpmRemoteResponse>
|
574
574
|
rescue PulpRpmClient::ApiError => e
|
575
575
|
puts "Error when calling RemotesRpmApi->partial_update_with_http_info: #{e}"
|
576
576
|
end
|
@@ -586,7 +586,7 @@ end
|
|
586
586
|
|
587
587
|
### Return type
|
588
588
|
|
589
|
-
[**
|
589
|
+
[**RpmRpmRemoteResponse**](RpmRpmRemoteResponse.md)
|
590
590
|
|
591
591
|
### Authorization
|
592
592
|
|
@@ -906,11 +906,11 @@ end
|
|
906
906
|
|
907
907
|
## update
|
908
908
|
|
909
|
-
> <
|
909
|
+
> <RpmRpmRemoteResponse> update(rpm_rpm_remote_href, rpm_rpm_remote, opts)
|
910
910
|
|
911
911
|
Update a rpm remote
|
912
912
|
|
913
|
-
|
913
|
+
Update the entity and trigger an asynchronous task if necessary
|
914
914
|
|
915
915
|
### Examples
|
916
916
|
|
@@ -944,7 +944,7 @@ end
|
|
944
944
|
|
945
945
|
This returns an Array which contains the response data, status code and headers.
|
946
946
|
|
947
|
-
> <Array(<
|
947
|
+
> <Array(<RpmRpmRemoteResponse>, Integer, Hash)> update_with_http_info(rpm_rpm_remote_href, rpm_rpm_remote, opts)
|
948
948
|
|
949
949
|
```ruby
|
950
950
|
begin
|
@@ -952,7 +952,7 @@ begin
|
|
952
952
|
data, status_code, headers = api_instance.update_with_http_info(rpm_rpm_remote_href, rpm_rpm_remote, opts)
|
953
953
|
p status_code # => 2xx
|
954
954
|
p headers # => { ... }
|
955
|
-
p data # => <
|
955
|
+
p data # => <RpmRpmRemoteResponse>
|
956
956
|
rescue PulpRpmClient::ApiError => e
|
957
957
|
puts "Error when calling RemotesRpmApi->update_with_http_info: #{e}"
|
958
958
|
end
|
@@ -968,7 +968,7 @@ end
|
|
968
968
|
|
969
969
|
### Return type
|
970
970
|
|
971
|
-
[**
|
971
|
+
[**RpmRpmRemoteResponse**](RpmRpmRemoteResponse.md)
|
972
972
|
|
973
973
|
### Authorization
|
974
974
|
|
data/docs/RemotesUlnApi.md
CHANGED
@@ -524,11 +524,11 @@ end
|
|
524
524
|
|
525
525
|
## partial_update
|
526
526
|
|
527
|
-
> <
|
527
|
+
> <RpmUlnRemoteResponse> partial_update(rpm_uln_remote_href, patchedrpm_uln_remote, opts)
|
528
528
|
|
529
529
|
Update an uln remote
|
530
530
|
|
531
|
-
|
531
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
532
532
|
|
533
533
|
### Examples
|
534
534
|
|
@@ -562,7 +562,7 @@ end
|
|
562
562
|
|
563
563
|
This returns an Array which contains the response data, status code and headers.
|
564
564
|
|
565
|
-
> <Array(<
|
565
|
+
> <Array(<RpmUlnRemoteResponse>, Integer, Hash)> partial_update_with_http_info(rpm_uln_remote_href, patchedrpm_uln_remote, opts)
|
566
566
|
|
567
567
|
```ruby
|
568
568
|
begin
|
@@ -570,7 +570,7 @@ begin
|
|
570
570
|
data, status_code, headers = api_instance.partial_update_with_http_info(rpm_uln_remote_href, patchedrpm_uln_remote, opts)
|
571
571
|
p status_code # => 2xx
|
572
572
|
p headers # => { ... }
|
573
|
-
p data # => <
|
573
|
+
p data # => <RpmUlnRemoteResponse>
|
574
574
|
rescue PulpRpmClient::ApiError => e
|
575
575
|
puts "Error when calling RemotesUlnApi->partial_update_with_http_info: #{e}"
|
576
576
|
end
|
@@ -586,7 +586,7 @@ end
|
|
586
586
|
|
587
587
|
### Return type
|
588
588
|
|
589
|
-
[**
|
589
|
+
[**RpmUlnRemoteResponse**](RpmUlnRemoteResponse.md)
|
590
590
|
|
591
591
|
### Authorization
|
592
592
|
|
@@ -906,11 +906,11 @@ end
|
|
906
906
|
|
907
907
|
## update
|
908
908
|
|
909
|
-
> <
|
909
|
+
> <RpmUlnRemoteResponse> update(rpm_uln_remote_href, rpm_uln_remote, opts)
|
910
910
|
|
911
911
|
Update an uln remote
|
912
912
|
|
913
|
-
|
913
|
+
Update the entity and trigger an asynchronous task if necessary
|
914
914
|
|
915
915
|
### Examples
|
916
916
|
|
@@ -944,7 +944,7 @@ end
|
|
944
944
|
|
945
945
|
This returns an Array which contains the response data, status code and headers.
|
946
946
|
|
947
|
-
> <Array(<
|
947
|
+
> <Array(<RpmUlnRemoteResponse>, Integer, Hash)> update_with_http_info(rpm_uln_remote_href, rpm_uln_remote, opts)
|
948
948
|
|
949
949
|
```ruby
|
950
950
|
begin
|
@@ -952,7 +952,7 @@ begin
|
|
952
952
|
data, status_code, headers = api_instance.update_with_http_info(rpm_uln_remote_href, rpm_uln_remote, opts)
|
953
953
|
p status_code # => 2xx
|
954
954
|
p headers # => { ... }
|
955
|
-
p data # => <
|
955
|
+
p data # => <RpmUlnRemoteResponse>
|
956
956
|
rescue PulpRpmClient::ApiError => e
|
957
957
|
puts "Error when calling RemotesUlnApi->update_with_http_info: #{e}"
|
958
958
|
end
|
@@ -968,7 +968,7 @@ end
|
|
968
968
|
|
969
969
|
### Return type
|
970
970
|
|
971
|
-
[**
|
971
|
+
[**RpmUlnRemoteResponse**](RpmUlnRemoteResponse.md)
|
972
972
|
|
973
973
|
### Authorization
|
974
974
|
|
data/docs/RepositoriesRpmApi.md
CHANGED
@@ -610,11 +610,11 @@ end
|
|
610
610
|
|
611
611
|
## partial_update
|
612
612
|
|
613
|
-
> <
|
613
|
+
> <RpmRpmRepositoryResponse> partial_update(rpm_rpm_repository_href, patchedrpm_rpm_repository, opts)
|
614
614
|
|
615
615
|
Update a rpm repository
|
616
616
|
|
617
|
-
|
617
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
618
618
|
|
619
619
|
### Examples
|
620
620
|
|
@@ -648,7 +648,7 @@ end
|
|
648
648
|
|
649
649
|
This returns an Array which contains the response data, status code and headers.
|
650
650
|
|
651
|
-
> <Array(<
|
651
|
+
> <Array(<RpmRpmRepositoryResponse>, Integer, Hash)> partial_update_with_http_info(rpm_rpm_repository_href, patchedrpm_rpm_repository, opts)
|
652
652
|
|
653
653
|
```ruby
|
654
654
|
begin
|
@@ -656,7 +656,7 @@ begin
|
|
656
656
|
data, status_code, headers = api_instance.partial_update_with_http_info(rpm_rpm_repository_href, patchedrpm_rpm_repository, opts)
|
657
657
|
p status_code # => 2xx
|
658
658
|
p headers # => { ... }
|
659
|
-
p data # => <
|
659
|
+
p data # => <RpmRpmRepositoryResponse>
|
660
660
|
rescue PulpRpmClient::ApiError => e
|
661
661
|
puts "Error when calling RepositoriesRpmApi->partial_update_with_http_info: #{e}"
|
662
662
|
end
|
@@ -672,7 +672,7 @@ end
|
|
672
672
|
|
673
673
|
### Return type
|
674
674
|
|
675
|
-
[**
|
675
|
+
[**RpmRpmRepositoryResponse**](RpmRpmRepositoryResponse.md)
|
676
676
|
|
677
677
|
### Authorization
|
678
678
|
|
@@ -1068,11 +1068,11 @@ end
|
|
1068
1068
|
|
1069
1069
|
## update
|
1070
1070
|
|
1071
|
-
> <
|
1071
|
+
> <RpmRpmRepositoryResponse> update(rpm_rpm_repository_href, rpm_rpm_repository, opts)
|
1072
1072
|
|
1073
1073
|
Update a rpm repository
|
1074
1074
|
|
1075
|
-
|
1075
|
+
Update the entity and trigger an asynchronous task if necessary
|
1076
1076
|
|
1077
1077
|
### Examples
|
1078
1078
|
|
@@ -1106,7 +1106,7 @@ end
|
|
1106
1106
|
|
1107
1107
|
This returns an Array which contains the response data, status code and headers.
|
1108
1108
|
|
1109
|
-
> <Array(<
|
1109
|
+
> <Array(<RpmRpmRepositoryResponse>, Integer, Hash)> update_with_http_info(rpm_rpm_repository_href, rpm_rpm_repository, opts)
|
1110
1110
|
|
1111
1111
|
```ruby
|
1112
1112
|
begin
|
@@ -1114,7 +1114,7 @@ begin
|
|
1114
1114
|
data, status_code, headers = api_instance.update_with_http_info(rpm_rpm_repository_href, rpm_rpm_repository, opts)
|
1115
1115
|
p status_code # => 2xx
|
1116
1116
|
p headers # => { ... }
|
1117
|
-
p data # => <
|
1117
|
+
p data # => <RpmRpmRepositoryResponse>
|
1118
1118
|
rescue PulpRpmClient::ApiError => e
|
1119
1119
|
puts "Error when calling RepositoriesRpmApi->update_with_http_info: #{e}"
|
1120
1120
|
end
|
@@ -1130,7 +1130,7 @@ end
|
|
1130
1130
|
|
1131
1131
|
### Return type
|
1132
1132
|
|
1133
|
-
[**
|
1133
|
+
[**RpmRpmRepositoryResponse**](RpmRpmRepositoryResponse.md)
|
1134
1134
|
|
1135
1135
|
### Authorization
|
1136
1136
|
|
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** | **Object** | Modulemd artifacts. | |
|
16
|
+
| **dependencies** | **Object** | Modulemd dependencies. | |
|
17
17
|
| **packages** | **Array<String>** | Modulemd artifacts' packages. | [optional] |
|
18
18
|
| **snippet** | **String** | Modulemd snippet | |
|
19
|
-
| **profiles** |
|
19
|
+
| **profiles** | **Object** | 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** | Default profiles for modulemd streams. | |
|
12
12
|
| **snippet** | **String** | Modulemd default snippet | |
|
13
13
|
|
14
14
|
## Example
|
@@ -12,7 +12,7 @@
|
|
12
12
|
| **vuln_report** | **String** | | [optional][readonly] |
|
13
13
|
| **_module** | **String** | Modulemd name. | |
|
14
14
|
| **stream** | **String** | Modulemd default stream. | |
|
15
|
-
| **profiles** | **Object** |
|
15
|
+
| **profiles** | **Object** | Default profiles for modulemd streams. | |
|
16
16
|
|
17
17
|
## Example
|
18
18
|
|
data/docs/RpmModulemdResponse.md
CHANGED
@@ -16,10 +16,10 @@
|
|
16
16
|
| **static_context** | **Boolean** | Modulemd static-context flag. | [optional] |
|
17
17
|
| **context** | **String** | Modulemd context. | |
|
18
18
|
| **arch** | **String** | Modulemd architecture. | |
|
19
|
-
| **artifacts** |
|
20
|
-
| **dependencies** |
|
19
|
+
| **artifacts** | **Object** | Modulemd artifacts. | |
|
20
|
+
| **dependencies** | **Object** | Modulemd dependencies. | |
|
21
21
|
| **packages** | **Array<String>** | Modulemd artifacts' packages. | [optional] |
|
22
|
-
| **profiles** |
|
22
|
+
| **profiles** | **Object** | Modulemd profiles. | |
|
23
23
|
| **description** | **String** | Description of module. | |
|
24
24
|
|
25
25
|
## Example
|
@@ -14,9 +14,9 @@
|
|
14
14
|
| **name** | **String** | Category name. | |
|
15
15
|
| **description** | **String** | Category description. | |
|
16
16
|
| **display_order** | **Integer** | Category display order. | |
|
17
|
-
| **group_ids** |
|
18
|
-
| **desc_by_lang** |
|
19
|
-
| **name_by_lang** |
|
17
|
+
| **group_ids** | **Object** | Category group list. | |
|
18
|
+
| **desc_by_lang** | **Object** | Category description by language. | |
|
19
|
+
| **name_by_lang** | **Object** | Category name by language. | |
|
20
20
|
| **digest** | **String** | Category digest. | |
|
21
21
|
|
22
22
|
## Example
|
@@ -14,10 +14,10 @@
|
|
14
14
|
| **name** | **String** | Environment name. | |
|
15
15
|
| **description** | **String** | Environment description. | |
|
16
16
|
| **display_order** | **Integer** | Environment display order. | |
|
17
|
-
| **group_ids** |
|
18
|
-
| **option_ids** |
|
19
|
-
| **desc_by_lang** |
|
20
|
-
| **name_by_lang** |
|
17
|
+
| **group_ids** | **Object** | Environment group list. | |
|
18
|
+
| **option_ids** | **Object** | Environment option ids | |
|
19
|
+
| **desc_by_lang** | **Object** | Environment description by language. | |
|
20
|
+
| **name_by_lang** | **Object** | Environment name by language. | |
|
21
21
|
| **digest** | **String** | Environment digest. | |
|
22
22
|
|
23
23
|
## Example
|
@@ -16,10 +16,10 @@
|
|
16
16
|
| **display_order** | **Integer** | PackageGroup display order. | |
|
17
17
|
| **name** | **String** | PackageGroup name. | |
|
18
18
|
| **description** | **String** | PackageGroup description. | |
|
19
|
-
| **packages** |
|
19
|
+
| **packages** | **Object** | PackageGroup package list. | |
|
20
20
|
| **biarch_only** | **Boolean** | PackageGroup biarch only. | [optional] |
|
21
|
-
| **desc_by_lang** |
|
22
|
-
| **name_by_lang** |
|
21
|
+
| **desc_by_lang** | **Object** | PackageGroup description by language. | |
|
22
|
+
| **name_by_lang** | **Object** | PackageGroup name by language. | |
|
23
23
|
| **digest** | **String** | PackageGroup digest. | |
|
24
24
|
|
25
25
|
## Example
|
@@ -10,7 +10,7 @@
|
|
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** |
|
13
|
+
| **matches** | **Object** | Langpacks matches. | |
|
14
14
|
| **digest** | **String** | Langpacks digest. | |
|
15
15
|
|
16
16
|
## Example
|
data/docs/RpmPackageResponse.md
CHANGED
@@ -27,16 +27,16 @@
|
|
27
27
|
| **summary** | **String** | Short description of the packaged software | [optional][readonly] |
|
28
28
|
| **description** | **String** | In-depth description of the packaged software | [optional][readonly] |
|
29
29
|
| **url** | **String** | URL with more information about the packaged software | [optional][readonly] |
|
30
|
-
| **changelogs** | **Object** |
|
31
|
-
| **files** | **Object** |
|
32
|
-
| **requires** | **Object** |
|
33
|
-
| **provides** | **Object** |
|
34
|
-
| **conflicts** | **Object** |
|
35
|
-
| **obsoletes** | **Object** |
|
36
|
-
| **suggests** | **Object** |
|
37
|
-
| **enhances** | **Object** |
|
38
|
-
| **recommends** | **Object** |
|
39
|
-
| **supplements** | **Object** |
|
30
|
+
| **changelogs** | **Object** | Changelogs that package contains | [optional][readonly] |
|
31
|
+
| **files** | **Object** | Files that package contains | [optional][readonly] |
|
32
|
+
| **requires** | **Object** | Capabilities the package requires | [optional][readonly] |
|
33
|
+
| **provides** | **Object** | Capabilities the package provides | [optional][readonly] |
|
34
|
+
| **conflicts** | **Object** | Capabilities the package conflicts | [optional][readonly] |
|
35
|
+
| **obsoletes** | **Object** | Capabilities the package obsoletes | [optional][readonly] |
|
36
|
+
| **suggests** | **Object** | Capabilities the package suggests | [optional][readonly] |
|
37
|
+
| **enhances** | **Object** | Capabilities the package enhances | [optional][readonly] |
|
38
|
+
| **recommends** | **Object** | Capabilities the package recommends | [optional][readonly] |
|
39
|
+
| **supplements** | **Object** | Capabilities the package supplements | [optional][readonly] |
|
40
40
|
| **location_base** | **String** | DEPRECATED: Base location of this package. This field will be removed in a future release of pulp_rpm. | [optional][readonly] |
|
41
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] |
|
42
42
|
| **rpm_buildhost** | **String** | Hostname of the system that built the package | [optional][readonly] |
|
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** | A JSON document describing the config.repo file Pulp should generate for this repo | [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** | A JSON document describing the config.repo file Pulp should generate for this repo | [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][readonly] |
|
28
28
|
| **sles_auth_token** | **String** | Authentication token for SLES repositories. | [optional] |
|
29
29
|
|
30
30
|
## Example
|