pulp_container_client 2.27.3 → 2.27.5
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 +8 -8
- data/docs/ContainerContainerDistributionResponse.md +16 -14
- data/docs/ContainerContainerPullThroughDistribution.md +8 -6
- data/docs/ContainerContainerPullThroughDistributionResponse.md +16 -12
- data/docs/ContainerContainerPushRepository.md +4 -2
- data/docs/ContainerContainerPushRepositoryResponse.md +12 -10
- data/docs/ContainerContainerRepository.md +2 -0
- data/docs/ContainerContainerRepositoryResponse.md +2 -0
- data/docs/PatchedcontainerContainerDistribution.md +8 -8
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +8 -6
- data/docs/PatchedcontainerContainerPushRepository.md +4 -2
- data/docs/PatchedcontainerContainerRepository.md +2 -0
- data/docs/RepositoriesContainerApi.md +18 -2
- data/docs/RepositoriesContainerPushApi.md +18 -2
- data/lib/pulp_container_client/api/repositories_container_api.rb +27 -3
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +27 -3
- data/lib/pulp_container_client/models/container_container_distribution.rb +40 -40
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +76 -66
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +40 -29
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +76 -55
- data/lib/pulp_container_client/models/container_container_push_repository.rb +52 -26
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +74 -48
- data/lib/pulp_container_client/models/container_container_repository.rb +27 -1
- data/lib/pulp_container_client/models/container_container_repository_response.rb +27 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +39 -39
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +39 -28
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +50 -24
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +27 -1
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/api/repositories_container_api_spec.rb +9 -1
- data/spec/api/repositories_container_push_api_spec.rb +9 -1
- data/spec/models/container_container_distribution_response_spec.rb +17 -11
- data/spec/models/container_container_distribution_spec.rb +7 -7
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +22 -10
- data/spec/models/container_container_pull_through_distribution_spec.rb +10 -4
- data/spec/models/container_container_push_repository_response_spec.rb +15 -9
- data/spec/models/container_container_push_repository_spec.rb +9 -3
- data/spec/models/container_container_repository_response_spec.rb +6 -0
- data/spec/models/container_container_repository_spec.rb +6 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +7 -7
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +10 -4
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +9 -3
- data/spec/models/patchedcontainer_container_repository_spec.rb +6 -0
- metadata +59 -59
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e743aac1fed0a763815ed8aa004dd136b96a4e59543776d23d43bfb36c583c17
|
|
4
|
+
data.tar.gz: 679665b3988a533452833e7ae226f7146e7ea31fb639b0ced120418ca21d216c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2351e11293146fe4a2afb9b2d087ad5202229bee6a5b5003b1f9b587c01ebe1127b70d5b0d2bcb7e43d1ab722262c17ba1285cedbc0f72404cd5476ed5c2c8e6
|
|
7
|
+
data.tar.gz: d87c33c97cadd7e6e0dd622c23b143bcd8e83b911f5206d7a4bff825ed33a9289d5e84ca4d3f117be1b4c823ab2e88fb244a2e16495c059929255efa4c195858
|
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.27.
|
|
10
|
+
- Package version: 2.27.5
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -25,16 +25,16 @@ gem build pulp_container_client.gemspec
|
|
|
25
25
|
Then either install the gem locally:
|
|
26
26
|
|
|
27
27
|
```shell
|
|
28
|
-
gem install ./pulp_container_client-2.27.
|
|
28
|
+
gem install ./pulp_container_client-2.27.5.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_container_client-2.27.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_container_client-2.27.5.gem` to install the development dependencies)
|
|
32
32
|
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
34
34
|
|
|
35
35
|
Finally add this to the Gemfile:
|
|
36
36
|
|
|
37
|
-
gem 'pulp_container_client', '~> 2.27.
|
|
37
|
+
gem 'pulp_container_client', '~> 2.27.5'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **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\") | |
|
|
7
8
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
+
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
10
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
8
11
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
|
-
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
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
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
12
|
-
| **
|
|
13
|
-
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
13
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will 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] |
|
|
16
16
|
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
require 'pulp_container_client'
|
|
21
21
|
|
|
22
22
|
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
|
23
|
+
base_path: null,
|
|
23
24
|
pulp_labels: null,
|
|
25
|
+
repository_version: null,
|
|
26
|
+
content_guard: null,
|
|
24
27
|
hidden: null,
|
|
25
|
-
repository: null,
|
|
26
|
-
base_path: null,
|
|
27
28
|
name: null,
|
|
28
|
-
|
|
29
|
-
repository_version: null,
|
|
29
|
+
repository: null,
|
|
30
30
|
private: null,
|
|
31
31
|
description: null
|
|
32
32
|
)
|
|
@@ -4,18 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
7
|
+
| **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\") | |
|
|
8
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
9
|
+
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
8
10
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
11
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
12
|
+
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
9
13
|
| **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
|
|
14
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
10
15
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
11
|
-
| **
|
|
12
|
-
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
16
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
13
17
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
14
18
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
15
|
-
| **
|
|
16
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
17
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
18
|
-
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
19
|
+
| **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
|
|
19
20
|
| **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional][readonly] |
|
|
20
21
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional][readonly] |
|
|
21
22
|
| **namespace** | **String** | Namespace this distribution belongs to. | [optional][readonly] |
|
|
@@ -28,18 +29,19 @@
|
|
|
28
29
|
require 'pulp_container_client'
|
|
29
30
|
|
|
30
31
|
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
|
31
|
-
|
|
32
|
+
base_path: null,
|
|
33
|
+
prn: null,
|
|
34
|
+
pulp_last_updated: null,
|
|
32
35
|
pulp_labels: null,
|
|
36
|
+
pulp_created: null,
|
|
37
|
+
repository_version: null,
|
|
33
38
|
no_content_change_since: null,
|
|
39
|
+
content_guard: null,
|
|
34
40
|
hidden: null,
|
|
35
|
-
|
|
36
|
-
pulp_last_updated: null,
|
|
41
|
+
name: null,
|
|
37
42
|
pulp_href: null,
|
|
38
43
|
repository: null,
|
|
39
|
-
|
|
40
|
-
name: null,
|
|
41
|
-
content_guard: null,
|
|
42
|
-
repository_version: null,
|
|
44
|
+
content_guard_prn: null,
|
|
43
45
|
registry_path: null,
|
|
44
46
|
remote: null,
|
|
45
47
|
namespace: null,
|
|
@@ -4,12 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **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\") | |
|
|
7
8
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
+
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
10
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
8
11
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
|
-
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
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
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
12
|
-
| **
|
|
13
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
13
14
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
|
|
14
15
|
| **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
|
|
15
16
|
| **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional] |
|
|
@@ -21,12 +22,13 @@
|
|
|
21
22
|
require 'pulp_container_client'
|
|
22
23
|
|
|
23
24
|
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
|
|
25
|
+
base_path: null,
|
|
24
26
|
pulp_labels: null,
|
|
27
|
+
repository_version: null,
|
|
28
|
+
content_guard: null,
|
|
25
29
|
hidden: null,
|
|
26
|
-
repository: null,
|
|
27
|
-
base_path: null,
|
|
28
30
|
name: null,
|
|
29
|
-
|
|
31
|
+
repository: null,
|
|
30
32
|
remote: null,
|
|
31
33
|
distributions: null,
|
|
32
34
|
private: null,
|
|
@@ -4,17 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
7
|
+
| **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\") | |
|
|
8
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
9
|
+
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
8
10
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
11
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
12
|
+
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
9
13
|
| **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
|
|
14
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
10
15
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
11
|
-
| **
|
|
12
|
-
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
16
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
13
17
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
14
18
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
15
|
-
| **
|
|
16
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
17
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
19
|
+
| **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
|
|
18
20
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
|
|
19
21
|
| **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
|
|
20
22
|
| **namespace** | **String** | Namespace this distribution belongs to. | [optional][readonly] |
|
|
@@ -27,17 +29,19 @@
|
|
|
27
29
|
require 'pulp_container_client'
|
|
28
30
|
|
|
29
31
|
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(
|
|
30
|
-
|
|
32
|
+
base_path: null,
|
|
33
|
+
prn: null,
|
|
34
|
+
pulp_last_updated: null,
|
|
31
35
|
pulp_labels: null,
|
|
36
|
+
pulp_created: null,
|
|
37
|
+
repository_version: null,
|
|
32
38
|
no_content_change_since: null,
|
|
39
|
+
content_guard: null,
|
|
33
40
|
hidden: null,
|
|
34
|
-
|
|
35
|
-
pulp_last_updated: null,
|
|
41
|
+
name: null,
|
|
36
42
|
pulp_href: null,
|
|
37
43
|
repository: null,
|
|
38
|
-
|
|
39
|
-
name: null,
|
|
40
|
-
content_guard: null,
|
|
44
|
+
content_guard_prn: null,
|
|
41
45
|
remote: null,
|
|
42
46
|
distributions: null,
|
|
43
47
|
namespace: null,
|
|
@@ -4,10 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
7
8
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
8
10
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
9
11
|
| **name** | **String** | A unique name for this repository. | |
|
|
10
|
-
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
11
12
|
| **description** | **String** | An optional description. | [optional] |
|
|
12
13
|
|
|
13
14
|
## Example
|
|
@@ -16,10 +17,11 @@
|
|
|
16
17
|
require 'pulp_container_client'
|
|
17
18
|
|
|
18
19
|
instance = PulpContainerClient::ContainerContainerPushRepository.new(
|
|
20
|
+
retain_checkpoints: null,
|
|
19
21
|
pulp_labels: null,
|
|
22
|
+
retain_repo_versions: null,
|
|
20
23
|
manifest_signing_service: null,
|
|
21
24
|
name: null,
|
|
22
|
-
retain_repo_versions: null,
|
|
23
25
|
description: null
|
|
24
26
|
)
|
|
25
27
|
```
|
|
@@ -4,16 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
8
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
7
|
| **latest_version_href** | **String** | | [optional][readonly] |
|
|
10
|
-
| **
|
|
8
|
+
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
11
9
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
12
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
12
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
13
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
13
14
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
14
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
|
15
15
|
| **name** | **String** | A unique name for this repository. | |
|
|
16
|
-
| **
|
|
16
|
+
| **versions_href** | **String** | | [optional][readonly] |
|
|
17
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
17
18
|
| **description** | **String** | An optional description. | [optional] |
|
|
18
19
|
|
|
19
20
|
## Example
|
|
@@ -22,16 +23,17 @@
|
|
|
22
23
|
require 'pulp_container_client'
|
|
23
24
|
|
|
24
25
|
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
|
25
|
-
pulp_created: null,
|
|
26
|
-
pulp_labels: null,
|
|
27
26
|
latest_version_href: null,
|
|
28
|
-
|
|
27
|
+
retain_checkpoints: null,
|
|
29
28
|
prn: null,
|
|
30
29
|
pulp_last_updated: null,
|
|
30
|
+
pulp_labels: null,
|
|
31
|
+
retain_repo_versions: null,
|
|
32
|
+
pulp_created: null,
|
|
31
33
|
manifest_signing_service: null,
|
|
32
|
-
pulp_href: null,
|
|
33
34
|
name: null,
|
|
34
|
-
|
|
35
|
+
versions_href: null,
|
|
36
|
+
pulp_href: null,
|
|
35
37
|
description: null
|
|
36
38
|
)
|
|
37
39
|
```
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **name** | **String** | A unique name for this repository. | |
|
|
9
9
|
| **description** | **String** | An optional description. | [optional] |
|
|
10
10
|
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
11
|
+
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
11
12
|
| **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
|
|
12
13
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
13
14
|
|
|
@@ -21,6 +22,7 @@ instance = PulpContainerClient::ContainerContainerRepository.new(
|
|
|
21
22
|
name: null,
|
|
22
23
|
description: null,
|
|
23
24
|
retain_repo_versions: null,
|
|
25
|
+
retain_checkpoints: null,
|
|
24
26
|
remote: null,
|
|
25
27
|
manifest_signing_service: null
|
|
26
28
|
)
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
| **name** | **String** | A unique name for this repository. | |
|
|
15
15
|
| **description** | **String** | An optional description. | [optional] |
|
|
16
16
|
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
17
|
+
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
17
18
|
| **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
|
|
18
19
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
19
20
|
|
|
@@ -33,6 +34,7 @@ instance = PulpContainerClient::ContainerContainerRepositoryResponse.new(
|
|
|
33
34
|
name: null,
|
|
34
35
|
description: null,
|
|
35
36
|
retain_repo_versions: null,
|
|
37
|
+
retain_checkpoints: null,
|
|
36
38
|
remote: null,
|
|
37
39
|
manifest_signing_service: null
|
|
38
40
|
)
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **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] |
|
|
7
8
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
+
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
10
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
8
11
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
|
-
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
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\") | [optional] |
|
|
11
12
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
|
|
12
|
-
| **
|
|
13
|
-
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
13
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will 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] |
|
|
16
16
|
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
require 'pulp_container_client'
|
|
21
21
|
|
|
22
22
|
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
|
|
23
|
+
base_path: null,
|
|
23
24
|
pulp_labels: null,
|
|
25
|
+
repository_version: null,
|
|
26
|
+
content_guard: null,
|
|
24
27
|
hidden: null,
|
|
25
|
-
repository: null,
|
|
26
|
-
base_path: null,
|
|
27
28
|
name: null,
|
|
28
|
-
|
|
29
|
-
repository_version: null,
|
|
29
|
+
repository: null,
|
|
30
30
|
private: null,
|
|
31
31
|
description: null
|
|
32
32
|
)
|
|
@@ -4,12 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **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] |
|
|
7
8
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
+
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
10
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
8
11
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
|
-
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
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\") | [optional] |
|
|
11
12
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
|
|
12
|
-
| **
|
|
13
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
13
14
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] |
|
|
14
15
|
| **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
|
|
15
16
|
| **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional] |
|
|
@@ -21,12 +22,13 @@
|
|
|
21
22
|
require 'pulp_container_client'
|
|
22
23
|
|
|
23
24
|
instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(
|
|
25
|
+
base_path: null,
|
|
24
26
|
pulp_labels: null,
|
|
27
|
+
repository_version: null,
|
|
28
|
+
content_guard: null,
|
|
25
29
|
hidden: null,
|
|
26
|
-
repository: null,
|
|
27
|
-
base_path: null,
|
|
28
30
|
name: null,
|
|
29
|
-
|
|
31
|
+
repository: null,
|
|
30
32
|
remote: null,
|
|
31
33
|
distributions: null,
|
|
32
34
|
private: null,
|
|
@@ -4,10 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
7
8
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
8
10
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
9
11
|
| **name** | **String** | A unique name for this repository. | [optional] |
|
|
10
|
-
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
11
12
|
| **description** | **String** | An optional description. | [optional] |
|
|
12
13
|
|
|
13
14
|
## Example
|
|
@@ -16,10 +17,11 @@
|
|
|
16
17
|
require 'pulp_container_client'
|
|
17
18
|
|
|
18
19
|
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(
|
|
20
|
+
retain_checkpoints: null,
|
|
19
21
|
pulp_labels: null,
|
|
22
|
+
retain_repo_versions: null,
|
|
20
23
|
manifest_signing_service: null,
|
|
21
24
|
name: null,
|
|
22
|
-
retain_repo_versions: null,
|
|
23
25
|
description: null
|
|
24
26
|
)
|
|
25
27
|
```
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **name** | **String** | A unique name for this repository. | [optional] |
|
|
9
9
|
| **description** | **String** | An optional description. | [optional] |
|
|
10
10
|
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
11
|
+
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
11
12
|
| **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
|
|
12
13
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
13
14
|
|
|
@@ -21,6 +22,7 @@ instance = PulpContainerClient::PatchedcontainerContainerRepository.new(
|
|
|
21
22
|
name: null,
|
|
22
23
|
description: null,
|
|
23
24
|
retain_repo_versions: null,
|
|
25
|
+
retain_checkpoints: null,
|
|
24
26
|
remote: null,
|
|
25
27
|
manifest_signing_service: null
|
|
26
28
|
)
|
|
@@ -596,13 +596,21 @@ opts = {
|
|
|
596
596
|
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
|
597
597
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
598
598
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
599
|
-
ordering: ['-description'], # 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)
|
|
599
|
+
ordering: ['-description'], # 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) * `retain_checkpoints` - Retain checkpoints * `-retain_checkpoints` - Retain checkpoints (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
600
600
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
601
601
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
602
602
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
603
603
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
604
604
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
605
605
|
remote: 'remote_example', # String |
|
|
606
|
+
retain_checkpoints: 56, # Integer | Filter results where retain_checkpoints matches value
|
|
607
|
+
retain_checkpoints__gt: 56, # Integer | Filter results where retain_checkpoints is greater than value
|
|
608
|
+
retain_checkpoints__gte: 56, # Integer | Filter results where retain_checkpoints is greater than or equal to value
|
|
609
|
+
retain_checkpoints__isnull: true, # Boolean | Filter results where retain_checkpoints has a null value
|
|
610
|
+
retain_checkpoints__lt: 56, # Integer | Filter results where retain_checkpoints is less than value
|
|
611
|
+
retain_checkpoints__lte: 56, # Integer | Filter results where retain_checkpoints is less than or equal to value
|
|
612
|
+
retain_checkpoints__ne: 56, # Integer | Filter results where retain_checkpoints not equal to value
|
|
613
|
+
retain_checkpoints__range: [37], # Array<Integer> | Filter results where retain_checkpoints is between two comma separated values
|
|
606
614
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
|
607
615
|
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
|
608
616
|
retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
|
|
@@ -660,13 +668,21 @@ end
|
|
|
660
668
|
| **name__regex** | **String** | Filter results where name matches regex value | [optional] |
|
|
661
669
|
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
|
662
670
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
|
663
|
-
| **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] |
|
|
671
|
+
| **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) * `retain_checkpoints` - Retain checkpoints * `-retain_checkpoints` - Retain checkpoints (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
|
664
672
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
665
673
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
666
674
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
667
675
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
668
676
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
669
677
|
| **remote** | **String** | | [optional] |
|
|
678
|
+
| **retain_checkpoints** | **Integer** | Filter results where retain_checkpoints matches value | [optional] |
|
|
679
|
+
| **retain_checkpoints__gt** | **Integer** | Filter results where retain_checkpoints is greater than value | [optional] |
|
|
680
|
+
| **retain_checkpoints__gte** | **Integer** | Filter results where retain_checkpoints is greater than or equal to value | [optional] |
|
|
681
|
+
| **retain_checkpoints__isnull** | **Boolean** | Filter results where retain_checkpoints has a null value | [optional] |
|
|
682
|
+
| **retain_checkpoints__lt** | **Integer** | Filter results where retain_checkpoints is less than value | [optional] |
|
|
683
|
+
| **retain_checkpoints__lte** | **Integer** | Filter results where retain_checkpoints is less than or equal to value | [optional] |
|
|
684
|
+
| **retain_checkpoints__ne** | **Integer** | Filter results where retain_checkpoints not equal to value | [optional] |
|
|
685
|
+
| **retain_checkpoints__range** | [**Array<Integer>**](Integer.md) | Filter results where retain_checkpoints is between two comma separated values | [optional] |
|
|
670
686
|
| **retain_repo_versions** | **Integer** | Filter results where retain_repo_versions matches value | [optional] |
|
|
671
687
|
| **retain_repo_versions__gt** | **Integer** | Filter results where retain_repo_versions is greater than value | [optional] |
|
|
672
688
|
| **retain_repo_versions__gte** | **Integer** | Filter results where retain_repo_versions is greater than or equal to value | [optional] |
|
|
@@ -130,13 +130,21 @@ opts = {
|
|
|
130
130
|
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
|
131
131
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
132
132
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
133
|
-
ordering: ['-description'], # 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)
|
|
133
|
+
ordering: ['-description'], # 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) * `retain_checkpoints` - Retain checkpoints * `-retain_checkpoints` - Retain checkpoints (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
134
134
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
135
135
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
136
136
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
137
137
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
138
138
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
139
139
|
remote: 'remote_example', # String |
|
|
140
|
+
retain_checkpoints: 56, # Integer | Filter results where retain_checkpoints matches value
|
|
141
|
+
retain_checkpoints__gt: 56, # Integer | Filter results where retain_checkpoints is greater than value
|
|
142
|
+
retain_checkpoints__gte: 56, # Integer | Filter results where retain_checkpoints is greater than or equal to value
|
|
143
|
+
retain_checkpoints__isnull: true, # Boolean | Filter results where retain_checkpoints has a null value
|
|
144
|
+
retain_checkpoints__lt: 56, # Integer | Filter results where retain_checkpoints is less than value
|
|
145
|
+
retain_checkpoints__lte: 56, # Integer | Filter results where retain_checkpoints is less than or equal to value
|
|
146
|
+
retain_checkpoints__ne: 56, # Integer | Filter results where retain_checkpoints not equal to value
|
|
147
|
+
retain_checkpoints__range: [37], # Array<Integer> | Filter results where retain_checkpoints is between two comma separated values
|
|
140
148
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
|
141
149
|
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
|
142
150
|
retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
|
|
@@ -194,13 +202,21 @@ end
|
|
|
194
202
|
| **name__regex** | **String** | Filter results where name matches regex value | [optional] |
|
|
195
203
|
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
|
196
204
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
|
197
|
-
| **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] |
|
|
205
|
+
| **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) * `retain_checkpoints` - Retain checkpoints * `-retain_checkpoints` - Retain checkpoints (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
|
198
206
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
199
207
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
200
208
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
201
209
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
202
210
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
203
211
|
| **remote** | **String** | | [optional] |
|
|
212
|
+
| **retain_checkpoints** | **Integer** | Filter results where retain_checkpoints matches value | [optional] |
|
|
213
|
+
| **retain_checkpoints__gt** | **Integer** | Filter results where retain_checkpoints is greater than value | [optional] |
|
|
214
|
+
| **retain_checkpoints__gte** | **Integer** | Filter results where retain_checkpoints is greater than or equal to value | [optional] |
|
|
215
|
+
| **retain_checkpoints__isnull** | **Boolean** | Filter results where retain_checkpoints has a null value | [optional] |
|
|
216
|
+
| **retain_checkpoints__lt** | **Integer** | Filter results where retain_checkpoints is less than value | [optional] |
|
|
217
|
+
| **retain_checkpoints__lte** | **Integer** | Filter results where retain_checkpoints is less than or equal to value | [optional] |
|
|
218
|
+
| **retain_checkpoints__ne** | **Integer** | Filter results where retain_checkpoints not equal to value | [optional] |
|
|
219
|
+
| **retain_checkpoints__range** | [**Array<Integer>**](Integer.md) | Filter results where retain_checkpoints is between two comma separated values | [optional] |
|
|
204
220
|
| **retain_repo_versions** | **Integer** | Filter results where retain_repo_versions matches value | [optional] |
|
|
205
221
|
| **retain_repo_versions__gt** | **Integer** | Filter results where retain_repo_versions is greater than value | [optional] |
|
|
206
222
|
| **retain_repo_versions__gte** | **Integer** | Filter results where retain_repo_versions is greater than or equal to value | [optional] |
|