pulp_deb_client 2.10.1 → 2.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContentGenericContentsApi.md +10 -10
- data/docs/ContentInstallerFileIndicesApi.md +14 -14
- data/docs/ContentInstallerPackagesApi.md +40 -40
- data/docs/ContentPackageIndicesApi.md +14 -14
- data/docs/ContentPackageReleaseComponentsApi.md +10 -10
- data/docs/ContentPackagesApi.md +42 -42
- data/docs/ContentReleaseArchitecturesApi.md +10 -10
- data/docs/ContentReleaseComponentsApi.md +10 -10
- data/docs/ContentReleaseFilesApi.md +14 -14
- data/docs/ContentReleasesApi.md +12 -12
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +3 -3
- data/docs/DebAptRemote.md +7 -1
- data/docs/DebAptRemoteResponse.md +3 -7
- data/docs/DistributionsAptApi.md +20 -20
- data/docs/PatcheddebAptRemote.md +7 -1
- data/docs/PublicationsAptApi.md +14 -14
- data/docs/PublicationsVerbatimApi.md +14 -14
- data/docs/RemotesAptApi.md +24 -24
- data/docs/RepositoriesAptApi.md +12 -12
- data/docs/RepositoriesDebVersionsApi.md +28 -28
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +14 -14
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +43 -43
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +14 -14
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_packages_api.rb +45 -45
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_release_components_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_release_files_api.rb +14 -14
- data/lib/pulp_deb_client/api/content_releases_api.rb +12 -12
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +22 -22
- data/lib/pulp_deb_client/api/publications_apt_api.rb +15 -15
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +15 -15
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +26 -26
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +13 -13
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +30 -30
- data/lib/pulp_deb_client/models/content_summary.rb +12 -6
- data/lib/pulp_deb_client/models/content_summary_response.rb +12 -6
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +36 -2
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +14 -35
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +36 -2
- data/lib/pulp_deb_client/version.rb +1 -1
- data/spec/api/content_generic_contents_api_spec.rb +5 -5
- data/spec/api/content_installer_file_indices_api_spec.rb +7 -7
- data/spec/api/content_installer_packages_api_spec.rb +20 -20
- data/spec/api/content_package_indices_api_spec.rb +7 -7
- data/spec/api/content_package_release_components_api_spec.rb +5 -5
- data/spec/api/content_packages_api_spec.rb +21 -21
- data/spec/api/content_release_architectures_api_spec.rb +5 -5
- data/spec/api/content_release_components_api_spec.rb +5 -5
- data/spec/api/content_release_files_api_spec.rb +7 -7
- data/spec/api/content_releases_api_spec.rb +6 -6
- data/spec/api/distributions_apt_api_spec.rb +10 -10
- data/spec/api/publications_apt_api_spec.rb +7 -7
- data/spec/api/publications_verbatim_api_spec.rb +7 -7
- data/spec/api/remotes_apt_api_spec.rb +12 -12
- data/spec/api/repositories_apt_api_spec.rb +6 -6
- data/spec/api/repositories_deb_versions_api_spec.rb +14 -14
- data/spec/models/deb_apt_remote_response_spec.rb +6 -18
- data/spec/models/deb_apt_remote_spec.rb +18 -0
- data/spec/models/patcheddeb_apt_remote_spec.rb +18 -0
- metadata +54 -54
data/docs/RepositoriesAptApi.md
CHANGED
@@ -144,14 +144,14 @@ end
|
|
144
144
|
api_instance = PulpDebClient::RepositoriesAptApi.new
|
145
145
|
opts = {
|
146
146
|
limit: 56, # Integer | Number of results to return per page.
|
147
|
-
name: 'name_example', # String |
|
148
|
-
name__contains: 'name__contains_example', # String |
|
149
|
-
name__icontains: 'name__icontains_example', # String |
|
150
|
-
name__in: 'name__in_example', # String |
|
151
|
-
name__startswith: 'name__startswith_example', # String |
|
147
|
+
name: 'name_example', # String |
|
148
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
149
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
150
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
151
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
152
152
|
offset: 56, # Integer | The initial index from which to return the results.
|
153
153
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
154
|
-
pulp_label_select: 'pulp_label_select_example', # String |
|
154
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
155
155
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
156
156
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
157
157
|
}
|
@@ -171,14 +171,14 @@ end
|
|
171
171
|
Name | Type | Description | Notes
|
172
172
|
------------- | ------------- | ------------- | -------------
|
173
173
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
174
|
-
**name** | **String**|
|
175
|
-
**name__contains** | **String**|
|
176
|
-
**name__icontains** | **String**|
|
177
|
-
**name__in** | **String
|
178
|
-
**name__startswith** | **String**|
|
174
|
+
**name** | **String**| | [optional]
|
175
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
176
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
177
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
178
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
179
179
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
180
180
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
181
|
-
**pulp_label_select** | **String**|
|
181
|
+
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
182
182
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
183
183
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
184
184
|
|
@@ -87,23 +87,23 @@ end
|
|
87
87
|
api_instance = PulpDebClient::RepositoriesDebVersionsApi.new
|
88
88
|
deb_apt_repository_href = 'deb_apt_repository_href_example' # String |
|
89
89
|
opts = {
|
90
|
-
content: 'content_example', # String |
|
91
|
-
content__in: 'content__in_example', # String |
|
90
|
+
content: 'content_example', # String | Content Unit referenced by HREF
|
91
|
+
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
92
92
|
limit: 56, # Integer | Number of results to return per page.
|
93
|
-
number:
|
94
|
-
number__gt:
|
95
|
-
number__gte:
|
96
|
-
number__lt:
|
97
|
-
number__lte:
|
98
|
-
number__range:
|
93
|
+
number: 56, # Integer |
|
94
|
+
number__gt: 56, # Integer | Filter results where number is greater than value
|
95
|
+
number__gte: 56, # Integer | Filter results where number is greater than or equal to value
|
96
|
+
number__lt: 56, # Integer | Filter results where number is less than value
|
97
|
+
number__lte: 56, # Integer | Filter results where number is less than or equal to value
|
98
|
+
number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
|
99
99
|
offset: 56, # Integer | The initial index from which to return the results.
|
100
100
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
101
|
-
pulp_created: '
|
102
|
-
pulp_created__gt: '
|
103
|
-
pulp_created__gte: '
|
104
|
-
pulp_created__lt: '
|
105
|
-
pulp_created__lte: '
|
106
|
-
pulp_created__range: '
|
101
|
+
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
|
102
|
+
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
103
|
+
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
104
|
+
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
105
|
+
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
106
|
+
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
107
107
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
108
108
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
109
109
|
}
|
@@ -123,23 +123,23 @@ end
|
|
123
123
|
Name | Type | Description | Notes
|
124
124
|
------------- | ------------- | ------------- | -------------
|
125
125
|
**deb_apt_repository_href** | **String**| |
|
126
|
-
**content** | **String**|
|
127
|
-
**content__in** | **String**|
|
126
|
+
**content** | **String**| Content Unit referenced by HREF | [optional]
|
127
|
+
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
128
128
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
129
|
-
**number** | **
|
130
|
-
**number__gt** | **
|
131
|
-
**number__gte** | **
|
132
|
-
**number__lt** | **
|
133
|
-
**number__lte** | **
|
134
|
-
**number__range** | **
|
129
|
+
**number** | **Integer**| | [optional]
|
130
|
+
**number__gt** | **Integer**| Filter results where number is greater than value | [optional]
|
131
|
+
**number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
|
132
|
+
**number__lt** | **Integer**| Filter results where number is less than value | [optional]
|
133
|
+
**number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
|
134
|
+
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
135
135
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
136
136
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
137
|
-
**pulp_created** | **
|
138
|
-
**pulp_created__gt** | **
|
139
|
-
**pulp_created__gte** | **
|
140
|
-
**pulp_created__lt** | **
|
141
|
-
**pulp_created__lte** | **
|
142
|
-
**pulp_created__range** | **
|
137
|
+
**pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
|
138
|
+
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
139
|
+
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
140
|
+
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
141
|
+
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
142
|
+
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
143
143
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
144
144
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
145
145
|
|
@@ -99,11 +99,11 @@ module PulpDebClient
|
|
99
99
|
# @option opts [Integer] :limit Number of results to return per page.
|
100
100
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
101
101
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
102
|
-
# @option opts [String] :relative_path relative_path
|
103
|
-
# @option opts [String] :repository_version
|
104
|
-
# @option opts [String] :repository_version_added
|
105
|
-
# @option opts [String] :repository_version_removed
|
106
|
-
# @option opts [String] :sha256 sha256
|
102
|
+
# @option opts [String] :relative_path Filter results where relative_path matches value
|
103
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
104
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
105
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
106
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
107
107
|
# @option opts [String] :fields A list of fields to include in the response.
|
108
108
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
109
109
|
# @return [PaginateddebGenericContentResponseList]
|
@@ -118,11 +118,11 @@ module PulpDebClient
|
|
118
118
|
# @option opts [Integer] :limit Number of results to return per page.
|
119
119
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
120
120
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
121
|
-
# @option opts [String] :relative_path relative_path
|
122
|
-
# @option opts [String] :repository_version
|
123
|
-
# @option opts [String] :repository_version_added
|
124
|
-
# @option opts [String] :repository_version_removed
|
125
|
-
# @option opts [String] :sha256 sha256
|
121
|
+
# @option opts [String] :relative_path Filter results where relative_path matches value
|
122
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
123
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
124
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
125
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
126
126
|
# @option opts [String] :fields A list of fields to include in the response.
|
127
127
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
128
128
|
# @return [Array<(PaginateddebGenericContentResponseList, Integer, Hash)>] PaginateddebGenericContentResponseList data, response status code and response headers
|
@@ -86,16 +86,16 @@ module PulpDebClient
|
|
86
86
|
# List InstallerFileIndices
|
87
87
|
# An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one 'SHA256SUMS' and/or 'MD5SUMS' file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
|
88
88
|
# @param [Hash] opts the optional parameters
|
89
|
-
# @option opts [String] :architecture architecture
|
90
|
-
# @option opts [String] :component component
|
89
|
+
# @option opts [String] :architecture Filter results where architecture matches value
|
90
|
+
# @option opts [String] :component Filter results where component matches value
|
91
91
|
# @option opts [Integer] :limit Number of results to return per page.
|
92
92
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
93
93
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
94
|
-
# @option opts [String] :relative_path relative_path
|
95
|
-
# @option opts [String] :repository_version
|
96
|
-
# @option opts [String] :repository_version_added
|
97
|
-
# @option opts [String] :repository_version_removed
|
98
|
-
# @option opts [String] :sha256 sha256
|
94
|
+
# @option opts [String] :relative_path Filter results where relative_path matches value
|
95
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
96
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
97
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
98
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
99
99
|
# @option opts [String] :fields A list of fields to include in the response.
|
100
100
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
101
101
|
# @return [PaginateddebInstallerFileIndexResponseList]
|
@@ -107,16 +107,16 @@ module PulpDebClient
|
|
107
107
|
# List InstallerFileIndices
|
108
108
|
# An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one 'SHA256SUMS' and/or 'MD5SUMS' file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
|
109
109
|
# @param [Hash] opts the optional parameters
|
110
|
-
# @option opts [String] :architecture architecture
|
111
|
-
# @option opts [String] :component component
|
110
|
+
# @option opts [String] :architecture Filter results where architecture matches value
|
111
|
+
# @option opts [String] :component Filter results where component matches value
|
112
112
|
# @option opts [Integer] :limit Number of results to return per page.
|
113
113
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
114
114
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
115
|
-
# @option opts [String] :relative_path relative_path
|
116
|
-
# @option opts [String] :repository_version
|
117
|
-
# @option opts [String] :repository_version_added
|
118
|
-
# @option opts [String] :repository_version_removed
|
119
|
-
# @option opts [String] :sha256 sha256
|
115
|
+
# @option opts [String] :relative_path Filter results where relative_path matches value
|
116
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
117
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
118
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
119
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
120
120
|
# @option opts [String] :fields A list of fields to include in the response.
|
121
121
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
122
122
|
# @return [Array<(PaginateddebInstallerFileIndexResponseList, Integer, Hash)>] PaginateddebInstallerFileIndexResponseList data, response status code and response headers
|
@@ -92,29 +92,29 @@ module PulpDebClient
|
|
92
92
|
# List installer packages
|
93
93
|
# An InstallerPackage represents a '.udeb' installer package. Associated artifacts: Exactly one '.udeb' installer package file. Note that installer packages are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) will not include these packages.
|
94
94
|
# @param [Hash] opts the optional parameters
|
95
|
-
# @option opts [String] :architecture architecture
|
96
|
-
# @option opts [String] :auto_built_package auto_built_package
|
97
|
-
# @option opts [
|
98
|
-
# @option opts [String] :built_using built_using
|
99
|
-
# @option opts [
|
100
|
-
# @option opts [
|
95
|
+
# @option opts [String] :architecture Filter results where architecture matches value
|
96
|
+
# @option opts [String] :auto_built_package Filter results where auto_built_package matches value
|
97
|
+
# @option opts [Boolean] :build_essential Filter results where build_essential matches value
|
98
|
+
# @option opts [String] :built_using Filter results where built_using matches value
|
99
|
+
# @option opts [Boolean] :essential Filter results where essential matches value
|
100
|
+
# @option opts [Integer] :installed_size Filter results where installed_size matches value
|
101
101
|
# @option opts [Integer] :limit Number of results to return per page.
|
102
|
-
# @option opts [String] :maintainer maintainer
|
103
|
-
# @option opts [String] :multi_arch multi_arch
|
102
|
+
# @option opts [String] :maintainer Filter results where maintainer matches value
|
103
|
+
# @option opts [String] :multi_arch Filter results where multi_arch matches value
|
104
104
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
105
105
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
106
|
-
# @option opts [String] :origin origin
|
107
|
-
# @option opts [String] :original_maintainer original_maintainer
|
108
|
-
# @option opts [String] :package package
|
109
|
-
# @option opts [String] :priority priority
|
110
|
-
# @option opts [String] :repository_version
|
111
|
-
# @option opts [String] :repository_version_added
|
112
|
-
# @option opts [String] :repository_version_removed
|
113
|
-
# @option opts [String] :section section
|
114
|
-
# @option opts [String] :sha256 sha256
|
115
|
-
# @option opts [String] :source source
|
116
|
-
# @option opts [String] :tag tag
|
117
|
-
# @option opts [String] :version version
|
106
|
+
# @option opts [String] :origin Filter results where origin matches value
|
107
|
+
# @option opts [String] :original_maintainer Filter results where original_maintainer matches value
|
108
|
+
# @option opts [String] :package Filter results where package matches value
|
109
|
+
# @option opts [String] :priority Filter results where priority matches value
|
110
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
111
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
112
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
113
|
+
# @option opts [String] :section Filter results where section matches value
|
114
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
115
|
+
# @option opts [String] :source Filter results where source matches value
|
116
|
+
# @option opts [String] :tag Filter results where tag matches value
|
117
|
+
# @option opts [String] :version Filter results where version matches value
|
118
118
|
# @option opts [String] :fields A list of fields to include in the response.
|
119
119
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
120
120
|
# @return [PaginateddebBasePackageResponseList]
|
@@ -126,29 +126,29 @@ module PulpDebClient
|
|
126
126
|
# List installer packages
|
127
127
|
# An InstallerPackage represents a '.udeb' installer package. Associated artifacts: Exactly one '.udeb' installer package file. Note that installer packages are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) will not include these packages.
|
128
128
|
# @param [Hash] opts the optional parameters
|
129
|
-
# @option opts [String] :architecture architecture
|
130
|
-
# @option opts [String] :auto_built_package auto_built_package
|
131
|
-
# @option opts [
|
132
|
-
# @option opts [String] :built_using built_using
|
133
|
-
# @option opts [
|
134
|
-
# @option opts [
|
129
|
+
# @option opts [String] :architecture Filter results where architecture matches value
|
130
|
+
# @option opts [String] :auto_built_package Filter results where auto_built_package matches value
|
131
|
+
# @option opts [Boolean] :build_essential Filter results where build_essential matches value
|
132
|
+
# @option opts [String] :built_using Filter results where built_using matches value
|
133
|
+
# @option opts [Boolean] :essential Filter results where essential matches value
|
134
|
+
# @option opts [Integer] :installed_size Filter results where installed_size matches value
|
135
135
|
# @option opts [Integer] :limit Number of results to return per page.
|
136
|
-
# @option opts [String] :maintainer maintainer
|
137
|
-
# @option opts [String] :multi_arch multi_arch
|
136
|
+
# @option opts [String] :maintainer Filter results where maintainer matches value
|
137
|
+
# @option opts [String] :multi_arch Filter results where multi_arch matches value
|
138
138
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
139
139
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
140
|
-
# @option opts [String] :origin origin
|
141
|
-
# @option opts [String] :original_maintainer original_maintainer
|
142
|
-
# @option opts [String] :package package
|
143
|
-
# @option opts [String] :priority priority
|
144
|
-
# @option opts [String] :repository_version
|
145
|
-
# @option opts [String] :repository_version_added
|
146
|
-
# @option opts [String] :repository_version_removed
|
147
|
-
# @option opts [String] :section section
|
148
|
-
# @option opts [String] :sha256 sha256
|
149
|
-
# @option opts [String] :source source
|
150
|
-
# @option opts [String] :tag tag
|
151
|
-
# @option opts [String] :version version
|
140
|
+
# @option opts [String] :origin Filter results where origin matches value
|
141
|
+
# @option opts [String] :original_maintainer Filter results where original_maintainer matches value
|
142
|
+
# @option opts [String] :package Filter results where package matches value
|
143
|
+
# @option opts [String] :priority Filter results where priority matches value
|
144
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
145
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
146
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
147
|
+
# @option opts [String] :section Filter results where section matches value
|
148
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
149
|
+
# @option opts [String] :source Filter results where source matches value
|
150
|
+
# @option opts [String] :tag Filter results where tag matches value
|
151
|
+
# @option opts [String] :version Filter results where version matches value
|
152
152
|
# @option opts [String] :fields A list of fields to include in the response.
|
153
153
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
154
154
|
# @return [Array<(PaginateddebBasePackageResponseList, Integer, Hash)>] PaginateddebBasePackageResponseList data, response status code and response headers
|
@@ -156,15 +156,15 @@ module PulpDebClient
|
|
156
156
|
if @api_client.config.debugging
|
157
157
|
@api_client.config.logger.debug 'Calling API: ContentInstallerPackagesApi.list ...'
|
158
158
|
end
|
159
|
-
allowable_values = ["
|
159
|
+
allowable_values = ["false", "true"]
|
160
160
|
if @api_client.config.client_side_validation && opts[:'build_essential'] && !allowable_values.include?(opts[:'build_essential'])
|
161
161
|
fail ArgumentError, "invalid value for \"build_essential\", must be one of #{allowable_values}"
|
162
162
|
end
|
163
|
-
allowable_values = ["
|
163
|
+
allowable_values = ["false", "true"]
|
164
164
|
if @api_client.config.client_side_validation && opts[:'essential'] && !allowable_values.include?(opts[:'essential'])
|
165
165
|
fail ArgumentError, "invalid value for \"essential\", must be one of #{allowable_values}"
|
166
166
|
end
|
167
|
-
allowable_values = ["
|
167
|
+
allowable_values = ["allowed", "foreign", "no", "same"]
|
168
168
|
if @api_client.config.client_side_validation && opts[:'multi_arch'] && !allowable_values.include?(opts[:'multi_arch'])
|
169
169
|
fail ArgumentError, "invalid value for \"multi_arch\", must be one of #{allowable_values}"
|
170
170
|
end
|
@@ -86,16 +86,16 @@ module PulpDebClient
|
|
86
86
|
# List PackageIndices
|
87
87
|
# A PackageIndex represents the package indices of a single component-architecture combination. Associated artifacts: Exactly one 'Packages' file. May optionally include one or more of 'Packages.gz', 'Packages.xz', 'Release'. If included, the 'Release' file is a legacy per-component-and-architecture Release file. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any 'Packages' files it needs when creating the publication. It does not make use of PackageIndex content.
|
88
88
|
# @param [Hash] opts the optional parameters
|
89
|
-
# @option opts [String] :architecture architecture
|
90
|
-
# @option opts [String] :component component
|
89
|
+
# @option opts [String] :architecture Filter results where architecture matches value
|
90
|
+
# @option opts [String] :component Filter results where component matches value
|
91
91
|
# @option opts [Integer] :limit Number of results to return per page.
|
92
92
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
93
93
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
94
|
-
# @option opts [String] :relative_path relative_path
|
95
|
-
# @option opts [String] :repository_version
|
96
|
-
# @option opts [String] :repository_version_added
|
97
|
-
# @option opts [String] :repository_version_removed
|
98
|
-
# @option opts [String] :sha256 sha256
|
94
|
+
# @option opts [String] :relative_path Filter results where relative_path matches value
|
95
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
96
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
97
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
98
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
99
99
|
# @option opts [String] :fields A list of fields to include in the response.
|
100
100
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
101
101
|
# @return [PaginateddebPackageIndexResponseList]
|
@@ -107,16 +107,16 @@ module PulpDebClient
|
|
107
107
|
# List PackageIndices
|
108
108
|
# A PackageIndex represents the package indices of a single component-architecture combination. Associated artifacts: Exactly one 'Packages' file. May optionally include one or more of 'Packages.gz', 'Packages.xz', 'Release'. If included, the 'Release' file is a legacy per-component-and-architecture Release file. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any 'Packages' files it needs when creating the publication. It does not make use of PackageIndex content.
|
109
109
|
# @param [Hash] opts the optional parameters
|
110
|
-
# @option opts [String] :architecture architecture
|
111
|
-
# @option opts [String] :component component
|
110
|
+
# @option opts [String] :architecture Filter results where architecture matches value
|
111
|
+
# @option opts [String] :component Filter results where component matches value
|
112
112
|
# @option opts [Integer] :limit Number of results to return per page.
|
113
113
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
114
114
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
115
|
-
# @option opts [String] :relative_path relative_path
|
116
|
-
# @option opts [String] :repository_version
|
117
|
-
# @option opts [String] :repository_version_added
|
118
|
-
# @option opts [String] :repository_version_removed
|
119
|
-
# @option opts [String] :sha256 sha256
|
115
|
+
# @option opts [String] :relative_path Filter results where relative_path matches value
|
116
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
117
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
118
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
119
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
120
120
|
# @option opts [String] :fields A list of fields to include in the response.
|
121
121
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
122
122
|
# @return [Array<(PaginateddebPackageIndexResponseList, Integer, Hash)>] PaginateddebPackageIndexResponseList data, response status code and response headers
|
@@ -89,11 +89,11 @@ module PulpDebClient
|
|
89
89
|
# @option opts [Integer] :limit Number of results to return per page.
|
90
90
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
91
91
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
92
|
-
# @option opts [String] :package package
|
93
|
-
# @option opts [String] :release_component release_component
|
94
|
-
# @option opts [String] :repository_version
|
95
|
-
# @option opts [String] :repository_version_added
|
96
|
-
# @option opts [String] :repository_version_removed
|
92
|
+
# @option opts [String] :package Filter results where package matches value
|
93
|
+
# @option opts [String] :release_component Filter results where release_component matches value
|
94
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
95
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
96
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
97
97
|
# @option opts [String] :fields A list of fields to include in the response.
|
98
98
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
99
99
|
# @return [PaginateddebPackageReleaseComponentResponseList]
|
@@ -108,11 +108,11 @@ module PulpDebClient
|
|
108
108
|
# @option opts [Integer] :limit Number of results to return per page.
|
109
109
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
110
110
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
111
|
-
# @option opts [String] :package package
|
112
|
-
# @option opts [String] :release_component release_component
|
113
|
-
# @option opts [String] :repository_version
|
114
|
-
# @option opts [String] :repository_version_added
|
115
|
-
# @option opts [String] :repository_version_removed
|
111
|
+
# @option opts [String] :package Filter results where package matches value
|
112
|
+
# @option opts [String] :release_component Filter results where release_component matches value
|
113
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
114
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
115
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
116
116
|
# @option opts [String] :fields A list of fields to include in the response.
|
117
117
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
118
118
|
# @return [Array<(PaginateddebPackageReleaseComponentResponseList, Integer, Hash)>] PaginateddebPackageReleaseComponentResponseList data, response status code and response headers
|
@@ -92,30 +92,30 @@ module PulpDebClient
|
|
92
92
|
# List packages
|
93
93
|
# A Package represents a '.deb' binary package. Associated artifacts: Exactly one '.deb' package file.
|
94
94
|
# @param [Hash] opts the optional parameters
|
95
|
-
# @option opts [String] :architecture architecture
|
96
|
-
# @option opts [String] :auto_built_package auto_built_package
|
97
|
-
# @option opts [
|
98
|
-
# @option opts [String] :built_using built_using
|
99
|
-
# @option opts [
|
100
|
-
# @option opts [
|
95
|
+
# @option opts [String] :architecture Filter results where architecture matches value
|
96
|
+
# @option opts [String] :auto_built_package Filter results where auto_built_package matches value
|
97
|
+
# @option opts [Boolean] :build_essential Filter results where build_essential matches value
|
98
|
+
# @option opts [String] :built_using Filter results where built_using matches value
|
99
|
+
# @option opts [Boolean] :essential Filter results where essential matches value
|
100
|
+
# @option opts [Integer] :installed_size Filter results where installed_size matches value
|
101
101
|
# @option opts [Integer] :limit Number of results to return per page.
|
102
|
-
# @option opts [String] :maintainer maintainer
|
103
|
-
# @option opts [String] :multi_arch multi_arch
|
102
|
+
# @option opts [String] :maintainer Filter results where maintainer matches value
|
103
|
+
# @option opts [String] :multi_arch Filter results where multi_arch matches value
|
104
104
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
105
105
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
106
|
-
# @option opts [String] :origin origin
|
107
|
-
# @option opts [String] :original_maintainer original_maintainer
|
108
|
-
# @option opts [String] :package package
|
109
|
-
# @option opts [String] :priority priority
|
110
|
-
# @option opts [String] :relative_path relative_path
|
111
|
-
# @option opts [String] :repository_version
|
112
|
-
# @option opts [String] :repository_version_added
|
113
|
-
# @option opts [String] :repository_version_removed
|
114
|
-
# @option opts [String] :section section
|
115
|
-
# @option opts [String] :sha256 sha256
|
116
|
-
# @option opts [String] :source source
|
117
|
-
# @option opts [String] :tag tag
|
118
|
-
# @option opts [String] :version version
|
106
|
+
# @option opts [String] :origin Filter results where origin matches value
|
107
|
+
# @option opts [String] :original_maintainer Filter results where original_maintainer matches value
|
108
|
+
# @option opts [String] :package Filter results where package matches value
|
109
|
+
# @option opts [String] :priority Filter results where priority matches value
|
110
|
+
# @option opts [String] :relative_path Filter results where relative_path matches value
|
111
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
112
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
113
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
114
|
+
# @option opts [String] :section Filter results where section matches value
|
115
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
116
|
+
# @option opts [String] :source Filter results where source matches value
|
117
|
+
# @option opts [String] :tag Filter results where tag matches value
|
118
|
+
# @option opts [String] :version Filter results where version matches value
|
119
119
|
# @option opts [String] :fields A list of fields to include in the response.
|
120
120
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
121
121
|
# @return [PaginateddebBasePackageResponseList]
|
@@ -127,30 +127,30 @@ module PulpDebClient
|
|
127
127
|
# List packages
|
128
128
|
# A Package represents a '.deb' binary package. Associated artifacts: Exactly one '.deb' package file.
|
129
129
|
# @param [Hash] opts the optional parameters
|
130
|
-
# @option opts [String] :architecture architecture
|
131
|
-
# @option opts [String] :auto_built_package auto_built_package
|
132
|
-
# @option opts [
|
133
|
-
# @option opts [String] :built_using built_using
|
134
|
-
# @option opts [
|
135
|
-
# @option opts [
|
130
|
+
# @option opts [String] :architecture Filter results where architecture matches value
|
131
|
+
# @option opts [String] :auto_built_package Filter results where auto_built_package matches value
|
132
|
+
# @option opts [Boolean] :build_essential Filter results where build_essential matches value
|
133
|
+
# @option opts [String] :built_using Filter results where built_using matches value
|
134
|
+
# @option opts [Boolean] :essential Filter results where essential matches value
|
135
|
+
# @option opts [Integer] :installed_size Filter results where installed_size matches value
|
136
136
|
# @option opts [Integer] :limit Number of results to return per page.
|
137
|
-
# @option opts [String] :maintainer maintainer
|
138
|
-
# @option opts [String] :multi_arch multi_arch
|
137
|
+
# @option opts [String] :maintainer Filter results where maintainer matches value
|
138
|
+
# @option opts [String] :multi_arch Filter results where multi_arch matches value
|
139
139
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
140
140
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
141
|
-
# @option opts [String] :origin origin
|
142
|
-
# @option opts [String] :original_maintainer original_maintainer
|
143
|
-
# @option opts [String] :package package
|
144
|
-
# @option opts [String] :priority priority
|
145
|
-
# @option opts [String] :relative_path relative_path
|
146
|
-
# @option opts [String] :repository_version
|
147
|
-
# @option opts [String] :repository_version_added
|
148
|
-
# @option opts [String] :repository_version_removed
|
149
|
-
# @option opts [String] :section section
|
150
|
-
# @option opts [String] :sha256 sha256
|
151
|
-
# @option opts [String] :source source
|
152
|
-
# @option opts [String] :tag tag
|
153
|
-
# @option opts [String] :version version
|
141
|
+
# @option opts [String] :origin Filter results where origin matches value
|
142
|
+
# @option opts [String] :original_maintainer Filter results where original_maintainer matches value
|
143
|
+
# @option opts [String] :package Filter results where package matches value
|
144
|
+
# @option opts [String] :priority Filter results where priority matches value
|
145
|
+
# @option opts [String] :relative_path Filter results where relative_path matches value
|
146
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
147
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
148
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
149
|
+
# @option opts [String] :section Filter results where section matches value
|
150
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
151
|
+
# @option opts [String] :source Filter results where source matches value
|
152
|
+
# @option opts [String] :tag Filter results where tag matches value
|
153
|
+
# @option opts [String] :version Filter results where version matches value
|
154
154
|
# @option opts [String] :fields A list of fields to include in the response.
|
155
155
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
156
156
|
# @return [Array<(PaginateddebBasePackageResponseList, Integer, Hash)>] PaginateddebBasePackageResponseList data, response status code and response headers
|
@@ -158,15 +158,15 @@ module PulpDebClient
|
|
158
158
|
if @api_client.config.debugging
|
159
159
|
@api_client.config.logger.debug 'Calling API: ContentPackagesApi.list ...'
|
160
160
|
end
|
161
|
-
allowable_values = ["
|
161
|
+
allowable_values = ["false", "true"]
|
162
162
|
if @api_client.config.client_side_validation && opts[:'build_essential'] && !allowable_values.include?(opts[:'build_essential'])
|
163
163
|
fail ArgumentError, "invalid value for \"build_essential\", must be one of #{allowable_values}"
|
164
164
|
end
|
165
|
-
allowable_values = ["
|
165
|
+
allowable_values = ["false", "true"]
|
166
166
|
if @api_client.config.client_side_validation && opts[:'essential'] && !allowable_values.include?(opts[:'essential'])
|
167
167
|
fail ArgumentError, "invalid value for \"essential\", must be one of #{allowable_values}"
|
168
168
|
end
|
169
|
-
allowable_values = ["
|
169
|
+
allowable_values = ["allowed", "foreign", "no", "same"]
|
170
170
|
if @api_client.config.client_side_validation && opts[:'multi_arch'] && !allowable_values.include?(opts[:'multi_arch'])
|
171
171
|
fail ArgumentError, "invalid value for \"multi_arch\", must be one of #{allowable_values}"
|
172
172
|
end
|