pulp_rpm_client 3.22.4 → 3.23.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 (34) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AcsRpmApi.md +4 -0
  4. data/docs/ContentModulemdsApi.md +2 -2
  5. data/docs/ContentPackagesApi.md +2 -0
  6. data/docs/DistributionsRpmApi.md +4 -0
  7. data/docs/PatchedrpmRpmDistribution.md +3 -1
  8. data/docs/RemotesRpmApi.md +4 -0
  9. data/docs/RemotesUlnApi.md +4 -0
  10. data/docs/RepositoriesRpmApi.md +4 -0
  11. data/docs/RpmRpmDistribution.md +3 -1
  12. data/docs/RpmRpmDistributionResponse.md +3 -1
  13. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +6 -0
  14. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +3 -3
  15. data/lib/pulp_rpm_client/api/content_packages_api.rb +3 -0
  16. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +6 -0
  17. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +6 -0
  18. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +6 -0
  19. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +6 -0
  20. data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +17 -5
  21. data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +17 -5
  22. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +17 -5
  23. data/lib/pulp_rpm_client/version.rb +1 -1
  24. data/spec/api/acs_rpm_api_spec.rb +2 -0
  25. data/spec/api/content_modulemds_api_spec.rb +1 -1
  26. data/spec/api/content_packages_api_spec.rb +1 -0
  27. data/spec/api/distributions_rpm_api_spec.rb +2 -0
  28. data/spec/api/remotes_rpm_api_spec.rb +2 -0
  29. data/spec/api/remotes_uln_api_spec.rb +2 -0
  30. data/spec/api/repositories_rpm_api_spec.rb +2 -0
  31. data/spec/models/patchedrpm_rpm_distribution_spec.rb +6 -0
  32. data/spec/models/rpm_rpm_distribution_response_spec.rb +6 -0
  33. data/spec/models/rpm_rpm_distribution_spec.rb +6 -0
  34. metadata +83 -83
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ab351d055cf06d1d3fb91c745663302de41ad2c5bd2a30cbe226ae451359939
4
- data.tar.gz: 3ebef2870088ab8b0e60283307a540260d2faf14a5c1349c8370cd78421fa057
3
+ metadata.gz: f58dc88919d5059c4eadbb2e5e08ce21b6813e8b2bd69f01867fcfd8faaf7929
4
+ data.tar.gz: 6bc163c7b228b1eb3d1e02498977eb3e3c494c5a203f5a98c6e16e0269be72f1
5
5
  SHA512:
6
- metadata.gz: 3c84e166f6b6dc4839db7fc9dc84cff7c69bb8d0131a5b3d8f4d9e9f9379431ee0c00f2adafaf1fbde845f2ab442d1f50e183d6b56a41de8aca247837e680d09
7
- data.tar.gz: 6c75197659dd9ec4e94b4c00c0a4992bdf0070a617b9792b2ed62ee1c41b9a4116c6d8be7ef5190b060bb718e552e71a8805ae3714ec426291752130185aecba
6
+ metadata.gz: 466a5bb1ec47d3d436d82d90660b14eee32461af265adeadb023265fe90f0c3618ba01e0e2def7cd4e59ffd183adb72a8eb9d770ca3fc0d80343980c2a8ac743
7
+ data.tar.gz: 55e411685bebba0e2bad8d35df9ff4fdf23175b10319b3dbf12aa08a06ddc2e5729b991ef195d0d4bc6003b2e9e0f0b566ead39bda29e366e2f8fab95b8ab031
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.22.4
10
+ - Package version: 3.23.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_rpm_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_rpm_client-3.22.4.gem
27
+ gem install ./pulp_rpm_client-3.23.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_rpm_client-3.22.4.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_rpm_client-3.23.0.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_rpm_client', '~> 3.22.4'
36
+ gem 'pulp_rpm_client', '~> 3.23.0'
37
37
 
38
38
  ### Install from Git
39
39
 
data/docs/AcsRpmApi.md CHANGED
@@ -207,7 +207,9 @@ opts = {
207
207
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
208
208
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
209
209
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
210
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
210
211
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
212
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
211
213
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
212
214
  offset: 56, # Integer | The initial index from which to return the results.
213
215
  ordering: ['ordering_example'], # 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) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -238,7 +240,9 @@ Name | Type | Description | Notes
238
240
  **name__icontains** | **String**| Filter results where name contains value | [optional]
239
241
  **name__iexact** | **String**| Filter results where name matches value | [optional]
240
242
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
243
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
241
244
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
245
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
242
246
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
243
247
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
244
248
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_refreshed&#x60; - Last refreshed * &#x60;-last_refreshed&#x60; - Last refreshed (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
@@ -93,7 +93,7 @@ opts = {
93
93
  name: 'name_example', # String | Filter results where name matches value
94
94
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
95
95
  offset: 56, # Integer | The initial index from which to return the results.
96
- ordering: ['ordering_example'], # 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) * `name` - Name * `-name` - Name (descending) * `stream` - Stream * `-stream` - Stream (descending) * `version` - Version * `-version` - Version (descending) * `context` - Context * `-context` - Context (descending) * `arch` - Arch * `-arch` - Arch (descending) * `static_context` - Static context * `-static_context` - Static context (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `artifacts` - Artifacts * `-artifacts` - Artifacts (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `description` - Description * `-description` - Description (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
96
+ ordering: ['ordering_example'], # 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) * `name` - Name * `-name` - Name (descending) * `stream` - Stream * `-stream` - Stream (descending) * `version` - Version * `-version` - Version (descending) * `context` - Context * `-context` - Context (descending) * `arch` - Arch * `-arch` - Arch (descending) * `static_context` - Static context * `-static_context` - Static context (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `artifacts` - Artifacts * `-artifacts` - Artifacts (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `description` - Description * `-description` - Description (descending) * `digest` - Digest * `-digest` - Digest (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
97
97
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
98
98
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
99
99
  q: 'q_example', # String |
@@ -131,7 +131,7 @@ Name | Type | Description | Notes
131
131
  **name** | **String**| Filter results where name matches value | [optional]
132
132
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
133
133
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
134
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
134
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
135
135
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
136
136
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
137
137
  **q** | **String**| | [optional]
@@ -106,6 +106,7 @@ opts = {
106
106
  epoch: 'epoch_example', # String | Filter results where epoch matches value
107
107
  epoch__in: ['epoch__in_example'], # Array<String> | Filter results where epoch is in a comma-separated list of values
108
108
  epoch__ne: 'epoch__ne_example', # String | Filter results where epoch not equal to value
109
+ filename: 'filename_example', # String |
109
110
  limit: 56, # Integer | Number of results to return per page.
110
111
  name: 'name_example', # String | Filter results where name matches value
111
112
  name__contains: 'name__contains_example', # String | Filter results where name contains value
@@ -160,6 +161,7 @@ Name | Type | Description | Notes
160
161
  **epoch** | **String**| Filter results where epoch matches value | [optional]
161
162
  **epoch__in** | [**Array&lt;String&gt;**](String.md)| Filter results where epoch is in a comma-separated list of values | [optional]
162
163
  **epoch__ne** | **String**| Filter results where epoch not equal to value | [optional]
164
+ **filename** | **String**| | [optional]
163
165
  **limit** | **Integer**| Number of results to return per page. | [optional]
164
166
  **name** | **String**| Filter results where name matches value | [optional]
165
167
  **name__contains** | **String**| Filter results where name contains value | [optional]
@@ -212,7 +212,9 @@ opts = {
212
212
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
213
213
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
214
214
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
215
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
215
216
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
217
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
216
218
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
217
219
  offset: 56, # Integer | The initial index from which to return the results.
218
220
  ordering: ['ordering_example'], # 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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -251,7 +253,9 @@ Name | Type | Description | Notes
251
253
  **name__icontains** | **String**| Filter results where name contains value | [optional]
252
254
  **name__iexact** | **String**| Filter results where name matches value | [optional]
253
255
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
256
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
254
257
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
258
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
255
259
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
256
260
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
257
261
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional]
12
12
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
13
13
  **publication** | **String** | Publication to be served | [optional]
14
+ **generate_repo_config** | **Boolean** | An option specifying whether Pulp should generate *.repo files. | [optional] [default to false]
14
15
 
15
16
  ## Code Sample
16
17
 
@@ -23,7 +24,8 @@ instance = PulpRpmClient::PatchedrpmRpmDistribution.new(base_path: null,
23
24
  pulp_labels: null,
24
25
  name: null,
25
26
  repository: null,
26
- publication: null)
27
+ publication: null,
28
+ generate_repo_config: null)
27
29
  ```
28
30
 
29
31
 
@@ -208,7 +208,9 @@ opts = {
208
208
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
209
209
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
210
210
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
211
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
211
212
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
213
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
212
214
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
213
215
  offset: 56, # Integer | The initial index from which to return the results.
214
216
  ordering: ['ordering_example'], # 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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -246,7 +248,9 @@ Name | Type | Description | Notes
246
248
  **name__icontains** | **String**| Filter results where name contains value | [optional]
247
249
  **name__iexact** | **String**| Filter results where name matches value | [optional]
248
250
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
251
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
249
252
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
253
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
250
254
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
251
255
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
252
256
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
@@ -208,7 +208,9 @@ opts = {
208
208
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
209
209
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
210
210
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
211
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
211
212
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
213
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
212
214
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
213
215
  offset: 56, # Integer | The initial index from which to return the results.
214
216
  ordering: ['ordering_example'], # 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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -246,7 +248,9 @@ Name | Type | Description | Notes
246
248
  **name__icontains** | **String**| Filter results where name contains value | [optional]
247
249
  **name__iexact** | **String**| Filter results where name matches value | [optional]
248
250
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
251
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
249
252
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
253
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
250
254
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
251
255
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
252
256
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
@@ -211,7 +211,9 @@ opts = {
211
211
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
212
212
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
213
213
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
214
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
214
215
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
216
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
215
217
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
216
218
  offset: 56, # Integer | The initial index from which to return the results.
217
219
  ordering: ['ordering_example'], # 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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -254,7 +256,9 @@ Name | Type | Description | Notes
254
256
  **name__icontains** | **String**| Filter results where name contains value | [optional]
255
257
  **name__iexact** | **String**| Filter results where name matches value | [optional]
256
258
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
259
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
257
260
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
261
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
258
262
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
259
263
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
260
264
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
12
12
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
13
13
  **publication** | **String** | Publication to be served | [optional]
14
+ **generate_repo_config** | **Boolean** | An option specifying whether Pulp should generate *.repo files. | [optional] [default to false]
14
15
 
15
16
  ## Code Sample
16
17
 
@@ -23,7 +24,8 @@ instance = PulpRpmClient::RpmRpmDistribution.new(base_path: null,
23
24
  pulp_labels: null,
24
25
  name: null,
25
26
  repository: null,
26
- publication: null)
27
+ publication: null,
28
+ generate_repo_config: null)
27
29
  ```
28
30
 
29
31
 
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
15
15
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
16
16
  **publication** | **String** | Publication to be served | [optional]
17
+ **generate_repo_config** | **Boolean** | An option specifying whether Pulp should generate *.repo files. | [optional] [default to false]
17
18
 
18
19
  ## Code Sample
19
20
 
@@ -29,7 +30,8 @@ instance = PulpRpmClient::RpmRpmDistributionResponse.new(pulp_href: null,
29
30
  pulp_labels: null,
30
31
  name: null,
31
32
  repository: null,
32
- publication: null)
33
+ publication: null,
34
+ generate_repo_config: null)
33
35
  ```
34
36
 
35
37
 
@@ -224,7 +224,9 @@ module PulpRpmClient
224
224
  # @option opts [String] :name__icontains Filter results where name contains value
225
225
  # @option opts [String] :name__iexact Filter results where name matches value
226
226
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
227
+ # @option opts [String] :name__iregex Filter results where name matches regex value
227
228
  # @option opts [String] :name__istartswith Filter results where name starts with value
229
+ # @option opts [String] :name__regex Filter results where name matches regex value
228
230
  # @option opts [String] :name__startswith Filter results where name starts with value
229
231
  # @option opts [Integer] :offset The initial index from which to return the results.
230
232
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_refreshed&#x60; - Last refreshed * &#x60;-last_refreshed&#x60; - Last refreshed (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -248,7 +250,9 @@ module PulpRpmClient
248
250
  # @option opts [String] :name__icontains Filter results where name contains value
249
251
  # @option opts [String] :name__iexact Filter results where name matches value
250
252
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
253
+ # @option opts [String] :name__iregex Filter results where name matches regex value
251
254
  # @option opts [String] :name__istartswith Filter results where name starts with value
255
+ # @option opts [String] :name__regex Filter results where name matches regex value
252
256
  # @option opts [String] :name__startswith Filter results where name starts with value
253
257
  # @option opts [Integer] :offset The initial index from which to return the results.
254
258
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_refreshed&#x60; - Last refreshed * &#x60;-last_refreshed&#x60; - Last refreshed (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -277,7 +281,9 @@ module PulpRpmClient
277
281
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
278
282
  query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
279
283
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
284
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
280
285
  query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
286
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
281
287
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
282
288
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
283
289
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -94,7 +94,7 @@ module PulpRpmClient
94
94
  # @option opts [String] :name Filter results where name matches value
95
95
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
96
96
  # @option opts [Integer] :offset The initial index from which to return the results.
97
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
97
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
98
98
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
99
99
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
100
100
  # @option opts [String] :q
@@ -125,7 +125,7 @@ module PulpRpmClient
125
125
  # @option opts [String] :name Filter results where name matches value
126
126
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
127
127
  # @option opts [Integer] :offset The initial index from which to return the results.
128
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
128
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
129
129
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
130
130
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
131
131
  # @option opts [String] :q
@@ -144,7 +144,7 @@ module PulpRpmClient
144
144
  if @api_client.config.debugging
145
145
  @api_client.config.logger.debug 'Calling API: ContentModulemdsApi.list ...'
146
146
  end
147
- allowable_values = ["-arch", "-artifacts", "-context", "-dependencies", "-description", "-name", "-pk", "-profiles", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-snippet", "-static_context", "-stream", "-timestamp_of_interest", "-upstream_id", "-version", "arch", "artifacts", "context", "dependencies", "description", "name", "pk", "profiles", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "snippet", "static_context", "stream", "timestamp_of_interest", "upstream_id", "version"]
147
+ allowable_values = ["-arch", "-artifacts", "-context", "-dependencies", "-description", "-digest", "-name", "-pk", "-profiles", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-snippet", "-static_context", "-stream", "-timestamp_of_interest", "-upstream_id", "-version", "arch", "artifacts", "context", "dependencies", "description", "digest", "name", "pk", "profiles", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "snippet", "static_context", "stream", "timestamp_of_interest", "upstream_id", "version"]
148
148
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
149
149
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
150
150
  end
@@ -110,6 +110,7 @@ module PulpRpmClient
110
110
  # @option opts [String] :epoch Filter results where epoch matches value
111
111
  # @option opts [Array<String>] :epoch__in Filter results where epoch is in a comma-separated list of values
112
112
  # @option opts [String] :epoch__ne Filter results where epoch not equal to value
113
+ # @option opts [String] :filename
113
114
  # @option opts [Integer] :limit Number of results to return per page.
114
115
  # @option opts [String] :name Filter results where name matches value
115
116
  # @option opts [String] :name__contains Filter results where name contains value
@@ -157,6 +158,7 @@ module PulpRpmClient
157
158
  # @option opts [String] :epoch Filter results where epoch matches value
158
159
  # @option opts [Array<String>] :epoch__in Filter results where epoch is in a comma-separated list of values
159
160
  # @option opts [String] :epoch__ne Filter results where epoch not equal to value
161
+ # @option opts [String] :filename
160
162
  # @option opts [Integer] :limit Number of results to return per page.
161
163
  # @option opts [String] :name Filter results where name matches value
162
164
  # @option opts [String] :name__contains Filter results where name contains value
@@ -213,6 +215,7 @@ module PulpRpmClient
213
215
  query_params[:'epoch'] = opts[:'epoch'] if !opts[:'epoch'].nil?
214
216
  query_params[:'epoch__in'] = @api_client.build_collection_param(opts[:'epoch__in'], :csv) if !opts[:'epoch__in'].nil?
215
217
  query_params[:'epoch__ne'] = opts[:'epoch__ne'] if !opts[:'epoch__ne'].nil?
218
+ query_params[:'filename'] = opts[:'filename'] if !opts[:'filename'].nil?
216
219
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
217
220
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
218
221
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
@@ -228,7 +228,9 @@ module PulpRpmClient
228
228
  # @option opts [String] :name__icontains Filter results where name contains value
229
229
  # @option opts [String] :name__iexact Filter results where name matches value
230
230
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
231
+ # @option opts [String] :name__iregex Filter results where name matches regex value
231
232
  # @option opts [String] :name__istartswith Filter results where name starts with value
233
+ # @option opts [String] :name__regex Filter results where name matches regex value
232
234
  # @option opts [String] :name__startswith Filter results where name starts with value
233
235
  # @option opts [Integer] :offset The initial index from which to return the results.
234
236
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -260,7 +262,9 @@ module PulpRpmClient
260
262
  # @option opts [String] :name__icontains Filter results where name contains value
261
263
  # @option opts [String] :name__iexact Filter results where name matches value
262
264
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
265
+ # @option opts [String] :name__iregex Filter results where name matches regex value
263
266
  # @option opts [String] :name__istartswith Filter results where name starts with value
267
+ # @option opts [String] :name__regex Filter results where name matches regex value
264
268
  # @option opts [String] :name__startswith Filter results where name starts with value
265
269
  # @option opts [Integer] :offset The initial index from which to return the results.
266
270
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -297,7 +301,9 @@ module PulpRpmClient
297
301
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
298
302
  query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
299
303
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
304
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
300
305
  query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
306
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
301
307
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
302
308
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
303
309
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -224,7 +224,9 @@ module PulpRpmClient
224
224
  # @option opts [String] :name__icontains Filter results where name contains value
225
225
  # @option opts [String] :name__iexact Filter results where name matches value
226
226
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
227
+ # @option opts [String] :name__iregex Filter results where name matches regex value
227
228
  # @option opts [String] :name__istartswith Filter results where name starts with value
229
+ # @option opts [String] :name__regex Filter results where name matches regex value
228
230
  # @option opts [String] :name__startswith Filter results where name starts with value
229
231
  # @option opts [Integer] :offset The initial index from which to return the results.
230
232
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -255,7 +257,9 @@ module PulpRpmClient
255
257
  # @option opts [String] :name__icontains Filter results where name contains value
256
258
  # @option opts [String] :name__iexact Filter results where name matches value
257
259
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
260
+ # @option opts [String] :name__iregex Filter results where name matches regex value
258
261
  # @option opts [String] :name__istartswith Filter results where name starts with value
262
+ # @option opts [String] :name__regex Filter results where name matches regex value
259
263
  # @option opts [String] :name__startswith Filter results where name starts with value
260
264
  # @option opts [Integer] :offset The initial index from which to return the results.
261
265
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -291,7 +295,9 @@ module PulpRpmClient
291
295
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
292
296
  query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
293
297
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
298
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
294
299
  query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
300
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
295
301
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
296
302
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
297
303
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -224,7 +224,9 @@ module PulpRpmClient
224
224
  # @option opts [String] :name__icontains Filter results where name contains value
225
225
  # @option opts [String] :name__iexact Filter results where name matches value
226
226
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
227
+ # @option opts [String] :name__iregex Filter results where name matches regex value
227
228
  # @option opts [String] :name__istartswith Filter results where name starts with value
229
+ # @option opts [String] :name__regex Filter results where name matches regex value
228
230
  # @option opts [String] :name__startswith Filter results where name starts with value
229
231
  # @option opts [Integer] :offset The initial index from which to return the results.
230
232
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -255,7 +257,9 @@ module PulpRpmClient
255
257
  # @option opts [String] :name__icontains Filter results where name contains value
256
258
  # @option opts [String] :name__iexact Filter results where name matches value
257
259
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
260
+ # @option opts [String] :name__iregex Filter results where name matches regex value
258
261
  # @option opts [String] :name__istartswith Filter results where name starts with value
262
+ # @option opts [String] :name__regex Filter results where name matches regex value
259
263
  # @option opts [String] :name__startswith Filter results where name starts with value
260
264
  # @option opts [Integer] :offset The initial index from which to return the results.
261
265
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -291,7 +295,9 @@ module PulpRpmClient
291
295
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
292
296
  query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
293
297
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
298
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
294
299
  query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
300
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
295
301
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
296
302
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
297
303
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -225,7 +225,9 @@ module PulpRpmClient
225
225
  # @option opts [String] :name__icontains Filter results where name contains value
226
226
  # @option opts [String] :name__iexact Filter results where name matches value
227
227
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
228
+ # @option opts [String] :name__iregex Filter results where name matches regex value
228
229
  # @option opts [String] :name__istartswith Filter results where name starts with value
230
+ # @option opts [String] :name__regex Filter results where name matches regex value
229
231
  # @option opts [String] :name__startswith Filter results where name starts with value
230
232
  # @option opts [Integer] :offset The initial index from which to return the results.
231
233
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -261,7 +263,9 @@ module PulpRpmClient
261
263
  # @option opts [String] :name__icontains Filter results where name contains value
262
264
  # @option opts [String] :name__iexact Filter results where name matches value
263
265
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
266
+ # @option opts [String] :name__iregex Filter results where name matches regex value
264
267
  # @option opts [String] :name__istartswith Filter results where name starts with value
268
+ # @option opts [String] :name__regex Filter results where name matches regex value
265
269
  # @option opts [String] :name__startswith Filter results where name starts with value
266
270
  # @option opts [Integer] :offset The initial index from which to return the results.
267
271
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -302,7 +306,9 @@ module PulpRpmClient
302
306
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
303
307
  query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
304
308
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
309
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
305
310
  query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
311
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
306
312
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
307
313
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
308
314
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -35,6 +35,9 @@ module PulpRpmClient
35
35
  # Publication to be served
36
36
  attr_accessor :publication
37
37
 
38
+ # An option specifying whether Pulp should generate *.repo files.
39
+ attr_accessor :generate_repo_config
40
+
38
41
  # Attribute mapping from ruby-style variable name to JSON key.
39
42
  def self.attribute_map
40
43
  {
@@ -44,7 +47,8 @@ module PulpRpmClient
44
47
  :'pulp_labels' => :'pulp_labels',
45
48
  :'name' => :'name',
46
49
  :'repository' => :'repository',
47
- :'publication' => :'publication'
50
+ :'publication' => :'publication',
51
+ :'generate_repo_config' => :'generate_repo_config'
48
52
  }
49
53
  end
50
54
 
@@ -57,7 +61,8 @@ module PulpRpmClient
57
61
  :'pulp_labels' => :'Hash<String, String>',
58
62
  :'name' => :'String',
59
63
  :'repository' => :'String',
60
- :'publication' => :'String'
64
+ :'publication' => :'String',
65
+ :'generate_repo_config' => :'Boolean'
61
66
  }
62
67
  end
63
68
 
@@ -66,7 +71,7 @@ module PulpRpmClient
66
71
  Set.new([
67
72
  :'content_guard',
68
73
  :'repository',
69
- :'publication'
74
+ :'publication',
70
75
  ])
71
76
  end
72
77
 
@@ -116,6 +121,12 @@ module PulpRpmClient
116
121
  if attributes.key?(:'publication')
117
122
  self.publication = attributes[:'publication']
118
123
  end
124
+
125
+ if attributes.key?(:'generate_repo_config')
126
+ self.generate_repo_config = attributes[:'generate_repo_config']
127
+ else
128
+ self.generate_repo_config = false
129
+ end
119
130
  end
120
131
 
121
132
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -172,7 +183,8 @@ module PulpRpmClient
172
183
  pulp_labels == o.pulp_labels &&
173
184
  name == o.name &&
174
185
  repository == o.repository &&
175
- publication == o.publication
186
+ publication == o.publication &&
187
+ generate_repo_config == o.generate_repo_config
176
188
  end
177
189
 
178
190
  # @see the `==` method
@@ -184,7 +196,7 @@ module PulpRpmClient
184
196
  # Calculates hash code according to all attributes.
185
197
  # @return [Integer] Hash code
186
198
  def hash
187
- [base_path, content_guard, hidden, pulp_labels, name, repository, publication].hash
199
+ [base_path, content_guard, hidden, pulp_labels, name, repository, publication, generate_repo_config].hash
188
200
  end
189
201
 
190
202
  # Builds the object from hash
@@ -35,6 +35,9 @@ module PulpRpmClient
35
35
  # Publication to be served
36
36
  attr_accessor :publication
37
37
 
38
+ # An option specifying whether Pulp should generate *.repo files.
39
+ attr_accessor :generate_repo_config
40
+
38
41
  # Attribute mapping from ruby-style variable name to JSON key.
39
42
  def self.attribute_map
40
43
  {
@@ -44,7 +47,8 @@ module PulpRpmClient
44
47
  :'pulp_labels' => :'pulp_labels',
45
48
  :'name' => :'name',
46
49
  :'repository' => :'repository',
47
- :'publication' => :'publication'
50
+ :'publication' => :'publication',
51
+ :'generate_repo_config' => :'generate_repo_config'
48
52
  }
49
53
  end
50
54
 
@@ -57,7 +61,8 @@ module PulpRpmClient
57
61
  :'pulp_labels' => :'Hash<String, String>',
58
62
  :'name' => :'String',
59
63
  :'repository' => :'String',
60
- :'publication' => :'String'
64
+ :'publication' => :'String',
65
+ :'generate_repo_config' => :'Boolean'
61
66
  }
62
67
  end
63
68
 
@@ -66,7 +71,7 @@ module PulpRpmClient
66
71
  Set.new([
67
72
  :'content_guard',
68
73
  :'repository',
69
- :'publication'
74
+ :'publication',
70
75
  ])
71
76
  end
72
77
 
@@ -116,6 +121,12 @@ module PulpRpmClient
116
121
  if attributes.key?(:'publication')
117
122
  self.publication = attributes[:'publication']
118
123
  end
124
+
125
+ if attributes.key?(:'generate_repo_config')
126
+ self.generate_repo_config = attributes[:'generate_repo_config']
127
+ else
128
+ self.generate_repo_config = false
129
+ end
119
130
  end
120
131
 
121
132
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -190,7 +201,8 @@ module PulpRpmClient
190
201
  pulp_labels == o.pulp_labels &&
191
202
  name == o.name &&
192
203
  repository == o.repository &&
193
- publication == o.publication
204
+ publication == o.publication &&
205
+ generate_repo_config == o.generate_repo_config
194
206
  end
195
207
 
196
208
  # @see the `==` method
@@ -202,7 +214,7 @@ module PulpRpmClient
202
214
  # Calculates hash code according to all attributes.
203
215
  # @return [Integer] Hash code
204
216
  def hash
205
- [base_path, content_guard, hidden, pulp_labels, name, repository, publication].hash
217
+ [base_path, content_guard, hidden, pulp_labels, name, repository, publication, generate_repo_config].hash
206
218
  end
207
219
 
208
220
  # Builds the object from hash
@@ -43,6 +43,9 @@ module PulpRpmClient
43
43
  # Publication to be served
44
44
  attr_accessor :publication
45
45
 
46
+ # An option specifying whether Pulp should generate *.repo files.
47
+ attr_accessor :generate_repo_config
48
+
46
49
  # Attribute mapping from ruby-style variable name to JSON key.
47
50
  def self.attribute_map
48
51
  {
@@ -55,7 +58,8 @@ module PulpRpmClient
55
58
  :'pulp_labels' => :'pulp_labels',
56
59
  :'name' => :'name',
57
60
  :'repository' => :'repository',
58
- :'publication' => :'publication'
61
+ :'publication' => :'publication',
62
+ :'generate_repo_config' => :'generate_repo_config'
59
63
  }
60
64
  end
61
65
 
@@ -71,7 +75,8 @@ module PulpRpmClient
71
75
  :'pulp_labels' => :'Hash<String, String>',
72
76
  :'name' => :'String',
73
77
  :'repository' => :'String',
74
- :'publication' => :'String'
78
+ :'publication' => :'String',
79
+ :'generate_repo_config' => :'Boolean'
75
80
  }
76
81
  end
77
82
 
@@ -80,7 +85,7 @@ module PulpRpmClient
80
85
  Set.new([
81
86
  :'content_guard',
82
87
  :'repository',
83
- :'publication'
88
+ :'publication',
84
89
  ])
85
90
  end
86
91
 
@@ -142,6 +147,12 @@ module PulpRpmClient
142
147
  if attributes.key?(:'publication')
143
148
  self.publication = attributes[:'publication']
144
149
  end
150
+
151
+ if attributes.key?(:'generate_repo_config')
152
+ self.generate_repo_config = attributes[:'generate_repo_config']
153
+ else
154
+ self.generate_repo_config = false
155
+ end
145
156
  end
146
157
 
147
158
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -181,7 +192,8 @@ module PulpRpmClient
181
192
  pulp_labels == o.pulp_labels &&
182
193
  name == o.name &&
183
194
  repository == o.repository &&
184
- publication == o.publication
195
+ publication == o.publication &&
196
+ generate_repo_config == o.generate_repo_config
185
197
  end
186
198
 
187
199
  # @see the `==` method
@@ -193,7 +205,7 @@ module PulpRpmClient
193
205
  # Calculates hash code according to all attributes.
194
206
  # @return [Integer] Hash code
195
207
  def hash
196
- [pulp_href, pulp_created, base_path, base_url, content_guard, hidden, pulp_labels, name, repository, publication].hash
208
+ [pulp_href, pulp_created, base_path, base_url, content_guard, hidden, pulp_labels, name, repository, publication, generate_repo_config].hash
197
209
  end
198
210
 
199
211
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpRpmClient
14
- VERSION = '3.22.4'
14
+ VERSION = '3.23.0'
15
15
  end
@@ -79,7 +79,9 @@ describe 'AcsRpmApi' do
79
79
  # @option opts [String] :name__icontains Filter results where name contains value
80
80
  # @option opts [String] :name__iexact Filter results where name matches value
81
81
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
82
+ # @option opts [String] :name__iregex Filter results where name matches regex value
82
83
  # @option opts [String] :name__istartswith Filter results where name starts with value
84
+ # @option opts [String] :name__regex Filter results where name matches regex value
83
85
  # @option opts [String] :name__startswith Filter results where name starts with value
84
86
  # @option opts [Integer] :offset The initial index from which to return the results.
85
87
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_refreshed&#x60; - Last refreshed * &#x60;-last_refreshed&#x60; - Last refreshed (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -56,7 +56,7 @@ describe 'ContentModulemdsApi' do
56
56
  # @option opts [String] :name Filter results where name matches value
57
57
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
58
58
  # @option opts [Integer] :offset The initial index from which to return the results.
59
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
59
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
60
60
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
61
61
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
62
62
  # @option opts [String] :q
@@ -63,6 +63,7 @@ describe 'ContentPackagesApi' do
63
63
  # @option opts [String] :epoch Filter results where epoch matches value
64
64
  # @option opts [Array<String>] :epoch__in Filter results where epoch is in a comma-separated list of values
65
65
  # @option opts [String] :epoch__ne Filter results where epoch not equal to value
66
+ # @option opts [String] :filename
66
67
  # @option opts [Integer] :limit Number of results to return per page.
67
68
  # @option opts [String] :name Filter results where name matches value
68
69
  # @option opts [String] :name__contains Filter results where name contains value
@@ -83,7 +83,9 @@ describe 'DistributionsRpmApi' do
83
83
  # @option opts [String] :name__icontains Filter results where name contains value
84
84
  # @option opts [String] :name__iexact Filter results where name matches value
85
85
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
86
+ # @option opts [String] :name__iregex Filter results where name matches regex value
86
87
  # @option opts [String] :name__istartswith Filter results where name starts with value
88
+ # @option opts [String] :name__regex Filter results where name matches regex value
87
89
  # @option opts [String] :name__startswith Filter results where name starts with value
88
90
  # @option opts [Integer] :offset The initial index from which to return the results.
89
91
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -79,7 +79,9 @@ describe 'RemotesRpmApi' do
79
79
  # @option opts [String] :name__icontains Filter results where name contains value
80
80
  # @option opts [String] :name__iexact Filter results where name matches value
81
81
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
82
+ # @option opts [String] :name__iregex Filter results where name matches regex value
82
83
  # @option opts [String] :name__istartswith Filter results where name starts with value
84
+ # @option opts [String] :name__regex Filter results where name matches regex value
83
85
  # @option opts [String] :name__startswith Filter results where name starts with value
84
86
  # @option opts [Integer] :offset The initial index from which to return the results.
85
87
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -79,7 +79,9 @@ describe 'RemotesUlnApi' do
79
79
  # @option opts [String] :name__icontains Filter results where name contains value
80
80
  # @option opts [String] :name__iexact Filter results where name matches value
81
81
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
82
+ # @option opts [String] :name__iregex Filter results where name matches regex value
82
83
  # @option opts [String] :name__istartswith Filter results where name starts with value
84
+ # @option opts [String] :name__regex Filter results where name matches regex value
83
85
  # @option opts [String] :name__startswith Filter results where name starts with value
84
86
  # @option opts [Integer] :offset The initial index from which to return the results.
85
87
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -80,7 +80,9 @@ describe 'RepositoriesRpmApi' do
80
80
  # @option opts [String] :name__icontains Filter results where name contains value
81
81
  # @option opts [String] :name__iexact Filter results where name matches value
82
82
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
83
+ # @option opts [String] :name__iregex Filter results where name matches regex value
83
84
  # @option opts [String] :name__istartswith Filter results where name starts with value
85
+ # @option opts [String] :name__regex Filter results where name matches regex value
84
86
  # @option opts [String] :name__startswith Filter results where name starts with value
85
87
  # @option opts [Integer] :offset The initial index from which to return the results.
86
88
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -74,4 +74,10 @@ describe 'PatchedrpmRpmDistribution' do
74
74
  end
75
75
  end
76
76
 
77
+ describe 'test attribute "generate_repo_config"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
77
83
  end
@@ -92,4 +92,10 @@ describe 'RpmRpmDistributionResponse' do
92
92
  end
93
93
  end
94
94
 
95
+ describe 'test attribute "generate_repo_config"' do
96
+ it 'should work' do
97
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
+ end
99
+ end
100
+
95
101
  end
@@ -74,4 +74,10 @@ describe 'RpmRpmDistribution' do
74
74
  end
75
75
  end
76
76
 
77
+ describe 'test attribute "generate_repo_config"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
77
83
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_rpm_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.22.4
4
+ version: 3.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-18 00:00:00.000000000 Z
11
+ date: 2023-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -416,107 +416,107 @@ signing_key:
416
416
  specification_version: 4
417
417
  summary: Pulp 3 API Ruby Gem
418
418
  test_files:
419
- - spec/api/acs_rpm_api_spec.rb
420
- - spec/api/content_modulemd_obsoletes_api_spec.rb
421
- - spec/api/content_repo_metadata_files_api_spec.rb
422
- - spec/api/content_modulemd_defaults_api_spec.rb
423
- - spec/api/content_packageenvironments_api_spec.rb
424
- - spec/api/repositories_rpm_versions_api_spec.rb
425
- - spec/api/distributions_rpm_api_spec.rb
419
+ - spec/api/content_packagegroups_api_spec.rb
420
+ - spec/api/rpm_comps_api_spec.rb
426
421
  - spec/api/repositories_rpm_api_spec.rb
427
- - spec/api/content_distribution_trees_api_spec.rb
428
- - spec/api/remotes_uln_api_spec.rb
422
+ - spec/api/content_modulemds_api_spec.rb
429
423
  - spec/api/content_packages_api_spec.rb
430
424
  - spec/api/content_packagecategories_api_spec.rb
431
- - spec/api/content_packagelangpacks_api_spec.rb
432
- - spec/api/content_advisories_api_spec.rb
433
- - spec/api/content_modulemds_api_spec.rb
425
+ - spec/api/content_modulemd_defaults_api_spec.rb
426
+ - spec/api/remotes_uln_api_spec.rb
434
427
  - spec/api/publications_rpm_api_spec.rb
435
- - spec/api/content_packagegroups_api_spec.rb
428
+ - spec/api/content_repo_metadata_files_api_spec.rb
429
+ - spec/api/distributions_rpm_api_spec.rb
430
+ - spec/api/repositories_rpm_versions_api_spec.rb
431
+ - spec/api/content_packageenvironments_api_spec.rb
436
432
  - spec/api/rpm_copy_api_spec.rb
433
+ - spec/api/content_distribution_trees_api_spec.rb
434
+ - spec/api/content_modulemd_obsoletes_api_spec.rb
435
+ - spec/api/content_advisories_api_spec.rb
437
436
  - spec/api/remotes_rpm_api_spec.rb
438
- - spec/api/rpm_comps_api_spec.rb
437
+ - spec/api/content_packagelangpacks_api_spec.rb
438
+ - spec/api/acs_rpm_api_spec.rb
439
439
  - spec/api_client_spec.rb
440
440
  - spec/configuration_spec.rb
441
- - spec/models/rpm_uln_remote_spec.rb
442
- - spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
443
- - spec/models/rpm_rpm_alternate_content_source_spec.rb
444
- - spec/models/paginatedrpm_package_group_response_list_spec.rb
445
- - spec/models/rpm_update_record_spec.rb
446
- - spec/models/rpm_distribution_tree_response_spec.rb
447
- - spec/models/paginatedrpm_package_environment_response_list_spec.rb
448
- - spec/models/artifact_response_spec.rb
449
- - spec/models/async_operation_response_spec.rb
450
- - spec/models/paginatedrpm_rpm_publication_response_list_spec.rb
451
- - spec/models/repair_spec.rb
452
- - spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
453
441
  - spec/models/rpm_repo_metadata_file_response_spec.rb
454
- - spec/models/unset_label_response_spec.rb
442
+ - spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
443
+ - spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
444
+ - spec/models/comps_xml_spec.rb
445
+ - spec/models/content_summary_response_spec.rb
446
+ - spec/models/rpm_modulemd_spec.rb
447
+ - spec/models/rpm_update_record_spec.rb
455
448
  - spec/models/rpm_package_category_response_spec.rb
456
- - spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
457
- - spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
458
- - spec/models/rpm_package_spec.rb
459
- - spec/models/patchedrpm_rpm_distribution_spec.rb
460
- - spec/models/rpm_modulemd_response_spec.rb
461
- - spec/models/my_permissions_response_spec.rb
449
+ - spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
450
+ - spec/models/set_label_spec.rb
451
+ - spec/models/repair_spec.rb
452
+ - spec/models/copy_spec.rb
462
453
  - spec/models/rpm_rpm_alternate_content_source_response_spec.rb
463
- - spec/models/rpm_package_langpacks_response_spec.rb
464
- - spec/models/set_label_response_spec.rb
465
- - spec/models/repository_add_remove_content_spec.rb
466
- - spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
467
- - spec/models/rpm_rpm_publication_response_spec.rb
468
- - spec/models/rpm_modulemd_defaults_spec.rb
469
- - spec/models/object_roles_response_spec.rb
454
+ - spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
455
+ - spec/models/rpm_rpm_repository_spec.rb
470
456
  - spec/models/rpm_package_response_spec.rb
471
- - spec/models/skip_types_enum_spec.rb
472
- - spec/models/set_label_spec.rb
473
- - spec/models/rpm_update_record_response_spec.rb
474
- - spec/models/sync_policy_enum_spec.rb
457
+ - spec/models/paginatedrpm_package_environment_response_list_spec.rb
458
+ - spec/models/artifact_response_spec.rb
475
459
  - spec/models/paginated_repository_version_response_list_spec.rb
476
- - spec/models/image_response_spec.rb
477
- - spec/models/rpm_update_collection_spec.rb
478
- - spec/models/metadata_checksum_type_enum_spec.rb
479
- - spec/models/paginatedrpm_rpm_alternate_content_source_response_list_spec.rb
480
- - spec/models/package_checksum_type_enum_spec.rb
481
- - spec/models/rpm_modulemd_defaults_response_spec.rb
482
- - spec/models/rpm_package_group_response_spec.rb
460
+ - spec/models/rpm_modulemd_response_spec.rb
483
461
  - spec/models/variant_response_spec.rb
484
- - spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
485
- - spec/models/rpm_rpm_remote_spec.rb
486
- - spec/models/rpm_rpm_distribution_spec.rb
487
- - spec/models/rpm_rpm_repository_spec.rb
488
- - spec/models/rpm_rpm_distribution_response_spec.rb
489
- - spec/models/task_group_operation_response_spec.rb
490
- - spec/models/rpm_package_environment_response_spec.rb
491
- - spec/models/rpm_modulemd_spec.rb
492
- - spec/models/rpm_uln_remote_response_spec.rb
493
- - spec/models/rpm_rpm_publication_spec.rb
494
- - spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb
462
+ - spec/models/rpm_modulemd_defaults_spec.rb
463
+ - spec/models/addon_response_spec.rb
464
+ - spec/models/unset_label_spec.rb
465
+ - spec/models/policy_enum_spec.rb
466
+ - spec/models/repository_add_remove_content_spec.rb
495
467
  - spec/models/patchedrpm_uln_remote_spec.rb
496
- - spec/models/paginatedrpm_update_record_response_list_spec.rb
497
- - spec/models/patchedrpm_rpm_remote_spec.rb
468
+ - spec/models/nested_role_spec.rb
469
+ - spec/models/paginatedrpm_rpm_alternate_content_source_response_list_spec.rb
470
+ - spec/models/paginatedrpm_package_group_response_list_spec.rb
471
+ - spec/models/rpm_update_collection_spec.rb
472
+ - spec/models/rpm_package_environment_response_spec.rb
498
473
  - spec/models/paginatedrpm_modulemd_response_list_spec.rb
499
- - spec/models/rpm_repository_sync_url_spec.rb
500
- - spec/models/paginatedrpm_package_response_list_spec.rb
501
- - spec/models/patchedrpm_rpm_repository_spec.rb
502
- - spec/models/addon_response_spec.rb
474
+ - spec/models/image_response_spec.rb
475
+ - spec/models/rpm_rpm_distribution_response_spec.rb
476
+ - spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
477
+ - spec/models/my_permissions_response_spec.rb
478
+ - spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb
479
+ - spec/models/rpm_package_spec.rb
503
480
  - spec/models/paginatedrpm_package_category_response_list_spec.rb
481
+ - spec/models/rpm_package_langpacks_response_spec.rb
482
+ - spec/models/checksum_response_spec.rb
483
+ - spec/models/rpm_update_collection_response_spec.rb
484
+ - spec/models/rpm_rpm_publication_response_spec.rb
485
+ - spec/models/unset_label_response_spec.rb
486
+ - spec/models/metadata_checksum_type_enum_spec.rb
487
+ - spec/models/paginatedrpm_update_record_response_list_spec.rb
488
+ - spec/models/nested_role_response_spec.rb
504
489
  - spec/models/rpm_rpm_remote_response_spec.rb
505
- - spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
490
+ - spec/models/rpm_update_record_response_spec.rb
491
+ - spec/models/skip_types_enum_spec.rb
492
+ - spec/models/set_label_response_spec.rb
493
+ - spec/models/paginatedrpm_rpm_publication_response_list_spec.rb
494
+ - spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
495
+ - spec/models/rpm_rpm_alternate_content_source_spec.rb
496
+ - spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
497
+ - spec/models/rpm_uln_remote_spec.rb
498
+ - spec/models/rpm_repository_sync_url_spec.rb
499
+ - spec/models/patchedrpm_rpm_remote_spec.rb
500
+ - spec/models/rpm_rpm_publication_spec.rb
501
+ - spec/models/object_roles_response_spec.rb
502
+ - spec/models/rpm_rpm_repository_response_spec.rb
503
+ - spec/models/rpm_uln_remote_response_spec.rb
504
+ - spec/models/task_group_operation_response_spec.rb
505
+ - spec/models/rpm_distribution_tree_response_spec.rb
506
+ - spec/models/patchedrpm_rpm_distribution_spec.rb
507
+ - spec/models/rpm_rpm_remote_spec.rb
506
508
  - spec/models/repository_version_response_spec.rb
507
- - spec/models/nested_role_spec.rb
508
- - spec/models/unset_label_spec.rb
509
+ - spec/models/paginatedrpm_package_response_list_spec.rb
510
+ - spec/models/rpm_package_group_response_spec.rb
511
+ - spec/models/package_checksum_type_enum_spec.rb
509
512
  - spec/models/paginatedrpm_uln_remote_response_list_spec.rb
510
- - spec/models/checksum_response_spec.rb
511
- - spec/models/content_summary_response_spec.rb
512
- - spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb
513
+ - spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
514
+ - spec/models/rpm_modulemd_defaults_response_spec.rb
515
+ - spec/models/async_operation_response_spec.rb
513
516
  - spec/models/rpm_modulemd_obsolete_spec.rb
514
- - spec/models/rpm_rpm_repository_response_spec.rb
515
- - spec/models/policy_enum_spec.rb
516
- - spec/models/comps_xml_spec.rb
517
- - spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
518
- - spec/models/copy_spec.rb
517
+ - spec/models/sync_policy_enum_spec.rb
518
+ - spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb
519
+ - spec/models/rpm_rpm_distribution_spec.rb
520
+ - spec/models/patchedrpm_rpm_repository_spec.rb
519
521
  - spec/models/rpm_modulemd_obsolete_response_spec.rb
520
- - spec/models/rpm_update_collection_response_spec.rb
521
- - spec/models/nested_role_response_spec.rb
522
522
  - spec/spec_helper.rb