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.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContainerContainerDistribution.md +6 -6
- data/docs/ContainerContainerDistributionResponse.md +9 -9
- data/docs/ContainerContainerPushRepository.md +7 -7
- data/docs/ContainerContainerPushRepositoryResponse.md +11 -11
- data/docs/ContentSignaturesApi.md +4 -0
- data/docs/DistributionsContainerApi.md +4 -0
- data/docs/PatchedcontainerContainerDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPushRepository.md +7 -7
- data/docs/PulpContainerNamespacesApi.md +4 -0
- data/docs/RemotesContainerApi.md +4 -0
- data/docs/RepositoriesContainerApi.md +4 -0
- data/docs/RepositoriesContainerPushApi.md +4 -0
- data/lib/pulp_container_client/api/content_signatures_api.rb +6 -0
- data/lib/pulp_container_client/api/distributions_container_api.rb +6 -0
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +6 -0
- data/lib/pulp_container_client/api/remotes_container_api.rb +6 -0
- data/lib/pulp_container_client/api/repositories_container_api.rb +6 -0
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +6 -0
- data/lib/pulp_container_client/models/container_container_distribution.rb +24 -24
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +36 -36
- data/lib/pulp_container_client/models/container_container_push_repository.rb +46 -46
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +42 -42
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +24 -24
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +46 -46
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/api/content_signatures_api_spec.rb +2 -0
- data/spec/api/distributions_container_api_spec.rb +2 -0
- data/spec/api/pulp_container_namespaces_api_spec.rb +2 -0
- data/spec/api/remotes_container_api_spec.rb +2 -0
- data/spec/api/repositories_container_api_spec.rb +2 -0
- data/spec/api/repositories_container_push_api_spec.rb +2 -0
- data/spec/models/container_container_distribution_response_spec.rb +6 -6
- data/spec/models/container_container_distribution_spec.rb +3 -3
- data/spec/models/container_container_push_repository_response_spec.rb +8 -8
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_distribution_spec.rb +3 -3
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- metadata +53 -53
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b53a4080d645e553588e03910d348071fb1351591722e4edf992f361c24fb59d
|
4
|
+
data.tar.gz: 6890cb01c9be109ae51a684e3e65a6900a7a1e44ac15e9b03cab0c3338f77590
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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.
|
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.
|
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
|
-
**
|
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
|
-
**
|
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
|
-
**
|
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(
|
22
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(repository: null,
|
23
23
|
pulp_labels: null,
|
24
24
|
base_path: null,
|
25
|
-
|
25
|
+
hidden: null,
|
26
26
|
content_guard: null,
|
27
|
-
|
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
|
-
**
|
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(
|
27
|
-
|
26
|
+
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_created: null,
|
27
|
+
repository: null,
|
28
28
|
pulp_labels: null,
|
29
29
|
base_path: null,
|
30
|
-
|
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(
|
18
|
+
instance = PulpContainerClient::ContainerContainerPushRepository.new(manifest_signing_service: null,
|
19
19
|
pulp_labels: null,
|
20
|
-
|
21
|
-
|
22
|
-
|
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
|
-
**
|
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(
|
23
|
-
|
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
|
-
|
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<String>**](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<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `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) | [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<String>**](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
|
-
**
|
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\") | [optional]
|
10
|
-
**
|
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
|
-
**
|
12
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [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(
|
22
|
+
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(repository: null,
|
23
23
|
pulp_labels: null,
|
24
24
|
base_path: null,
|
25
|
-
|
25
|
+
hidden: null,
|
26
26
|
content_guard: null,
|
27
|
-
|
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<String, String>** | | [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<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. | [optional]
|
12
12
|
|
13
13
|
## Code Sample
|
14
14
|
|
15
15
|
```ruby
|
16
16
|
require 'PulpContainerClient'
|
17
17
|
|
18
|
-
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(
|
18
|
+
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(manifest_signing_service: null,
|
19
19
|
pulp_labels: null,
|
20
|
-
|
21
|
-
|
22
|
-
|
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<String>**](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<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
data/docs/RemotesContainerApi.md
CHANGED
@@ -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<String>**](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<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `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) | [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<String>**](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<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `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) | [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<String>**](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<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `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) | [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 * `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)
|
@@ -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 * `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)
|
@@ -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 * `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)
|
@@ -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 * `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)
|
@@ -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 * `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)
|
@@ -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 * `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)
|
@@ -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 * `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)
|
@@ -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 * `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)
|
@@ -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?
|