pulp_deb_client 3.6.0 → 3.8.0

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.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +27 -16
  3. data/docs/AcsDebApi.md +886 -0
  4. data/docs/ContentInstallerPackagesApi.md +2 -2
  5. data/docs/ContentPackagesApi.md +2 -2
  6. data/docs/Copy.md +1 -1
  7. data/docs/DebAptAlternateContentSource.md +24 -0
  8. data/docs/DebAptAlternateContentSourceResponse.md +32 -0
  9. data/docs/DebAptRemoteResponse.md +1 -1
  10. data/docs/DebAptRepository.md +2 -0
  11. data/docs/DebAptRepositoryResponse.md +2 -0
  12. data/docs/DebGenericContentResponse.md +2 -0
  13. data/docs/DebInstallerFileIndexResponse.md +2 -0
  14. data/docs/DebInstallerPackageResponse.md +2 -0
  15. data/docs/DebPackageIndexResponse.md +2 -0
  16. data/docs/DebPackageReleaseComponentResponse.md +2 -0
  17. data/docs/DebPackageResponse.md +2 -0
  18. data/docs/DebReleaseArchitectureResponse.md +2 -0
  19. data/docs/DebReleaseComponentResponse.md +2 -0
  20. data/docs/DebReleaseFileResponse.md +2 -0
  21. data/docs/DebReleaseResponse.md +2 -0
  22. data/docs/DebSourceIndexResponse.md +2 -0
  23. data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
  24. data/docs/DebSourcePackageResponse.md +2 -0
  25. data/docs/DistributionsAptApi.md +10 -10
  26. data/docs/PaginateddebAptAlternateContentSourceResponseList.md +24 -0
  27. data/docs/PatcheddebAptAlternateContentSource.md +24 -0
  28. data/docs/PatcheddebAptRepository.md +2 -0
  29. data/docs/RemotesAptApi.md +10 -10
  30. data/docs/RepositoriesAptApi.md +10 -10
  31. data/docs/RepositoryVersionResponse.md +3 -1
  32. data/docs/TaskGroupOperationResponse.md +18 -0
  33. data/lib/pulp_deb_client/api/acs_deb_api.rb +865 -0
  34. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +8 -0
  35. data/lib/pulp_deb_client/api/content_packages_api.rb +8 -0
  36. data/lib/pulp_deb_client/api/distributions_apt_api.rb +10 -10
  37. data/lib/pulp_deb_client/api/remotes_apt_api.rb +10 -10
  38. data/lib/pulp_deb_client/api/repositories_apt_api.rb +10 -10
  39. data/lib/pulp_deb_client/models/copy.rb +0 -1
  40. data/lib/pulp_deb_client/models/deb_apt_alternate_content_source.rb +282 -0
  41. data/lib/pulp_deb_client/models/deb_apt_alternate_content_source_response.rb +302 -0
  42. data/lib/pulp_deb_client/models/deb_apt_remote.rb +0 -15
  43. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +0 -15
  44. data/lib/pulp_deb_client/models/deb_apt_repository.rb +13 -16
  45. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +13 -16
  46. data/lib/pulp_deb_client/models/deb_generic_content_response.rb +10 -1
  47. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +10 -1
  48. data/lib/pulp_deb_client/models/deb_installer_package_response.rb +10 -1
  49. data/lib/pulp_deb_client/models/deb_package_index_response.rb +10 -1
  50. data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +10 -1
  51. data/lib/pulp_deb_client/models/deb_package_response.rb +10 -1
  52. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +10 -1
  53. data/lib/pulp_deb_client/models/deb_release_component_response.rb +10 -1
  54. data/lib/pulp_deb_client/models/deb_release_file_response.rb +10 -1
  55. data/lib/pulp_deb_client/models/deb_release_response.rb +10 -1
  56. data/lib/pulp_deb_client/models/deb_source_index_response.rb +10 -1
  57. data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +10 -1
  58. data/lib/pulp_deb_client/models/deb_source_package_response.rb +10 -1
  59. data/lib/pulp_deb_client/models/paginated_repository_version_response_list.rb +0 -2
  60. data/lib/pulp_deb_client/models/paginateddeb_apt_alternate_content_source_response_list.rb +257 -0
  61. data/lib/pulp_deb_client/models/paginateddeb_apt_distribution_response_list.rb +0 -2
  62. data/lib/pulp_deb_client/models/paginateddeb_apt_publication_response_list.rb +0 -2
  63. data/lib/pulp_deb_client/models/paginateddeb_apt_remote_response_list.rb +0 -2
  64. data/lib/pulp_deb_client/models/paginateddeb_apt_repository_response_list.rb +0 -2
  65. data/lib/pulp_deb_client/models/paginateddeb_generic_content_response_list.rb +0 -2
  66. data/lib/pulp_deb_client/models/paginateddeb_installer_file_index_response_list.rb +0 -2
  67. data/lib/pulp_deb_client/models/paginateddeb_installer_package_response_list.rb +0 -2
  68. data/lib/pulp_deb_client/models/paginateddeb_package_index_response_list.rb +0 -2
  69. data/lib/pulp_deb_client/models/paginateddeb_package_release_component_response_list.rb +0 -2
  70. data/lib/pulp_deb_client/models/paginateddeb_package_response_list.rb +0 -2
  71. data/lib/pulp_deb_client/models/paginateddeb_release_architecture_response_list.rb +0 -2
  72. data/lib/pulp_deb_client/models/paginateddeb_release_component_response_list.rb +0 -2
  73. data/lib/pulp_deb_client/models/paginateddeb_release_file_response_list.rb +0 -2
  74. data/lib/pulp_deb_client/models/paginateddeb_release_response_list.rb +0 -2
  75. data/lib/pulp_deb_client/models/paginateddeb_source_index_response_list.rb +0 -2
  76. data/lib/pulp_deb_client/models/paginateddeb_source_package_release_component_response_list.rb +0 -2
  77. data/lib/pulp_deb_client/models/paginateddeb_source_package_response_list.rb +0 -2
  78. data/lib/pulp_deb_client/models/paginateddeb_verbatim_publication_response_list.rb +0 -2
  79. data/lib/pulp_deb_client/models/patcheddeb_apt_alternate_content_source.rb +268 -0
  80. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +0 -15
  81. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +13 -16
  82. data/lib/pulp_deb_client/models/repository_version_response.rb +13 -4
  83. data/lib/pulp_deb_client/models/task_group_operation_response.rb +223 -0
  84. data/lib/pulp_deb_client/version.rb +1 -1
  85. data/lib/pulp_deb_client.rb +6 -0
  86. data/spec/api/acs_deb_api_spec.rb +204 -0
  87. data/spec/api/distributions_apt_api_spec.rb +4 -4
  88. data/spec/api/remotes_apt_api_spec.rb +4 -4
  89. data/spec/api/repositories_apt_api_spec.rb +4 -4
  90. data/spec/models/deb_apt_alternate_content_source_response_spec.rb +78 -0
  91. data/spec/models/deb_apt_alternate_content_source_spec.rb +54 -0
  92. data/spec/models/deb_apt_repository_response_spec.rb +6 -0
  93. data/spec/models/deb_apt_repository_spec.rb +6 -0
  94. data/spec/models/deb_generic_content_response_spec.rb +6 -0
  95. data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
  96. data/spec/models/deb_installer_package_response_spec.rb +6 -0
  97. data/spec/models/deb_package_index_response_spec.rb +6 -0
  98. data/spec/models/deb_package_release_component_response_spec.rb +6 -0
  99. data/spec/models/deb_package_response_spec.rb +6 -0
  100. data/spec/models/deb_release_architecture_response_spec.rb +6 -0
  101. data/spec/models/deb_release_component_response_spec.rb +6 -0
  102. data/spec/models/deb_release_file_response_spec.rb +6 -0
  103. data/spec/models/deb_release_response_spec.rb +6 -0
  104. data/spec/models/deb_source_index_response_spec.rb +6 -0
  105. data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
  106. data/spec/models/deb_source_package_response_spec.rb +6 -0
  107. data/spec/models/paginateddeb_apt_alternate_content_source_response_list_spec.rb +54 -0
  108. data/spec/models/patcheddeb_apt_alternate_content_source_spec.rb +54 -0
  109. data/spec/models/patcheddeb_apt_repository_spec.rb +6 -0
  110. data/spec/models/repository_version_response_spec.rb +6 -0
  111. data/spec/models/task_group_operation_response_spec.rb +36 -0
  112. metadata +99 -75
@@ -122,9 +122,9 @@ opts = {
122
122
  x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
123
123
  architecture: 'architecture_example', # String | Filter results where architecture matches value
124
124
  auto_built_package: 'auto_built_package_example', # String | Filter results where auto_built_package matches value
125
- build_essential: true, # Boolean | Filter results where build_essential matches value * `True` - yes * `False` - no
125
+ build_essential: false, # Boolean | Filter results where build_essential matches value * `True` - yes * `False` - no
126
126
  built_using: 'built_using_example', # String | Filter results where built_using matches value
127
- essential: true, # Boolean | Filter results where essential matches value * `True` - yes * `False` - no
127
+ essential: false, # Boolean | Filter results where essential matches value * `True` - yes * `False` - no
128
128
  installed_size: 56, # Integer | Filter results where installed_size matches value
129
129
  limit: 56, # Integer | Number of results to return per page.
130
130
  maintainer: 'maintainer_example', # String | Filter results where maintainer matches value
@@ -126,9 +126,9 @@ opts = {
126
126
  x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
127
127
  architecture: 'architecture_example', # String | Filter results where architecture matches value
128
128
  auto_built_package: 'auto_built_package_example', # String | Filter results where auto_built_package matches value
129
- build_essential: true, # Boolean | Filter results where build_essential matches value * `True` - yes * `False` - no
129
+ build_essential: false, # Boolean | Filter results where build_essential matches value * `True` - yes * `False` - no
130
130
  built_using: 'built_using_example', # String | Filter results where built_using matches value
131
- essential: true, # Boolean | Filter results where essential matches value * `True` - yes * `False` - no
131
+ essential: false, # Boolean | Filter results where essential matches value * `True` - yes * `False` - no
132
132
  installed_size: 56, # Integer | Filter results where installed_size matches value
133
133
  limit: 56, # Integer | Number of results to return per page.
134
134
  maintainer: 'maintainer_example', # String | Filter results where maintainer matches value
data/docs/Copy.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **config** | **Object** | A JSON document describing sources, destinations, and content to be copied | |
7
+ | **config** | **Object** | | |
8
8
  | **structured** | **Boolean** | Also copy any distributions, components, and releases as needed for any packages being copied. This will allow for structured publications of the target repository.Default is set to True | [optional][default to true] |
9
9
  | **dependency_solving** | **Boolean** | Also copy dependencies of any packages being copied. NOT YETIMPLEMENTED! You must keep this at \&quot;False\&quot;! | [optional][default to false] |
10
10
 
@@ -0,0 +1,24 @@
1
+ # PulpDebClient::DebAptAlternateContentSource
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | Name of Alternate Content Source. | |
8
+ | **last_refreshed** | **Time** | Date of last refresh of AlternateContentSource. | [optional] |
9
+ | **paths** | **Array&lt;String&gt;** | List of paths that will be appended to the Remote url when searching for content. | [optional] |
10
+ | **remote** | **String** | The remote to provide alternate content source. | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'pulp_deb_client'
16
+
17
+ instance = PulpDebClient::DebAptAlternateContentSource.new(
18
+ name: null,
19
+ last_refreshed: null,
20
+ paths: null,
21
+ remote: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,32 @@
1
+ # PulpDebClient::DebAptAlternateContentSourceResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **pulp_href** | **String** | | [optional][readonly] |
8
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
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
+ | **name** | **String** | Name of Alternate Content Source. | |
12
+ | **last_refreshed** | **Time** | Date of last refresh of AlternateContentSource. | [optional] |
13
+ | **paths** | **Array&lt;String&gt;** | List of paths that will be appended to the Remote url when searching for content. | [optional] |
14
+ | **remote** | **String** | The remote to provide alternate content source. | |
15
+
16
+ ## Example
17
+
18
+ ```ruby
19
+ require 'pulp_deb_client'
20
+
21
+ instance = PulpDebClient::DebAptAlternateContentSourceResponse.new(
22
+ pulp_href: null,
23
+ prn: null,
24
+ pulp_created: null,
25
+ pulp_last_updated: null,
26
+ name: null,
27
+ last_refreshed: null,
28
+ paths: null,
29
+ remote: null
30
+ )
31
+ ```
32
+
@@ -24,7 +24,7 @@
24
24
  | **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
25
25
  | **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional] |
26
26
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array&lt;DebAptRemoteResponseHiddenFieldsInner&gt;**](DebAptRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
27
+ | **hidden_fields** | [**Array&lt;DebAptRemoteResponseHiddenFieldsInner&gt;**](DebAptRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
28
28
  | **distributions** | **String** | Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \&quot;Release\&quot; file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \&quot;flat repository format\&quot;, the distribution must end with a \&quot;/\&quot;. Based on \&quot;/etc/apt/sources.list\&quot; syntax. | |
29
29
  | **components** | **String** | Whitespace separatet list of components to sync. If none are supplied, all that are available will be synchronized. Leave blank for repositores using \&quot;flat repository format\&quot;. | [optional] |
30
30
  | **architectures** | **String** | Whitespace separated list of architectures to sync If none are supplied, all that are available will be synchronized. A list of valid architecture specification strings can be found by running \&quot;dpkg-architecture -L\&quot;. A sync will download the intersection of the list of architectures provided via this field and those provided by the relevant \&quot;Release\&quot; file. Architecture&#x3D;\&quot;all\&quot; is always synchronized and does not need to be provided here. | [optional] |
@@ -9,6 +9,7 @@
9
9
  | **description** | **String** | An optional description. | [optional] |
10
10
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
11
11
  | **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
12
+ | **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. Will create a standard structured APT publication. | [optional][default to false] |
12
13
  | **publish_upstream_release_fields** | **Boolean** | Previously, pulp_deb only synced the Release file fields codename and suite, now version, origin, label, and description are also synced. Setting this setting to False will make Pulp revert to the old behaviour of using it&#39;s own internal values for the new fields during publish. This is primarily intended to avoid a sudden change in behaviour for existing Pulp repositories, since many Release file field changes need to be accepted by hosts consuming the published repository. The default for new repositories is True. | [optional] |
13
14
  | **signing_service** | **String** | A reference to an associated signing service. Used if AptPublication.signing_service is not set | [optional] |
14
15
  | **signing_service_release_overrides** | **Hash&lt;String, String&gt;** | A dictionary of Release distributions and the Signing Service URLs they should use.Example: {\&quot;bionic\&quot;: \&quot;/pulp/api/v3/signing-services/433a1f70-c589-4413-a803-c50b842ea9b5/\&quot;} | [optional] |
@@ -24,6 +25,7 @@ instance = PulpDebClient::DebAptRepository.new(
24
25
  description: null,
25
26
  retain_repo_versions: null,
26
27
  remote: null,
28
+ autopublish: null,
27
29
  publish_upstream_release_fields: null,
28
30
  signing_service: null,
29
31
  signing_service_release_overrides: null
@@ -15,6 +15,7 @@
15
15
  | **description** | **String** | An optional description. | [optional] |
16
16
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
17
17
  | **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
18
+ | **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. Will create a standard structured APT publication. | [optional][default to false] |
18
19
  | **publish_upstream_release_fields** | **Boolean** | Previously, pulp_deb only synced the Release file fields codename and suite, now version, origin, label, and description are also synced. Setting this setting to False will make Pulp revert to the old behaviour of using it&#39;s own internal values for the new fields during publish. This is primarily intended to avoid a sudden change in behaviour for existing Pulp repositories, since many Release file field changes need to be accepted by hosts consuming the published repository. The default for new repositories is True. | [optional] |
19
20
  | **signing_service** | **String** | A reference to an associated signing service. Used if AptPublication.signing_service is not set | [optional] |
20
21
  | **signing_service_release_overrides** | **Hash&lt;String, String&gt;** | A dictionary of Release distributions and the Signing Service URLs they should use.Example: {\&quot;bionic\&quot;: \&quot;/pulp/api/v3/signing-services/433a1f70-c589-4413-a803-c50b842ea9b5/\&quot;} | [optional] |
@@ -36,6 +37,7 @@ instance = PulpDebClient::DebAptRepositoryResponse.new(
36
37
  description: null,
37
38
  retain_repo_versions: null,
38
39
  remote: null,
40
+ autopublish: null,
39
41
  publish_upstream_release_fields: null,
40
42
  signing_service: null,
41
43
  signing_service_release_overrides: null
@@ -9,6 +9,7 @@
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
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
13
14
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | |
14
15
  | **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
@@ -29,6 +30,7 @@ instance = PulpDebClient::DebGenericContentResponse.new(
29
30
  pulp_created: null,
30
31
  pulp_last_updated: null,
31
32
  pulp_labels: null,
33
+ vuln_report: null,
32
34
  artifact: null,
33
35
  relative_path: null,
34
36
  md5: null,
@@ -9,6 +9,7 @@
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
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
13
14
  | **component** | **String** | Component of the component - architecture combination. | |
14
15
  | **architecture** | **String** | Architecture of the component - architecture combination. | |
@@ -25,6 +26,7 @@ instance = PulpDebClient::DebInstallerFileIndexResponse.new(
25
26
  pulp_created: null,
26
27
  pulp_last_updated: null,
27
28
  pulp_labels: null,
29
+ vuln_report: null,
28
30
  artifacts: null,
29
31
  component: null,
30
32
  architecture: null,
@@ -9,6 +9,7 @@
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
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
13
14
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional] |
14
15
  | **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
@@ -58,6 +59,7 @@ instance = PulpDebClient::DebInstallerPackageResponse.new(
58
59
  pulp_created: null,
59
60
  pulp_last_updated: null,
60
61
  pulp_labels: null,
62
+ vuln_report: null,
61
63
  artifact: null,
62
64
  relative_path: null,
63
65
  md5: null,
@@ -9,6 +9,7 @@
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
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
13
14
  | **component** | **String** | Component of the component - architecture combination. | [optional] |
14
15
  | **architecture** | **String** | Architecture of the component - architecture combination. | [optional] |
@@ -25,6 +26,7 @@ instance = PulpDebClient::DebPackageIndexResponse.new(
25
26
  pulp_created: null,
26
27
  pulp_last_updated: null,
27
28
  pulp_labels: null,
29
+ vuln_report: null,
28
30
  artifacts: null,
29
31
  component: null,
30
32
  architecture: null,
@@ -9,6 +9,7 @@
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
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **package** | **String** | Package that is contained in release_comonent. | |
13
14
  | **release_component** | **String** | ReleaseComponent this package is contained in. | |
14
15
 
@@ -23,6 +24,7 @@ instance = PulpDebClient::DebPackageReleaseComponentResponse.new(
23
24
  pulp_created: null,
24
25
  pulp_last_updated: null,
25
26
  pulp_labels: null,
27
+ vuln_report: null,
26
28
  package: null,
27
29
  release_component: null
28
30
  )
@@ -9,6 +9,7 @@
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
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
13
14
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional] |
14
15
  | **distribution** | **String** | Name of the distribution. | [optional] |
@@ -60,6 +61,7 @@ instance = PulpDebClient::DebPackageResponse.new(
60
61
  pulp_created: null,
61
62
  pulp_last_updated: null,
62
63
  pulp_labels: null,
64
+ vuln_report: null,
63
65
  artifact: null,
64
66
  relative_path: null,
65
67
  distribution: null,
@@ -9,6 +9,7 @@
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
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **architecture** | **String** | Name of the architecture. | |
13
14
  | **distribution** | **String** | Name of the distribution. | |
14
15
 
@@ -23,6 +24,7 @@ instance = PulpDebClient::DebReleaseArchitectureResponse.new(
23
24
  pulp_created: null,
24
25
  pulp_last_updated: null,
25
26
  pulp_labels: null,
27
+ vuln_report: null,
26
28
  architecture: null,
27
29
  distribution: null
28
30
  )
@@ -9,6 +9,7 @@
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
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **component** | **String** | Name of the component. | |
13
14
  | **distribution** | **String** | Name of the distribution. | |
14
15
  | **plain_component** | **String** | Name of the component without any path prefixes. | [optional][readonly] |
@@ -24,6 +25,7 @@ instance = PulpDebClient::DebReleaseComponentResponse.new(
24
25
  pulp_created: null,
25
26
  pulp_last_updated: null,
26
27
  pulp_labels: null,
28
+ vuln_report: null,
27
29
  component: null,
28
30
  distribution: null,
29
31
  plain_component: null
@@ -9,6 +9,7 @@
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
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
13
14
  | **codename** | **String** | Codename of the release, e.g. \&quot;buster\&quot;. | [optional] |
14
15
  | **suite** | **String** | Suite of the release, e.g. \&quot;stable\&quot;. | [optional] |
@@ -26,6 +27,7 @@ instance = PulpDebClient::DebReleaseFileResponse.new(
26
27
  pulp_created: null,
27
28
  pulp_last_updated: null,
28
29
  pulp_labels: null,
30
+ vuln_report: null,
29
31
  artifacts: null,
30
32
  codename: null,
31
33
  suite: null,
@@ -9,6 +9,7 @@
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
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **codename** | **String** | | |
13
14
  | **suite** | **String** | | |
14
15
  | **distribution** | **String** | | |
@@ -30,6 +31,7 @@ instance = PulpDebClient::DebReleaseResponse.new(
30
31
  pulp_created: null,
31
32
  pulp_last_updated: null,
32
33
  pulp_labels: null,
34
+ vuln_report: null,
33
35
  codename: null,
34
36
  suite: null,
35
37
  distribution: null,
@@ -9,6 +9,7 @@
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
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
13
14
  | **release** | **String** | Release this index file belongs to. | |
14
15
  | **component** | **String** | Component this index file belongs to. | |
@@ -25,6 +26,7 @@ instance = PulpDebClient::DebSourceIndexResponse.new(
25
26
  pulp_created: null,
26
27
  pulp_last_updated: null,
27
28
  pulp_labels: null,
29
+ vuln_report: null,
28
30
  artifacts: null,
29
31
  release: null,
30
32
  component: null,
@@ -9,6 +9,7 @@
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
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **source_package** | **String** | Source package that is contained in release_component. | |
13
14
  | **release_component** | **String** | ReleaseComponent this source package is contained in. | |
14
15
 
@@ -23,6 +24,7 @@ instance = PulpDebClient::DebSourcePackageReleaseComponentResponse.new(
23
24
  pulp_created: null,
24
25
  pulp_last_updated: null,
25
26
  pulp_labels: null,
27
+ vuln_report: null,
26
28
  source_package: null,
27
29
  release_component: null
28
30
  )
@@ -9,6 +9,7 @@
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
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | [readonly] |
13
14
  | **relative_path** | **String** | Relative path of the Debian Source Control (dsc) file.It is normally advised to let Pulp generate this. | [optional] |
14
15
  | **sha256** | **String** | sha256 digest of the dsc file. | [optional][readonly] |
@@ -51,6 +52,7 @@ instance = PulpDebClient::DebSourcePackageResponse.new(
51
52
  pulp_created: null,
52
53
  pulp_last_updated: null,
53
54
  pulp_labels: null,
55
+ vuln_report: null,
54
56
  artifacts: null,
55
57
  relative_path: null,
56
58
  sha256: null,
@@ -526,11 +526,11 @@ end
526
526
 
527
527
  ## partial_update
528
528
 
529
- > <AsyncOperationResponse> partial_update(deb_apt_distribution_href, patcheddeb_apt_distribution, opts)
529
+ > <DebAptDistributionResponse> partial_update(deb_apt_distribution_href, patcheddeb_apt_distribution, opts)
530
530
 
531
531
  Update an apt distribution
532
532
 
533
- Trigger an asynchronous partial update task
533
+ Update the entity partially and trigger an asynchronous task if necessary
534
534
 
535
535
  ### Examples
536
536
 
@@ -564,7 +564,7 @@ end
564
564
 
565
565
  This returns an Array which contains the response data, status code and headers.
566
566
 
567
- > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(deb_apt_distribution_href, patcheddeb_apt_distribution, opts)
567
+ > <Array(<DebAptDistributionResponse>, Integer, Hash)> partial_update_with_http_info(deb_apt_distribution_href, patcheddeb_apt_distribution, opts)
568
568
 
569
569
  ```ruby
570
570
  begin
@@ -572,7 +572,7 @@ begin
572
572
  data, status_code, headers = api_instance.partial_update_with_http_info(deb_apt_distribution_href, patcheddeb_apt_distribution, opts)
573
573
  p status_code # => 2xx
574
574
  p headers # => { ... }
575
- p data # => <AsyncOperationResponse>
575
+ p data # => <DebAptDistributionResponse>
576
576
  rescue PulpDebClient::ApiError => e
577
577
  puts "Error when calling DistributionsAptApi->partial_update_with_http_info: #{e}"
578
578
  end
@@ -588,7 +588,7 @@ end
588
588
 
589
589
  ### Return type
590
590
 
591
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
591
+ [**DebAptDistributionResponse**](DebAptDistributionResponse.md)
592
592
 
593
593
  ### Authorization
594
594
 
@@ -908,11 +908,11 @@ end
908
908
 
909
909
  ## update
910
910
 
911
- > <AsyncOperationResponse> update(deb_apt_distribution_href, deb_apt_distribution, opts)
911
+ > <DebAptDistributionResponse> update(deb_apt_distribution_href, deb_apt_distribution, opts)
912
912
 
913
913
  Update an apt distribution
914
914
 
915
- Trigger an asynchronous update task
915
+ Update the entity and trigger an asynchronous task if necessary
916
916
 
917
917
  ### Examples
918
918
 
@@ -946,7 +946,7 @@ end
946
946
 
947
947
  This returns an Array which contains the response data, status code and headers.
948
948
 
949
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(deb_apt_distribution_href, deb_apt_distribution, opts)
949
+ > <Array(<DebAptDistributionResponse>, Integer, Hash)> update_with_http_info(deb_apt_distribution_href, deb_apt_distribution, opts)
950
950
 
951
951
  ```ruby
952
952
  begin
@@ -954,7 +954,7 @@ begin
954
954
  data, status_code, headers = api_instance.update_with_http_info(deb_apt_distribution_href, deb_apt_distribution, opts)
955
955
  p status_code # => 2xx
956
956
  p headers # => { ... }
957
- p data # => <AsyncOperationResponse>
957
+ p data # => <DebAptDistributionResponse>
958
958
  rescue PulpDebClient::ApiError => e
959
959
  puts "Error when calling DistributionsAptApi->update_with_http_info: #{e}"
960
960
  end
@@ -970,7 +970,7 @@ end
970
970
 
971
971
  ### Return type
972
972
 
973
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
973
+ [**DebAptDistributionResponse**](DebAptDistributionResponse.md)
974
974
 
975
975
  ### Authorization
976
976
 
@@ -0,0 +1,24 @@
1
+ # PulpDebClient::PaginateddebAptAlternateContentSourceResponseList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **count** | **Integer** | | |
8
+ | **_next** | **String** | | [optional] |
9
+ | **previous** | **String** | | [optional] |
10
+ | **results** | [**Array&lt;DebAptAlternateContentSourceResponse&gt;**](DebAptAlternateContentSourceResponse.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'pulp_deb_client'
16
+
17
+ instance = PulpDebClient::PaginateddebAptAlternateContentSourceResponseList.new(
18
+ count: 123,
19
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
20
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
21
+ results: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # PulpDebClient::PatcheddebAptAlternateContentSource
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | Name of Alternate Content Source. | [optional] |
8
+ | **last_refreshed** | **Time** | Date of last refresh of AlternateContentSource. | [optional] |
9
+ | **paths** | **Array&lt;String&gt;** | List of paths that will be appended to the Remote url when searching for content. | [optional] |
10
+ | **remote** | **String** | The remote to provide alternate content source. | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'pulp_deb_client'
16
+
17
+ instance = PulpDebClient::PatcheddebAptAlternateContentSource.new(
18
+ name: null,
19
+ last_refreshed: null,
20
+ paths: null,
21
+ remote: null
22
+ )
23
+ ```
24
+
@@ -9,6 +9,7 @@
9
9
  | **description** | **String** | An optional description. | [optional] |
10
10
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
11
11
  | **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
12
+ | **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. Will create a standard structured APT publication. | [optional][default to false] |
12
13
  | **publish_upstream_release_fields** | **Boolean** | Previously, pulp_deb only synced the Release file fields codename and suite, now version, origin, label, and description are also synced. Setting this setting to False will make Pulp revert to the old behaviour of using it&#39;s own internal values for the new fields during publish. This is primarily intended to avoid a sudden change in behaviour for existing Pulp repositories, since many Release file field changes need to be accepted by hosts consuming the published repository. The default for new repositories is True. | [optional] |
13
14
  | **signing_service** | **String** | A reference to an associated signing service. Used if AptPublication.signing_service is not set | [optional] |
14
15
  | **signing_service_release_overrides** | **Hash&lt;String, String&gt;** | A dictionary of Release distributions and the Signing Service URLs they should use.Example: {\&quot;bionic\&quot;: \&quot;/pulp/api/v3/signing-services/433a1f70-c589-4413-a803-c50b842ea9b5/\&quot;} | [optional] |
@@ -24,6 +25,7 @@ instance = PulpDebClient::PatcheddebAptRepository.new(
24
25
  description: null,
25
26
  retain_repo_versions: null,
26
27
  remote: null,
28
+ autopublish: null,
27
29
  publish_upstream_release_fields: null,
28
30
  signing_service: null,
29
31
  signing_service_release_overrides: null
@@ -524,11 +524,11 @@ end
524
524
 
525
525
  ## partial_update
526
526
 
527
- > <AsyncOperationResponse> partial_update(deb_apt_remote_href, patcheddeb_apt_remote, opts)
527
+ > <DebAptRemoteResponse> partial_update(deb_apt_remote_href, patcheddeb_apt_remote, opts)
528
528
 
529
529
  Update an apt remote
530
530
 
531
- Trigger an asynchronous partial update task
531
+ Update the entity partially and trigger an asynchronous task if necessary
532
532
 
533
533
  ### Examples
534
534
 
@@ -562,7 +562,7 @@ end
562
562
 
563
563
  This returns an Array which contains the response data, status code and headers.
564
564
 
565
- > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(deb_apt_remote_href, patcheddeb_apt_remote, opts)
565
+ > <Array(<DebAptRemoteResponse>, Integer, Hash)> partial_update_with_http_info(deb_apt_remote_href, patcheddeb_apt_remote, opts)
566
566
 
567
567
  ```ruby
568
568
  begin
@@ -570,7 +570,7 @@ begin
570
570
  data, status_code, headers = api_instance.partial_update_with_http_info(deb_apt_remote_href, patcheddeb_apt_remote, opts)
571
571
  p status_code # => 2xx
572
572
  p headers # => { ... }
573
- p data # => <AsyncOperationResponse>
573
+ p data # => <DebAptRemoteResponse>
574
574
  rescue PulpDebClient::ApiError => e
575
575
  puts "Error when calling RemotesAptApi->partial_update_with_http_info: #{e}"
576
576
  end
@@ -586,7 +586,7 @@ end
586
586
 
587
587
  ### Return type
588
588
 
589
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
589
+ [**DebAptRemoteResponse**](DebAptRemoteResponse.md)
590
590
 
591
591
  ### Authorization
592
592
 
@@ -906,11 +906,11 @@ end
906
906
 
907
907
  ## update
908
908
 
909
- > <AsyncOperationResponse> update(deb_apt_remote_href, deb_apt_remote, opts)
909
+ > <DebAptRemoteResponse> update(deb_apt_remote_href, deb_apt_remote, opts)
910
910
 
911
911
  Update an apt remote
912
912
 
913
- Trigger an asynchronous update task
913
+ Update the entity and trigger an asynchronous task if necessary
914
914
 
915
915
  ### Examples
916
916
 
@@ -944,7 +944,7 @@ end
944
944
 
945
945
  This returns an Array which contains the response data, status code and headers.
946
946
 
947
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(deb_apt_remote_href, deb_apt_remote, opts)
947
+ > <Array(<DebAptRemoteResponse>, Integer, Hash)> update_with_http_info(deb_apt_remote_href, deb_apt_remote, opts)
948
948
 
949
949
  ```ruby
950
950
  begin
@@ -952,7 +952,7 @@ begin
952
952
  data, status_code, headers = api_instance.update_with_http_info(deb_apt_remote_href, deb_apt_remote, opts)
953
953
  p status_code # => 2xx
954
954
  p headers # => { ... }
955
- p data # => <AsyncOperationResponse>
955
+ p data # => <DebAptRemoteResponse>
956
956
  rescue PulpDebClient::ApiError => e
957
957
  puts "Error when calling RemotesAptApi->update_with_http_info: #{e}"
958
958
  end
@@ -968,7 +968,7 @@ end
968
968
 
969
969
  ### Return type
970
970
 
971
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
971
+ [**DebAptRemoteResponse**](DebAptRemoteResponse.md)
972
972
 
973
973
  ### Authorization
974
974