pulp_deb_client 2.4.0b1 → 2.5.0b1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +35 -48
- data/docs/ContentGenericContentsApi.md +2 -2
- data/docs/ContentInstallerFileIndicesApi.md +4 -4
- data/docs/ContentInstallerPackagesApi.md +2 -2
- data/docs/ContentPackageIndicesApi.md +4 -4
- data/docs/ContentPackageReleaseComponentsApi.md +4 -4
- data/docs/ContentPackagesApi.md +2 -2
- data/docs/ContentReleaseArchitecturesApi.md +4 -4
- data/docs/ContentReleaseComponentsApi.md +4 -4
- data/docs/ContentReleaseFilesApi.md +4 -4
- data/docs/ContentReleasesApi.md +4 -4
- data/docs/{DebDebDistribution.md → DebAptDistribution.md} +2 -2
- data/docs/{DebDebPublication.md → DebAptPublication.md} +2 -2
- data/docs/{DebDebRemote.md → DebAptRemote.md} +2 -2
- data/docs/{DebDebRepository.md → DebAptRepository.md} +2 -2
- data/docs/{DebBasePackageRead.md → DebBasePackage.md} +2 -2
- data/docs/{DebGenericContentRead.md → DebGenericContent.md} +2 -2
- data/docs/DistributionsAptApi.md +43 -43
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +1 -1
- data/docs/InlineResponse20010.md +1 -1
- data/docs/InlineResponse20011.md +1 -1
- data/docs/InlineResponse20012.md +1 -1
- data/docs/InlineResponse20013.md +1 -1
- data/docs/InlineResponse20014.md +1 -1
- data/docs/InlineResponse2002.md +1 -1
- data/docs/InlineResponse2003.md +1 -1
- data/docs/InlineResponse2004.md +1 -1
- data/docs/InlineResponse2005.md +1 -1
- data/docs/InlineResponse2006.md +1 -1
- data/docs/InlineResponse2007.md +1 -1
- data/docs/InlineResponse2008.md +1 -1
- data/docs/InlineResponse2009.md +1 -1
- data/docs/PublicationsAptApi.md +26 -26
- data/docs/PublicationsVerbatimApi.md +2 -2
- data/docs/RemotesAptApi.md +46 -46
- data/docs/RepositoriesAptApi.md +56 -56
- data/docs/RepositoriesDebVersionsApi.md +13 -11
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_packages_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_release_components_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_release_files_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_releases_api.rb +6 -6
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +61 -61
- data/lib/pulp_deb_client/api/publications_apt_api.rb +37 -37
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +66 -66
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +84 -84
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +22 -19
- data/lib/pulp_deb_client/models/{deb_deb_distribution.rb → deb_apt_distribution.rb} +3 -3
- data/lib/pulp_deb_client/models/{deb_deb_publication.rb → deb_apt_publication.rb} +3 -3
- data/lib/pulp_deb_client/models/{deb_deb_remote.rb → deb_apt_remote.rb} +6 -3
- data/lib/pulp_deb_client/models/{deb_deb_repository.rb → deb_apt_repository.rb} +3 -3
- data/lib/pulp_deb_client/models/{deb_base_package_read.rb → deb_base_package.rb} +3 -3
- data/lib/pulp_deb_client/models/{deb_generic_content_read.rb → deb_generic_content.rb} +3 -3
- data/lib/pulp_deb_client/models/inline_response200.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20010.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20011.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20012.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20013.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20014.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2003.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2004.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2005.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2006.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2007.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2008.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2009.rb +1 -1
- data/lib/pulp_deb_client/version.rb +1 -1
- data/lib/pulp_deb_client.rb +6 -19
- data/spec/api/content_generic_contents_api_spec.rb +1 -1
- data/spec/api/content_installer_file_indices_api_spec.rb +2 -2
- data/spec/api/content_installer_packages_api_spec.rb +1 -1
- data/spec/api/content_package_indices_api_spec.rb +2 -2
- data/spec/api/content_package_release_components_api_spec.rb +2 -2
- data/spec/api/content_packages_api_spec.rb +1 -1
- data/spec/api/content_release_architectures_api_spec.rb +2 -2
- data/spec/api/content_release_components_api_spec.rb +2 -2
- data/spec/api/content_release_files_api_spec.rb +2 -2
- data/spec/api/content_releases_api_spec.rb +2 -2
- data/spec/api/distributions_apt_api_spec.rb +13 -13
- data/spec/api/publications_apt_api_spec.rb +10 -10
- data/spec/api/publications_verbatim_api_spec.rb +1 -1
- data/spec/api/remotes_apt_api_spec.rb +15 -15
- data/spec/api/repositories_apt_api_spec.rb +17 -17
- data/spec/api/repositories_deb_versions_api_spec.rb +6 -5
- data/spec/models/{deb_deb_distribution_spec.rb → deb_apt_distribution_spec.rb} +6 -6
- data/spec/models/{deb_deb_publication_spec.rb → deb_apt_publication_spec.rb} +6 -6
- data/spec/models/{deb_deb_remote_spec.rb → deb_apt_remote_spec.rb} +6 -6
- data/spec/models/{deb_deb_repository_spec.rb → deb_apt_repository_spec.rb} +6 -6
- data/spec/models/{deb_base_package_read_spec.rb → deb_base_package_spec.rb} +6 -6
- data/spec/models/{deb_generic_content_read_spec.rb → deb_generic_content_spec.rb} +6 -6
- metadata +26 -78
- data/docs/DebDebDistributionRead.md +0 -29
- data/docs/DebDebPublicationRead.md +0 -29
- data/docs/DebDebRemoteRead.md +0 -57
- data/docs/DebDebRepositoryRead.md +0 -27
- data/docs/DebInstallerFileIndexRead.md +0 -29
- data/docs/DebPackageIndexRead.md +0 -29
- data/docs/DebPackageReleaseComponentRead.md +0 -23
- data/docs/DebReleaseArchitectureRead.md +0 -23
- data/docs/DebReleaseComponentRead.md +0 -23
- data/docs/DebReleaseFileRead.md +0 -29
- data/docs/DebReleaseRead.md +0 -25
- data/docs/DebVerbatimPublicationRead.md +0 -23
- data/docs/RepositoryVersionRead.md +0 -25
- data/lib/pulp_deb_client/models/deb_deb_distribution_read.rb +0 -331
- data/lib/pulp_deb_client/models/deb_deb_publication_read.rb +0 -269
- data/lib/pulp_deb_client/models/deb_deb_remote_read.rb +0 -670
- data/lib/pulp_deb_client/models/deb_deb_repository_read.rb +0 -294
- data/lib/pulp_deb_client/models/deb_installer_file_index_read.rb +0 -341
- data/lib/pulp_deb_client/models/deb_package_index_read.rb +0 -341
- data/lib/pulp_deb_client/models/deb_package_release_component_read.rb +0 -246
- data/lib/pulp_deb_client/models/deb_release_architecture_read.rb +0 -265
- data/lib/pulp_deb_client/models/deb_release_component_read.rb +0 -265
- data/lib/pulp_deb_client/models/deb_release_file_read.rb +0 -342
- data/lib/pulp_deb_client/models/deb_release_read.rb +0 -315
- data/lib/pulp_deb_client/models/deb_verbatim_publication_read.rb +0 -235
- data/lib/pulp_deb_client/models/repository_version_read.rb +0 -244
- data/spec/models/deb_deb_distribution_read_spec.rb +0 -77
- data/spec/models/deb_deb_publication_read_spec.rb +0 -77
- data/spec/models/deb_deb_remote_read_spec.rb +0 -165
- data/spec/models/deb_deb_repository_read_spec.rb +0 -71
- data/spec/models/deb_installer_file_index_read_spec.rb +0 -77
- data/spec/models/deb_package_index_read_spec.rb +0 -77
- data/spec/models/deb_package_release_component_read_spec.rb +0 -59
- data/spec/models/deb_release_architecture_read_spec.rb +0 -59
- data/spec/models/deb_release_component_read_spec.rb +0 -59
- data/spec/models/deb_release_file_read_spec.rb +0 -77
- data/spec/models/deb_release_read_spec.rb +0 -65
- data/spec/models/deb_verbatim_publication_read_spec.rb +0 -59
- data/spec/models/repository_version_read_spec.rb +0 -65
|
@@ -37,7 +37,7 @@ describe 'ContentReleaseFilesApi' do
|
|
|
37
37
|
# A ViewSet for ReleaseFile.
|
|
38
38
|
# @param data
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
|
-
# @return [
|
|
40
|
+
# @return [DebReleaseFile]
|
|
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
|
|
@@ -74,7 +74,7 @@ describe 'ContentReleaseFilesApi' do
|
|
|
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 [DebReleaseFile]
|
|
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
|
|
@@ -37,7 +37,7 @@ describe 'ContentReleasesApi' do
|
|
|
37
37
|
# A ViewSet for Release.
|
|
38
38
|
# @param data
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
|
-
# @return [
|
|
40
|
+
# @return [DebRelease]
|
|
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
|
|
@@ -73,7 +73,7 @@ describe 'ContentReleasesApi' do
|
|
|
73
73
|
# @param [Hash] opts the optional parameters
|
|
74
74
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
75
75
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
76
|
-
# @return [
|
|
76
|
+
# @return [DebRelease]
|
|
77
77
|
describe 'read test' do
|
|
78
78
|
it 'should work' do
|
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -33,7 +33,7 @@ describe 'DistributionsAptApi' do
|
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
# unit tests for create
|
|
36
|
-
# Create
|
|
36
|
+
# Create an apt distribution
|
|
37
37
|
# Trigger an asynchronous create task
|
|
38
38
|
# @param data
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
@@ -45,9 +45,9 @@ describe 'DistributionsAptApi' do
|
|
|
45
45
|
end
|
|
46
46
|
|
|
47
47
|
# unit tests for delete
|
|
48
|
-
# Delete
|
|
48
|
+
# Delete an apt distribution
|
|
49
49
|
# Trigger an asynchronous delete task
|
|
50
|
-
# @param
|
|
50
|
+
# @param apt_distribution_href URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
|
|
51
51
|
# @param [Hash] opts the optional parameters
|
|
52
52
|
# @return [AsyncOperationResponse]
|
|
53
53
|
describe 'delete test' do
|
|
@@ -57,8 +57,8 @@ describe 'DistributionsAptApi' do
|
|
|
57
57
|
end
|
|
58
58
|
|
|
59
59
|
# unit tests for list
|
|
60
|
-
# List
|
|
61
|
-
# ViewSet for
|
|
60
|
+
# List apt distributions
|
|
61
|
+
# ViewSet for AptDistributions.
|
|
62
62
|
# @param [Hash] opts the optional parameters
|
|
63
63
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
64
64
|
# @option opts [String] :name
|
|
@@ -79,9 +79,9 @@ describe 'DistributionsAptApi' do
|
|
|
79
79
|
end
|
|
80
80
|
|
|
81
81
|
# unit tests for partial_update
|
|
82
|
-
# Partially update
|
|
82
|
+
# Partially update an apt distribution
|
|
83
83
|
# Trigger an asynchronous partial update task
|
|
84
|
-
# @param
|
|
84
|
+
# @param apt_distribution_href URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
|
|
85
85
|
# @param data
|
|
86
86
|
# @param [Hash] opts the optional parameters
|
|
87
87
|
# @return [AsyncOperationResponse]
|
|
@@ -92,13 +92,13 @@ describe 'DistributionsAptApi' do
|
|
|
92
92
|
end
|
|
93
93
|
|
|
94
94
|
# unit tests for read
|
|
95
|
-
# Inspect
|
|
96
|
-
# ViewSet for
|
|
97
|
-
# @param
|
|
95
|
+
# Inspect an apt distribution
|
|
96
|
+
# ViewSet for AptDistributions.
|
|
97
|
+
# @param apt_distribution_href URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
|
|
98
98
|
# @param [Hash] opts the optional parameters
|
|
99
99
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
100
100
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
101
|
-
# @return [
|
|
101
|
+
# @return [DebAptDistribution]
|
|
102
102
|
describe 'read test' do
|
|
103
103
|
it 'should work' do
|
|
104
104
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -106,9 +106,9 @@ describe 'DistributionsAptApi' do
|
|
|
106
106
|
end
|
|
107
107
|
|
|
108
108
|
# unit tests for update
|
|
109
|
-
# Update
|
|
109
|
+
# Update an apt distribution
|
|
110
110
|
# Trigger an asynchronous update task
|
|
111
|
-
# @param
|
|
111
|
+
# @param apt_distribution_href URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
|
|
112
112
|
# @param data
|
|
113
113
|
# @param [Hash] opts the optional parameters
|
|
114
114
|
# @return [AsyncOperationResponse]
|
|
@@ -33,7 +33,7 @@ describe 'PublicationsAptApi' do
|
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
# unit tests for create
|
|
36
|
-
# Create
|
|
36
|
+
# Create an apt publication
|
|
37
37
|
# Trigger an asynchronous task to publish content
|
|
38
38
|
# @param data
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
@@ -45,9 +45,9 @@ describe 'PublicationsAptApi' do
|
|
|
45
45
|
end
|
|
46
46
|
|
|
47
47
|
# unit tests for delete
|
|
48
|
-
# Delete
|
|
49
|
-
# A ViewSet for
|
|
50
|
-
# @param
|
|
48
|
+
# Delete an apt publication
|
|
49
|
+
# A ViewSet for AptPublication.
|
|
50
|
+
# @param apt_publication_href URI of Apt Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/
|
|
51
51
|
# @param [Hash] opts the optional parameters
|
|
52
52
|
# @return [nil]
|
|
53
53
|
describe 'delete test' do
|
|
@@ -57,8 +57,8 @@ describe 'PublicationsAptApi' do
|
|
|
57
57
|
end
|
|
58
58
|
|
|
59
59
|
# unit tests for list
|
|
60
|
-
# List
|
|
61
|
-
# A ViewSet for
|
|
60
|
+
# List apt publications
|
|
61
|
+
# A ViewSet for AptPublication.
|
|
62
62
|
# @param [Hash] opts the optional parameters
|
|
63
63
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
64
64
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
@@ -80,13 +80,13 @@ describe 'PublicationsAptApi' do
|
|
|
80
80
|
end
|
|
81
81
|
|
|
82
82
|
# unit tests for read
|
|
83
|
-
# Inspect
|
|
84
|
-
# A ViewSet for
|
|
85
|
-
# @param
|
|
83
|
+
# Inspect an apt publication
|
|
84
|
+
# A ViewSet for AptPublication.
|
|
85
|
+
# @param apt_publication_href URI of Apt Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/
|
|
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 [DebAptPublication]
|
|
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
|
|
@@ -86,7 +86,7 @@ describe 'PublicationsVerbatimApi' do
|
|
|
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 [DebVerbatimPublication]
|
|
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
|
|
@@ -33,11 +33,11 @@ describe 'RemotesAptApi' do
|
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
# unit tests for create
|
|
36
|
-
# Create
|
|
37
|
-
# A ViewSet for
|
|
36
|
+
# Create an apt remote
|
|
37
|
+
# A ViewSet for AptRemote.
|
|
38
38
|
# @param data
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
|
-
# @return [
|
|
40
|
+
# @return [DebAptRemote]
|
|
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
|
|
@@ -45,9 +45,9 @@ describe 'RemotesAptApi' do
|
|
|
45
45
|
end
|
|
46
46
|
|
|
47
47
|
# unit tests for delete
|
|
48
|
-
# Delete
|
|
48
|
+
# Delete an apt remote
|
|
49
49
|
# Trigger an asynchronous delete task
|
|
50
|
-
# @param
|
|
50
|
+
# @param apt_remote_href URI of Apt Remote. e.g.: /pulp/api/v3/remotes/deb/apt/1/
|
|
51
51
|
# @param [Hash] opts the optional parameters
|
|
52
52
|
# @return [AsyncOperationResponse]
|
|
53
53
|
describe 'delete test' do
|
|
@@ -57,8 +57,8 @@ describe 'RemotesAptApi' do
|
|
|
57
57
|
end
|
|
58
58
|
|
|
59
59
|
# unit tests for list
|
|
60
|
-
# List
|
|
61
|
-
# A ViewSet for
|
|
60
|
+
# List apt remotes
|
|
61
|
+
# A ViewSet for AptRemote.
|
|
62
62
|
# @param [Hash] opts the optional parameters
|
|
63
63
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
64
64
|
# @option opts [String] :name
|
|
@@ -81,9 +81,9 @@ describe 'RemotesAptApi' do
|
|
|
81
81
|
end
|
|
82
82
|
|
|
83
83
|
# unit tests for partial_update
|
|
84
|
-
# Partially update
|
|
84
|
+
# Partially update an apt remote
|
|
85
85
|
# Trigger an asynchronous partial update task
|
|
86
|
-
# @param
|
|
86
|
+
# @param apt_remote_href URI of Apt Remote. e.g.: /pulp/api/v3/remotes/deb/apt/1/
|
|
87
87
|
# @param data
|
|
88
88
|
# @param [Hash] opts the optional parameters
|
|
89
89
|
# @return [AsyncOperationResponse]
|
|
@@ -94,13 +94,13 @@ describe 'RemotesAptApi' do
|
|
|
94
94
|
end
|
|
95
95
|
|
|
96
96
|
# unit tests for read
|
|
97
|
-
# Inspect
|
|
98
|
-
# A ViewSet for
|
|
99
|
-
# @param
|
|
97
|
+
# Inspect an apt remote
|
|
98
|
+
# A ViewSet for AptRemote.
|
|
99
|
+
# @param apt_remote_href URI of Apt Remote. e.g.: /pulp/api/v3/remotes/deb/apt/1/
|
|
100
100
|
# @param [Hash] opts the optional parameters
|
|
101
101
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
102
102
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
103
|
-
# @return [
|
|
103
|
+
# @return [DebAptRemote]
|
|
104
104
|
describe 'read test' do
|
|
105
105
|
it 'should work' do
|
|
106
106
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -108,9 +108,9 @@ describe 'RemotesAptApi' do
|
|
|
108
108
|
end
|
|
109
109
|
|
|
110
110
|
# unit tests for update
|
|
111
|
-
# Update
|
|
111
|
+
# Update an apt remote
|
|
112
112
|
# Trigger an asynchronous update task
|
|
113
|
-
# @param
|
|
113
|
+
# @param apt_remote_href URI of Apt Remote. e.g.: /pulp/api/v3/remotes/deb/apt/1/
|
|
114
114
|
# @param data
|
|
115
115
|
# @param [Hash] opts the optional parameters
|
|
116
116
|
# @return [AsyncOperationResponse]
|
|
@@ -33,11 +33,11 @@ describe 'RepositoriesAptApi' do
|
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
# unit tests for create
|
|
36
|
-
# Create
|
|
37
|
-
# A ViewSet for
|
|
36
|
+
# Create an apt repository
|
|
37
|
+
# A ViewSet for AptRepository.
|
|
38
38
|
# @param data
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
|
-
# @return [
|
|
40
|
+
# @return [DebAptRepository]
|
|
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
|
|
@@ -45,9 +45,9 @@ describe 'RepositoriesAptApi' do
|
|
|
45
45
|
end
|
|
46
46
|
|
|
47
47
|
# unit tests for delete
|
|
48
|
-
# Delete
|
|
48
|
+
# Delete an apt repository
|
|
49
49
|
# Trigger an asynchronous delete task
|
|
50
|
-
# @param
|
|
50
|
+
# @param apt_repository_href URI of Apt Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
|
|
51
51
|
# @param [Hash] opts the optional parameters
|
|
52
52
|
# @return [AsyncOperationResponse]
|
|
53
53
|
describe 'delete test' do
|
|
@@ -57,8 +57,8 @@ describe 'RepositoriesAptApi' do
|
|
|
57
57
|
end
|
|
58
58
|
|
|
59
59
|
# unit tests for list
|
|
60
|
-
# List
|
|
61
|
-
# A ViewSet for
|
|
60
|
+
# List apt repositorys
|
|
61
|
+
# A ViewSet for AptRepository.
|
|
62
62
|
# @param [Hash] opts the optional parameters
|
|
63
63
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
64
64
|
# @option opts [String] :name
|
|
@@ -77,7 +77,7 @@ describe 'RepositoriesAptApi' do
|
|
|
77
77
|
# unit tests for modify
|
|
78
78
|
# Modify Repository Content
|
|
79
79
|
# Trigger an asynchronous task to create a new repository version.
|
|
80
|
-
# @param
|
|
80
|
+
# @param apt_repository_href URI of Apt Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
|
|
81
81
|
# @param data
|
|
82
82
|
# @param [Hash] opts the optional parameters
|
|
83
83
|
# @return [AsyncOperationResponse]
|
|
@@ -88,9 +88,9 @@ describe 'RepositoriesAptApi' do
|
|
|
88
88
|
end
|
|
89
89
|
|
|
90
90
|
# unit tests for partial_update
|
|
91
|
-
# Partially update
|
|
91
|
+
# Partially update an apt repository
|
|
92
92
|
# Trigger an asynchronous partial update task
|
|
93
|
-
# @param
|
|
93
|
+
# @param apt_repository_href URI of Apt Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
|
|
94
94
|
# @param data
|
|
95
95
|
# @param [Hash] opts the optional parameters
|
|
96
96
|
# @return [AsyncOperationResponse]
|
|
@@ -101,13 +101,13 @@ describe 'RepositoriesAptApi' do
|
|
|
101
101
|
end
|
|
102
102
|
|
|
103
103
|
# unit tests for read
|
|
104
|
-
# Inspect
|
|
105
|
-
# A ViewSet for
|
|
106
|
-
# @param
|
|
104
|
+
# Inspect an apt repository
|
|
105
|
+
# A ViewSet for AptRepository.
|
|
106
|
+
# @param apt_repository_href URI of Apt Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
|
|
107
107
|
# @param [Hash] opts the optional parameters
|
|
108
108
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
109
109
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
110
|
-
# @return [
|
|
110
|
+
# @return [DebAptRepository]
|
|
111
111
|
describe 'read test' do
|
|
112
112
|
it 'should work' do
|
|
113
113
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -117,7 +117,7 @@ describe 'RepositoriesAptApi' do
|
|
|
117
117
|
# unit tests for sync
|
|
118
118
|
# Sync from remote
|
|
119
119
|
# Trigger an asynchronous task to sync content
|
|
120
|
-
# @param
|
|
120
|
+
# @param apt_repository_href URI of Apt Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
|
|
121
121
|
# @param data
|
|
122
122
|
# @param [Hash] opts the optional parameters
|
|
123
123
|
# @return [AsyncOperationResponse]
|
|
@@ -128,9 +128,9 @@ describe 'RepositoriesAptApi' do
|
|
|
128
128
|
end
|
|
129
129
|
|
|
130
130
|
# unit tests for update
|
|
131
|
-
# Update
|
|
131
|
+
# Update an apt repository
|
|
132
132
|
# Trigger an asynchronous update task
|
|
133
|
-
# @param
|
|
133
|
+
# @param apt_repository_href URI of Apt Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
|
|
134
134
|
# @param data
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
136
|
# @return [AsyncOperationResponse]
|
|
@@ -46,8 +46,8 @@ describe 'RepositoriesDebVersionsApi' do
|
|
|
46
46
|
|
|
47
47
|
# unit tests for list
|
|
48
48
|
# List repository versions
|
|
49
|
-
#
|
|
50
|
-
# @param
|
|
49
|
+
# AptRepositoryVersion represents a single deb repository version.
|
|
50
|
+
# @param apt_repository_href URI of Apt Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
|
|
51
51
|
# @param [Hash] opts the optional parameters
|
|
52
52
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
53
53
|
# @option opts [Float] :number
|
|
@@ -61,8 +61,9 @@ describe 'RepositoriesDebVersionsApi' do
|
|
|
61
61
|
# @option opts [String] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
62
62
|
# @option opts [String] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
63
63
|
# @option opts [String] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
64
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
|
65
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
|
|
66
67
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
67
68
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
68
69
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
@@ -76,12 +77,12 @@ describe 'RepositoriesDebVersionsApi' do
|
|
|
76
77
|
|
|
77
78
|
# unit tests for read
|
|
78
79
|
# Inspect a repository version
|
|
79
|
-
#
|
|
80
|
+
# AptRepositoryVersion represents a single deb repository version.
|
|
80
81
|
# @param apt_repository_version_href URI of Repository Version. e.g.: /pulp/api/v3/repositories/deb/apt/1/versions/1/
|
|
81
82
|
# @param [Hash] opts the optional parameters
|
|
82
83
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
83
84
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
84
|
-
# @return [
|
|
85
|
+
# @return [RepositoryVersion]
|
|
85
86
|
describe 'read test' do
|
|
86
87
|
it 'should work' do
|
|
87
88
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for PulpDebClient::
|
|
17
|
+
# Unit tests for PulpDebClient::DebAptDistribution
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'DebAptDistribution' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = PulpDebClient::
|
|
23
|
+
@instance = PulpDebClient::DebAptDistribution.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(PulpDebClient::
|
|
30
|
+
describe 'test an instance of DebAptDistribution' do
|
|
31
|
+
it 'should create an instance of DebAptDistribution' do
|
|
32
|
+
expect(@instance).to be_instance_of(PulpDebClient::DebAptDistribution)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
describe 'test attribute "pulp_href"' do
|
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for PulpDebClient::
|
|
17
|
+
# Unit tests for PulpDebClient::DebAptPublication
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'DebAptPublication' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = PulpDebClient::
|
|
23
|
+
@instance = PulpDebClient::DebAptPublication.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(PulpDebClient::
|
|
30
|
+
describe 'test an instance of DebAptPublication' do
|
|
31
|
+
it 'should create an instance of DebAptPublication' do
|
|
32
|
+
expect(@instance).to be_instance_of(PulpDebClient::DebAptPublication)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
describe 'test attribute "pulp_href"' do
|
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for PulpDebClient::
|
|
17
|
+
# Unit tests for PulpDebClient::DebAptRemote
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'DebAptRemote' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = PulpDebClient::
|
|
23
|
+
@instance = PulpDebClient::DebAptRemote.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(PulpDebClient::
|
|
30
|
+
describe 'test an instance of DebAptRemote' do
|
|
31
|
+
it 'should create an instance of DebAptRemote' do
|
|
32
|
+
expect(@instance).to be_instance_of(PulpDebClient::DebAptRemote)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
describe 'test attribute "pulp_href"' do
|
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for PulpDebClient::
|
|
17
|
+
# Unit tests for PulpDebClient::DebAptRepository
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'DebAptRepository' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = PulpDebClient::
|
|
23
|
+
@instance = PulpDebClient::DebAptRepository.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(PulpDebClient::
|
|
30
|
+
describe 'test an instance of DebAptRepository' do
|
|
31
|
+
it 'should create an instance of DebAptRepository' do
|
|
32
|
+
expect(@instance).to be_instance_of(PulpDebClient::DebAptRepository)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
describe 'test attribute "pulp_href"' do
|
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for PulpDebClient::
|
|
17
|
+
# Unit tests for PulpDebClient::DebBasePackage
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'DebBasePackage' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = PulpDebClient::
|
|
23
|
+
@instance = PulpDebClient::DebBasePackage.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(PulpDebClient::
|
|
30
|
+
describe 'test an instance of DebBasePackage' do
|
|
31
|
+
it 'should create an instance of DebBasePackage' do
|
|
32
|
+
expect(@instance).to be_instance_of(PulpDebClient::DebBasePackage)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
describe 'test attribute "pulp_href"' do
|
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for PulpDebClient::
|
|
17
|
+
# Unit tests for PulpDebClient::DebGenericContent
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'DebGenericContent' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = PulpDebClient::
|
|
23
|
+
@instance = PulpDebClient::DebGenericContent.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(PulpDebClient::
|
|
30
|
+
describe 'test an instance of DebGenericContent' do
|
|
31
|
+
it 'should create an instance of DebGenericContent' do
|
|
32
|
+
expect(@instance).to be_instance_of(PulpDebClient::DebGenericContent)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
describe 'test attribute "pulp_href"' do
|