pulp_rpm_client 3.5.1 → 3.6.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 +73 -55
- data/docs/{Addon.md → AddonResponse.md} +2 -2
- data/docs/{Artifact.md → ArtifactResponse.md} +3 -3
- data/docs/{Checksum.md → ChecksumResponse.md} +2 -2
- data/docs/ContentAdvisoriesApi.md +44 -44
- data/docs/ContentDistributionTreesApi.md +25 -25
- data/docs/ContentModulemdDefaultsApi.md +32 -32
- data/docs/ContentModulemdsApi.md +34 -34
- data/docs/ContentPackagecategoriesApi.md +25 -25
- data/docs/ContentPackageenvironmentsApi.md +25 -25
- data/docs/ContentPackagegroupsApi.md +25 -25
- data/docs/ContentPackagelangpacksApi.md +25 -25
- data/docs/ContentPackagesApi.md +64 -64
- data/docs/ContentRepoMetadataFilesApi.md +25 -25
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +21 -0
- data/docs/DistributionsRpmApi.md +108 -60
- data/docs/{Image.md → ImageResponse.md} +3 -3
- data/docs/InlineResponse200.md +3 -3
- data/docs/InlineResponse2001.md +3 -3
- data/docs/InlineResponse20010.md +3 -3
- data/docs/InlineResponse20011.md +3 -3
- data/docs/InlineResponse20012.md +3 -3
- data/docs/InlineResponse20013.md +3 -3
- data/docs/InlineResponse20014.md +3 -3
- data/docs/InlineResponse2002.md +3 -3
- data/docs/InlineResponse2003.md +3 -3
- data/docs/InlineResponse2004.md +3 -3
- data/docs/InlineResponse2005.md +3 -3
- data/docs/InlineResponse2006.md +3 -3
- data/docs/InlineResponse2007.md +3 -3
- data/docs/InlineResponse2008.md +3 -3
- data/docs/InlineResponse2009.md +3 -3
- data/docs/MetadataChecksumTypeEnum.md +16 -0
- data/docs/PackageChecksumTypeEnum.md +16 -0
- data/docs/PatchedrpmRpmDistribution.md +23 -0
- data/docs/PatchedrpmRpmRemote.md +39 -0
- data/docs/PatchedrpmRpmRepository.md +25 -0
- data/docs/PolicyEnum.md +16 -0
- data/docs/PublicationsRpmApi.md +40 -40
- data/docs/RemotesRpmApi.md +125 -65
- data/docs/RepositoriesRpmApi.md +97 -73
- data/docs/RepositoriesRpmVersionsApi.md +94 -62
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RepositoryVersion.md +1 -9
- data/docs/RepositoryVersionResponse.md +25 -0
- data/docs/RpmCopyApi.md +10 -10
- data/docs/{RpmDistributionTree.md → RpmDistributionTreeResponse.md} +6 -6
- data/docs/RpmModulemd.md +8 -8
- data/docs/RpmModulemdDefaults.md +8 -8
- data/docs/RpmModulemdDefaultsResponse.md +29 -0
- data/docs/RpmModulemdResponse.md +39 -0
- data/docs/RpmPackage.md +7 -79
- data/docs/{RpmPackageCategory.md → RpmPackageCategoryResponse.md} +2 -2
- data/docs/{RpmPackageEnvironment.md → RpmPackageEnvironmentResponse.md} +2 -2
- data/docs/{RpmPackageGroup.md → RpmPackageGroupResponse.md} +2 -2
- data/docs/{RpmPackageLangpacks.md → RpmPackageLangpacksResponse.md} +2 -2
- data/docs/RpmPackageResponse.md +95 -0
- data/docs/{RpmRepoMetadataFile.md → RpmRepoMetadataFileResponse.md} +2 -2
- data/docs/RpmRepositorySyncURL.md +1 -1
- data/docs/RpmRpmDistribution.md +1 -7
- data/docs/RpmRpmDistributionResponse.md +29 -0
- data/docs/RpmRpmPublication.md +3 -7
- data/docs/RpmRpmPublicationResponse.md +27 -0
- data/docs/RpmRpmRemote.md +4 -10
- data/docs/RpmRpmRemoteResponse.md +45 -0
- data/docs/RpmRpmRepository.md +3 -9
- data/docs/RpmRpmRepositoryResponse.md +33 -0
- data/docs/RpmUpdateCollection.md +1 -3
- data/docs/RpmUpdateCollectionResponse.md +23 -0
- data/docs/RpmUpdateRecord.md +4 -40
- data/docs/RpmUpdateRecordResponse.md +55 -0
- data/docs/{Variant.md → VariantResponse.md} +2 -2
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +60 -60
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +42 -54
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +44 -76
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packages_api.rb +92 -92
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +36 -36
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +153 -90
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +59 -59
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +181 -100
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +145 -118
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +137 -92
- data/lib/pulp_rpm_client/api/rpm_copy_api.rb +15 -15
- data/lib/pulp_rpm_client/api_client.rb +2 -2
- data/lib/pulp_rpm_client/api_error.rb +2 -2
- data/lib/pulp_rpm_client/configuration.rb +3 -3
- data/lib/pulp_rpm_client/models/{addon.rb → addon_response.rb} +6 -100
- data/lib/pulp_rpm_client/models/{artifact.rb → artifact_response.rb} +9 -93
- data/lib/pulp_rpm_client/models/async_operation_response.rb +3 -2
- data/lib/pulp_rpm_client/models/{checksum.rb → checksum_response.rb} +6 -43
- data/lib/pulp_rpm_client/models/content_summary.rb +9 -15
- data/lib/pulp_rpm_client/models/content_summary_response.rb +240 -0
- data/lib/pulp_rpm_client/models/copy.rb +3 -2
- data/lib/pulp_rpm_client/models/{image.rb → image_response.rb} +7 -63
- data/lib/pulp_rpm_client/models/inline_response200.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2001.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20010.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20011.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20012.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20013.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20014.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2002.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2003.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2004.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2005.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2006.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2007.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2008.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2009.rb +3 -13
- data/lib/pulp_rpm_client/models/metadata_checksum_type_enum.rb +41 -0
- data/lib/pulp_rpm_client/models/package_checksum_type_enum.rb +41 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +240 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +340 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +265 -0
- data/lib/pulp_rpm_client/models/policy_enum.rb +37 -0
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +5 -4
- data/lib/pulp_rpm_client/models/repository_version.rb +7 -43
- data/lib/pulp_rpm_client/models/repository_version_response.rb +246 -0
- data/lib/pulp_rpm_client/models/{rpm_distribution_tree.rb → rpm_distribution_tree_response.rb} +17 -234
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +42 -153
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +40 -86
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +282 -0
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +346 -0
- data/lib/pulp_rpm_client/models/rpm_package.rb +28 -501
- data/lib/pulp_rpm_client/models/{rpm_package_category.rb → rpm_package_category_response.rb} +10 -63
- data/lib/pulp_rpm_client/models/{rpm_package_environment.rb → rpm_package_environment_response.rb} +11 -68
- data/lib/pulp_rpm_client/models/{rpm_package_group.rb → rpm_package_group_response.rb} +10 -63
- data/lib/pulp_rpm_client/models/{rpm_package_langpacks.rb → rpm_package_langpacks_response.rb} +8 -34
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +597 -0
- data/lib/pulp_rpm_client/models/{rpm_repo_metadata_file.rb → rpm_repo_metadata_file_response.rb} +6 -96
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +4 -30
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +4 -85
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +279 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +6 -74
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +256 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +7 -214
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +379 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +14 -74
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +307 -0
- data/lib/pulp_rpm_client/models/rpm_update_collection.rb +10 -34
- data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +243 -0
- data/lib/pulp_rpm_client/models/rpm_update_record.rb +18 -245
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +401 -0
- data/lib/pulp_rpm_client/models/{variant.rb → variant_response.rb} +6 -195
- data/lib/pulp_rpm_client/version.rb +3 -3
- data/lib/pulp_rpm_client.rb +30 -13
- data/pulp_rpm_client.gemspec +4 -4
- data/spec/api/content_advisories_api_spec.rb +21 -21
- data/spec/api/content_distribution_trees_api_spec.rb +9 -9
- data/spec/api/content_modulemd_defaults_api_spec.rb +13 -13
- data/spec/api/content_modulemds_api_spec.rb +13 -13
- data/spec/api/content_packagecategories_api_spec.rb +9 -9
- data/spec/api/content_packageenvironments_api_spec.rb +9 -9
- data/spec/api/content_packagegroups_api_spec.rb +9 -9
- data/spec/api/content_packagelangpacks_api_spec.rb +9 -9
- data/spec/api/content_packages_api_spec.rb +31 -31
- data/spec/api/content_repo_metadata_files_api_spec.rb +9 -9
- data/spec/api/distributions_rpm_api_spec.rb +39 -18
- data/spec/api/publications_rpm_api_spec.rb +14 -14
- data/spec/api/remotes_rpm_api_spec.rb +48 -21
- data/spec/api/repositories_rpm_api_spec.rb +28 -19
- data/spec/api/repositories_rpm_versions_api_spec.rb +38 -23
- data/spec/api/rpm_copy_api_spec.rb +5 -5
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/{addon_spec.rb → addon_response_spec.rb} +8 -8
- data/spec/models/{artifact_spec.rb → artifact_response_spec.rb} +8 -8
- data/spec/models/async_operation_response_spec.rb +2 -2
- data/spec/models/{checksum_spec.rb → checksum_response_spec.rb} +8 -8
- data/spec/models/content_summary_response_spec.rb +53 -0
- data/spec/models/content_summary_spec.rb +2 -2
- data/spec/models/copy_spec.rb +2 -2
- data/spec/models/{image_spec.rb → image_response_spec.rb} +8 -8
- data/spec/models/inline_response20010_spec.rb +2 -2
- data/spec/models/inline_response20011_spec.rb +2 -2
- data/spec/models/inline_response20012_spec.rb +2 -2
- data/spec/models/inline_response20013_spec.rb +2 -2
- data/spec/models/inline_response20014_spec.rb +2 -2
- data/spec/models/inline_response2001_spec.rb +2 -2
- data/spec/models/inline_response2002_spec.rb +2 -2
- data/spec/models/inline_response2003_spec.rb +2 -2
- data/spec/models/inline_response2004_spec.rb +2 -2
- data/spec/models/inline_response2005_spec.rb +2 -2
- data/spec/models/inline_response2006_spec.rb +2 -2
- data/spec/models/inline_response2007_spec.rb +2 -2
- data/spec/models/inline_response2008_spec.rb +2 -2
- data/spec/models/inline_response2009_spec.rb +2 -2
- data/spec/models/inline_response200_spec.rb +2 -2
- data/spec/models/metadata_checksum_type_enum_spec.rb +35 -0
- data/spec/models/package_checksum_type_enum_spec.rb +35 -0
- data/spec/models/patchedrpm_rpm_distribution_spec.rb +59 -0
- data/spec/models/patchedrpm_rpm_remote_spec.rb +107 -0
- data/spec/models/patchedrpm_rpm_repository_spec.rb +65 -0
- data/spec/models/policy_enum_spec.rb +35 -0
- data/spec/models/repository_add_remove_content_spec.rb +2 -2
- data/spec/models/repository_version_response_spec.rb +65 -0
- data/spec/models/repository_version_spec.rb +2 -26
- data/spec/models/{rpm_distribution_tree_spec.rb → rpm_distribution_tree_response_spec.rb} +8 -8
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +77 -0
- data/spec/models/rpm_modulemd_defaults_spec.rb +9 -9
- data/spec/models/rpm_modulemd_response_spec.rb +107 -0
- data/spec/models/rpm_modulemd_spec.rb +11 -11
- data/spec/models/{rpm_package_category_spec.rb → rpm_package_category_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_environment_spec.rb → rpm_package_environment_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_group_spec.rb → rpm_package_group_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_langpacks_spec.rb → rpm_package_langpacks_response_spec.rb} +8 -8
- data/spec/models/rpm_package_response_spec.rb +275 -0
- data/spec/models/rpm_package_spec.rb +5 -221
- data/spec/models/{rpm_repo_metadata_file_spec.rb → rpm_repo_metadata_file_response_spec.rb} +8 -8
- data/spec/models/rpm_repository_sync_url_spec.rb +2 -6
- data/spec/models/rpm_rpm_distribution_response_spec.rb +77 -0
- data/spec/models/rpm_rpm_distribution_spec.rb +2 -20
- data/spec/models/rpm_rpm_publication_response_spec.rb +71 -0
- data/spec/models/rpm_rpm_publication_spec.rb +2 -22
- data/spec/models/rpm_rpm_remote_response_spec.rb +125 -0
- data/spec/models/rpm_rpm_remote_spec.rb +2 -24
- data/spec/models/rpm_rpm_repository_response_spec.rb +89 -0
- data/spec/models/rpm_rpm_repository_spec.rb +5 -23
- data/spec/models/rpm_update_collection_response_spec.rb +59 -0
- data/spec/models/rpm_update_collection_spec.rb +2 -8
- data/spec/models/rpm_update_record_response_spec.rb +155 -0
- data/spec/models/rpm_update_record_spec.rb +4 -112
- data/spec/models/{variant_spec.rb → variant_response_spec.rb} +8 -8
- data/spec/spec_helper.rb +2 -2
- metadata +116 -48
data/lib/pulp_rpm_client.rb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
2
|
#Pulp 3 API
|
3
3
|
|
4
|
-
#
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
5
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
|
-
|
7
|
+
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.3
|
10
10
|
|
@@ -17,13 +17,14 @@ require 'pulp_rpm_client/version'
|
|
17
17
|
require 'pulp_rpm_client/configuration'
|
18
18
|
|
19
19
|
# Models
|
20
|
-
require 'pulp_rpm_client/models/
|
21
|
-
require 'pulp_rpm_client/models/
|
20
|
+
require 'pulp_rpm_client/models/addon_response'
|
21
|
+
require 'pulp_rpm_client/models/artifact_response'
|
22
22
|
require 'pulp_rpm_client/models/async_operation_response'
|
23
|
-
require 'pulp_rpm_client/models/
|
23
|
+
require 'pulp_rpm_client/models/checksum_response'
|
24
24
|
require 'pulp_rpm_client/models/content_summary'
|
25
|
+
require 'pulp_rpm_client/models/content_summary_response'
|
25
26
|
require 'pulp_rpm_client/models/copy'
|
26
|
-
require 'pulp_rpm_client/models/
|
27
|
+
require 'pulp_rpm_client/models/image_response'
|
27
28
|
require 'pulp_rpm_client/models/inline_response200'
|
28
29
|
require 'pulp_rpm_client/models/inline_response2001'
|
29
30
|
require 'pulp_rpm_client/models/inline_response20010'
|
@@ -39,25 +40,41 @@ require 'pulp_rpm_client/models/inline_response2006'
|
|
39
40
|
require 'pulp_rpm_client/models/inline_response2007'
|
40
41
|
require 'pulp_rpm_client/models/inline_response2008'
|
41
42
|
require 'pulp_rpm_client/models/inline_response2009'
|
43
|
+
require 'pulp_rpm_client/models/metadata_checksum_type_enum'
|
44
|
+
require 'pulp_rpm_client/models/package_checksum_type_enum'
|
45
|
+
require 'pulp_rpm_client/models/patchedrpm_rpm_distribution'
|
46
|
+
require 'pulp_rpm_client/models/patchedrpm_rpm_remote'
|
47
|
+
require 'pulp_rpm_client/models/patchedrpm_rpm_repository'
|
48
|
+
require 'pulp_rpm_client/models/policy_enum'
|
42
49
|
require 'pulp_rpm_client/models/repository_add_remove_content'
|
43
50
|
require 'pulp_rpm_client/models/repository_version'
|
44
|
-
require 'pulp_rpm_client/models/
|
51
|
+
require 'pulp_rpm_client/models/repository_version_response'
|
52
|
+
require 'pulp_rpm_client/models/rpm_distribution_tree_response'
|
45
53
|
require 'pulp_rpm_client/models/rpm_modulemd'
|
46
54
|
require 'pulp_rpm_client/models/rpm_modulemd_defaults'
|
55
|
+
require 'pulp_rpm_client/models/rpm_modulemd_defaults_response'
|
56
|
+
require 'pulp_rpm_client/models/rpm_modulemd_response'
|
47
57
|
require 'pulp_rpm_client/models/rpm_package'
|
48
|
-
require 'pulp_rpm_client/models/
|
49
|
-
require 'pulp_rpm_client/models/
|
50
|
-
require 'pulp_rpm_client/models/
|
51
|
-
require 'pulp_rpm_client/models/
|
52
|
-
require 'pulp_rpm_client/models/
|
58
|
+
require 'pulp_rpm_client/models/rpm_package_category_response'
|
59
|
+
require 'pulp_rpm_client/models/rpm_package_environment_response'
|
60
|
+
require 'pulp_rpm_client/models/rpm_package_group_response'
|
61
|
+
require 'pulp_rpm_client/models/rpm_package_langpacks_response'
|
62
|
+
require 'pulp_rpm_client/models/rpm_package_response'
|
63
|
+
require 'pulp_rpm_client/models/rpm_repo_metadata_file_response'
|
53
64
|
require 'pulp_rpm_client/models/rpm_repository_sync_url'
|
54
65
|
require 'pulp_rpm_client/models/rpm_rpm_distribution'
|
66
|
+
require 'pulp_rpm_client/models/rpm_rpm_distribution_response'
|
55
67
|
require 'pulp_rpm_client/models/rpm_rpm_publication'
|
68
|
+
require 'pulp_rpm_client/models/rpm_rpm_publication_response'
|
56
69
|
require 'pulp_rpm_client/models/rpm_rpm_remote'
|
70
|
+
require 'pulp_rpm_client/models/rpm_rpm_remote_response'
|
57
71
|
require 'pulp_rpm_client/models/rpm_rpm_repository'
|
72
|
+
require 'pulp_rpm_client/models/rpm_rpm_repository_response'
|
58
73
|
require 'pulp_rpm_client/models/rpm_update_collection'
|
74
|
+
require 'pulp_rpm_client/models/rpm_update_collection_response'
|
59
75
|
require 'pulp_rpm_client/models/rpm_update_record'
|
60
|
-
require 'pulp_rpm_client/models/
|
76
|
+
require 'pulp_rpm_client/models/rpm_update_record_response'
|
77
|
+
require 'pulp_rpm_client/models/variant_response'
|
61
78
|
|
62
79
|
# APIs
|
63
80
|
require 'pulp_rpm_client/api/content_advisories_api'
|
data/pulp_rpm_client.gemspec
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
=begin
|
4
4
|
#Pulp 3 API
|
5
5
|
|
6
|
-
#
|
6
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
7
7
|
|
8
8
|
The version of the OpenAPI document: v3
|
9
|
-
|
9
|
+
Contact: pulp-list@redhat.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
OpenAPI Generator version: 4.2.3
|
12
12
|
|
@@ -20,10 +20,10 @@ Gem::Specification.new do |s|
|
|
20
20
|
s.version = PulpRpmClient::VERSION
|
21
21
|
s.platform = Gem::Platform::RUBY
|
22
22
|
s.authors = ["OpenAPI-Generator"]
|
23
|
-
s.email = [""]
|
23
|
+
s.email = ["pulp-list@redhat.com"]
|
24
24
|
s.homepage = "https://openapi-generator.tech"
|
25
25
|
s.summary = "Pulp 3 API Ruby Gem"
|
26
|
-
s.description = "
|
26
|
+
s.description = "Fetch, Upload, Organize, and Distribute Software Packages"
|
27
27
|
s.license = 'GPL-2.0+'
|
28
28
|
s.required_ruby_version = ">= 1.9"
|
29
29
|
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
2
|
#Pulp 3 API
|
3
3
|
|
4
|
-
#
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
5
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
|
-
|
7
|
+
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.3
|
10
10
|
|
@@ -47,25 +47,25 @@ describe 'ContentAdvisoriesApi' do
|
|
47
47
|
|
48
48
|
# unit tests for list
|
49
49
|
# List update records
|
50
|
-
# Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
|
50
|
+
# A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
|
-
# @option opts [String] :
|
53
|
-
# @option opts [String] :
|
54
|
-
# @option opts [String] :id__in Filter results where id is in a comma-separated list of values
|
55
|
-
# @option opts [String] :status Filter results where status matches value
|
56
|
-
# @option opts [String] :status__in Filter results where status is in a comma-separated list of values
|
57
|
-
# @option opts [String] :status__ne Filter results where status not equal to value
|
58
|
-
# @option opts [String] :severity Filter results where severity matches value
|
59
|
-
# @option opts [String] :severity__in Filter results where severity is in a comma-separated list of values
|
60
|
-
# @option opts [String] :severity__ne Filter results where severity not equal to value
|
61
|
-
# @option opts [String] :type Filter results where type matches value
|
62
|
-
# @option opts [String] :type__in Filter results where type is in a comma-separated list of values
|
63
|
-
# @option opts [String] :type__ne Filter results where type not equal to value
|
64
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
65
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
66
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
52
|
+
# @option opts [String] :id id
|
53
|
+
# @option opts [String] :id__in id__in
|
67
54
|
# @option opts [Integer] :limit Number of results to return per page.
|
68
55
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
56
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
57
|
+
# @option opts [String] :repository_version repository_version
|
58
|
+
# @option opts [String] :repository_version_added repository_version_added
|
59
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
60
|
+
# @option opts [String] :severity severity
|
61
|
+
# @option opts [String] :severity__in severity__in
|
62
|
+
# @option opts [String] :severity__ne severity__ne
|
63
|
+
# @option opts [String] :status status
|
64
|
+
# @option opts [String] :status__in status__in
|
65
|
+
# @option opts [String] :status__ne status__ne
|
66
|
+
# @option opts [String] :type type
|
67
|
+
# @option opts [String] :type__in type__in
|
68
|
+
# @option opts [String] :type__ne type__ne
|
69
69
|
# @option opts [String] :fields A list of fields to include in the response.
|
70
70
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
71
71
|
# @return [InlineResponse200]
|
@@ -77,12 +77,12 @@ describe 'ContentAdvisoriesApi' do
|
|
77
77
|
|
78
78
|
# unit tests for read
|
79
79
|
# Inspect an update record
|
80
|
-
# Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
|
81
|
-
# @param
|
80
|
+
# A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
|
81
|
+
# @param rpm_update_record_href
|
82
82
|
# @param [Hash] opts the optional parameters
|
83
83
|
# @option opts [String] :fields A list of fields to include in the response.
|
84
84
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
85
|
-
# @return [
|
85
|
+
# @return [RpmUpdateRecordResponse]
|
86
86
|
describe 'read test' do
|
87
87
|
it 'should work' do
|
88
88
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
2
|
#Pulp 3 API
|
3
3
|
|
4
|
-
#
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
5
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
|
-
|
7
|
+
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.3
|
10
10
|
|
@@ -35,7 +35,7 @@ describe 'ContentDistributionTreesApi' do
|
|
35
35
|
# unit tests for delete
|
36
36
|
# Delete a distribution tree
|
37
37
|
# Distribution Tree Viewset.
|
38
|
-
# @param
|
38
|
+
# @param rpm_distribution_tree_href
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [nil]
|
41
41
|
describe 'delete test' do
|
@@ -48,12 +48,12 @@ describe 'ContentDistributionTreesApi' do
|
|
48
48
|
# List distribution trees
|
49
49
|
# Distribution Tree Viewset.
|
50
50
|
# @param [Hash] opts the optional parameters
|
51
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
52
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
53
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
54
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
55
51
|
# @option opts [Integer] :limit Number of results to return per page.
|
56
52
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
53
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
54
|
+
# @option opts [String] :repository_version repository_version
|
55
|
+
# @option opts [String] :repository_version_added repository_version_added
|
56
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
57
57
|
# @option opts [String] :fields A list of fields to include in the response.
|
58
58
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
59
59
|
# @return [InlineResponse2001]
|
@@ -66,11 +66,11 @@ describe 'ContentDistributionTreesApi' do
|
|
66
66
|
# unit tests for read
|
67
67
|
# Inspect a distribution tree
|
68
68
|
# Distribution Tree Viewset.
|
69
|
-
# @param
|
69
|
+
# @param rpm_distribution_tree_href
|
70
70
|
# @param [Hash] opts the optional parameters
|
71
71
|
# @option opts [String] :fields A list of fields to include in the response.
|
72
72
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
73
|
-
# @return [
|
73
|
+
# @return [RpmDistributionTreeResponse]
|
74
74
|
describe 'read test' do
|
75
75
|
it 'should work' do
|
76
76
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
2
|
#Pulp 3 API
|
3
3
|
|
4
|
-
#
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
5
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
|
-
|
7
|
+
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.3
|
10
10
|
|
@@ -54,17 +54,17 @@ describe 'ContentModulemdDefaultsApi' do
|
|
54
54
|
# List modulemd defaultss
|
55
55
|
# ViewSet for Modulemd.
|
56
56
|
# @param [Hash] opts the optional parameters
|
57
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
58
|
-
# @option opts [String] :_module Filter results where module matches value
|
59
|
-
# @option opts [String] :module__in Filter results where module is in a comma-separated list of values
|
60
|
-
# @option opts [String] :stream Filter results where stream matches value
|
61
|
-
# @option opts [String] :stream__in Filter results where stream is in a comma-separated list of values
|
62
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
63
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
64
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
65
|
-
# @option opts [String] :sha256
|
66
57
|
# @option opts [Integer] :limit Number of results to return per page.
|
58
|
+
# @option opts [String] :_module module
|
59
|
+
# @option opts [String] :module__in module__in
|
67
60
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
61
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
62
|
+
# @option opts [String] :repository_version repository_version
|
63
|
+
# @option opts [String] :repository_version_added repository_version_added
|
64
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
65
|
+
# @option opts [String] :sha256 sha256
|
66
|
+
# @option opts [String] :stream stream
|
67
|
+
# @option opts [String] :stream__in stream__in
|
68
68
|
# @option opts [String] :fields A list of fields to include in the response.
|
69
69
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
70
70
|
# @return [InlineResponse2002]
|
@@ -77,11 +77,11 @@ describe 'ContentModulemdDefaultsApi' do
|
|
77
77
|
# unit tests for read
|
78
78
|
# Inspect a modulemd defaults
|
79
79
|
# ViewSet for Modulemd.
|
80
|
-
# @param
|
80
|
+
# @param rpm_modulemd_defaults_href
|
81
81
|
# @param [Hash] opts the optional parameters
|
82
82
|
# @option opts [String] :fields A list of fields to include in the response.
|
83
83
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
84
|
-
# @return [
|
84
|
+
# @return [RpmModulemdDefaultsResponse]
|
85
85
|
describe 'read test' do
|
86
86
|
it 'should work' do
|
87
87
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
2
|
#Pulp 3 API
|
3
3
|
|
4
|
-
#
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
5
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
|
-
|
7
|
+
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.3
|
10
10
|
|
@@ -59,17 +59,17 @@ describe 'ContentModulemdsApi' do
|
|
59
59
|
# List modulemds
|
60
60
|
# ViewSet for Modulemd.
|
61
61
|
# @param [Hash] opts the optional parameters
|
62
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
63
|
-
# @option opts [String] :name Filter results where name matches value
|
64
|
-
# @option opts [String] :name__in Filter results where name is in a comma-separated list of values
|
65
|
-
# @option opts [String] :stream Filter results where stream matches value
|
66
|
-
# @option opts [String] :stream__in Filter results where stream is in a comma-separated list of values
|
67
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
68
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
69
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
70
|
-
# @option opts [String] :sha256
|
71
62
|
# @option opts [Integer] :limit Number of results to return per page.
|
63
|
+
# @option opts [String] :name name
|
64
|
+
# @option opts [String] :name__in name__in
|
72
65
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
66
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
67
|
+
# @option opts [String] :repository_version repository_version
|
68
|
+
# @option opts [String] :repository_version_added repository_version_added
|
69
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
70
|
+
# @option opts [String] :sha256 sha256
|
71
|
+
# @option opts [String] :stream stream
|
72
|
+
# @option opts [String] :stream__in stream__in
|
73
73
|
# @option opts [String] :fields A list of fields to include in the response.
|
74
74
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
75
75
|
# @return [InlineResponse2003]
|
@@ -82,11 +82,11 @@ describe 'ContentModulemdsApi' do
|
|
82
82
|
# unit tests for read
|
83
83
|
# Inspect a modulemd
|
84
84
|
# ViewSet for Modulemd.
|
85
|
-
# @param
|
85
|
+
# @param rpm_modulemd_href
|
86
86
|
# @param [Hash] opts the optional parameters
|
87
87
|
# @option opts [String] :fields A list of fields to include in the response.
|
88
88
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
89
|
-
# @return [
|
89
|
+
# @return [RpmModulemdResponse]
|
90
90
|
describe 'read test' do
|
91
91
|
it 'should work' do
|
92
92
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
2
|
#Pulp 3 API
|
3
3
|
|
4
|
-
#
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
5
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
|
-
|
7
|
+
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.3
|
10
10
|
|
@@ -35,7 +35,7 @@ describe 'ContentPackagecategoriesApi' do
|
|
35
35
|
# unit tests for delete
|
36
36
|
# Delete a package category
|
37
37
|
# PackageCategory ViewSet.
|
38
|
-
# @param
|
38
|
+
# @param rpm_package_category_href
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [nil]
|
41
41
|
describe 'delete test' do
|
@@ -48,12 +48,12 @@ describe 'ContentPackagecategoriesApi' do
|
|
48
48
|
# List package categorys
|
49
49
|
# PackageCategory ViewSet.
|
50
50
|
# @param [Hash] opts the optional parameters
|
51
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
52
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
53
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
54
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
55
51
|
# @option opts [Integer] :limit Number of results to return per page.
|
56
52
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
53
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
54
|
+
# @option opts [String] :repository_version repository_version
|
55
|
+
# @option opts [String] :repository_version_added repository_version_added
|
56
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
57
57
|
# @option opts [String] :fields A list of fields to include in the response.
|
58
58
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
59
59
|
# @return [InlineResponse2004]
|
@@ -66,11 +66,11 @@ describe 'ContentPackagecategoriesApi' do
|
|
66
66
|
# unit tests for read
|
67
67
|
# Inspect a package category
|
68
68
|
# PackageCategory ViewSet.
|
69
|
-
# @param
|
69
|
+
# @param rpm_package_category_href
|
70
70
|
# @param [Hash] opts the optional parameters
|
71
71
|
# @option opts [String] :fields A list of fields to include in the response.
|
72
72
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
73
|
-
# @return [
|
73
|
+
# @return [RpmPackageCategoryResponse]
|
74
74
|
describe 'read test' do
|
75
75
|
it 'should work' do
|
76
76
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
2
|
#Pulp 3 API
|
3
3
|
|
4
|
-
#
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
5
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
|
-
|
7
|
+
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.3
|
10
10
|
|
@@ -35,7 +35,7 @@ describe 'ContentPackageenvironmentsApi' do
|
|
35
35
|
# unit tests for delete
|
36
36
|
# Delete a package environment
|
37
37
|
# PackageEnvironment ViewSet.
|
38
|
-
# @param
|
38
|
+
# @param rpm_package_environment_href
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [nil]
|
41
41
|
describe 'delete test' do
|
@@ -48,12 +48,12 @@ describe 'ContentPackageenvironmentsApi' do
|
|
48
48
|
# List package environments
|
49
49
|
# PackageEnvironment ViewSet.
|
50
50
|
# @param [Hash] opts the optional parameters
|
51
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
52
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
53
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
54
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
55
51
|
# @option opts [Integer] :limit Number of results to return per page.
|
56
52
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
53
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
54
|
+
# @option opts [String] :repository_version repository_version
|
55
|
+
# @option opts [String] :repository_version_added repository_version_added
|
56
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
57
57
|
# @option opts [String] :fields A list of fields to include in the response.
|
58
58
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
59
59
|
# @return [InlineResponse2005]
|
@@ -66,11 +66,11 @@ describe 'ContentPackageenvironmentsApi' do
|
|
66
66
|
# unit tests for read
|
67
67
|
# Inspect a package environment
|
68
68
|
# PackageEnvironment ViewSet.
|
69
|
-
# @param
|
69
|
+
# @param rpm_package_environment_href
|
70
70
|
# @param [Hash] opts the optional parameters
|
71
71
|
# @option opts [String] :fields A list of fields to include in the response.
|
72
72
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
73
|
-
# @return [
|
73
|
+
# @return [RpmPackageEnvironmentResponse]
|
74
74
|
describe 'read test' do
|
75
75
|
it 'should work' do
|
76
76
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
2
|
#Pulp 3 API
|
3
3
|
|
4
|
-
#
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
5
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
|
-
|
7
|
+
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.3
|
10
10
|
|
@@ -35,7 +35,7 @@ describe 'ContentPackagegroupsApi' do
|
|
35
35
|
# unit tests for delete
|
36
36
|
# Delete a package group
|
37
37
|
# PackageGroup ViewSet.
|
38
|
-
# @param
|
38
|
+
# @param rpm_package_group_href
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [nil]
|
41
41
|
describe 'delete test' do
|
@@ -48,12 +48,12 @@ describe 'ContentPackagegroupsApi' do
|
|
48
48
|
# List package groups
|
49
49
|
# PackageGroup ViewSet.
|
50
50
|
# @param [Hash] opts the optional parameters
|
51
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
52
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
53
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
54
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
55
51
|
# @option opts [Integer] :limit Number of results to return per page.
|
56
52
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
53
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
54
|
+
# @option opts [String] :repository_version repository_version
|
55
|
+
# @option opts [String] :repository_version_added repository_version_added
|
56
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
57
57
|
# @option opts [String] :fields A list of fields to include in the response.
|
58
58
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
59
59
|
# @return [InlineResponse2006]
|
@@ -66,11 +66,11 @@ describe 'ContentPackagegroupsApi' do
|
|
66
66
|
# unit tests for read
|
67
67
|
# Inspect a package group
|
68
68
|
# PackageGroup ViewSet.
|
69
|
-
# @param
|
69
|
+
# @param rpm_package_group_href
|
70
70
|
# @param [Hash] opts the optional parameters
|
71
71
|
# @option opts [String] :fields A list of fields to include in the response.
|
72
72
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
73
|
-
# @return [
|
73
|
+
# @return [RpmPackageGroupResponse]
|
74
74
|
describe 'read test' do
|
75
75
|
it 'should work' do
|
76
76
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
2
|
#Pulp 3 API
|
3
3
|
|
4
|
-
#
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
5
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
|
-
|
7
|
+
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.3
|
10
10
|
|
@@ -35,7 +35,7 @@ describe 'ContentPackagelangpacksApi' do
|
|
35
35
|
# unit tests for delete
|
36
36
|
# Delete a package langpacks
|
37
37
|
# PackageLangpacks ViewSet.
|
38
|
-
# @param
|
38
|
+
# @param rpm_package_langpacks_href
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [nil]
|
41
41
|
describe 'delete test' do
|
@@ -48,12 +48,12 @@ describe 'ContentPackagelangpacksApi' do
|
|
48
48
|
# List package langpackss
|
49
49
|
# PackageLangpacks ViewSet.
|
50
50
|
# @param [Hash] opts the optional parameters
|
51
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
52
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
53
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
54
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
55
51
|
# @option opts [Integer] :limit Number of results to return per page.
|
56
52
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
53
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
54
|
+
# @option opts [String] :repository_version repository_version
|
55
|
+
# @option opts [String] :repository_version_added repository_version_added
|
56
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
57
57
|
# @option opts [String] :fields A list of fields to include in the response.
|
58
58
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
59
59
|
# @return [InlineResponse2007]
|
@@ -66,11 +66,11 @@ describe 'ContentPackagelangpacksApi' do
|
|
66
66
|
# unit tests for read
|
67
67
|
# Inspect a package langpacks
|
68
68
|
# PackageLangpacks ViewSet.
|
69
|
-
# @param
|
69
|
+
# @param rpm_package_langpacks_href
|
70
70
|
# @param [Hash] opts the optional parameters
|
71
71
|
# @option opts [String] :fields A list of fields to include in the response.
|
72
72
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
73
|
-
# @return [
|
73
|
+
# @return [RpmPackageLangpacksResponse]
|
74
74
|
describe 'read test' do
|
75
75
|
it 'should work' do
|
76
76
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -1,10 +1,10 @@
|
|
1
1
|
=begin
|
2
2
|
#Pulp 3 API
|
3
3
|
|
4
|
-
#
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
5
|
|
6
6
|
The version of the OpenAPI document: v3
|
7
|
-
|
7
|
+
Contact: pulp-list@redhat.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.3
|
10
10
|
|
@@ -49,35 +49,35 @@ describe 'ContentPackagesApi' do
|
|
49
49
|
|
50
50
|
# unit tests for list
|
51
51
|
# List packages
|
52
|
-
# Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/packages/ Also specify queryset and serializer for Package.
|
52
|
+
# A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/packages/ Also specify queryset and serializer for Package.
|
53
53
|
# @param [Hash] opts the optional parameters
|
54
|
-
# @option opts [String] :
|
55
|
-
# @option opts [String] :
|
56
|
-
# @option opts [String] :
|
57
|
-
# @option opts [String] :
|
58
|
-
# @option opts [String] :
|
59
|
-
# @option opts [String] :
|
60
|
-
# @option opts [String] :
|
61
|
-
# @option opts [String] :
|
62
|
-
# @option opts [String] :
|
63
|
-
# @option opts [String] :version__ne Filter results where version not equal to value
|
64
|
-
# @option opts [String] :release Filter results where release matches value
|
65
|
-
# @option opts [String] :release__in Filter results where release is in a comma-separated list of values
|
66
|
-
# @option opts [String] :release__ne Filter results where release not equal to value
|
67
|
-
# @option opts [String] :arch Filter results where arch matches value
|
68
|
-
# @option opts [String] :arch__in Filter results where arch is in a comma-separated list of values
|
69
|
-
# @option opts [String] :arch__ne Filter results where arch not equal to value
|
70
|
-
# @option opts [String] :pkg_id Filter results where pkgId matches value
|
71
|
-
# @option opts [String] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
|
72
|
-
# @option opts [String] :checksum_type Filter results where checksum_type matches value
|
73
|
-
# @option opts [String] :checksum_type__in Filter results where checksum_type is in a comma-separated list of values
|
74
|
-
# @option opts [String] :checksum_type__ne Filter results where checksum_type not equal to value
|
75
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
76
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
77
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
78
|
-
# @option opts [String] :sha256
|
54
|
+
# @option opts [String] :arch arch
|
55
|
+
# @option opts [String] :arch__in arch__in
|
56
|
+
# @option opts [String] :arch__ne arch__ne
|
57
|
+
# @option opts [String] :checksum_type checksum_type
|
58
|
+
# @option opts [String] :checksum_type__in checksum_type__in
|
59
|
+
# @option opts [String] :checksum_type__ne checksum_type__ne
|
60
|
+
# @option opts [String] :epoch epoch
|
61
|
+
# @option opts [String] :epoch__in epoch__in
|
62
|
+
# @option opts [String] :epoch__ne epoch__ne
|
79
63
|
# @option opts [Integer] :limit Number of results to return per page.
|
64
|
+
# @option opts [String] :name name
|
65
|
+
# @option opts [String] :name__in name__in
|
66
|
+
# @option opts [String] :name__ne name__ne
|
80
67
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
68
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
69
|
+
# @option opts [String] :pkg_id pkgId
|
70
|
+
# @option opts [String] :pkg_id__in pkgId__in
|
71
|
+
# @option opts [String] :release release
|
72
|
+
# @option opts [String] :release__in release__in
|
73
|
+
# @option opts [String] :release__ne release__ne
|
74
|
+
# @option opts [String] :repository_version repository_version
|
75
|
+
# @option opts [String] :repository_version_added repository_version_added
|
76
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
77
|
+
# @option opts [String] :sha256 sha256
|
78
|
+
# @option opts [String] :version version
|
79
|
+
# @option opts [String] :version__in version__in
|
80
|
+
# @option opts [String] :version__ne version__ne
|
81
81
|
# @option opts [String] :fields A list of fields to include in the response.
|
82
82
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
83
83
|
# @return [InlineResponse2008]
|
@@ -89,12 +89,12 @@ describe 'ContentPackagesApi' do
|
|
89
89
|
|
90
90
|
# unit tests for read
|
91
91
|
# Inspect a package
|
92
|
-
# Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/packages/ Also specify queryset and serializer for Package.
|
93
|
-
# @param
|
92
|
+
# A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/packages/ Also specify queryset and serializer for Package.
|
93
|
+
# @param rpm_package_href
|
94
94
|
# @param [Hash] opts the optional parameters
|
95
95
|
# @option opts [String] :fields A list of fields to include in the response.
|
96
96
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
97
|
-
# @return [
|
97
|
+
# @return [RpmPackageResponse]
|
98
98
|
describe 'read test' do
|
99
99
|
it 'should work' do
|
100
100
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|