pulp_deb_client 2.5.0b1 → 2.6.0b1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +60 -39
- data/docs/ContentGenericContentsApi.md +26 -26
- data/docs/ContentInstallerFileIndicesApi.md +37 -37
- data/docs/ContentInstallerPackagesApi.md +56 -56
- data/docs/ContentPackageIndicesApi.md +37 -37
- data/docs/ContentPackageReleaseComponentsApi.md +33 -33
- data/docs/ContentPackagesApi.md +58 -58
- data/docs/ContentReleaseArchitecturesApi.md +33 -33
- data/docs/ContentReleaseComponentsApi.md +33 -33
- data/docs/ContentReleaseFilesApi.md +37 -37
- data/docs/ContentReleasesApi.md +35 -35
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +21 -0
- data/docs/DebAptDistribution.md +1 -7
- data/docs/DebAptDistributionResponse.md +29 -0
- data/docs/DebAptPublication.md +1 -5
- data/docs/DebAptPublicationResponse.md +29 -0
- data/docs/DebAptRemote.md +4 -10
- data/docs/DebAptRemoteResponse.md +57 -0
- data/docs/DebAptRepository.md +4 -10
- data/docs/DebAptRepositoryResponse.md +29 -0
- data/docs/DebBasePackage.md +5 -75
- data/docs/DebBasePackageResponse.md +93 -0
- data/docs/DebGenericContent.md +5 -17
- data/docs/DebGenericContentResponse.md +35 -0
- data/docs/DebInstallerFileIndex.md +2 -6
- data/docs/DebInstallerFileIndexResponse.md +29 -0
- data/docs/DebPackageIndex.md +2 -6
- data/docs/DebPackageIndexResponse.md +29 -0
- data/docs/DebPackageReleaseComponent.md +1 -5
- data/docs/DebPackageReleaseComponentResponse.md +23 -0
- data/docs/DebRelease.md +1 -5
- data/docs/DebReleaseArchitecture.md +1 -5
- data/docs/DebReleaseArchitectureResponse.md +23 -0
- data/docs/DebReleaseComponent.md +1 -5
- data/docs/DebReleaseComponentResponse.md +23 -0
- data/docs/DebReleaseFile.md +2 -6
- data/docs/DebReleaseFileResponse.md +29 -0
- data/docs/DebReleaseResponse.md +25 -0
- data/docs/DebVerbatimPublication.md +1 -5
- data/docs/DebVerbatimPublicationResponse.md +23 -0
- data/docs/DistributionsAptApi.md +110 -62
- 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/PatcheddebAptDistribution.md +23 -0
- data/docs/PatcheddebAptRemote.md +51 -0
- data/docs/PatcheddebAptRepository.md +21 -0
- data/docs/PolicyEnum.md +16 -0
- data/docs/PublicationsAptApi.md +43 -43
- data/docs/PublicationsVerbatimApi.md +43 -43
- data/docs/RemotesAptApi.md +128 -68
- data/docs/RepositoriesAptApi.md +100 -76
- data/docs/RepositoriesDebVersionsApi.md +96 -64
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RepositorySyncURL.md +1 -1
- data/docs/RepositoryVersion.md +1 -9
- data/docs/RepositoryVersionResponse.md +25 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +36 -40
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +57 -57
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +90 -82
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +57 -57
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +50 -50
- data/lib/pulp_deb_client/api/content_packages_api.rb +92 -84
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +51 -51
- data/lib/pulp_deb_client/api/content_release_components_api.rb +51 -51
- data/lib/pulp_deb_client/api/content_release_files_api.rb +57 -57
- data/lib/pulp_deb_client/api/content_releases_api.rb +54 -54
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +157 -94
- data/lib/pulp_deb_client/api/publications_apt_api.rb +65 -65
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +65 -65
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +187 -106
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +151 -124
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +141 -96
- data/lib/pulp_deb_client/api_client.rb +2 -2
- data/lib/pulp_deb_client/api_error.rb +2 -2
- data/lib/pulp_deb_client/configuration.rb +3 -3
- data/lib/pulp_deb_client/models/async_operation_response.rb +3 -2
- data/lib/pulp_deb_client/models/content_summary.rb +9 -15
- data/lib/pulp_deb_client/models/content_summary_response.rb +240 -0
- data/lib/pulp_deb_client/models/deb_apt_distribution.rb +4 -85
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +279 -0
- data/lib/pulp_deb_client/models/deb_apt_publication.rb +4 -22
- data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +270 -0
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +7 -263
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +446 -0
- data/lib/pulp_deb_client/models/deb_apt_repository.rb +18 -78
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +271 -0
- data/lib/pulp_deb_client/models/deb_base_package.rb +18 -847
- data/lib/pulp_deb_client/models/deb_base_package_response.rb +558 -0
- data/lib/pulp_deb_client/models/deb_generic_content.rb +18 -185
- data/lib/pulp_deb_client/models/deb_generic_content_response.rb +302 -0
- data/lib/pulp_deb_client/models/deb_installer_file_index.rb +6 -79
- data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +287 -0
- data/lib/pulp_deb_client/models/deb_package_index.rb +6 -79
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +287 -0
- data/lib/pulp_deb_client/models/deb_package_release_component.rb +4 -22
- data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +247 -0
- data/lib/pulp_deb_client/models/deb_release.rb +4 -79
- data/lib/pulp_deb_client/models/deb_release_architecture.rb +4 -41
- data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +247 -0
- data/lib/pulp_deb_client/models/deb_release_component.rb +4 -41
- data/lib/pulp_deb_client/models/deb_release_component_response.rb +247 -0
- data/lib/pulp_deb_client/models/deb_release_file.rb +6 -90
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +277 -0
- data/lib/pulp_deb_client/models/deb_release_response.rb +259 -0
- data/lib/pulp_deb_client/models/deb_verbatim_publication.rb +4 -22
- data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +236 -0
- data/lib/pulp_deb_client/models/inline_response200.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2001.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20010.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20011.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20012.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20013.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response20014.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2002.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2003.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2004.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2005.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2006.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2007.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2008.rb +3 -13
- data/lib/pulp_deb_client/models/inline_response2009.rb +3 -13
- data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +240 -0
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +402 -0
- data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +229 -0
- data/lib/pulp_deb_client/models/policy_enum.rb +37 -0
- data/lib/pulp_deb_client/models/repository_add_remove_content.rb +5 -4
- data/lib/pulp_deb_client/models/repository_sync_url.rb +3 -8
- data/lib/pulp_deb_client/models/repository_version.rb +7 -43
- data/lib/pulp_deb_client/models/repository_version_response.rb +246 -0
- data/lib/pulp_deb_client/version.rb +3 -3
- data/lib/pulp_deb_client.rb +22 -2
- data/pulp_deb_client.gemspec +4 -4
- data/spec/api/content_generic_contents_api_spec.rb +12 -12
- data/spec/api/content_installer_file_indices_api_spec.rb +17 -17
- data/spec/api/content_installer_packages_api_spec.rb +27 -27
- data/spec/api/content_package_indices_api_spec.rb +17 -17
- data/spec/api/content_package_release_components_api_spec.rb +15 -15
- data/spec/api/content_packages_api_spec.rb +28 -28
- data/spec/api/content_release_architectures_api_spec.rb +15 -15
- data/spec/api/content_release_components_api_spec.rb +15 -15
- data/spec/api/content_release_files_api_spec.rb +17 -17
- data/spec/api/content_releases_api_spec.rb +16 -16
- data/spec/api/distributions_apt_api_spec.rb +41 -20
- data/spec/api/publications_apt_api_spec.rb +17 -17
- data/spec/api/publications_verbatim_api_spec.rb +17 -17
- data/spec/api/remotes_apt_api_spec.rb +51 -24
- data/spec/api/repositories_apt_api_spec.rb +31 -22
- data/spec/api/repositories_deb_versions_api_spec.rb +40 -25
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/async_operation_response_spec.rb +2 -2
- data/spec/models/content_summary_response_spec.rb +53 -0
- data/spec/models/content_summary_spec.rb +2 -2
- data/spec/models/deb_apt_distribution_response_spec.rb +77 -0
- data/spec/models/deb_apt_distribution_spec.rb +2 -20
- data/spec/models/deb_apt_publication_response_spec.rb +77 -0
- data/spec/models/deb_apt_publication_spec.rb +2 -14
- data/spec/models/deb_apt_remote_response_spec.rb +161 -0
- data/spec/models/deb_apt_remote_spec.rb +2 -24
- data/spec/models/deb_apt_repository_response_spec.rb +77 -0
- data/spec/models/deb_apt_repository_spec.rb +5 -23
- data/spec/models/deb_base_package_response_spec.rb +269 -0
- data/spec/models/deb_base_package_spec.rb +4 -214
- data/spec/models/deb_generic_content_response_spec.rb +95 -0
- data/spec/models/deb_generic_content_spec.rb +4 -40
- data/spec/models/deb_installer_file_index_response_spec.rb +77 -0
- data/spec/models/deb_installer_file_index_spec.rb +2 -14
- data/spec/models/deb_package_index_response_spec.rb +77 -0
- data/spec/models/deb_package_index_spec.rb +2 -14
- data/spec/models/deb_package_release_component_response_spec.rb +59 -0
- data/spec/models/deb_package_release_component_spec.rb +2 -14
- data/spec/models/deb_release_architecture_response_spec.rb +59 -0
- data/spec/models/deb_release_architecture_spec.rb +2 -14
- data/spec/models/deb_release_component_response_spec.rb +59 -0
- data/spec/models/deb_release_component_spec.rb +2 -14
- data/spec/models/deb_release_file_response_spec.rb +77 -0
- data/spec/models/deb_release_file_spec.rb +2 -14
- data/spec/models/deb_release_response_spec.rb +65 -0
- data/spec/models/deb_release_spec.rb +2 -14
- data/spec/models/deb_verbatim_publication_response_spec.rb +59 -0
- data/spec/models/deb_verbatim_publication_spec.rb +2 -14
- 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/patcheddeb_apt_distribution_spec.rb +59 -0
- data/spec/models/patcheddeb_apt_remote_spec.rb +143 -0
- data/spec/models/patcheddeb_apt_repository_spec.rb +53 -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_sync_url_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/spec_helper.rb +2 -2
- metadata +120 -40
@@ -1,15 +1,15 @@
|
|
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
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
module PulpDebClient
|
14
|
-
VERSION = '2.
|
14
|
+
VERSION = '2.6.0b1'
|
15
15
|
end
|
data/lib/pulp_deb_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
|
|
@@ -19,20 +19,35 @@ require 'pulp_deb_client/configuration'
|
|
19
19
|
# Models
|
20
20
|
require 'pulp_deb_client/models/async_operation_response'
|
21
21
|
require 'pulp_deb_client/models/content_summary'
|
22
|
+
require 'pulp_deb_client/models/content_summary_response'
|
22
23
|
require 'pulp_deb_client/models/deb_apt_distribution'
|
24
|
+
require 'pulp_deb_client/models/deb_apt_distribution_response'
|
23
25
|
require 'pulp_deb_client/models/deb_apt_publication'
|
26
|
+
require 'pulp_deb_client/models/deb_apt_publication_response'
|
24
27
|
require 'pulp_deb_client/models/deb_apt_remote'
|
28
|
+
require 'pulp_deb_client/models/deb_apt_remote_response'
|
25
29
|
require 'pulp_deb_client/models/deb_apt_repository'
|
30
|
+
require 'pulp_deb_client/models/deb_apt_repository_response'
|
26
31
|
require 'pulp_deb_client/models/deb_base_package'
|
32
|
+
require 'pulp_deb_client/models/deb_base_package_response'
|
27
33
|
require 'pulp_deb_client/models/deb_generic_content'
|
34
|
+
require 'pulp_deb_client/models/deb_generic_content_response'
|
28
35
|
require 'pulp_deb_client/models/deb_installer_file_index'
|
36
|
+
require 'pulp_deb_client/models/deb_installer_file_index_response'
|
29
37
|
require 'pulp_deb_client/models/deb_package_index'
|
38
|
+
require 'pulp_deb_client/models/deb_package_index_response'
|
30
39
|
require 'pulp_deb_client/models/deb_package_release_component'
|
40
|
+
require 'pulp_deb_client/models/deb_package_release_component_response'
|
31
41
|
require 'pulp_deb_client/models/deb_release'
|
32
42
|
require 'pulp_deb_client/models/deb_release_architecture'
|
43
|
+
require 'pulp_deb_client/models/deb_release_architecture_response'
|
33
44
|
require 'pulp_deb_client/models/deb_release_component'
|
45
|
+
require 'pulp_deb_client/models/deb_release_component_response'
|
34
46
|
require 'pulp_deb_client/models/deb_release_file'
|
47
|
+
require 'pulp_deb_client/models/deb_release_file_response'
|
48
|
+
require 'pulp_deb_client/models/deb_release_response'
|
35
49
|
require 'pulp_deb_client/models/deb_verbatim_publication'
|
50
|
+
require 'pulp_deb_client/models/deb_verbatim_publication_response'
|
36
51
|
require 'pulp_deb_client/models/inline_response200'
|
37
52
|
require 'pulp_deb_client/models/inline_response2001'
|
38
53
|
require 'pulp_deb_client/models/inline_response20010'
|
@@ -48,9 +63,14 @@ require 'pulp_deb_client/models/inline_response2006'
|
|
48
63
|
require 'pulp_deb_client/models/inline_response2007'
|
49
64
|
require 'pulp_deb_client/models/inline_response2008'
|
50
65
|
require 'pulp_deb_client/models/inline_response2009'
|
66
|
+
require 'pulp_deb_client/models/patcheddeb_apt_distribution'
|
67
|
+
require 'pulp_deb_client/models/patcheddeb_apt_remote'
|
68
|
+
require 'pulp_deb_client/models/patcheddeb_apt_repository'
|
69
|
+
require 'pulp_deb_client/models/policy_enum'
|
51
70
|
require 'pulp_deb_client/models/repository_add_remove_content'
|
52
71
|
require 'pulp_deb_client/models/repository_sync_url'
|
53
72
|
require 'pulp_deb_client/models/repository_version'
|
73
|
+
require 'pulp_deb_client/models/repository_version_response'
|
54
74
|
|
55
75
|
# APIs
|
56
76
|
require 'pulp_deb_client/api/content_generic_contents_api'
|
data/pulp_deb_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 = PulpDebClient::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
|
|
@@ -49,16 +49,16 @@ describe 'ContentGenericContentsApi' do
|
|
49
49
|
|
50
50
|
# unit tests for list
|
51
51
|
# List generic contents
|
52
|
-
#
|
52
|
+
# GenericContent is a catch all category for storing files not covered by any other type. Associated artifacts: Exactly one arbitrary file that does not match any other type. This is needed to store arbitrary files for use with the verbatim publisher. If you are not using the verbatim publisher, you may ignore this type.
|
53
53
|
# @param [Hash] opts the optional parameters
|
54
|
-
# @option opts [String] :ordering Which field to use when ordering the results.
|
55
|
-
# @option opts [String] :relative_path Filter results where relative_path matches value
|
56
|
-
# @option opts [String] :sha256 Filter results where sha256 matches value
|
57
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
58
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
59
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
60
54
|
# @option opts [Integer] :limit Number of results to return per page.
|
61
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] :relative_path relative_path
|
58
|
+
# @option opts [String] :repository_version repository_version
|
59
|
+
# @option opts [String] :repository_version_added repository_version_added
|
60
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
61
|
+
# @option opts [String] :sha256 sha256
|
62
62
|
# @option opts [String] :fields A list of fields to include in the response.
|
63
63
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
64
64
|
# @return [InlineResponse200]
|
@@ -70,12 +70,12 @@ describe 'ContentGenericContentsApi' do
|
|
70
70
|
|
71
71
|
# unit tests for read
|
72
72
|
# Inspect a generic content
|
73
|
-
#
|
74
|
-
# @param
|
73
|
+
# GenericContent is a catch all category for storing files not covered by any other type. Associated artifacts: Exactly one arbitrary file that does not match any other type. This is needed to store arbitrary files for use with the verbatim publisher. If you are not using the verbatim publisher, you may ignore this type.
|
74
|
+
# @param deb_generic_content_href
|
75
75
|
# @param [Hash] opts the optional parameters
|
76
76
|
# @option opts [String] :fields A list of fields to include in the response.
|
77
77
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
78
|
-
# @return [
|
78
|
+
# @return [DebGenericContentResponse]
|
79
79
|
describe 'read test' do
|
80
80
|
it 'should work' do
|
81
81
|
# 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
|
|
@@ -34,10 +34,10 @@ describe 'ContentInstallerFileIndicesApi' do
|
|
34
34
|
|
35
35
|
# unit tests for create
|
36
36
|
# Create an installer file index
|
37
|
-
#
|
38
|
-
# @param
|
37
|
+
# An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one 'SHA256SUMS' and/or 'MD5SUMS' file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
|
38
|
+
# @param deb_installer_file_index
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
-
# @return [
|
40
|
+
# @return [DebInstallerFileIndexResponse]
|
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
|
@@ -46,18 +46,18 @@ describe 'ContentInstallerFileIndicesApi' do
|
|
46
46
|
|
47
47
|
# unit tests for list
|
48
48
|
# List InstallerFileIndices
|
49
|
-
#
|
49
|
+
# An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one 'SHA256SUMS' and/or 'MD5SUMS' file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
|
50
50
|
# @param [Hash] opts the optional parameters
|
51
|
-
# @option opts [String] :
|
52
|
-
# @option opts [String] :component
|
53
|
-
# @option opts [String] :architecture Filter results where architecture matches value
|
54
|
-
# @option opts [String] :relative_path Filter results where relative_path matches value
|
55
|
-
# @option opts [String] :sha256 Filter results where sha256 matches value
|
56
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
57
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
58
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
51
|
+
# @option opts [String] :architecture architecture
|
52
|
+
# @option opts [String] :component component
|
59
53
|
# @option opts [Integer] :limit Number of results to return per page.
|
60
54
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
55
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
56
|
+
# @option opts [String] :relative_path relative_path
|
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] :sha256 sha256
|
61
61
|
# @option opts [String] :fields A list of fields to include in the response.
|
62
62
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
63
63
|
# @return [InlineResponse2001]
|
@@ -69,12 +69,12 @@ describe 'ContentInstallerFileIndicesApi' do
|
|
69
69
|
|
70
70
|
# unit tests for read
|
71
71
|
# Inspect an installer file index
|
72
|
-
#
|
73
|
-
# @param
|
72
|
+
# An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one 'SHA256SUMS' and/or 'MD5SUMS' file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
|
73
|
+
# @param deb_installer_file_index_href
|
74
74
|
# @param [Hash] opts the optional parameters
|
75
75
|
# @option opts [String] :fields A list of fields to include in the response.
|
76
76
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
77
|
-
# @return [
|
77
|
+
# @return [DebInstallerFileIndexResponse]
|
78
78
|
describe 'read test' do
|
79
79
|
it 'should work' do
|
80
80
|
# 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,31 +49,31 @@ describe 'ContentInstallerPackagesApi' do
|
|
49
49
|
|
50
50
|
# unit tests for list
|
51
51
|
# List installer packages
|
52
|
-
#
|
52
|
+
# An InstallerPackage represents a '.udeb' installer package. Associated artifacts: Exactly one '.udeb' installer package file. Note that installer packages are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) will not include these packages.
|
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] :priority Filter results where priority matches value
|
61
|
-
# @option opts [String] :origin Filter results where origin matches value
|
62
|
-
# @option opts [String] :tag Filter results where tag matches value
|
63
|
-
# @option opts [String] :essential Filter results where essential matches value
|
64
|
-
# @option opts [String] :build_essential Filter results where build_essential matches value
|
65
|
-
# @option opts [Float] :installed_size Filter results where installed_size matches value
|
66
|
-
# @option opts [String] :maintainer Filter results where maintainer matches value
|
67
|
-
# @option opts [String] :original_maintainer Filter results where original_maintainer matches value
|
68
|
-
# @option opts [String] :built_using Filter results where built_using matches value
|
69
|
-
# @option opts [String] :auto_built_package Filter results where auto_built_package matches value
|
70
|
-
# @option opts [String] :multi_arch Filter results where multi_arch matches value
|
71
|
-
# @option opts [String] :sha256 Filter results where sha256 matches value
|
72
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
73
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
74
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
54
|
+
# @option opts [String] :architecture architecture
|
55
|
+
# @option opts [String] :auto_built_package auto_built_package
|
56
|
+
# @option opts [String] :build_essential build_essential
|
57
|
+
# @option opts [String] :built_using built_using
|
58
|
+
# @option opts [String] :essential essential
|
59
|
+
# @option opts [String] :installed_size installed_size
|
75
60
|
# @option opts [Integer] :limit Number of results to return per page.
|
61
|
+
# @option opts [String] :maintainer maintainer
|
62
|
+
# @option opts [String] :multi_arch multi_arch
|
76
63
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
64
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
65
|
+
# @option opts [String] :origin origin
|
66
|
+
# @option opts [String] :original_maintainer original_maintainer
|
67
|
+
# @option opts [String] :package package
|
68
|
+
# @option opts [String] :priority priority
|
69
|
+
# @option opts [String] :repository_version repository_version
|
70
|
+
# @option opts [String] :repository_version_added repository_version_added
|
71
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
72
|
+
# @option opts [String] :section section
|
73
|
+
# @option opts [String] :sha256 sha256
|
74
|
+
# @option opts [String] :source source
|
75
|
+
# @option opts [String] :tag tag
|
76
|
+
# @option opts [String] :version version
|
77
77
|
# @option opts [String] :fields A list of fields to include in the response.
|
78
78
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
79
79
|
# @return [InlineResponse2002]
|
@@ -85,12 +85,12 @@ describe 'ContentInstallerPackagesApi' do
|
|
85
85
|
|
86
86
|
# unit tests for read
|
87
87
|
# Inspect an installer package
|
88
|
-
#
|
89
|
-
# @param
|
88
|
+
# An InstallerPackage represents a '.udeb' installer package. Associated artifacts: Exactly one '.udeb' installer package file. Note that installer packages are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) will not include these packages.
|
89
|
+
# @param deb_installer_package_href
|
90
90
|
# @param [Hash] opts the optional parameters
|
91
91
|
# @option opts [String] :fields A list of fields to include in the response.
|
92
92
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
93
|
-
# @return [
|
93
|
+
# @return [DebBasePackageResponse]
|
94
94
|
describe 'read test' do
|
95
95
|
it 'should work' do
|
96
96
|
# 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
|
|
@@ -34,10 +34,10 @@ describe 'ContentPackageIndicesApi' do
|
|
34
34
|
|
35
35
|
# unit tests for create
|
36
36
|
# Create a package index
|
37
|
-
# A
|
38
|
-
# @param
|
37
|
+
# A PackageIndex represents the package indices of a single component-architecture combination. Associated artifacts: Exactly one 'Packages' file. May optionally include one or more of 'Packages.gz', 'Packages.xz', 'Release'. If included, the 'Release' file is a legacy per-component-and-architecture Release file. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any 'Packages' files it needs when creating the publication. It does not make use of PackageIndex content.
|
38
|
+
# @param deb_package_index
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
-
# @return [
|
40
|
+
# @return [DebPackageIndexResponse]
|
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
|
@@ -46,18 +46,18 @@ describe 'ContentPackageIndicesApi' do
|
|
46
46
|
|
47
47
|
# unit tests for list
|
48
48
|
# List PackageIndices
|
49
|
-
# A
|
49
|
+
# A PackageIndex represents the package indices of a single component-architecture combination. Associated artifacts: Exactly one 'Packages' file. May optionally include one or more of 'Packages.gz', 'Packages.xz', 'Release'. If included, the 'Release' file is a legacy per-component-and-architecture Release file. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any 'Packages' files it needs when creating the publication. It does not make use of PackageIndex content.
|
50
50
|
# @param [Hash] opts the optional parameters
|
51
|
-
# @option opts [String] :
|
52
|
-
# @option opts [String] :component
|
53
|
-
# @option opts [String] :architecture Filter results where architecture matches value
|
54
|
-
# @option opts [String] :relative_path Filter results where relative_path matches value
|
55
|
-
# @option opts [String] :sha256 Filter results where sha256 matches value
|
56
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
57
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
58
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
51
|
+
# @option opts [String] :architecture architecture
|
52
|
+
# @option opts [String] :component component
|
59
53
|
# @option opts [Integer] :limit Number of results to return per page.
|
60
54
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
55
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
56
|
+
# @option opts [String] :relative_path relative_path
|
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] :sha256 sha256
|
61
61
|
# @option opts [String] :fields A list of fields to include in the response.
|
62
62
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
63
63
|
# @return [InlineResponse2003]
|
@@ -69,12 +69,12 @@ describe 'ContentPackageIndicesApi' do
|
|
69
69
|
|
70
70
|
# unit tests for read
|
71
71
|
# Inspect a package index
|
72
|
-
# A
|
73
|
-
# @param
|
72
|
+
# A PackageIndex represents the package indices of a single component-architecture combination. Associated artifacts: Exactly one 'Packages' file. May optionally include one or more of 'Packages.gz', 'Packages.xz', 'Release'. If included, the 'Release' file is a legacy per-component-and-architecture Release file. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any 'Packages' files it needs when creating the publication. It does not make use of PackageIndex content.
|
73
|
+
# @param deb_package_index_href
|
74
74
|
# @param [Hash] opts the optional parameters
|
75
75
|
# @option opts [String] :fields A list of fields to include in the response.
|
76
76
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
77
|
-
# @return [
|
77
|
+
# @return [DebPackageIndexResponse]
|
78
78
|
describe 'read test' do
|
79
79
|
it 'should work' do
|
80
80
|
# 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
|
|
@@ -34,10 +34,10 @@ describe 'ContentPackageReleaseComponentsApi' do
|
|
34
34
|
|
35
35
|
# unit tests for create
|
36
36
|
# Create a package release component
|
37
|
-
# A
|
38
|
-
# @param
|
37
|
+
# A PackageReleaseComponent associates a Package with a ReleaseComponent. Associated artifacts: None; contains only metadata. This simply stores the information which packages are part of which components.
|
38
|
+
# @param deb_package_release_component
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
-
# @return [
|
40
|
+
# @return [DebPackageReleaseComponentResponse]
|
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
|
@@ -46,16 +46,16 @@ describe 'ContentPackageReleaseComponentsApi' do
|
|
46
46
|
|
47
47
|
# unit tests for list
|
48
48
|
# List package release components
|
49
|
-
# A
|
49
|
+
# A PackageReleaseComponent associates a Package with a ReleaseComponent. Associated artifacts: None; contains only metadata. This simply stores the information which packages are part of which components.
|
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] :package Filter results where package matches value
|
53
|
-
# @option opts [String] :release_component Filter results where release_component matches value
|
54
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
55
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
56
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
57
51
|
# @option opts [Integer] :limit Number of results to return per page.
|
58
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] :package package
|
55
|
+
# @option opts [String] :release_component release_component
|
56
|
+
# @option opts [String] :repository_version repository_version
|
57
|
+
# @option opts [String] :repository_version_added repository_version_added
|
58
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
59
59
|
# @option opts [String] :fields A list of fields to include in the response.
|
60
60
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
61
61
|
# @return [InlineResponse2004]
|
@@ -67,12 +67,12 @@ describe 'ContentPackageReleaseComponentsApi' do
|
|
67
67
|
|
68
68
|
# unit tests for read
|
69
69
|
# Inspect a package release component
|
70
|
-
# A
|
71
|
-
# @param
|
70
|
+
# A PackageReleaseComponent associates a Package with a ReleaseComponent. Associated artifacts: None; contains only metadata. This simply stores the information which packages are part of which components.
|
71
|
+
# @param deb_package_release_component_href
|
72
72
|
# @param [Hash] opts the optional parameters
|
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
|
-
# @return [
|
75
|
+
# @return [DebPackageReleaseComponentResponse]
|
76
76
|
describe 'read test' do
|
77
77
|
it 'should work' do
|
78
78
|
# 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,32 +49,32 @@ describe 'ContentPackagesApi' do
|
|
49
49
|
|
50
50
|
# unit tests for list
|
51
51
|
# List packages
|
52
|
-
# A
|
52
|
+
# A Package represents a '.deb' binary package. Associated artifacts: Exactly one '.deb' package file.
|
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] :priority Filter results where priority matches value
|
61
|
-
# @option opts [String] :origin Filter results where origin matches value
|
62
|
-
# @option opts [String] :tag Filter results where tag matches value
|
63
|
-
# @option opts [String] :essential Filter results where essential matches value
|
64
|
-
# @option opts [String] :build_essential Filter results where build_essential matches value
|
65
|
-
# @option opts [Float] :installed_size Filter results where installed_size matches value
|
66
|
-
# @option opts [String] :maintainer Filter results where maintainer matches value
|
67
|
-
# @option opts [String] :original_maintainer Filter results where original_maintainer matches value
|
68
|
-
# @option opts [String] :built_using Filter results where built_using matches value
|
69
|
-
# @option opts [String] :auto_built_package Filter results where auto_built_package matches value
|
70
|
-
# @option opts [String] :multi_arch Filter results where multi_arch matches value
|
71
|
-
# @option opts [String] :sha256 Filter results where sha256 matches value
|
72
|
-
# @option opts [String] :relative_path Filter results where relative_path matches value
|
73
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
74
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
75
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
54
|
+
# @option opts [String] :architecture architecture
|
55
|
+
# @option opts [String] :auto_built_package auto_built_package
|
56
|
+
# @option opts [String] :build_essential build_essential
|
57
|
+
# @option opts [String] :built_using built_using
|
58
|
+
# @option opts [String] :essential essential
|
59
|
+
# @option opts [String] :installed_size installed_size
|
76
60
|
# @option opts [Integer] :limit Number of results to return per page.
|
61
|
+
# @option opts [String] :maintainer maintainer
|
62
|
+
# @option opts [String] :multi_arch multi_arch
|
77
63
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
64
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
65
|
+
# @option opts [String] :origin origin
|
66
|
+
# @option opts [String] :original_maintainer original_maintainer
|
67
|
+
# @option opts [String] :package package
|
68
|
+
# @option opts [String] :priority priority
|
69
|
+
# @option opts [String] :relative_path relative_path
|
70
|
+
# @option opts [String] :repository_version repository_version
|
71
|
+
# @option opts [String] :repository_version_added repository_version_added
|
72
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
73
|
+
# @option opts [String] :section section
|
74
|
+
# @option opts [String] :sha256 sha256
|
75
|
+
# @option opts [String] :source source
|
76
|
+
# @option opts [String] :tag tag
|
77
|
+
# @option opts [String] :version version
|
78
78
|
# @option opts [String] :fields A list of fields to include in the response.
|
79
79
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
80
80
|
# @return [InlineResponse2002]
|
@@ -86,12 +86,12 @@ describe 'ContentPackagesApi' do
|
|
86
86
|
|
87
87
|
# unit tests for read
|
88
88
|
# Inspect a package
|
89
|
-
# A
|
90
|
-
# @param
|
89
|
+
# A Package represents a '.deb' binary package. Associated artifacts: Exactly one '.deb' package file.
|
90
|
+
# @param deb_package_href
|
91
91
|
# @param [Hash] opts the optional parameters
|
92
92
|
# @option opts [String] :fields A list of fields to include in the response.
|
93
93
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
94
|
-
# @return [
|
94
|
+
# @return [DebBasePackageResponse]
|
95
95
|
describe 'read test' do
|
96
96
|
it 'should work' do
|
97
97
|
# 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
|
|
@@ -34,10 +34,10 @@ describe 'ContentReleaseArchitecturesApi' do
|
|
34
34
|
|
35
35
|
# unit tests for create
|
36
36
|
# Create a release architecture
|
37
|
-
# A
|
38
|
-
# @param
|
37
|
+
# A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
|
38
|
+
# @param deb_release_architecture
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
-
# @return [
|
40
|
+
# @return [DebReleaseArchitectureResponse]
|
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
|
@@ -46,16 +46,16 @@ describe 'ContentReleaseArchitecturesApi' do
|
|
46
46
|
|
47
47
|
# unit tests for list
|
48
48
|
# List release architectures
|
49
|
-
# A
|
49
|
+
# A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
|
50
50
|
# @param [Hash] opts the optional parameters
|
51
|
-
# @option opts [String] :
|
52
|
-
# @option opts [String] :architecture Filter results where architecture matches value
|
53
|
-
# @option opts [String] :release Filter results where release matches value
|
54
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
55
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
56
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
51
|
+
# @option opts [String] :architecture architecture
|
57
52
|
# @option opts [Integer] :limit Number of results to return per page.
|
58
53
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
54
|
+
# @option opts [String] :ordering Which field to use when ordering the results.
|
55
|
+
# @option opts [String] :release release
|
56
|
+
# @option opts [String] :repository_version repository_version
|
57
|
+
# @option opts [String] :repository_version_added repository_version_added
|
58
|
+
# @option opts [String] :repository_version_removed repository_version_removed
|
59
59
|
# @option opts [String] :fields A list of fields to include in the response.
|
60
60
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
61
61
|
# @return [InlineResponse2005]
|
@@ -67,12 +67,12 @@ describe 'ContentReleaseArchitecturesApi' do
|
|
67
67
|
|
68
68
|
# unit tests for read
|
69
69
|
# Inspect a release architecture
|
70
|
-
# A
|
71
|
-
# @param
|
70
|
+
# A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
|
71
|
+
# @param deb_release_architecture_href
|
72
72
|
# @param [Hash] opts the optional parameters
|
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
|
-
# @return [
|
75
|
+
# @return [DebReleaseArchitectureResponse]
|
76
76
|
describe 'read test' do
|
77
77
|
it 'should work' do
|
78
78
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|