pulp_deb_client 3.5.1 → 3.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +32 -4
- data/docs/ContentGenericContentsApi.md +166 -2
- data/docs/ContentInstallerFileIndicesApi.md +170 -6
- data/docs/ContentInstallerPackagesApi.md +166 -2
- data/docs/ContentPackageIndicesApi.md +170 -6
- data/docs/ContentPackageReleaseComponentsApi.md +170 -6
- data/docs/ContentPackagesApi.md +166 -2
- data/docs/ContentReleaseArchitecturesApi.md +170 -6
- data/docs/ContentReleaseComponentsApi.md +170 -6
- data/docs/ContentReleaseFilesApi.md +170 -6
- data/docs/ContentReleasesApi.md +170 -6
- data/docs/ContentSourceIndicesApi.md +170 -6
- data/docs/ContentSourcePackagesApi.md +170 -6
- data/docs/ContentSourceReleaseComponentsApi.md +170 -6
- data/docs/DebCopyApi.md +8 -4
- data/docs/DebGenericContentResponse.md +2 -0
- data/docs/DebInstallerFileIndex.md +2 -0
- data/docs/DebInstallerFileIndexResponse.md +2 -0
- data/docs/DebInstallerPackageResponse.md +2 -0
- data/docs/DebPackageIndex.md +2 -0
- data/docs/DebPackageIndexResponse.md +2 -0
- data/docs/DebPackageReleaseComponent.md +2 -0
- data/docs/DebPackageReleaseComponentResponse.md +2 -0
- data/docs/DebPackageResponse.md +2 -0
- data/docs/DebRelease.md +2 -0
- data/docs/DebReleaseArchitecture.md +2 -0
- data/docs/DebReleaseArchitectureResponse.md +2 -0
- data/docs/DebReleaseComponent.md +2 -0
- data/docs/DebReleaseComponentResponse.md +2 -0
- data/docs/DebReleaseFile.md +2 -0
- data/docs/DebReleaseFileResponse.md +2 -0
- data/docs/DebReleaseResponse.md +2 -0
- data/docs/DebSourceIndex.md +2 -0
- data/docs/DebSourceIndexResponse.md +2 -0
- data/docs/DebSourcePackage.md +2 -0
- data/docs/DebSourcePackageReleaseComponent.md +2 -0
- data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
- data/docs/DebSourcePackageResponse.md +2 -0
- data/docs/DistributionsAptApi.md +76 -34
- data/docs/PublicationsAptApi.md +44 -18
- data/docs/PublicationsVerbatimApi.md +44 -18
- data/docs/RemotesAptApi.md +72 -32
- data/docs/RepositoriesAptApi.md +88 -40
- data/docs/RepositoriesAptVersionsApi.md +22 -10
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +172 -3
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +172 -3
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_packages_api.rb +172 -3
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_release_components_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_release_files_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_releases_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_source_indices_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_source_packages_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_source_release_components_api.rb +169 -3
- data/lib/pulp_deb_client/api/deb_copy_api.rb +3 -0
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +42 -3
- data/lib/pulp_deb_client/api/publications_apt_api.rb +30 -3
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +30 -3
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +36 -0
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +42 -0
- data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +15 -3
- data/lib/pulp_deb_client/models/deb_generic_content_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_installer_file_index.rb +13 -1
- data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_installer_package_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_package_index.rb +13 -1
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_package_release_component.rb +13 -1
- data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_package_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_release.rb +13 -1
- data/lib/pulp_deb_client/models/deb_release_architecture.rb +13 -1
- data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_release_component.rb +13 -1
- data/lib/pulp_deb_client/models/deb_release_component_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_release_file.rb +13 -1
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_release_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_source_index.rb +13 -1
- data/lib/pulp_deb_client/models/deb_source_index_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_source_package.rb +13 -1
- data/lib/pulp_deb_client/models/deb_source_package_release_component.rb +13 -1
- data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_source_package_response.rb +13 -1
- data/lib/pulp_deb_client/models/unset_label.rb +1 -1
- data/lib/pulp_deb_client/models/unset_label_response.rb +1 -1
- data/lib/pulp_deb_client/version.rb +1 -1
- data/pulp_deb_client.gemspec +0 -1
- data/spec/api/content_generic_contents_api_spec.rb +34 -1
- data/spec/api/content_installer_file_indices_api_spec.rb +33 -1
- data/spec/api/content_installer_packages_api_spec.rb +34 -1
- data/spec/api/content_package_indices_api_spec.rb +33 -1
- data/spec/api/content_package_release_components_api_spec.rb +33 -1
- data/spec/api/content_packages_api_spec.rb +34 -1
- data/spec/api/content_release_architectures_api_spec.rb +33 -1
- data/spec/api/content_release_components_api_spec.rb +33 -1
- data/spec/api/content_release_files_api_spec.rb +33 -1
- data/spec/api/content_releases_api_spec.rb +33 -1
- data/spec/api/content_source_indices_api_spec.rb +33 -1
- data/spec/api/content_source_packages_api_spec.rb +33 -1
- data/spec/api/content_source_release_components_api_spec.rb +33 -1
- data/spec/api/deb_copy_api_spec.rb +1 -0
- data/spec/api/distributions_apt_api_spec.rb +14 -1
- data/spec/api/publications_apt_api_spec.rb +10 -1
- data/spec/api/publications_verbatim_api_spec.rb +10 -1
- data/spec/api/remotes_apt_api_spec.rb +12 -0
- data/spec/api/repositories_apt_api_spec.rb +14 -0
- data/spec/api/repositories_apt_versions_api_spec.rb +5 -1
- data/spec/models/deb_generic_content_response_spec.rb +6 -0
- data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
- data/spec/models/deb_installer_file_index_spec.rb +6 -0
- data/spec/models/deb_installer_package_response_spec.rb +6 -0
- data/spec/models/deb_package_index_response_spec.rb +6 -0
- data/spec/models/deb_package_index_spec.rb +6 -0
- data/spec/models/deb_package_release_component_response_spec.rb +6 -0
- data/spec/models/deb_package_release_component_spec.rb +6 -0
- data/spec/models/deb_package_response_spec.rb +6 -0
- data/spec/models/deb_release_architecture_response_spec.rb +6 -0
- data/spec/models/deb_release_architecture_spec.rb +6 -0
- data/spec/models/deb_release_component_response_spec.rb +6 -0
- data/spec/models/deb_release_component_spec.rb +6 -0
- data/spec/models/deb_release_file_response_spec.rb +6 -0
- data/spec/models/deb_release_file_spec.rb +6 -0
- data/spec/models/deb_release_response_spec.rb +6 -0
- data/spec/models/deb_release_spec.rb +6 -0
- data/spec/models/deb_source_index_response_spec.rb +6 -0
- data/spec/models/deb_source_index_spec.rb +6 -0
- data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
- data/spec/models/deb_source_package_release_component_spec.rb +6 -0
- data/spec/models/deb_source_package_response_spec.rb +6 -0
- data/spec/models/deb_source_package_spec.rb +6 -0
- metadata +73 -93
|
@@ -38,6 +38,7 @@ describe 'DistributionsAptApi' do
|
|
|
38
38
|
# @param deb_apt_distribution_href
|
|
39
39
|
# @param nested_role
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
41
42
|
# @return [NestedRoleResponse]
|
|
42
43
|
describe 'add_role test' do
|
|
43
44
|
it 'should work' do
|
|
@@ -50,6 +51,7 @@ describe 'DistributionsAptApi' do
|
|
|
50
51
|
# Trigger an asynchronous create task
|
|
51
52
|
# @param deb_apt_distribution
|
|
52
53
|
# @param [Hash] opts the optional parameters
|
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
53
55
|
# @return [AsyncOperationResponse]
|
|
54
56
|
describe 'create test' do
|
|
55
57
|
it 'should work' do
|
|
@@ -62,6 +64,7 @@ describe 'DistributionsAptApi' do
|
|
|
62
64
|
# Trigger an asynchronous delete task
|
|
63
65
|
# @param deb_apt_distribution_href
|
|
64
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
65
68
|
# @return [AsyncOperationResponse]
|
|
66
69
|
describe 'delete test' do
|
|
67
70
|
it 'should work' do
|
|
@@ -73,10 +76,12 @@ describe 'DistributionsAptApi' do
|
|
|
73
76
|
# List apt distributions
|
|
74
77
|
# An AptDistribution is just an AptPublication made available via the content app. Creating an AptDistribution is a comparatively quick action. This way Pulp users may take as much time as is needed to prepare a VerbatimPublication or AptPublication, and then control the exact moment when that publication is made available.
|
|
75
78
|
# @param [Hash] opts the optional parameters
|
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
76
80
|
# @option opts [String] :base_path Filter results where base_path matches value
|
|
77
81
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
|
78
82
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
|
79
83
|
# @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
|
|
84
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
|
80
85
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
81
86
|
# @option opts [String] :name Filter results where name matches value
|
|
82
87
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -88,7 +93,7 @@ describe 'DistributionsAptApi' do
|
|
|
88
93
|
# @option opts [String] :name__regex Filter results where name matches regex value
|
|
89
94
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
90
95
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
91
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
96
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
92
97
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
93
98
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
94
99
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
@@ -111,6 +116,7 @@ describe 'DistributionsAptApi' do
|
|
|
111
116
|
# List roles assigned to this object.
|
|
112
117
|
# @param deb_apt_distribution_href
|
|
113
118
|
# @param [Hash] opts the optional parameters
|
|
119
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
114
120
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
115
121
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
116
122
|
# @return [ObjectRolesResponse]
|
|
@@ -125,6 +131,7 @@ describe 'DistributionsAptApi' do
|
|
|
125
131
|
# List permissions available to the current user on this object.
|
|
126
132
|
# @param deb_apt_distribution_href
|
|
127
133
|
# @param [Hash] opts the optional parameters
|
|
134
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
128
135
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
129
136
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
130
137
|
# @return [MyPermissionsResponse]
|
|
@@ -140,6 +147,7 @@ describe 'DistributionsAptApi' do
|
|
|
140
147
|
# @param deb_apt_distribution_href
|
|
141
148
|
# @param patcheddeb_apt_distribution
|
|
142
149
|
# @param [Hash] opts the optional parameters
|
|
150
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
143
151
|
# @return [AsyncOperationResponse]
|
|
144
152
|
describe 'partial_update test' do
|
|
145
153
|
it 'should work' do
|
|
@@ -152,6 +160,7 @@ describe 'DistributionsAptApi' do
|
|
|
152
160
|
# An AptDistribution is just an AptPublication made available via the content app. Creating an AptDistribution is a comparatively quick action. This way Pulp users may take as much time as is needed to prepare a VerbatimPublication or AptPublication, and then control the exact moment when that publication is made available.
|
|
153
161
|
# @param deb_apt_distribution_href
|
|
154
162
|
# @param [Hash] opts the optional parameters
|
|
163
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
155
164
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
156
165
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
157
166
|
# @return [DebAptDistributionResponse]
|
|
@@ -167,6 +176,7 @@ describe 'DistributionsAptApi' do
|
|
|
167
176
|
# @param deb_apt_distribution_href
|
|
168
177
|
# @param nested_role
|
|
169
178
|
# @param [Hash] opts the optional parameters
|
|
179
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
170
180
|
# @return [NestedRoleResponse]
|
|
171
181
|
describe 'remove_role test' do
|
|
172
182
|
it 'should work' do
|
|
@@ -180,6 +190,7 @@ describe 'DistributionsAptApi' do
|
|
|
180
190
|
# @param deb_apt_distribution_href
|
|
181
191
|
# @param set_label
|
|
182
192
|
# @param [Hash] opts the optional parameters
|
|
193
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
183
194
|
# @return [SetLabelResponse]
|
|
184
195
|
describe 'set_label test' do
|
|
185
196
|
it 'should work' do
|
|
@@ -193,6 +204,7 @@ describe 'DistributionsAptApi' do
|
|
|
193
204
|
# @param deb_apt_distribution_href
|
|
194
205
|
# @param unset_label
|
|
195
206
|
# @param [Hash] opts the optional parameters
|
|
207
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
196
208
|
# @return [UnsetLabelResponse]
|
|
197
209
|
describe 'unset_label test' do
|
|
198
210
|
it 'should work' do
|
|
@@ -206,6 +218,7 @@ describe 'DistributionsAptApi' do
|
|
|
206
218
|
# @param deb_apt_distribution_href
|
|
207
219
|
# @param deb_apt_distribution
|
|
208
220
|
# @param [Hash] opts the optional parameters
|
|
221
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
209
222
|
# @return [AsyncOperationResponse]
|
|
210
223
|
describe 'update test' do
|
|
211
224
|
it 'should work' do
|
|
@@ -38,6 +38,7 @@ describe 'PublicationsAptApi' do
|
|
|
38
38
|
# @param deb_apt_publication_href
|
|
39
39
|
# @param nested_role
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
41
42
|
# @return [NestedRoleResponse]
|
|
42
43
|
describe 'add_role test' do
|
|
43
44
|
it 'should work' do
|
|
@@ -50,6 +51,7 @@ describe 'PublicationsAptApi' do
|
|
|
50
51
|
# Trigger an asynchronous task to publish content
|
|
51
52
|
# @param deb_apt_publication
|
|
52
53
|
# @param [Hash] opts the optional parameters
|
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
53
55
|
# @return [AsyncOperationResponse]
|
|
54
56
|
describe 'create test' do
|
|
55
57
|
it 'should work' do
|
|
@@ -62,6 +64,7 @@ describe 'PublicationsAptApi' do
|
|
|
62
64
|
# An AptPublication is the ready to serve Pulp-internal representation of an AptRepositoryVersion. When creating an APT publication, users must use simple or structured mode (or both). If the publication should include '.deb' packages that were manually uploaded to the relevant AptRepository, users must use 'simple=true'. Conversely, 'structured=true' is only useful for publishing content obtained via synchronization. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
|
|
63
65
|
# @param deb_apt_publication_href
|
|
64
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
65
68
|
# @return [nil]
|
|
66
69
|
describe 'delete test' do
|
|
67
70
|
it 'should work' do
|
|
@@ -73,11 +76,13 @@ describe 'PublicationsAptApi' do
|
|
|
73
76
|
# List apt publications
|
|
74
77
|
# An AptPublication is the ready to serve Pulp-internal representation of an AptRepositoryVersion. When creating an APT publication, users must use simple or structured mode (or both). If the publication should include '.deb' packages that were manually uploaded to the relevant AptRepository, users must use 'simple=true'. Conversely, 'structured=true' is only useful for publishing content obtained via synchronization. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
|
|
75
78
|
# @param [Hash] opts the optional parameters
|
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
80
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
|
76
81
|
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
|
77
82
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
|
78
83
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
79
84
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
80
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
85
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
81
86
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
82
87
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
|
83
88
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
@@ -105,6 +110,7 @@ describe 'PublicationsAptApi' do
|
|
|
105
110
|
# List roles assigned to this object.
|
|
106
111
|
# @param deb_apt_publication_href
|
|
107
112
|
# @param [Hash] opts the optional parameters
|
|
113
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
108
114
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
109
115
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
110
116
|
# @return [ObjectRolesResponse]
|
|
@@ -119,6 +125,7 @@ describe 'PublicationsAptApi' do
|
|
|
119
125
|
# List permissions available to the current user on this object.
|
|
120
126
|
# @param deb_apt_publication_href
|
|
121
127
|
# @param [Hash] opts the optional parameters
|
|
128
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
122
129
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
123
130
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
124
131
|
# @return [MyPermissionsResponse]
|
|
@@ -133,6 +140,7 @@ describe 'PublicationsAptApi' do
|
|
|
133
140
|
# An AptPublication is the ready to serve Pulp-internal representation of an AptRepositoryVersion. When creating an APT publication, users must use simple or structured mode (or both). If the publication should include '.deb' packages that were manually uploaded to the relevant AptRepository, users must use 'simple=true'. Conversely, 'structured=true' is only useful for publishing content obtained via synchronization. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
|
|
134
141
|
# @param deb_apt_publication_href
|
|
135
142
|
# @param [Hash] opts the optional parameters
|
|
143
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
136
144
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
137
145
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
138
146
|
# @return [DebAptPublicationResponse]
|
|
@@ -148,6 +156,7 @@ describe 'PublicationsAptApi' do
|
|
|
148
156
|
# @param deb_apt_publication_href
|
|
149
157
|
# @param nested_role
|
|
150
158
|
# @param [Hash] opts the optional parameters
|
|
159
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
151
160
|
# @return [NestedRoleResponse]
|
|
152
161
|
describe 'remove_role test' do
|
|
153
162
|
it 'should work' do
|
|
@@ -38,6 +38,7 @@ describe 'PublicationsVerbatimApi' do
|
|
|
38
38
|
# @param deb_verbatim_publication_href
|
|
39
39
|
# @param nested_role
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
41
42
|
# @return [NestedRoleResponse]
|
|
42
43
|
describe 'add_role test' do
|
|
43
44
|
it 'should work' do
|
|
@@ -50,6 +51,7 @@ describe 'PublicationsVerbatimApi' do
|
|
|
50
51
|
# Trigger an asynchronous task to publish content
|
|
51
52
|
# @param deb_verbatim_publication
|
|
52
53
|
# @param [Hash] opts the optional parameters
|
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
53
55
|
# @return [AsyncOperationResponse]
|
|
54
56
|
describe 'create test' do
|
|
55
57
|
it 'should work' do
|
|
@@ -62,6 +64,7 @@ describe 'PublicationsVerbatimApi' do
|
|
|
62
64
|
# An VerbatimPublication is the Pulp-internal representation of a \"mirrored\" AptRepositoryVersion. In other words, the verbatim publisher will recreate the synced subset of some a APT repository using the exact same metadata files and signatures as used by the upstream original. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
|
|
63
65
|
# @param deb_verbatim_publication_href
|
|
64
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
65
68
|
# @return [nil]
|
|
66
69
|
describe 'delete test' do
|
|
67
70
|
it 'should work' do
|
|
@@ -73,11 +76,13 @@ describe 'PublicationsVerbatimApi' do
|
|
|
73
76
|
# List verbatim publications
|
|
74
77
|
# An VerbatimPublication is the Pulp-internal representation of a \"mirrored\" AptRepositoryVersion. In other words, the verbatim publisher will recreate the synced subset of some a APT repository using the exact same metadata files and signatures as used by the upstream original. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
|
|
75
78
|
# @param [Hash] opts the optional parameters
|
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
80
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
|
76
81
|
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
|
77
82
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
|
78
83
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
79
84
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
80
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
85
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
81
86
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
82
87
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
|
83
88
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
@@ -105,6 +110,7 @@ describe 'PublicationsVerbatimApi' do
|
|
|
105
110
|
# List roles assigned to this object.
|
|
106
111
|
# @param deb_verbatim_publication_href
|
|
107
112
|
# @param [Hash] opts the optional parameters
|
|
113
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
108
114
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
109
115
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
110
116
|
# @return [ObjectRolesResponse]
|
|
@@ -119,6 +125,7 @@ describe 'PublicationsVerbatimApi' do
|
|
|
119
125
|
# List permissions available to the current user on this object.
|
|
120
126
|
# @param deb_verbatim_publication_href
|
|
121
127
|
# @param [Hash] opts the optional parameters
|
|
128
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
122
129
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
123
130
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
124
131
|
# @return [MyPermissionsResponse]
|
|
@@ -133,6 +140,7 @@ describe 'PublicationsVerbatimApi' do
|
|
|
133
140
|
# An VerbatimPublication is the Pulp-internal representation of a \"mirrored\" AptRepositoryVersion. In other words, the verbatim publisher will recreate the synced subset of some a APT repository using the exact same metadata files and signatures as used by the upstream original. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
|
|
134
141
|
# @param deb_verbatim_publication_href
|
|
135
142
|
# @param [Hash] opts the optional parameters
|
|
143
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
136
144
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
137
145
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
138
146
|
# @return [DebVerbatimPublicationResponse]
|
|
@@ -148,6 +156,7 @@ describe 'PublicationsVerbatimApi' do
|
|
|
148
156
|
# @param deb_verbatim_publication_href
|
|
149
157
|
# @param nested_role
|
|
150
158
|
# @param [Hash] opts the optional parameters
|
|
159
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
151
160
|
# @return [NestedRoleResponse]
|
|
152
161
|
describe 'remove_role test' do
|
|
153
162
|
it 'should work' do
|
|
@@ -38,6 +38,7 @@ describe 'RemotesAptApi' do
|
|
|
38
38
|
# @param deb_apt_remote_href
|
|
39
39
|
# @param nested_role
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
41
42
|
# @return [NestedRoleResponse]
|
|
42
43
|
describe 'add_role test' do
|
|
43
44
|
it 'should work' do
|
|
@@ -50,6 +51,7 @@ describe 'RemotesAptApi' do
|
|
|
50
51
|
# An AptRemote represents an external APT repository content source. It contains the location of the upstream APT repository, as well as the user options that are applied when using the remote to synchronize the upstream repository to Pulp.
|
|
51
52
|
# @param deb_apt_remote
|
|
52
53
|
# @param [Hash] opts the optional parameters
|
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
53
55
|
# @return [DebAptRemoteResponse]
|
|
54
56
|
describe 'create test' do
|
|
55
57
|
it 'should work' do
|
|
@@ -62,6 +64,7 @@ describe 'RemotesAptApi' do
|
|
|
62
64
|
# Trigger an asynchronous delete task
|
|
63
65
|
# @param deb_apt_remote_href
|
|
64
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
65
68
|
# @return [AsyncOperationResponse]
|
|
66
69
|
describe 'delete test' do
|
|
67
70
|
it 'should work' do
|
|
@@ -73,6 +76,7 @@ describe 'RemotesAptApi' do
|
|
|
73
76
|
# List apt remotes
|
|
74
77
|
# An AptRemote represents an external APT repository content source. It contains the location of the upstream APT repository, as well as the user options that are applied when using the remote to synchronize the upstream repository to Pulp.
|
|
75
78
|
# @param [Hash] opts the optional parameters
|
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
76
80
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
77
81
|
# @option opts [String] :name Filter results where name matches value
|
|
78
82
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -111,6 +115,7 @@ describe 'RemotesAptApi' do
|
|
|
111
115
|
# List roles assigned to this object.
|
|
112
116
|
# @param deb_apt_remote_href
|
|
113
117
|
# @param [Hash] opts the optional parameters
|
|
118
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
114
119
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
115
120
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
116
121
|
# @return [ObjectRolesResponse]
|
|
@@ -125,6 +130,7 @@ describe 'RemotesAptApi' do
|
|
|
125
130
|
# List permissions available to the current user on this object.
|
|
126
131
|
# @param deb_apt_remote_href
|
|
127
132
|
# @param [Hash] opts the optional parameters
|
|
133
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
128
134
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
129
135
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
130
136
|
# @return [MyPermissionsResponse]
|
|
@@ -140,6 +146,7 @@ describe 'RemotesAptApi' do
|
|
|
140
146
|
# @param deb_apt_remote_href
|
|
141
147
|
# @param patcheddeb_apt_remote
|
|
142
148
|
# @param [Hash] opts the optional parameters
|
|
149
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
143
150
|
# @return [AsyncOperationResponse]
|
|
144
151
|
describe 'partial_update test' do
|
|
145
152
|
it 'should work' do
|
|
@@ -152,6 +159,7 @@ describe 'RemotesAptApi' do
|
|
|
152
159
|
# An AptRemote represents an external APT repository content source. It contains the location of the upstream APT repository, as well as the user options that are applied when using the remote to synchronize the upstream repository to Pulp.
|
|
153
160
|
# @param deb_apt_remote_href
|
|
154
161
|
# @param [Hash] opts the optional parameters
|
|
162
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
155
163
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
156
164
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
157
165
|
# @return [DebAptRemoteResponse]
|
|
@@ -167,6 +175,7 @@ describe 'RemotesAptApi' do
|
|
|
167
175
|
# @param deb_apt_remote_href
|
|
168
176
|
# @param nested_role
|
|
169
177
|
# @param [Hash] opts the optional parameters
|
|
178
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
170
179
|
# @return [NestedRoleResponse]
|
|
171
180
|
describe 'remove_role test' do
|
|
172
181
|
it 'should work' do
|
|
@@ -180,6 +189,7 @@ describe 'RemotesAptApi' do
|
|
|
180
189
|
# @param deb_apt_remote_href
|
|
181
190
|
# @param set_label
|
|
182
191
|
# @param [Hash] opts the optional parameters
|
|
192
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
183
193
|
# @return [SetLabelResponse]
|
|
184
194
|
describe 'set_label test' do
|
|
185
195
|
it 'should work' do
|
|
@@ -193,6 +203,7 @@ describe 'RemotesAptApi' do
|
|
|
193
203
|
# @param deb_apt_remote_href
|
|
194
204
|
# @param unset_label
|
|
195
205
|
# @param [Hash] opts the optional parameters
|
|
206
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
196
207
|
# @return [UnsetLabelResponse]
|
|
197
208
|
describe 'unset_label test' do
|
|
198
209
|
it 'should work' do
|
|
@@ -206,6 +217,7 @@ describe 'RemotesAptApi' do
|
|
|
206
217
|
# @param deb_apt_remote_href
|
|
207
218
|
# @param deb_apt_remote
|
|
208
219
|
# @param [Hash] opts the optional parameters
|
|
220
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
209
221
|
# @return [AsyncOperationResponse]
|
|
210
222
|
describe 'update test' do
|
|
211
223
|
it 'should work' do
|
|
@@ -38,6 +38,7 @@ describe 'RepositoriesAptApi' do
|
|
|
38
38
|
# @param deb_apt_repository_href
|
|
39
39
|
# @param nested_role
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
41
42
|
# @return [NestedRoleResponse]
|
|
42
43
|
describe 'add_role test' do
|
|
43
44
|
it 'should work' do
|
|
@@ -50,6 +51,7 @@ describe 'RepositoriesAptApi' do
|
|
|
50
51
|
# An AptRepository is the locally stored, Pulp-internal representation of a APT repository. It may be filled with content via synchronization or content upload to create an AptRepositoryVersion.
|
|
51
52
|
# @param deb_apt_repository
|
|
52
53
|
# @param [Hash] opts the optional parameters
|
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
53
55
|
# @return [DebAptRepositoryResponse]
|
|
54
56
|
describe 'create test' do
|
|
55
57
|
it 'should work' do
|
|
@@ -62,6 +64,7 @@ describe 'RepositoriesAptApi' do
|
|
|
62
64
|
# Trigger an asynchronous delete task
|
|
63
65
|
# @param deb_apt_repository_href
|
|
64
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
65
68
|
# @return [AsyncOperationResponse]
|
|
66
69
|
describe 'delete test' do
|
|
67
70
|
it 'should work' do
|
|
@@ -73,6 +76,7 @@ describe 'RepositoriesAptApi' do
|
|
|
73
76
|
# List apt repositorys
|
|
74
77
|
# An AptRepository is the locally stored, Pulp-internal representation of a APT repository. It may be filled with content via synchronization or content upload to create an AptRepositoryVersion.
|
|
75
78
|
# @param [Hash] opts the optional parameters
|
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
76
80
|
# @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
|
|
77
81
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
78
82
|
# @option opts [String] :name Filter results where name matches value
|
|
@@ -115,6 +119,7 @@ describe 'RepositoriesAptApi' do
|
|
|
115
119
|
# List roles assigned to this object.
|
|
116
120
|
# @param deb_apt_repository_href
|
|
117
121
|
# @param [Hash] opts the optional parameters
|
|
122
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
118
123
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
119
124
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
120
125
|
# @return [ObjectRolesResponse]
|
|
@@ -130,6 +135,7 @@ describe 'RepositoriesAptApi' do
|
|
|
130
135
|
# @param deb_apt_repository_href
|
|
131
136
|
# @param repository_add_remove_content
|
|
132
137
|
# @param [Hash] opts the optional parameters
|
|
138
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
133
139
|
# @return [AsyncOperationResponse]
|
|
134
140
|
describe 'modify test' do
|
|
135
141
|
it 'should work' do
|
|
@@ -142,6 +148,7 @@ describe 'RepositoriesAptApi' do
|
|
|
142
148
|
# List permissions available to the current user on this object.
|
|
143
149
|
# @param deb_apt_repository_href
|
|
144
150
|
# @param [Hash] opts the optional parameters
|
|
151
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
145
152
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
146
153
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
147
154
|
# @return [MyPermissionsResponse]
|
|
@@ -157,6 +164,7 @@ describe 'RepositoriesAptApi' do
|
|
|
157
164
|
# @param deb_apt_repository_href
|
|
158
165
|
# @param patcheddeb_apt_repository
|
|
159
166
|
# @param [Hash] opts the optional parameters
|
|
167
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
160
168
|
# @return [AsyncOperationResponse]
|
|
161
169
|
describe 'partial_update test' do
|
|
162
170
|
it 'should work' do
|
|
@@ -169,6 +177,7 @@ describe 'RepositoriesAptApi' do
|
|
|
169
177
|
# An AptRepository is the locally stored, Pulp-internal representation of a APT repository. It may be filled with content via synchronization or content upload to create an AptRepositoryVersion.
|
|
170
178
|
# @param deb_apt_repository_href
|
|
171
179
|
# @param [Hash] opts the optional parameters
|
|
180
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
172
181
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
173
182
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
174
183
|
# @return [DebAptRepositoryResponse]
|
|
@@ -184,6 +193,7 @@ describe 'RepositoriesAptApi' do
|
|
|
184
193
|
# @param deb_apt_repository_href
|
|
185
194
|
# @param nested_role
|
|
186
195
|
# @param [Hash] opts the optional parameters
|
|
196
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
187
197
|
# @return [NestedRoleResponse]
|
|
188
198
|
describe 'remove_role test' do
|
|
189
199
|
it 'should work' do
|
|
@@ -197,6 +207,7 @@ describe 'RepositoriesAptApi' do
|
|
|
197
207
|
# @param deb_apt_repository_href
|
|
198
208
|
# @param set_label
|
|
199
209
|
# @param [Hash] opts the optional parameters
|
|
210
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
200
211
|
# @return [SetLabelResponse]
|
|
201
212
|
describe 'set_label test' do
|
|
202
213
|
it 'should work' do
|
|
@@ -210,6 +221,7 @@ describe 'RepositoriesAptApi' do
|
|
|
210
221
|
# @param deb_apt_repository_href
|
|
211
222
|
# @param apt_repository_sync_url
|
|
212
223
|
# @param [Hash] opts the optional parameters
|
|
224
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
213
225
|
# @return [AsyncOperationResponse]
|
|
214
226
|
describe 'sync test' do
|
|
215
227
|
it 'should work' do
|
|
@@ -223,6 +235,7 @@ describe 'RepositoriesAptApi' do
|
|
|
223
235
|
# @param deb_apt_repository_href
|
|
224
236
|
# @param unset_label
|
|
225
237
|
# @param [Hash] opts the optional parameters
|
|
238
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
226
239
|
# @return [UnsetLabelResponse]
|
|
227
240
|
describe 'unset_label test' do
|
|
228
241
|
it 'should work' do
|
|
@@ -236,6 +249,7 @@ describe 'RepositoriesAptApi' do
|
|
|
236
249
|
# @param deb_apt_repository_href
|
|
237
250
|
# @param deb_apt_repository
|
|
238
251
|
# @param [Hash] opts the optional parameters
|
|
252
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
239
253
|
# @return [AsyncOperationResponse]
|
|
240
254
|
describe 'update test' do
|
|
241
255
|
it 'should work' do
|
|
@@ -37,6 +37,7 @@ describe 'RepositoriesAptVersionsApi' do
|
|
|
37
37
|
# Trigger an asynchronous task to delete a repository version.
|
|
38
38
|
# @param deb_apt_repository_version_href
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
40
41
|
# @return [AsyncOperationResponse]
|
|
41
42
|
describe 'delete test' do
|
|
42
43
|
it 'should work' do
|
|
@@ -49,6 +50,7 @@ describe 'RepositoriesAptVersionsApi' do
|
|
|
49
50
|
# An AptRepositoryVersion represents a single APT repository version as stored by Pulp. It may be used as the basis for the creation of Pulp distributions in order to actually serve the content contained within the repository version.
|
|
50
51
|
# @param deb_apt_repository_href
|
|
51
52
|
# @param [Hash] opts the optional parameters
|
|
53
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
52
54
|
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
|
53
55
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
|
54
56
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
@@ -59,7 +61,7 @@ describe 'RepositoriesAptVersionsApi' do
|
|
|
59
61
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
|
60
62
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
|
61
63
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
62
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
64
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
63
65
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
64
66
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
|
65
67
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
@@ -84,6 +86,7 @@ describe 'RepositoriesAptVersionsApi' do
|
|
|
84
86
|
# An AptRepositoryVersion represents a single APT repository version as stored by Pulp. It may be used as the basis for the creation of Pulp distributions in order to actually serve the content contained within the repository version.
|
|
85
87
|
# @param deb_apt_repository_version_href
|
|
86
88
|
# @param [Hash] opts the optional parameters
|
|
89
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
87
90
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
88
91
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
89
92
|
# @return [RepositoryVersionResponse]
|
|
@@ -98,6 +101,7 @@ describe 'RepositoriesAptVersionsApi' do
|
|
|
98
101
|
# @param deb_apt_repository_version_href
|
|
99
102
|
# @param repair
|
|
100
103
|
# @param [Hash] opts the optional parameters
|
|
104
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
101
105
|
# @return [AsyncOperationResponse]
|
|
102
106
|
describe 'repair test' do
|
|
103
107
|
it 'should work' do
|
|
@@ -51,6 +51,12 @@ describe PulpDebClient::DebGenericContentResponse do
|
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
+
describe 'test attribute "pulp_labels"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
54
60
|
describe 'test attribute "artifact"' do
|
|
55
61
|
it 'should work' do
|
|
56
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -51,6 +51,12 @@ describe PulpDebClient::DebInstallerFileIndexResponse do
|
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
+
describe 'test attribute "pulp_labels"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
54
60
|
describe 'test attribute "artifacts"' do
|
|
55
61
|
it 'should work' do
|
|
56
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -33,6 +33,12 @@ describe PulpDebClient::DebInstallerFileIndex do
|
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
|
|
36
|
+
describe 'test attribute "pulp_labels"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
36
42
|
describe 'test attribute "artifacts"' do
|
|
37
43
|
it 'should work' do
|
|
38
44
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -51,6 +51,12 @@ describe PulpDebClient::DebInstallerPackageResponse do
|
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
+
describe 'test attribute "pulp_labels"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
54
60
|
describe 'test attribute "artifact"' do
|
|
55
61
|
it 'should work' do
|
|
56
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -51,6 +51,12 @@ describe PulpDebClient::DebPackageIndexResponse do
|
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
+
describe 'test attribute "pulp_labels"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
54
60
|
describe 'test attribute "artifacts"' do
|
|
55
61
|
it 'should work' do
|
|
56
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -33,6 +33,12 @@ describe PulpDebClient::DebPackageIndex do
|
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
|
|
36
|
+
describe 'test attribute "pulp_labels"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
36
42
|
describe 'test attribute "artifacts"' do
|
|
37
43
|
it 'should work' do
|
|
38
44
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -51,6 +51,12 @@ describe PulpDebClient::DebPackageReleaseComponentResponse do
|
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
+
describe 'test attribute "pulp_labels"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
54
60
|
describe 'test attribute "package"' do
|
|
55
61
|
it 'should work' do
|
|
56
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -33,6 +33,12 @@ describe PulpDebClient::DebPackageReleaseComponent do
|
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
|
|
36
|
+
describe 'test attribute "pulp_labels"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
36
42
|
describe 'test attribute "package"' do
|
|
37
43
|
it 'should work' do
|
|
38
44
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -51,6 +51,12 @@ describe PulpDebClient::DebPackageResponse do
|
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
+
describe 'test attribute "pulp_labels"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
54
60
|
describe 'test attribute "artifact"' do
|
|
55
61
|
it 'should work' do
|
|
56
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -51,6 +51,12 @@ describe PulpDebClient::DebReleaseArchitectureResponse do
|
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
+
describe 'test attribute "pulp_labels"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
54
60
|
describe 'test attribute "architecture"' do
|
|
55
61
|
it 'should work' do
|
|
56
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|