pulp_deb_client 3.5.1 → 3.5.2
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 +31 -4
- data/docs/ContentGenericContentsApi.md +152 -2
- data/docs/ContentInstallerFileIndicesApi.md +150 -2
- data/docs/ContentInstallerPackagesApi.md +152 -2
- data/docs/ContentPackageIndicesApi.md +150 -2
- data/docs/ContentPackageReleaseComponentsApi.md +150 -2
- data/docs/ContentPackagesApi.md +152 -2
- data/docs/ContentReleaseArchitecturesApi.md +150 -2
- data/docs/ContentReleaseComponentsApi.md +150 -2
- data/docs/ContentReleaseFilesApi.md +150 -2
- data/docs/ContentReleasesApi.md +150 -2
- data/docs/ContentSourceIndicesApi.md +150 -2
- data/docs/ContentSourcePackagesApi.md +150 -2
- data/docs/ContentSourceReleaseComponentsApi.md +150 -2
- 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 +4 -2
- data/docs/PublicationsAptApi.md +4 -2
- data/docs/PublicationsVerbatimApi.md +4 -2
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +157 -3
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +154 -3
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +157 -3
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +154 -3
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +154 -3
- data/lib/pulp_deb_client/api/content_packages_api.rb +157 -3
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +154 -3
- data/lib/pulp_deb_client/api/content_release_components_api.rb +154 -3
- data/lib/pulp_deb_client/api/content_release_files_api.rb +154 -3
- data/lib/pulp_deb_client/api/content_releases_api.rb +154 -3
- data/lib/pulp_deb_client/api/content_source_indices_api.rb +154 -3
- data/lib/pulp_deb_client/api/content_source_packages_api.rb +154 -3
- data/lib/pulp_deb_client/api/content_source_release_components_api.rb +154 -3
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +6 -3
- data/lib/pulp_deb_client/api/publications_apt_api.rb +6 -3
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +6 -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 +29 -1
- data/spec/api/content_installer_file_indices_api_spec.rb +28 -1
- data/spec/api/content_installer_packages_api_spec.rb +29 -1
- data/spec/api/content_package_indices_api_spec.rb +28 -1
- data/spec/api/content_package_release_components_api_spec.rb +28 -1
- data/spec/api/content_packages_api_spec.rb +29 -1
- data/spec/api/content_release_architectures_api_spec.rb +28 -1
- data/spec/api/content_release_components_api_spec.rb +28 -1
- data/spec/api/content_release_files_api_spec.rb +28 -1
- data/spec/api/content_releases_api_spec.rb +28 -1
- data/spec/api/content_source_indices_api_spec.rb +28 -1
- data/spec/api/content_source_packages_api_spec.rb +28 -1
- data/spec/api/content_source_release_components_api_spec.rb +28 -1
- data/spec/api/distributions_apt_api_spec.rb +2 -1
- data/spec/api/publications_apt_api_spec.rb +2 -1
- data/spec/api/publications_verbatim_api_spec.rb +2 -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
@@ -7,6 +7,8 @@ All URIs are relative to *http://localhost:24817*
|
|
7
7
|
| [**create**](ContentSourcePackagesApi.md#create) | **POST** /pulp/api/v3/content/deb/source_packages/ | Create a source package |
|
8
8
|
| [**list**](ContentSourcePackagesApi.md#list) | **GET** /pulp/api/v3/content/deb/source_packages/ | List source packages |
|
9
9
|
| [**read**](ContentSourcePackagesApi.md#read) | **GET** {deb_source_package_href} | Inspect a source package |
|
10
|
+
| [**set_label**](ContentSourcePackagesApi.md#set_label) | **POST** {deb_source_package_href}set_label/ | Set a label |
|
11
|
+
| [**unset_label**](ContentSourcePackagesApi.md#unset_label) | **POST** {deb_source_package_href}unset_label/ | Unset a label |
|
10
12
|
|
11
13
|
|
12
14
|
## create
|
@@ -115,12 +117,13 @@ opts = {
|
|
115
117
|
limit: 56, # Integer | Number of results to return per page.
|
116
118
|
maintainer: 'maintainer_example', # String | Filter results where maintainer matches value
|
117
119
|
offset: 56, # Integer | The initial index from which to return the results.
|
118
|
-
ordering: ['-architecture'], # Array<String> | 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `format` - Format * `-format` - Format (descending) * `source` - Source * `-source` - Source (descending) * `binary` - Binary * `-binary` - Binary (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `version` - Version * `-version` - Version (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `uploaders` - Uploaders * `-uploaders` - Uploaders (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `vcs_browser` - Vcs browser * `-vcs_browser` - Vcs browser (descending) * `vcs_arch` - Vcs arch * `-vcs_arch` - Vcs arch (descending) * `vcs_bzr` - Vcs bzr * `-vcs_bzr` - Vcs bzr (descending) * `vcs_cvs` - Vcs cvs * `-vcs_cvs` - Vcs cvs (descending) * `vcs_darcs` - Vcs darcs * `-vcs_darcs` - Vcs darcs (descending) * `vcs_git` - Vcs git * `-vcs_git` - Vcs git (descending) * `vcs_hg` - Vcs hg * `-vcs_hg` - Vcs hg (descending) * `vcs_mtn` - Vcs mtn * `-vcs_mtn` - Vcs mtn (descending) * `vcs_snv` - Vcs snv * `-vcs_snv` - Vcs snv (descending) * `testsuite` - Testsuite * `-testsuite` - Testsuite (descending) * `dgit` - Dgit * `-dgit` - Dgit (descending) * `standards_version` - Standards version * `-standards_version` - Standards version (descending) * `build_depends` - Build depends * `-build_depends` - Build depends (descending) * `build_depends_indep` - Build depends indep * `-build_depends_indep` - Build depends indep (descending) * `build_depends_arch` - Build depends arch * `-build_depends_arch` - Build depends arch (descending) * `build_conflicts` - Build conflicts * `-build_conflicts` - Build conflicts (descending) * `build_conflicts_indep` - Build conflicts indep * `-build_conflicts_indep` - Build conflicts indep (descending) * `build_conflicts_arch` - Build conflicts arch * `-build_conflicts_arch` - Build conflicts arch (descending) * `package_list` - Package list * `-package_list` - Package list (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
120
|
+
ordering: ['-architecture'], # Array<String> | 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `format` - Format * `-format` - Format (descending) * `source` - Source * `-source` - Source (descending) * `binary` - Binary * `-binary` - Binary (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `version` - Version * `-version` - Version (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `uploaders` - Uploaders * `-uploaders` - Uploaders (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `vcs_browser` - Vcs browser * `-vcs_browser` - Vcs browser (descending) * `vcs_arch` - Vcs arch * `-vcs_arch` - Vcs arch (descending) * `vcs_bzr` - Vcs bzr * `-vcs_bzr` - Vcs bzr (descending) * `vcs_cvs` - Vcs cvs * `-vcs_cvs` - Vcs cvs (descending) * `vcs_darcs` - Vcs darcs * `-vcs_darcs` - Vcs darcs (descending) * `vcs_git` - Vcs git * `-vcs_git` - Vcs git (descending) * `vcs_hg` - Vcs hg * `-vcs_hg` - Vcs hg (descending) * `vcs_mtn` - Vcs mtn * `-vcs_mtn` - Vcs mtn (descending) * `vcs_snv` - Vcs snv * `-vcs_snv` - Vcs snv (descending) * `testsuite` - Testsuite * `-testsuite` - Testsuite (descending) * `dgit` - Dgit * `-dgit` - Dgit (descending) * `standards_version` - Standards version * `-standards_version` - Standards version (descending) * `build_depends` - Build depends * `-build_depends` - Build depends (descending) * `build_depends_indep` - Build depends indep * `-build_depends_indep` - Build depends indep (descending) * `build_depends_arch` - Build depends arch * `-build_depends_arch` - Build depends arch (descending) * `build_conflicts` - Build conflicts * `-build_conflicts` - Build conflicts (descending) * `build_conflicts_indep` - Build conflicts indep * `-build_conflicts_indep` - Build conflicts indep (descending) * `build_conflicts_arch` - Build conflicts arch * `-build_conflicts_arch` - Build conflicts arch (descending) * `package_list` - Package list * `-package_list` - Package list (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
119
121
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
120
122
|
package_list: 'package_list_example', # String | Filter results where package_list matches value
|
121
123
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
122
124
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
123
125
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
126
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
124
127
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
125
128
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
126
129
|
release: 'release_example', # String | Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" release_href: Filter results where SourcePackage in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
@@ -191,12 +194,13 @@ end
|
|
191
194
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
192
195
|
| **maintainer** | **String** | Filter results where maintainer matches value | [optional] |
|
193
196
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
194
|
-
| **ordering** | [**Array<String>**](String.md) | 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `format` - Format * `-format` - Format (descending) * `source` - Source * `-source` - Source (descending) * `binary` - Binary * `-binary` - Binary (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `version` - Version * `-version` - Version (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `uploaders` - Uploaders * `-uploaders` - Uploaders (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `vcs_browser` - Vcs browser * `-vcs_browser` - Vcs browser (descending) * `vcs_arch` - Vcs arch * `-vcs_arch` - Vcs arch (descending) * `vcs_bzr` - Vcs bzr * `-vcs_bzr` - Vcs bzr (descending) * `vcs_cvs` - Vcs cvs * `-vcs_cvs` - Vcs cvs (descending) * `vcs_darcs` - Vcs darcs * `-vcs_darcs` - Vcs darcs (descending) * `vcs_git` - Vcs git * `-vcs_git` - Vcs git (descending) * `vcs_hg` - Vcs hg * `-vcs_hg` - Vcs hg (descending) * `vcs_mtn` - Vcs mtn * `-vcs_mtn` - Vcs mtn (descending) * `vcs_snv` - Vcs snv * `-vcs_snv` - Vcs snv (descending) * `testsuite` - Testsuite * `-testsuite` - Testsuite (descending) * `dgit` - Dgit * `-dgit` - Dgit (descending) * `standards_version` - Standards version * `-standards_version` - Standards version (descending) * `build_depends` - Build depends * `-build_depends` - Build depends (descending) * `build_depends_indep` - Build depends indep * `-build_depends_indep` - Build depends indep (descending) * `build_depends_arch` - Build depends arch * `-build_depends_arch` - Build depends arch (descending) * `build_conflicts` - Build conflicts * `-build_conflicts` - Build conflicts (descending) * `build_conflicts_indep` - Build conflicts indep * `-build_conflicts_indep` - Build conflicts indep (descending) * `build_conflicts_arch` - Build conflicts arch * `-build_conflicts_arch` - Build conflicts arch (descending) * `package_list` - Package list * `-package_list` - Package list (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
197
|
+
| **ordering** | [**Array<String>**](String.md) | 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `format` - Format * `-format` - Format (descending) * `source` - Source * `-source` - Source (descending) * `binary` - Binary * `-binary` - Binary (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `version` - Version * `-version` - Version (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `uploaders` - Uploaders * `-uploaders` - Uploaders (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `vcs_browser` - Vcs browser * `-vcs_browser` - Vcs browser (descending) * `vcs_arch` - Vcs arch * `-vcs_arch` - Vcs arch (descending) * `vcs_bzr` - Vcs bzr * `-vcs_bzr` - Vcs bzr (descending) * `vcs_cvs` - Vcs cvs * `-vcs_cvs` - Vcs cvs (descending) * `vcs_darcs` - Vcs darcs * `-vcs_darcs` - Vcs darcs (descending) * `vcs_git` - Vcs git * `-vcs_git` - Vcs git (descending) * `vcs_hg` - Vcs hg * `-vcs_hg` - Vcs hg (descending) * `vcs_mtn` - Vcs mtn * `-vcs_mtn` - Vcs mtn (descending) * `vcs_snv` - Vcs snv * `-vcs_snv` - Vcs snv (descending) * `testsuite` - Testsuite * `-testsuite` - Testsuite (descending) * `dgit` - Dgit * `-dgit` - Dgit (descending) * `standards_version` - Standards version * `-standards_version` - Standards version (descending) * `build_depends` - Build depends * `-build_depends` - Build depends (descending) * `build_depends_indep` - Build depends indep * `-build_depends_indep` - Build depends indep (descending) * `build_depends_arch` - Build depends arch * `-build_depends_arch` - Build depends arch (descending) * `build_conflicts` - Build conflicts * `-build_conflicts` - Build conflicts (descending) * `build_conflicts_indep` - Build conflicts indep * `-build_conflicts_indep` - Build conflicts indep (descending) * `build_conflicts_arch` - Build conflicts arch * `-build_conflicts_arch` - Build conflicts arch (descending) * `package_list` - Package list * `-package_list` - Package list (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
195
198
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
196
199
|
| **package_list** | **String** | Filter results where package_list matches value | [optional] |
|
197
200
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
198
201
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
199
202
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
203
|
+
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
200
204
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
201
205
|
| **relative_path** | **String** | Filter results where relative_path matches value | [optional] |
|
202
206
|
| **release** | **String** | Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" release_href: Filter results where SourcePackage in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional] |
|
@@ -310,3 +314,147 @@ end
|
|
310
314
|
- **Content-Type**: Not defined
|
311
315
|
- **Accept**: application/json
|
312
316
|
|
317
|
+
|
318
|
+
## set_label
|
319
|
+
|
320
|
+
> <SetLabelResponse> set_label(deb_source_package_href, set_label)
|
321
|
+
|
322
|
+
Set a label
|
323
|
+
|
324
|
+
Set a single pulp_label on the object to a specific value or null.
|
325
|
+
|
326
|
+
### Examples
|
327
|
+
|
328
|
+
```ruby
|
329
|
+
require 'time'
|
330
|
+
require 'pulp_deb_client'
|
331
|
+
# setup authorization
|
332
|
+
PulpDebClient.configure do |config|
|
333
|
+
# Configure HTTP basic authorization: basicAuth
|
334
|
+
config.username = 'YOUR USERNAME'
|
335
|
+
config.password = 'YOUR PASSWORD'
|
336
|
+
end
|
337
|
+
|
338
|
+
api_instance = PulpDebClient::ContentSourcePackagesApi.new
|
339
|
+
deb_source_package_href = 'deb_source_package_href_example' # String |
|
340
|
+
set_label = PulpDebClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
|
341
|
+
|
342
|
+
begin
|
343
|
+
# Set a label
|
344
|
+
result = api_instance.set_label(deb_source_package_href, set_label)
|
345
|
+
p result
|
346
|
+
rescue PulpDebClient::ApiError => e
|
347
|
+
puts "Error when calling ContentSourcePackagesApi->set_label: #{e}"
|
348
|
+
end
|
349
|
+
```
|
350
|
+
|
351
|
+
#### Using the set_label_with_http_info variant
|
352
|
+
|
353
|
+
This returns an Array which contains the response data, status code and headers.
|
354
|
+
|
355
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(deb_source_package_href, set_label)
|
356
|
+
|
357
|
+
```ruby
|
358
|
+
begin
|
359
|
+
# Set a label
|
360
|
+
data, status_code, headers = api_instance.set_label_with_http_info(deb_source_package_href, set_label)
|
361
|
+
p status_code # => 2xx
|
362
|
+
p headers # => { ... }
|
363
|
+
p data # => <SetLabelResponse>
|
364
|
+
rescue PulpDebClient::ApiError => e
|
365
|
+
puts "Error when calling ContentSourcePackagesApi->set_label_with_http_info: #{e}"
|
366
|
+
end
|
367
|
+
```
|
368
|
+
|
369
|
+
### Parameters
|
370
|
+
|
371
|
+
| Name | Type | Description | Notes |
|
372
|
+
| ---- | ---- | ----------- | ----- |
|
373
|
+
| **deb_source_package_href** | **String** | | |
|
374
|
+
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
375
|
+
|
376
|
+
### Return type
|
377
|
+
|
378
|
+
[**SetLabelResponse**](SetLabelResponse.md)
|
379
|
+
|
380
|
+
### Authorization
|
381
|
+
|
382
|
+
[basicAuth](../README.md#basicAuth)
|
383
|
+
|
384
|
+
### HTTP request headers
|
385
|
+
|
386
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
387
|
+
- **Accept**: application/json
|
388
|
+
|
389
|
+
|
390
|
+
## unset_label
|
391
|
+
|
392
|
+
> <UnsetLabelResponse> unset_label(deb_source_package_href, unset_label)
|
393
|
+
|
394
|
+
Unset a label
|
395
|
+
|
396
|
+
Unset a single pulp_label on the object.
|
397
|
+
|
398
|
+
### Examples
|
399
|
+
|
400
|
+
```ruby
|
401
|
+
require 'time'
|
402
|
+
require 'pulp_deb_client'
|
403
|
+
# setup authorization
|
404
|
+
PulpDebClient.configure do |config|
|
405
|
+
# Configure HTTP basic authorization: basicAuth
|
406
|
+
config.username = 'YOUR USERNAME'
|
407
|
+
config.password = 'YOUR PASSWORD'
|
408
|
+
end
|
409
|
+
|
410
|
+
api_instance = PulpDebClient::ContentSourcePackagesApi.new
|
411
|
+
deb_source_package_href = 'deb_source_package_href_example' # String |
|
412
|
+
unset_label = PulpDebClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
|
413
|
+
|
414
|
+
begin
|
415
|
+
# Unset a label
|
416
|
+
result = api_instance.unset_label(deb_source_package_href, unset_label)
|
417
|
+
p result
|
418
|
+
rescue PulpDebClient::ApiError => e
|
419
|
+
puts "Error when calling ContentSourcePackagesApi->unset_label: #{e}"
|
420
|
+
end
|
421
|
+
```
|
422
|
+
|
423
|
+
#### Using the unset_label_with_http_info variant
|
424
|
+
|
425
|
+
This returns an Array which contains the response data, status code and headers.
|
426
|
+
|
427
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(deb_source_package_href, unset_label)
|
428
|
+
|
429
|
+
```ruby
|
430
|
+
begin
|
431
|
+
# Unset a label
|
432
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(deb_source_package_href, unset_label)
|
433
|
+
p status_code # => 2xx
|
434
|
+
p headers # => { ... }
|
435
|
+
p data # => <UnsetLabelResponse>
|
436
|
+
rescue PulpDebClient::ApiError => e
|
437
|
+
puts "Error when calling ContentSourcePackagesApi->unset_label_with_http_info: #{e}"
|
438
|
+
end
|
439
|
+
```
|
440
|
+
|
441
|
+
### Parameters
|
442
|
+
|
443
|
+
| Name | Type | Description | Notes |
|
444
|
+
| ---- | ---- | ----------- | ----- |
|
445
|
+
| **deb_source_package_href** | **String** | | |
|
446
|
+
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
447
|
+
|
448
|
+
### Return type
|
449
|
+
|
450
|
+
[**UnsetLabelResponse**](UnsetLabelResponse.md)
|
451
|
+
|
452
|
+
### Authorization
|
453
|
+
|
454
|
+
[basicAuth](../README.md#basicAuth)
|
455
|
+
|
456
|
+
### HTTP request headers
|
457
|
+
|
458
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
459
|
+
- **Accept**: application/json
|
460
|
+
|
@@ -7,6 +7,8 @@ All URIs are relative to *http://localhost:24817*
|
|
7
7
|
| [**create**](ContentSourceReleaseComponentsApi.md#create) | **POST** /pulp/api/v3/content/deb/source_release_components/ | Create a source package release component |
|
8
8
|
| [**list**](ContentSourceReleaseComponentsApi.md#list) | **GET** /pulp/api/v3/content/deb/source_release_components/ | List source package release components |
|
9
9
|
| [**read**](ContentSourceReleaseComponentsApi.md#read) | **GET** {deb_source_package_release_component_href} | Inspect a source package release component |
|
10
|
+
| [**set_label**](ContentSourceReleaseComponentsApi.md#set_label) | **POST** {deb_source_package_release_component_href}set_label/ | Set a label |
|
11
|
+
| [**unset_label**](ContentSourceReleaseComponentsApi.md#unset_label) | **POST** {deb_source_package_release_component_href}unset_label/ | Unset a label |
|
10
12
|
|
11
13
|
|
12
14
|
## create
|
@@ -103,11 +105,12 @@ api_instance = PulpDebClient::ContentSourceReleaseComponentsApi.new
|
|
103
105
|
opts = {
|
104
106
|
limit: 56, # Integer | Number of results to return per page.
|
105
107
|
offset: 56, # Integer | The initial index from which to return the results.
|
106
|
-
ordering: ['-pk'], # Array<String> | 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
108
|
+
ordering: ['-pk'], # Array<String> | 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
107
109
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
108
110
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
109
111
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
110
112
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
113
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
111
114
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
112
115
|
release_component: '38400000-8cf0-11bd-b23e-10b96e4ef00d', # String | Filter results where release_component matches value
|
113
116
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
@@ -151,11 +154,12 @@ end
|
|
151
154
|
| ---- | ---- | ----------- | ----- |
|
152
155
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
153
156
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
154
|
-
| **ordering** | [**Array<String>**](String.md) | 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
157
|
+
| **ordering** | [**Array<String>**](String.md) | 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
155
158
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
156
159
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
157
160
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
158
161
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
162
|
+
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
159
163
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
160
164
|
| **release_component** | **String** | Filter results where release_component matches value | [optional] |
|
161
165
|
| **repository_version** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
@@ -254,3 +258,147 @@ end
|
|
254
258
|
- **Content-Type**: Not defined
|
255
259
|
- **Accept**: application/json
|
256
260
|
|
261
|
+
|
262
|
+
## set_label
|
263
|
+
|
264
|
+
> <SetLabelResponse> set_label(deb_source_package_release_component_href, set_label)
|
265
|
+
|
266
|
+
Set a label
|
267
|
+
|
268
|
+
Set a single pulp_label on the object to a specific value or null.
|
269
|
+
|
270
|
+
### Examples
|
271
|
+
|
272
|
+
```ruby
|
273
|
+
require 'time'
|
274
|
+
require 'pulp_deb_client'
|
275
|
+
# setup authorization
|
276
|
+
PulpDebClient.configure do |config|
|
277
|
+
# Configure HTTP basic authorization: basicAuth
|
278
|
+
config.username = 'YOUR USERNAME'
|
279
|
+
config.password = 'YOUR PASSWORD'
|
280
|
+
end
|
281
|
+
|
282
|
+
api_instance = PulpDebClient::ContentSourceReleaseComponentsApi.new
|
283
|
+
deb_source_package_release_component_href = 'deb_source_package_release_component_href_example' # String |
|
284
|
+
set_label = PulpDebClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
|
285
|
+
|
286
|
+
begin
|
287
|
+
# Set a label
|
288
|
+
result = api_instance.set_label(deb_source_package_release_component_href, set_label)
|
289
|
+
p result
|
290
|
+
rescue PulpDebClient::ApiError => e
|
291
|
+
puts "Error when calling ContentSourceReleaseComponentsApi->set_label: #{e}"
|
292
|
+
end
|
293
|
+
```
|
294
|
+
|
295
|
+
#### Using the set_label_with_http_info variant
|
296
|
+
|
297
|
+
This returns an Array which contains the response data, status code and headers.
|
298
|
+
|
299
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(deb_source_package_release_component_href, set_label)
|
300
|
+
|
301
|
+
```ruby
|
302
|
+
begin
|
303
|
+
# Set a label
|
304
|
+
data, status_code, headers = api_instance.set_label_with_http_info(deb_source_package_release_component_href, set_label)
|
305
|
+
p status_code # => 2xx
|
306
|
+
p headers # => { ... }
|
307
|
+
p data # => <SetLabelResponse>
|
308
|
+
rescue PulpDebClient::ApiError => e
|
309
|
+
puts "Error when calling ContentSourceReleaseComponentsApi->set_label_with_http_info: #{e}"
|
310
|
+
end
|
311
|
+
```
|
312
|
+
|
313
|
+
### Parameters
|
314
|
+
|
315
|
+
| Name | Type | Description | Notes |
|
316
|
+
| ---- | ---- | ----------- | ----- |
|
317
|
+
| **deb_source_package_release_component_href** | **String** | | |
|
318
|
+
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
319
|
+
|
320
|
+
### Return type
|
321
|
+
|
322
|
+
[**SetLabelResponse**](SetLabelResponse.md)
|
323
|
+
|
324
|
+
### Authorization
|
325
|
+
|
326
|
+
[basicAuth](../README.md#basicAuth)
|
327
|
+
|
328
|
+
### HTTP request headers
|
329
|
+
|
330
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
331
|
+
- **Accept**: application/json
|
332
|
+
|
333
|
+
|
334
|
+
## unset_label
|
335
|
+
|
336
|
+
> <UnsetLabelResponse> unset_label(deb_source_package_release_component_href, unset_label)
|
337
|
+
|
338
|
+
Unset a label
|
339
|
+
|
340
|
+
Unset a single pulp_label on the object.
|
341
|
+
|
342
|
+
### Examples
|
343
|
+
|
344
|
+
```ruby
|
345
|
+
require 'time'
|
346
|
+
require 'pulp_deb_client'
|
347
|
+
# setup authorization
|
348
|
+
PulpDebClient.configure do |config|
|
349
|
+
# Configure HTTP basic authorization: basicAuth
|
350
|
+
config.username = 'YOUR USERNAME'
|
351
|
+
config.password = 'YOUR PASSWORD'
|
352
|
+
end
|
353
|
+
|
354
|
+
api_instance = PulpDebClient::ContentSourceReleaseComponentsApi.new
|
355
|
+
deb_source_package_release_component_href = 'deb_source_package_release_component_href_example' # String |
|
356
|
+
unset_label = PulpDebClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
|
357
|
+
|
358
|
+
begin
|
359
|
+
# Unset a label
|
360
|
+
result = api_instance.unset_label(deb_source_package_release_component_href, unset_label)
|
361
|
+
p result
|
362
|
+
rescue PulpDebClient::ApiError => e
|
363
|
+
puts "Error when calling ContentSourceReleaseComponentsApi->unset_label: #{e}"
|
364
|
+
end
|
365
|
+
```
|
366
|
+
|
367
|
+
#### Using the unset_label_with_http_info variant
|
368
|
+
|
369
|
+
This returns an Array which contains the response data, status code and headers.
|
370
|
+
|
371
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(deb_source_package_release_component_href, unset_label)
|
372
|
+
|
373
|
+
```ruby
|
374
|
+
begin
|
375
|
+
# Unset a label
|
376
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(deb_source_package_release_component_href, unset_label)
|
377
|
+
p status_code # => 2xx
|
378
|
+
p headers # => { ... }
|
379
|
+
p data # => <UnsetLabelResponse>
|
380
|
+
rescue PulpDebClient::ApiError => e
|
381
|
+
puts "Error when calling ContentSourceReleaseComponentsApi->unset_label_with_http_info: #{e}"
|
382
|
+
end
|
383
|
+
```
|
384
|
+
|
385
|
+
### Parameters
|
386
|
+
|
387
|
+
| Name | Type | Description | Notes |
|
388
|
+
| ---- | ---- | ----------- | ----- |
|
389
|
+
| **deb_source_package_release_component_href** | **String** | | |
|
390
|
+
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
391
|
+
|
392
|
+
### Return type
|
393
|
+
|
394
|
+
[**UnsetLabelResponse**](UnsetLabelResponse.md)
|
395
|
+
|
396
|
+
### Authorization
|
397
|
+
|
398
|
+
[basicAuth](../README.md#basicAuth)
|
399
|
+
|
400
|
+
### HTTP request headers
|
401
|
+
|
402
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
403
|
+
- **Accept**: application/json
|
404
|
+
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
12
13
|
| **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | |
|
13
14
|
| **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
|
@@ -27,6 +28,7 @@ instance = PulpDebClient::DebGenericContentResponse.new(
|
|
27
28
|
prn: null,
|
28
29
|
pulp_created: null,
|
29
30
|
pulp_last_updated: null,
|
31
|
+
pulp_labels: null,
|
30
32
|
artifact: null,
|
31
33
|
relative_path: null,
|
32
34
|
md5: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
8
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
8
9
|
| **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' | |
|
9
10
|
| **component** | **String** | Component of the component - architecture combination. | |
|
10
11
|
| **architecture** | **String** | Architecture of the component - architecture combination. | |
|
@@ -17,6 +18,7 @@ require 'pulp_deb_client'
|
|
17
18
|
|
18
19
|
instance = PulpDebClient::DebInstallerFileIndex.new(
|
19
20
|
repository: null,
|
21
|
+
pulp_labels: null,
|
20
22
|
artifacts: null,
|
21
23
|
component: null,
|
22
24
|
architecture: null,
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' | |
|
12
13
|
| **component** | **String** | Component of the component - architecture combination. | |
|
13
14
|
| **architecture** | **String** | Architecture of the component - architecture combination. | |
|
@@ -23,6 +24,7 @@ instance = PulpDebClient::DebInstallerFileIndexResponse.new(
|
|
23
24
|
prn: null,
|
24
25
|
pulp_created: null,
|
25
26
|
pulp_last_updated: null,
|
27
|
+
pulp_labels: null,
|
26
28
|
artifacts: null,
|
27
29
|
component: null,
|
28
30
|
architecture: null,
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
12
13
|
| **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional] |
|
13
14
|
| **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
|
@@ -56,6 +57,7 @@ instance = PulpDebClient::DebInstallerPackageResponse.new(
|
|
56
57
|
prn: null,
|
57
58
|
pulp_created: null,
|
58
59
|
pulp_last_updated: null,
|
60
|
+
pulp_labels: null,
|
59
61
|
artifact: null,
|
60
62
|
relative_path: null,
|
61
63
|
md5: null,
|
data/docs/DebPackageIndex.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
8
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
8
9
|
| **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' | |
|
9
10
|
| **component** | **String** | Component of the component - architecture combination. | [optional] |
|
10
11
|
| **architecture** | **String** | Architecture of the component - architecture combination. | [optional] |
|
@@ -17,6 +18,7 @@ require 'pulp_deb_client'
|
|
17
18
|
|
18
19
|
instance = PulpDebClient::DebPackageIndex.new(
|
19
20
|
repository: null,
|
21
|
+
pulp_labels: null,
|
20
22
|
artifacts: null,
|
21
23
|
component: null,
|
22
24
|
architecture: null,
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' | |
|
12
13
|
| **component** | **String** | Component of the component - architecture combination. | [optional] |
|
13
14
|
| **architecture** | **String** | Architecture of the component - architecture combination. | [optional] |
|
@@ -23,6 +24,7 @@ instance = PulpDebClient::DebPackageIndexResponse.new(
|
|
23
24
|
prn: null,
|
24
25
|
pulp_created: null,
|
25
26
|
pulp_last_updated: null,
|
27
|
+
pulp_labels: null,
|
26
28
|
artifacts: null,
|
27
29
|
component: null,
|
28
30
|
architecture: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
8
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
8
9
|
| **package** | **String** | Package that is contained in release_comonent. | |
|
9
10
|
| **release_component** | **String** | ReleaseComponent this package is contained in. | |
|
10
11
|
|
@@ -15,6 +16,7 @@ require 'pulp_deb_client'
|
|
15
16
|
|
16
17
|
instance = PulpDebClient::DebPackageReleaseComponent.new(
|
17
18
|
repository: null,
|
19
|
+
pulp_labels: null,
|
18
20
|
package: null,
|
19
21
|
release_component: null
|
20
22
|
)
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **package** | **String** | Package that is contained in release_comonent. | |
|
12
13
|
| **release_component** | **String** | ReleaseComponent this package is contained in. | |
|
13
14
|
|
@@ -21,6 +22,7 @@ instance = PulpDebClient::DebPackageReleaseComponentResponse.new(
|
|
21
22
|
prn: null,
|
22
23
|
pulp_created: null,
|
23
24
|
pulp_last_updated: null,
|
25
|
+
pulp_labels: null,
|
24
26
|
package: null,
|
25
27
|
release_component: null
|
26
28
|
)
|
data/docs/DebPackageResponse.md
CHANGED
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
12
13
|
| **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional] |
|
13
14
|
| **distribution** | **String** | Name of the distribution. | [optional] |
|
@@ -58,6 +59,7 @@ instance = PulpDebClient::DebPackageResponse.new(
|
|
58
59
|
prn: null,
|
59
60
|
pulp_created: null,
|
60
61
|
pulp_last_updated: null,
|
62
|
+
pulp_labels: null,
|
61
63
|
artifact: null,
|
62
64
|
relative_path: null,
|
63
65
|
distribution: null,
|
data/docs/DebRelease.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
8
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
8
9
|
| **codename** | **String** | | |
|
9
10
|
| **suite** | **String** | | |
|
10
11
|
| **distribution** | **String** | | |
|
@@ -22,6 +23,7 @@ require 'pulp_deb_client'
|
|
22
23
|
|
23
24
|
instance = PulpDebClient::DebRelease.new(
|
24
25
|
repository: null,
|
26
|
+
pulp_labels: null,
|
25
27
|
codename: null,
|
26
28
|
suite: null,
|
27
29
|
distribution: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
8
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
8
9
|
| **architecture** | **String** | Name of the architecture. | |
|
9
10
|
| **distribution** | **String** | Name of the distribution. | |
|
10
11
|
|
@@ -15,6 +16,7 @@ require 'pulp_deb_client'
|
|
15
16
|
|
16
17
|
instance = PulpDebClient::DebReleaseArchitecture.new(
|
17
18
|
repository: null,
|
19
|
+
pulp_labels: null,
|
18
20
|
architecture: null,
|
19
21
|
distribution: null
|
20
22
|
)
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **architecture** | **String** | Name of the architecture. | |
|
12
13
|
| **distribution** | **String** | Name of the distribution. | |
|
13
14
|
|
@@ -21,6 +22,7 @@ instance = PulpDebClient::DebReleaseArchitectureResponse.new(
|
|
21
22
|
prn: null,
|
22
23
|
pulp_created: null,
|
23
24
|
pulp_last_updated: null,
|
25
|
+
pulp_labels: null,
|
24
26
|
architecture: null,
|
25
27
|
distribution: null
|
26
28
|
)
|
data/docs/DebReleaseComponent.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
8
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
8
9
|
| **component** | **String** | Name of the component. | |
|
9
10
|
| **distribution** | **String** | Name of the distribution. | |
|
10
11
|
|
@@ -15,6 +16,7 @@ require 'pulp_deb_client'
|
|
15
16
|
|
16
17
|
instance = PulpDebClient::DebReleaseComponent.new(
|
17
18
|
repository: null,
|
19
|
+
pulp_labels: null,
|
18
20
|
component: null,
|
19
21
|
distribution: null
|
20
22
|
)
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **component** | **String** | Name of the component. | |
|
12
13
|
| **distribution** | **String** | Name of the distribution. | |
|
13
14
|
| **plain_component** | **String** | Name of the component without any path prefixes. | [optional][readonly] |
|
@@ -22,6 +23,7 @@ instance = PulpDebClient::DebReleaseComponentResponse.new(
|
|
22
23
|
prn: null,
|
23
24
|
pulp_created: null,
|
24
25
|
pulp_last_updated: null,
|
26
|
+
pulp_labels: null,
|
25
27
|
component: null,
|
26
28
|
distribution: null,
|
27
29
|
plain_component: null
|
data/docs/DebReleaseFile.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
8
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
8
9
|
| **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' | |
|
9
10
|
| **codename** | **String** | Codename of the release, e.g. \"buster\". | [optional] |
|
10
11
|
| **suite** | **String** | Suite of the release, e.g. \"stable\". | [optional] |
|
@@ -18,6 +19,7 @@ require 'pulp_deb_client'
|
|
18
19
|
|
19
20
|
instance = PulpDebClient::DebReleaseFile.new(
|
20
21
|
repository: null,
|
22
|
+
pulp_labels: null,
|
21
23
|
artifacts: null,
|
22
24
|
codename: null,
|
23
25
|
suite: null,
|