pulp_container_client 2.16.1 → 2.17.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 (40) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContainerContainerDistribution.md +6 -6
  4. data/docs/ContainerContainerDistributionResponse.md +9 -9
  5. data/docs/ContainerContainerPushRepository.md +7 -7
  6. data/docs/ContainerContainerPushRepositoryResponse.md +11 -11
  7. data/docs/ContentSignaturesApi.md +4 -0
  8. data/docs/DistributionsContainerApi.md +4 -0
  9. data/docs/PatchedcontainerContainerDistribution.md +6 -6
  10. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  11. data/docs/PulpContainerNamespacesApi.md +4 -0
  12. data/docs/RemotesContainerApi.md +4 -0
  13. data/docs/RepositoriesContainerApi.md +4 -0
  14. data/docs/RepositoriesContainerPushApi.md +4 -0
  15. data/lib/pulp_container_client/api/content_signatures_api.rb +6 -0
  16. data/lib/pulp_container_client/api/distributions_container_api.rb +6 -0
  17. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +6 -0
  18. data/lib/pulp_container_client/api/remotes_container_api.rb +6 -0
  19. data/lib/pulp_container_client/api/repositories_container_api.rb +6 -0
  20. data/lib/pulp_container_client/api/repositories_container_push_api.rb +6 -0
  21. data/lib/pulp_container_client/models/container_container_distribution.rb +24 -24
  22. data/lib/pulp_container_client/models/container_container_distribution_response.rb +36 -36
  23. data/lib/pulp_container_client/models/container_container_push_repository.rb +46 -46
  24. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +42 -42
  25. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +24 -24
  26. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +46 -46
  27. data/lib/pulp_container_client/version.rb +1 -1
  28. data/spec/api/content_signatures_api_spec.rb +2 -0
  29. data/spec/api/distributions_container_api_spec.rb +2 -0
  30. data/spec/api/pulp_container_namespaces_api_spec.rb +2 -0
  31. data/spec/api/remotes_container_api_spec.rb +2 -0
  32. data/spec/api/repositories_container_api_spec.rb +2 -0
  33. data/spec/api/repositories_container_push_api_spec.rb +2 -0
  34. data/spec/models/container_container_distribution_response_spec.rb +6 -6
  35. data/spec/models/container_container_distribution_spec.rb +3 -3
  36. data/spec/models/container_container_push_repository_response_spec.rb +8 -8
  37. data/spec/models/container_container_push_repository_spec.rb +4 -4
  38. data/spec/models/patchedcontainer_container_distribution_spec.rb +3 -3
  39. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  40. metadata +53 -53
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd861e282b985d2a942b357bd0ed8bb8579c72853ae00aff6147080b0930926f
4
- data.tar.gz: 061d99316f891d7cab8ac9f1b8395ea423cb54491bccc94c3ad131456530cdd9
3
+ metadata.gz: b53a4080d645e553588e03910d348071fb1351591722e4edf992f361c24fb59d
4
+ data.tar.gz: 6890cb01c9be109ae51a684e3e65a6900a7a1e44ac15e9b03cab0c3338f77590
5
5
  SHA512:
6
- metadata.gz: db802ffad983f17842d1825918039266345500b6a4db7b4a225d6a36865fe7e98ef877ff4058a3ac79f8c92fcac276160470e6e5061e0b5ace8479b956838342
7
- data.tar.gz: 4b643f2cfd7c2c7a304fae2efc886fc7a5d1da783c9b7d06089d77ad4fa9a8cb63e7ed520a31bab87038566d56364b9d4f9951dadc12c9587587b21c985dcbce
6
+ metadata.gz: c9439c60b963496e588efe266a5c4fe47b7cf51e495a27d74f3604312c76f14618ac30d81ce26032d0ff820cdce4a0dd67e118df04d2fabb6bc009899f04a7a4
7
+ data.tar.gz: 0da75fdd349dbf3bb00c124b0ee730ffeceaa5479f561d17268ac3eaa5a9916077ebaeb3f51709f14a2eaa727d46bef225455095179db7e36d43d8896da04a9d
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: 2.16.1
10
+ - Package version: 2.17.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_container_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_container_client-2.16.1.gem
27
+ gem install ./pulp_container_client-2.17.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.16.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.17.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_container_client', '~> 2.16.1'
36
+ gem 'pulp_container_client', '~> 2.17.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
7
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
8
  **pulp_labels** | **Hash<String, String>** | | [optional]
9
9
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
10
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
11
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
12
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
13
13
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
14
14
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
15
15
  **description** | **String** | An optional description. | [optional]
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::ContainerContainerDistribution.new(hidden: null,
22
+ instance = PulpContainerClient::ContainerContainerDistribution.new(repository: null,
23
23
  pulp_labels: null,
24
24
  base_path: null,
25
- name: null,
25
+ hidden: null,
26
26
  content_guard: null,
27
- repository: null,
27
+ name: null,
28
28
  repository_version: null,
29
29
  private: null,
30
30
  description: null)
@@ -4,14 +4,14 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
7
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
9
  **pulp_labels** | **Hash<String, String>** | | [optional]
10
10
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
11
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
12
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
13
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
14
12
  **pulp_href** | **String** | | [optional] [readonly]
13
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
14
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
15
15
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
16
16
  **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
17
17
  **namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
@@ -23,14 +23,14 @@ Name | Type | Description | Notes
23
23
  ```ruby
24
24
  require 'PulpContainerClient'
25
25
 
26
- instance = PulpContainerClient::ContainerContainerDistributionResponse.new(hidden: null,
27
- pulp_created: null,
26
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_created: null,
27
+ repository: null,
28
28
  pulp_labels: null,
29
29
  base_path: null,
30
- name: null,
31
- content_guard: null,
32
- repository: null,
30
+ hidden: null,
33
31
  pulp_href: null,
32
+ content_guard: null,
33
+ name: null,
34
34
  repository_version: null,
35
35
  registry_path: null,
36
36
  namespace: null,
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
8
- **pulp_labels** | **Hash<String, String>** | | [optional]
9
- **name** | **String** | A unique name for this repository. |
10
7
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
8
+ **pulp_labels** | **Hash<String, String>** | | [optional]
11
9
  **description** | **String** | An optional description. | [optional]
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
+ **name** | **String** | A unique name for this repository. |
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::ContainerContainerPushRepository.new(retain_repo_versions: null,
18
+ instance = PulpContainerClient::ContainerContainerPushRepository.new(manifest_signing_service: null,
19
19
  pulp_labels: null,
20
- name: null,
21
- manifest_signing_service: null,
22
- description: null)
20
+ description: null,
21
+ retain_repo_versions: null,
22
+ name: null)
23
23
  ```
24
24
 
25
25
 
@@ -4,30 +4,30 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
8
+ **latest_version_href** | **String** | | [optional] [readonly]
7
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
9
10
  **pulp_labels** | **Hash<String, String>** | | [optional]
10
- **name** | **String** | A unique name for this repository. |
11
- **versions_href** | **String** | | [optional] [readonly]
12
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
13
11
  **description** | **String** | An optional description. | [optional]
12
+ **versions_href** | **String** | | [optional] [readonly]
13
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
14
14
  **pulp_href** | **String** | | [optional] [readonly]
15
- **latest_version_href** | **String** | | [optional] [readonly]
15
+ **name** | **String** | A unique name for this repository. |
16
16
 
17
17
  ## Code Sample
18
18
 
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_created: null,
23
- retain_repo_versions: null,
22
+ instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(manifest_signing_service: null,
23
+ latest_version_href: null,
24
+ pulp_created: null,
24
25
  pulp_labels: null,
25
- name: null,
26
- versions_href: null,
27
- manifest_signing_service: null,
28
26
  description: null,
27
+ versions_href: null,
28
+ retain_repo_versions: null,
29
29
  pulp_href: null,
30
- latest_version_href: null)
30
+ name: null)
31
31
  ```
32
32
 
33
33
 
@@ -42,7 +42,9 @@ opts = {
42
42
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
43
43
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
44
44
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
45
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
45
46
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
47
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
46
48
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
47
49
  offset: 56, # Integer | The initial index from which to return the results.
48
50
  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) * `digest` - Digest * `-digest` - Digest (descending) * `type` - Type * `-type` - Type (descending) * `key_id` - Key id * `-key_id` - Key id (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -81,7 +83,9 @@ Name | Type | Description | Notes
81
83
  **name__icontains** | **String**| Filter results where name contains value | [optional]
82
84
  **name__iexact** | **String**| Filter results where name matches value | [optional]
83
85
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
86
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
84
87
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
88
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
85
89
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
86
90
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
87
91
  **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;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;key_id&#x60; - Key id * &#x60;-key_id&#x60; - Key id (descending) * &#x60;timestamp&#x60; - Timestamp * &#x60;-timestamp&#x60; - Timestamp (descending) * &#x60;creator&#x60; - Creator * &#x60;-creator&#x60; - Creator (descending) * &#x60;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [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
  namespace__name: 'namespace__name_example', # String |
218
220
  offset: 56, # Integer | The initial index from which to return the results.
@@ -252,7 +254,9 @@ Name | Type | Description | Notes
252
254
  **name__icontains** | **String**| Filter results where name contains value | [optional]
253
255
  **name__iexact** | **String**| Filter results where name matches value | [optional]
254
256
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
257
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
255
258
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
259
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
256
260
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
257
261
  **namespace__name** | **String**| | [optional]
258
262
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
7
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
8
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
9
9
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | [optional]
10
- **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional]
10
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
11
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
12
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
+ **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional]
13
13
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
14
14
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
15
15
  **description** | **String** | An optional description. | [optional]
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(hidden: null,
22
+ instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(repository: null,
23
23
  pulp_labels: null,
24
24
  base_path: null,
25
- name: null,
25
+ hidden: null,
26
26
  content_guard: null,
27
- repository: null,
27
+ name: null,
28
28
  repository_version: null,
29
29
  private: null,
30
30
  description: null)
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
8
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
9
- **name** | **String** | A unique name for this repository. | [optional]
10
7
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
8
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
11
9
  **description** | **String** | An optional description. | [optional]
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
+ **name** | **String** | A unique name for this repository. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(retain_repo_versions: null,
18
+ instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(manifest_signing_service: null,
19
19
  pulp_labels: null,
20
- name: null,
21
- manifest_signing_service: null,
22
- description: null)
20
+ description: null,
21
+ retain_repo_versions: null,
22
+ name: null)
23
23
  ```
24
24
 
25
25
 
@@ -204,7 +204,9 @@ opts = {
204
204
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
205
205
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
206
206
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
207
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
207
208
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
209
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
208
210
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
209
211
  offset: 56, # Integer | The initial index from which to return the results.
210
212
  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) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -235,7 +237,9 @@ Name | Type | Description | Notes
235
237
  **name__icontains** | **String**| Filter results where name contains value | [optional]
236
238
  **name__iexact** | **String**| Filter results where name matches value | [optional]
237
239
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
240
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
238
241
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
242
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
239
243
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
240
244
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
241
245
  **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;name&#x60; - Name * &#x60;-name&#x60; - Name (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]
@@ -446,7 +446,9 @@ opts = {
446
446
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
447
447
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
448
448
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
449
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
449
450
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
451
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
450
452
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
451
453
  offset: 56, # Integer | The initial index from which to return the results.
452
454
  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)
@@ -489,7 +491,9 @@ Name | Type | Description | Notes
489
491
  **name__icontains** | **String**| Filter results where name contains value | [optional]
490
492
  **name__iexact** | **String**| Filter results where name matches value | [optional]
491
493
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
494
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
492
495
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
496
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
493
497
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
494
498
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
495
499
  **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]
@@ -104,7 +104,9 @@ opts = {
104
104
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
105
105
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
106
106
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
107
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
107
108
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
109
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
108
110
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
109
111
  offset: 56, # Integer | The initial index from which to return the results.
110
112
  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)
@@ -147,7 +149,9 @@ Name | Type | Description | Notes
147
149
  **name__icontains** | **String**| Filter results where name contains value | [optional]
148
150
  **name__iexact** | **String**| Filter results where name matches value | [optional]
149
151
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
152
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
150
153
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
154
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
151
155
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
152
156
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
153
157
  **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]
@@ -33,7 +33,9 @@ module PulpContainerClient
33
33
  # @option opts [String] :name__icontains Filter results where name contains value
34
34
  # @option opts [String] :name__iexact Filter results where name matches value
35
35
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
36
+ # @option opts [String] :name__iregex Filter results where name matches regex value
36
37
  # @option opts [String] :name__istartswith Filter results where name starts with value
38
+ # @option opts [String] :name__regex Filter results where name matches regex value
37
39
  # @option opts [String] :name__startswith Filter results where name starts with value
38
40
  # @option opts [Integer] :offset The initial index from which to return the results.
39
41
  # @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;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;key_id&#x60; - Key id * &#x60;-key_id&#x60; - Key id (descending) * &#x60;timestamp&#x60; - Timestamp * &#x60;-timestamp&#x60; - Timestamp (descending) * &#x60;creator&#x60; - Creator * &#x60;-creator&#x60; - Creator (descending) * &#x60;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -65,7 +67,9 @@ module PulpContainerClient
65
67
  # @option opts [String] :name__icontains Filter results where name contains value
66
68
  # @option opts [String] :name__iexact Filter results where name matches value
67
69
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
70
+ # @option opts [String] :name__iregex Filter results where name matches regex value
68
71
  # @option opts [String] :name__istartswith Filter results where name starts with value
72
+ # @option opts [String] :name__regex Filter results where name matches regex value
69
73
  # @option opts [String] :name__startswith Filter results where name starts with value
70
74
  # @option opts [Integer] :offset The initial index from which to return the results.
71
75
  # @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;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;key_id&#x60; - Key id * &#x60;-key_id&#x60; - Key id (descending) * &#x60;timestamp&#x60; - Timestamp * &#x60;-timestamp&#x60; - Timestamp (descending) * &#x60;creator&#x60; - Creator * &#x60;-creator&#x60; - Creator (descending) * &#x60;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -102,7 +106,9 @@ module PulpContainerClient
102
106
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
103
107
  query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
104
108
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
109
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
105
110
  query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
111
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
106
112
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
107
113
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
108
114
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -228,7 +228,9 @@ module PulpContainerClient
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 [String] :namespace__name
234
236
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -261,7 +263,9 @@ module PulpContainerClient
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 [String] :namespace__name
267
271
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -299,7 +303,9 @@ module PulpContainerClient
299
303
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
300
304
  query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
301
305
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
306
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
302
307
  query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
308
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
303
309
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
304
310
  query_params[:'namespace__name'] = opts[:'namespace__name'] if !opts[:'namespace__name'].nil?
305
311
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
@@ -224,7 +224,9 @@ module PulpContainerClient
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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -248,7 +250,9 @@ module PulpContainerClient
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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -277,7 +281,9 @@ module PulpContainerClient
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?
@@ -224,7 +224,9 @@ module PulpContainerClient
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 PulpContainerClient
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 PulpContainerClient
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?
@@ -515,7 +515,9 @@ module PulpContainerClient
515
515
  # @option opts [String] :name__icontains Filter results where name contains value
516
516
  # @option opts [String] :name__iexact Filter results where name matches value
517
517
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
518
+ # @option opts [String] :name__iregex Filter results where name matches regex value
518
519
  # @option opts [String] :name__istartswith Filter results where name starts with value
520
+ # @option opts [String] :name__regex Filter results where name matches regex value
519
521
  # @option opts [String] :name__startswith Filter results where name starts with value
520
522
  # @option opts [Integer] :offset The initial index from which to return the results.
521
523
  # @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)
@@ -551,7 +553,9 @@ module PulpContainerClient
551
553
  # @option opts [String] :name__icontains Filter results where name contains value
552
554
  # @option opts [String] :name__iexact Filter results where name matches value
553
555
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
556
+ # @option opts [String] :name__iregex Filter results where name matches regex value
554
557
  # @option opts [String] :name__istartswith Filter results where name starts with value
558
+ # @option opts [String] :name__regex Filter results where name matches regex value
555
559
  # @option opts [String] :name__startswith Filter results where name starts with value
556
560
  # @option opts [Integer] :offset The initial index from which to return the results.
557
561
  # @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)
@@ -592,7 +596,9 @@ module PulpContainerClient
592
596
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
593
597
  query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
594
598
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
599
+ query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
595
600
  query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
601
+ query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
596
602
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
597
603
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
598
604
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?