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
@@ -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 'ContentRepoMetadataFilesApi' do
|
|
35
35
|
# unit tests for delete
|
36
36
|
# Delete a repo metadata file
|
37
37
|
# RepoMetadataFile Viewset.
|
38
|
-
# @param
|
38
|
+
# @param rpm_repo_metadata_file_href
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [nil]
|
41
41
|
describe 'delete test' do
|
@@ -48,12 +48,12 @@ describe 'ContentRepoMetadataFilesApi' do
|
|
48
48
|
# List repo metadata files
|
49
49
|
# RepoMetadataFile 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 [InlineResponse2009]
|
@@ -66,11 +66,11 @@ describe 'ContentRepoMetadataFilesApi' do
|
|
66
66
|
# unit tests for read
|
67
67
|
# Inspect a repo metadata file
|
68
68
|
# RepoMetadataFile Viewset.
|
69
|
-
# @param
|
69
|
+
# @param rpm_repo_metadata_file_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 [RpmRepoMetadataFileResponse]
|
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 'DistributionsRpmApi' do
|
|
35
35
|
# unit tests for create
|
36
36
|
# Create a rpm distribution
|
37
37
|
# Trigger an asynchronous create task
|
38
|
-
# @param
|
38
|
+
# @param rpm_rpm_distribution
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [AsyncOperationResponse]
|
41
41
|
describe 'create test' do
|
@@ -47,8 +47,15 @@ describe 'DistributionsRpmApi' do
|
|
47
47
|
# unit tests for delete
|
48
48
|
# Delete a rpm distribution
|
49
49
|
# Trigger an asynchronous delete task
|
50
|
-
# @param
|
50
|
+
# @param rpm_rpm_distribution_href
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
|
+
# @option opts [String] :base_path base_path
|
53
|
+
# @option opts [String] :base_path__contains base_path__contains
|
54
|
+
# @option opts [String] :base_path__icontains base_path__icontains
|
55
|
+
# @option opts [String] :base_path__in base_path__in
|
56
|
+
# @option opts [String] :name name
|
57
|
+
# @option opts [String] :name__in name__in
|
58
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
52
59
|
# @return [AsyncOperationResponse]
|
53
60
|
describe 'delete test' do
|
54
61
|
it 'should work' do
|
@@ -60,15 +67,15 @@ describe 'DistributionsRpmApi' do
|
|
60
67
|
# List rpm distributions
|
61
68
|
# ViewSet for RPM Distributions.
|
62
69
|
# @param [Hash] opts the optional parameters
|
63
|
-
# @option opts [String] :
|
64
|
-
# @option opts [String] :
|
65
|
-
# @option opts [String] :
|
66
|
-
# @option opts [String] :
|
67
|
-
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
68
|
-
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
69
|
-
# @option opts [String] :base_path__in Filter results where base_path is in a comma-separated list of values
|
70
|
+
# @option opts [String] :base_path base_path
|
71
|
+
# @option opts [String] :base_path__contains base_path__contains
|
72
|
+
# @option opts [String] :base_path__icontains base_path__icontains
|
73
|
+
# @option opts [String] :base_path__in base_path__in
|
70
74
|
# @option opts [Integer] :limit Number of results to return per page.
|
75
|
+
# @option opts [String] :name name
|
76
|
+
# @option opts [String] :name__in name__in
|
71
77
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
78
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
72
79
|
# @option opts [String] :fields A list of fields to include in the response.
|
73
80
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
74
81
|
# @return [InlineResponse20010]
|
@@ -79,11 +86,18 @@ describe 'DistributionsRpmApi' do
|
|
79
86
|
end
|
80
87
|
|
81
88
|
# unit tests for partial_update
|
82
|
-
#
|
89
|
+
# Update a rpm distribution
|
83
90
|
# Trigger an asynchronous partial update task
|
84
|
-
# @param
|
85
|
-
# @param
|
91
|
+
# @param rpm_rpm_distribution_href
|
92
|
+
# @param patchedrpm_rpm_distribution
|
86
93
|
# @param [Hash] opts the optional parameters
|
94
|
+
# @option opts [String] :base_path base_path
|
95
|
+
# @option opts [String] :base_path__contains base_path__contains
|
96
|
+
# @option opts [String] :base_path__icontains base_path__icontains
|
97
|
+
# @option opts [String] :base_path__in base_path__in
|
98
|
+
# @option opts [String] :name name
|
99
|
+
# @option opts [String] :name__in name__in
|
100
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
87
101
|
# @return [AsyncOperationResponse]
|
88
102
|
describe 'partial_update test' do
|
89
103
|
it 'should work' do
|
@@ -94,11 +108,11 @@ describe 'DistributionsRpmApi' do
|
|
94
108
|
# unit tests for read
|
95
109
|
# Inspect a rpm distribution
|
96
110
|
# ViewSet for RPM Distributions.
|
97
|
-
# @param
|
111
|
+
# @param rpm_rpm_distribution_href
|
98
112
|
# @param [Hash] opts the optional parameters
|
99
113
|
# @option opts [String] :fields A list of fields to include in the response.
|
100
114
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
101
|
-
# @return [
|
115
|
+
# @return [RpmRpmDistributionResponse]
|
102
116
|
describe 'read test' do
|
103
117
|
it 'should work' do
|
104
118
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -108,9 +122,16 @@ describe 'DistributionsRpmApi' do
|
|
108
122
|
# unit tests for update
|
109
123
|
# Update a rpm distribution
|
110
124
|
# Trigger an asynchronous update task
|
111
|
-
# @param
|
112
|
-
# @param
|
125
|
+
# @param rpm_rpm_distribution_href
|
126
|
+
# @param rpm_rpm_distribution
|
113
127
|
# @param [Hash] opts the optional parameters
|
128
|
+
# @option opts [String] :base_path base_path
|
129
|
+
# @option opts [String] :base_path__contains base_path__contains
|
130
|
+
# @option opts [String] :base_path__icontains base_path__icontains
|
131
|
+
# @option opts [String] :base_path__in base_path__in
|
132
|
+
# @option opts [String] :name name
|
133
|
+
# @option opts [String] :name__in name__in
|
134
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
114
135
|
# @return [AsyncOperationResponse]
|
115
136
|
describe 'update test' do
|
116
137
|
it 'should work' do
|
@@ -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 'PublicationsRpmApi' do
|
|
35
35
|
# unit tests for create
|
36
36
|
# Create a rpm publication
|
37
37
|
# Trigger an asynchronous task to create a new RPM content publication.
|
38
|
-
# @param
|
38
|
+
# @param rpm_rpm_publication
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [AsyncOperationResponse]
|
41
41
|
describe 'create test' do
|
@@ -47,7 +47,7 @@ describe 'PublicationsRpmApi' do
|
|
47
47
|
# unit tests for delete
|
48
48
|
# Delete a rpm publication
|
49
49
|
# ViewSet for Rpm Publications.
|
50
|
-
# @param
|
50
|
+
# @param rpm_rpm_publication_href
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
52
|
# @return [nil]
|
53
53
|
describe 'delete test' do
|
@@ -60,16 +60,16 @@ describe 'PublicationsRpmApi' do
|
|
60
60
|
# List rpm publications
|
61
61
|
# ViewSet for Rpm Publications.
|
62
62
|
# @param [Hash] opts the optional parameters
|
63
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
64
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
65
|
-
# @option opts [String] :pulp_created__lt Filter results where pulp_created is less than value
|
66
|
-
# @option opts [String] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
67
|
-
# @option opts [String] :pulp_created__gt Filter results where pulp_created is greater than value
|
68
|
-
# @option opts [String] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
69
|
-
# @option opts [String] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
70
|
-
# @option opts [String] :pulp_created ISO 8601 formatted dates are supported
|
71
63
|
# @option opts [Integer] :limit Number of results to return per page.
|
72
64
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
65
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
66
|
+
# @option opts [String] :pulp_created pulp_created
|
67
|
+
# @option opts [String] :pulp_created__gt pulp_created__gt
|
68
|
+
# @option opts [String] :pulp_created__gte pulp_created__gte
|
69
|
+
# @option opts [String] :pulp_created__lt pulp_created__lt
|
70
|
+
# @option opts [String] :pulp_created__lte pulp_created__lte
|
71
|
+
# @option opts [String] :pulp_created__range pulp_created__range
|
72
|
+
# @option opts [String] :repository_version repository_version
|
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 [InlineResponse20011]
|
@@ -82,11 +82,11 @@ describe 'PublicationsRpmApi' do
|
|
82
82
|
# unit tests for read
|
83
83
|
# Inspect a rpm publication
|
84
84
|
# ViewSet for Rpm Publications.
|
85
|
-
# @param
|
85
|
+
# @param rpm_rpm_publication_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 [RpmRpmPublicationResponse]
|
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,9 +35,9 @@ describe 'RemotesRpmApi' do
|
|
35
35
|
# unit tests for create
|
36
36
|
# Create a rpm remote
|
37
37
|
# A ViewSet for RpmRemote.
|
38
|
-
# @param
|
38
|
+
# @param rpm_rpm_remote
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
-
# @return [
|
40
|
+
# @return [RpmRpmRemoteResponse]
|
41
41
|
describe 'create test' do
|
42
42
|
it 'should work' do
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -47,8 +47,17 @@ describe 'RemotesRpmApi' do
|
|
47
47
|
# unit tests for delete
|
48
48
|
# Delete a rpm remote
|
49
49
|
# Trigger an asynchronous delete task
|
50
|
-
# @param
|
50
|
+
# @param rpm_rpm_remote_href
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
|
+
# @option opts [String] :name name
|
53
|
+
# @option opts [String] :name__in name__in
|
54
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
55
|
+
# @option opts [String] :pulp_last_updated pulp_last_updated
|
56
|
+
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
57
|
+
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
58
|
+
# @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
|
59
|
+
# @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
|
60
|
+
# @option opts [String] :pulp_last_updated__range pulp_last_updated__range
|
52
61
|
# @return [AsyncOperationResponse]
|
53
62
|
describe 'delete test' do
|
54
63
|
it 'should work' do
|
@@ -60,17 +69,17 @@ describe 'RemotesRpmApi' do
|
|
60
69
|
# List rpm remotes
|
61
70
|
# A ViewSet for RpmRemote.
|
62
71
|
# @param [Hash] opts the optional parameters
|
63
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
64
|
-
# @option opts [String] :name
|
65
|
-
# @option opts [String] :name__in Filter results where name is in a comma-separated list of values
|
66
|
-
# @option opts [String] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
67
|
-
# @option opts [String] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
68
|
-
# @option opts [String] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
69
|
-
# @option opts [String] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
|
70
|
-
# @option opts [String] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
71
|
-
# @option opts [String] :pulp_last_updated ISO 8601 formatted dates are supported
|
72
72
|
# @option opts [Integer] :limit Number of results to return per page.
|
73
|
+
# @option opts [String] :name name
|
74
|
+
# @option opts [String] :name__in name__in
|
73
75
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
76
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
77
|
+
# @option opts [String] :pulp_last_updated pulp_last_updated
|
78
|
+
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
79
|
+
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
80
|
+
# @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
|
81
|
+
# @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
|
82
|
+
# @option opts [String] :pulp_last_updated__range pulp_last_updated__range
|
74
83
|
# @option opts [String] :fields A list of fields to include in the response.
|
75
84
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
76
85
|
# @return [InlineResponse20012]
|
@@ -81,11 +90,20 @@ describe 'RemotesRpmApi' do
|
|
81
90
|
end
|
82
91
|
|
83
92
|
# unit tests for partial_update
|
84
|
-
#
|
93
|
+
# Update a rpm remote
|
85
94
|
# Trigger an asynchronous partial update task
|
86
|
-
# @param
|
87
|
-
# @param
|
95
|
+
# @param rpm_rpm_remote_href
|
96
|
+
# @param patchedrpm_rpm_remote
|
88
97
|
# @param [Hash] opts the optional parameters
|
98
|
+
# @option opts [String] :name name
|
99
|
+
# @option opts [String] :name__in name__in
|
100
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
101
|
+
# @option opts [String] :pulp_last_updated pulp_last_updated
|
102
|
+
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
103
|
+
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
104
|
+
# @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
|
105
|
+
# @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
|
106
|
+
# @option opts [String] :pulp_last_updated__range pulp_last_updated__range
|
89
107
|
# @return [AsyncOperationResponse]
|
90
108
|
describe 'partial_update test' do
|
91
109
|
it 'should work' do
|
@@ -96,11 +114,11 @@ describe 'RemotesRpmApi' do
|
|
96
114
|
# unit tests for read
|
97
115
|
# Inspect a rpm remote
|
98
116
|
# A ViewSet for RpmRemote.
|
99
|
-
# @param
|
117
|
+
# @param rpm_rpm_remote_href
|
100
118
|
# @param [Hash] opts the optional parameters
|
101
119
|
# @option opts [String] :fields A list of fields to include in the response.
|
102
120
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
103
|
-
# @return [
|
121
|
+
# @return [RpmRpmRemoteResponse]
|
104
122
|
describe 'read test' do
|
105
123
|
it 'should work' do
|
106
124
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -110,9 +128,18 @@ describe 'RemotesRpmApi' do
|
|
110
128
|
# unit tests for update
|
111
129
|
# Update a rpm remote
|
112
130
|
# Trigger an asynchronous update task
|
113
|
-
# @param
|
114
|
-
# @param
|
131
|
+
# @param rpm_rpm_remote_href
|
132
|
+
# @param rpm_rpm_remote
|
115
133
|
# @param [Hash] opts the optional parameters
|
134
|
+
# @option opts [String] :name name
|
135
|
+
# @option opts [String] :name__in name__in
|
136
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
137
|
+
# @option opts [String] :pulp_last_updated pulp_last_updated
|
138
|
+
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
139
|
+
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
140
|
+
# @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
|
141
|
+
# @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
|
142
|
+
# @option opts [String] :pulp_last_updated__range pulp_last_updated__range
|
116
143
|
# @return [AsyncOperationResponse]
|
117
144
|
describe 'update test' do
|
118
145
|
it 'should work' do
|
@@ -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,9 +35,9 @@ describe 'RepositoriesRpmApi' do
|
|
35
35
|
# unit tests for create
|
36
36
|
# Create a rpm repository
|
37
37
|
# A ViewSet for RpmRepository.
|
38
|
-
# @param
|
38
|
+
# @param rpm_rpm_repository
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
-
# @return [
|
40
|
+
# @return [RpmRpmRepositoryResponse]
|
41
41
|
describe 'create test' do
|
42
42
|
it 'should work' do
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -47,8 +47,11 @@ describe 'RepositoriesRpmApi' do
|
|
47
47
|
# unit tests for delete
|
48
48
|
# Delete a rpm repository
|
49
49
|
# Trigger an asynchronous delete task
|
50
|
-
# @param
|
50
|
+
# @param rpm_rpm_repository_href
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
|
+
# @option opts [String] :name name
|
53
|
+
# @option opts [String] :name__in name__in
|
54
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
52
55
|
# @return [AsyncOperationResponse]
|
53
56
|
describe 'delete test' do
|
54
57
|
it 'should work' do
|
@@ -60,11 +63,11 @@ describe 'RepositoriesRpmApi' do
|
|
60
63
|
# List rpm repositorys
|
61
64
|
# A ViewSet for RpmRepository.
|
62
65
|
# @param [Hash] opts the optional parameters
|
63
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
64
|
-
# @option opts [String] :name
|
65
|
-
# @option opts [String] :name__in Filter results where name is in a comma-separated list of values
|
66
66
|
# @option opts [Integer] :limit Number of results to return per page.
|
67
|
+
# @option opts [String] :name name
|
68
|
+
# @option opts [String] :name__in name__in
|
67
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
70
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
68
71
|
# @option opts [String] :fields A list of fields to include in the response.
|
69
72
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
70
73
|
# @return [InlineResponse20013]
|
@@ -77,8 +80,8 @@ describe 'RepositoriesRpmApi' do
|
|
77
80
|
# unit tests for modify
|
78
81
|
# Modify Repository Content
|
79
82
|
# Trigger an asynchronous task to create a new repository version.
|
80
|
-
# @param
|
81
|
-
# @param
|
83
|
+
# @param rpm_rpm_repository_href
|
84
|
+
# @param repository_add_remove_content
|
82
85
|
# @param [Hash] opts the optional parameters
|
83
86
|
# @return [AsyncOperationResponse]
|
84
87
|
describe 'modify test' do
|
@@ -88,11 +91,14 @@ describe 'RepositoriesRpmApi' do
|
|
88
91
|
end
|
89
92
|
|
90
93
|
# unit tests for partial_update
|
91
|
-
#
|
94
|
+
# Update a rpm repository
|
92
95
|
# Trigger an asynchronous partial update task
|
93
|
-
# @param
|
94
|
-
# @param
|
96
|
+
# @param rpm_rpm_repository_href
|
97
|
+
# @param patchedrpm_rpm_repository
|
95
98
|
# @param [Hash] opts the optional parameters
|
99
|
+
# @option opts [String] :name name
|
100
|
+
# @option opts [String] :name__in name__in
|
101
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
96
102
|
# @return [AsyncOperationResponse]
|
97
103
|
describe 'partial_update test' do
|
98
104
|
it 'should work' do
|
@@ -103,11 +109,11 @@ describe 'RepositoriesRpmApi' do
|
|
103
109
|
# unit tests for read
|
104
110
|
# Inspect a rpm repository
|
105
111
|
# A ViewSet for RpmRepository.
|
106
|
-
# @param
|
112
|
+
# @param rpm_rpm_repository_href
|
107
113
|
# @param [Hash] opts the optional parameters
|
108
114
|
# @option opts [String] :fields A list of fields to include in the response.
|
109
115
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
110
|
-
# @return [
|
116
|
+
# @return [RpmRpmRepositoryResponse]
|
111
117
|
describe 'read test' do
|
112
118
|
it 'should work' do
|
113
119
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -117,8 +123,8 @@ describe 'RepositoriesRpmApi' do
|
|
117
123
|
# unit tests for sync
|
118
124
|
# Sync from remote
|
119
125
|
# Trigger an asynchronous task to sync RPM content.
|
120
|
-
# @param
|
121
|
-
# @param
|
126
|
+
# @param rpm_rpm_repository_href
|
127
|
+
# @param rpm_repository_sync_url
|
122
128
|
# @param [Hash] opts the optional parameters
|
123
129
|
# @return [AsyncOperationResponse]
|
124
130
|
describe 'sync test' do
|
@@ -130,9 +136,12 @@ describe 'RepositoriesRpmApi' do
|
|
130
136
|
# unit tests for update
|
131
137
|
# Update a rpm repository
|
132
138
|
# Trigger an asynchronous update task
|
133
|
-
# @param
|
134
|
-
# @param
|
139
|
+
# @param rpm_rpm_repository_href
|
140
|
+
# @param rpm_rpm_repository
|
135
141
|
# @param [Hash] opts the optional parameters
|
142
|
+
# @option opts [String] :name name
|
143
|
+
# @option opts [String] :name__in name__in
|
144
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
136
145
|
# @return [AsyncOperationResponse]
|
137
146
|
describe 'update test' do
|
138
147
|
it 'should work' do
|
@@ -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,8 +35,23 @@ describe 'RepositoriesRpmVersionsApi' do
|
|
35
35
|
# unit tests for delete
|
36
36
|
# Delete a repository version
|
37
37
|
# Trigger an asynchronous task to delete a repositroy version.
|
38
|
-
# @param
|
38
|
+
# @param rpm_rpm_repository_version_href
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
+
# @option opts [String] :content content
|
41
|
+
# @option opts [String] :content__in content__in
|
42
|
+
# @option opts [String] :number number
|
43
|
+
# @option opts [String] :number__gt number__gt
|
44
|
+
# @option opts [String] :number__gte number__gte
|
45
|
+
# @option opts [String] :number__lt number__lt
|
46
|
+
# @option opts [String] :number__lte number__lte
|
47
|
+
# @option opts [String] :number__range number__range
|
48
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
49
|
+
# @option opts [String] :pulp_created pulp_created
|
50
|
+
# @option opts [String] :pulp_created__gt pulp_created__gt
|
51
|
+
# @option opts [String] :pulp_created__gte pulp_created__gte
|
52
|
+
# @option opts [String] :pulp_created__lt pulp_created__lt
|
53
|
+
# @option opts [String] :pulp_created__lte pulp_created__lte
|
54
|
+
# @option opts [String] :pulp_created__range pulp_created__range
|
40
55
|
# @return [AsyncOperationResponse]
|
41
56
|
describe 'delete test' do
|
42
57
|
it 'should work' do
|
@@ -47,25 +62,25 @@ describe 'RepositoriesRpmVersionsApi' do
|
|
47
62
|
# unit tests for list
|
48
63
|
# List repository versions
|
49
64
|
# RpmRepositoryVersion represents a single rpm repository version.
|
50
|
-
# @param
|
65
|
+
# @param rpm_rpm_repository_href
|
51
66
|
# @param [Hash] opts the optional parameters
|
52
|
-
# @option opts [String] :
|
53
|
-
# @option opts [
|
54
|
-
# @option opts [Float] :number__lt Filter results where number is less than value
|
55
|
-
# @option opts [Float] :number__lte Filter results where number is less than or equal to value
|
56
|
-
# @option opts [Float] :number__gt Filter results where number is greater than value
|
57
|
-
# @option opts [Float] :number__gte Filter results where number is greater than or equal to value
|
58
|
-
# @option opts [Float] :number__range Filter results where number is between two comma separated values
|
59
|
-
# @option opts [String] :pulp_created__lt Filter results where pulp_created is less than value
|
60
|
-
# @option opts [String] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
61
|
-
# @option opts [String] :pulp_created__gt Filter results where pulp_created is greater than value
|
62
|
-
# @option opts [String] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
63
|
-
# @option opts [String] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
64
|
-
# @option opts [String] :pulp_created ISO 8601 formatted dates are supported
|
65
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
66
|
-
# @option opts [String] :content__in Content Unit referenced by HREF
|
67
|
+
# @option opts [String] :content content
|
68
|
+
# @option opts [String] :content__in content__in
|
67
69
|
# @option opts [Integer] :limit Number of results to return per page.
|
70
|
+
# @option opts [String] :number number
|
71
|
+
# @option opts [String] :number__gt number__gt
|
72
|
+
# @option opts [String] :number__gte number__gte
|
73
|
+
# @option opts [String] :number__lt number__lt
|
74
|
+
# @option opts [String] :number__lte number__lte
|
75
|
+
# @option opts [String] :number__range number__range
|
68
76
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
77
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
78
|
+
# @option opts [String] :pulp_created pulp_created
|
79
|
+
# @option opts [String] :pulp_created__gt pulp_created__gt
|
80
|
+
# @option opts [String] :pulp_created__gte pulp_created__gte
|
81
|
+
# @option opts [String] :pulp_created__lt pulp_created__lt
|
82
|
+
# @option opts [String] :pulp_created__lte pulp_created__lte
|
83
|
+
# @option opts [String] :pulp_created__range pulp_created__range
|
69
84
|
# @option opts [String] :fields A list of fields to include in the response.
|
70
85
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
71
86
|
# @return [InlineResponse20014]
|
@@ -78,11 +93,11 @@ describe 'RepositoriesRpmVersionsApi' do
|
|
78
93
|
# unit tests for read
|
79
94
|
# Inspect a repository version
|
80
95
|
# RpmRepositoryVersion represents a single rpm repository version.
|
81
|
-
# @param
|
96
|
+
# @param rpm_rpm_repository_version_href
|
82
97
|
# @param [Hash] opts the optional parameters
|
83
98
|
# @option opts [String] :fields A list of fields to include in the response.
|
84
99
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
85
|
-
# @return [
|
100
|
+
# @return [RepositoryVersionResponse]
|
86
101
|
describe 'read test' do
|
87
102
|
it 'should work' do
|
88
103
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -91,8 +106,8 @@ describe 'RepositoriesRpmVersionsApi' do
|
|
91
106
|
|
92
107
|
# unit tests for repair
|
93
108
|
# Trigger an asynchronous task to repair a repositroy version.
|
94
|
-
# @param
|
95
|
-
# @param
|
109
|
+
# @param rpm_rpm_repository_version_href
|
110
|
+
# @param repository_version
|
96
111
|
# @param [Hash] opts the optional parameters
|
97
112
|
# @return [AsyncOperationResponse]
|
98
113
|
describe 'repair test' do
|
@@ -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
|
|
@@ -32,13 +32,13 @@ describe 'RpmCopyApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for create
|
36
36
|
# Copy content
|
37
37
|
# Trigger an asynchronous task to copy RPM contentfrom one repository into another, creating a newrepository version.
|
38
|
-
# @param
|
38
|
+
# @param copy
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [AsyncOperationResponse]
|
41
|
-
describe '
|
41
|
+
describe 'create test' do
|
42
42
|
it 'should work' do
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
44
|
end
|
data/spec/api_client_spec.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
|
|
data/spec/configuration_spec.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
|
|