pulp_container_client 2.27.9 → 2.28.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 +14 -14
- data/docs/ContainerContainerNamespace.md +3 -1
- data/docs/ContainerContainerNamespaceResponse.md +3 -1
- data/docs/ContainerContainerPullThroughDistribution.md +6 -6
- data/docs/ContainerContainerPullThroughDistributionResponse.md +14 -14
- data/docs/ContainerContainerPushRepository.md +6 -6
- data/docs/ContainerContainerPushRepositoryResponse.md +16 -16
- data/docs/ContainerContainerRemote.md +6 -2
- data/docs/ContainerContainerRemoteResponse.md +4 -4
- data/docs/ContainerManifestSignatureResponse.md +2 -0
- data/docs/ContentSignaturesApi.md +2 -2
- data/docs/PatchedcontainerContainerDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPushRepository.md +6 -6
- data/docs/PatchedcontainerContainerRemote.md +6 -2
- data/docs/PulpContainerNamespacesApi.md +2 -2
- data/lib/pulp_container_client/api/content_signatures_api.rb +3 -3
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +3 -3
- data/lib/pulp_container_client/models/container_container_distribution.rb +31 -31
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +62 -62
- data/lib/pulp_container_client/models/container_container_namespace.rb +15 -4
- data/lib/pulp_container_client/models/container_container_namespace_response.rb +15 -4
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +31 -31
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +62 -62
- data/lib/pulp_container_client/models/container_container_push_repository.rb +55 -55
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +82 -82
- data/lib/pulp_container_client/models/container_container_remote.rb +29 -3
- data/lib/pulp_container_client/models/container_container_remote_response.rb +19 -19
- data/lib/pulp_container_client/models/container_manifest_signature_response.rb +14 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +29 -29
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +29 -29
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +53 -53
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +29 -3
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/api/content_signatures_api_spec.rb +1 -1
- data/spec/api/pulp_container_namespaces_api_spec.rb +1 -1
- data/spec/models/container_container_distribution_response_spec.rb +11 -11
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_namespace_response_spec.rb +6 -0
- data/spec/models/container_container_namespace_spec.rb +6 -0
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +11 -11
- data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/container_container_push_repository_response_spec.rb +12 -12
- data/spec/models/container_container_push_repository_spec.rb +5 -5
- data/spec/models/container_container_remote_response_spec.rb +2 -2
- data/spec/models/container_container_remote_spec.rb +12 -0
- data/spec/models/container_manifest_signature_response_spec.rb +6 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_remote_spec.rb +12 -0
- metadata +60 -60
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e30ce49220dbdfdf2a4c8f594fe70f51df7e90c4cecfb9b79f53b94240c92a7
|
|
4
|
+
data.tar.gz: f87ab5d354d82fc7e4f989b29036a14dc47d9e834d7fcc5b8122747e3b4ebe7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4dce9b7fa82a8aa0dbc16c94b5f5d90fa3d71796e96b3fe660c5cc19c59abd8ce2078e7072b65c5f452e0816cc3b73d481a1ef53d41642b6ed5e3a6552fe4c1d
|
|
7
|
+
data.tar.gz: fe3dda7ffcca8588387922121a092228f3b1e83a07cea7799d0918b7a350f441d1988ebd962cd54f2f829f5c90314a01f88fd27b3307a86e08fe5dceff46215a
|
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.28.0
|
|
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.
|
|
28
|
+
gem install ./pulp_container_client-2.28.0.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_container_client-2.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_container_client-2.28.0.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.
|
|
37
|
+
gem 'pulp_container_client', '~> 2.28.0'
|
|
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\") | |
|
|
8
7
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
|
-
| **
|
|
8
|
+
| **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\") | |
|
|
9
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
10
10
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
11
11
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
12
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
13
12
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
13
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [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,
|
|
24
23
|
hidden: null,
|
|
25
|
-
|
|
24
|
+
base_path: null,
|
|
25
|
+
pulp_labels: null,
|
|
26
26
|
name: null,
|
|
27
27
|
repository: null,
|
|
28
|
-
pulp_labels: null,
|
|
29
28
|
repository_version: null,
|
|
29
|
+
content_guard: null,
|
|
30
30
|
private: null,
|
|
31
31
|
description: null
|
|
32
32
|
)
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **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] |
|
|
8
|
-
| **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\") | |
|
|
9
7
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
8
|
+
| **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\") | |
|
|
9
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
10
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] |
|
|
11
12
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
12
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
13
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
14
|
-
| **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
|
|
15
13
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
16
14
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
17
|
-
| **
|
|
18
|
-
| **
|
|
15
|
+
| **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] |
|
|
16
|
+
| **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
|
|
19
17
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
18
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
19
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
20
20
|
| **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional][readonly] |
|
|
21
21
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional][readonly] |
|
|
22
22
|
| **namespace** | **String** | Namespace this distribution belongs to. | [optional][readonly] |
|
|
@@ -29,19 +29,19 @@
|
|
|
29
29
|
require 'pulp_container_client'
|
|
30
30
|
|
|
31
31
|
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
|
32
|
-
no_content_change_since: null,
|
|
33
|
-
base_path: null,
|
|
34
32
|
hidden: null,
|
|
33
|
+
base_path: null,
|
|
34
|
+
prn: null,
|
|
35
35
|
pulp_last_updated: null,
|
|
36
|
+
pulp_labels: null,
|
|
36
37
|
pulp_href: null,
|
|
37
|
-
prn: null,
|
|
38
|
-
content_guard: null,
|
|
39
|
-
content_guard_prn: null,
|
|
40
38
|
name: null,
|
|
41
39
|
repository: null,
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
no_content_change_since: null,
|
|
41
|
+
content_guard_prn: null,
|
|
44
42
|
repository_version: null,
|
|
43
|
+
pulp_created: null,
|
|
44
|
+
content_guard: null,
|
|
45
45
|
registry_path: null,
|
|
46
46
|
remote: null,
|
|
47
47
|
namespace: null,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **name** | **String** | | |
|
|
8
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
8
9
|
|
|
9
10
|
## Example
|
|
10
11
|
|
|
@@ -12,7 +13,8 @@
|
|
|
12
13
|
require 'pulp_container_client'
|
|
13
14
|
|
|
14
15
|
instance = PulpContainerClient::ContainerContainerNamespace.new(
|
|
15
|
-
name: null
|
|
16
|
+
name: null,
|
|
17
|
+
pulp_labels: null
|
|
16
18
|
)
|
|
17
19
|
```
|
|
18
20
|
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
10
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
11
|
| **name** | **String** | | |
|
|
12
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
12
13
|
|
|
13
14
|
## Example
|
|
14
15
|
|
|
@@ -20,7 +21,8 @@ instance = PulpContainerClient::ContainerContainerNamespaceResponse.new(
|
|
|
20
21
|
prn: null,
|
|
21
22
|
pulp_created: null,
|
|
22
23
|
pulp_last_updated: null,
|
|
23
|
-
name: null
|
|
24
|
+
name: null,
|
|
25
|
+
pulp_labels: null
|
|
24
26
|
)
|
|
25
27
|
```
|
|
26
28
|
|
|
@@ -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\") | |
|
|
8
7
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
|
-
| **
|
|
8
|
+
| **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\") | |
|
|
9
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
10
10
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
11
11
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
12
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
13
12
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
13
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
14
14
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
|
|
15
15
|
| **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
|
|
16
16
|
| **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional] |
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
require 'pulp_container_client'
|
|
23
23
|
|
|
24
24
|
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
|
|
25
|
-
base_path: null,
|
|
26
25
|
hidden: null,
|
|
27
|
-
|
|
26
|
+
base_path: null,
|
|
27
|
+
pulp_labels: null,
|
|
28
28
|
name: null,
|
|
29
29
|
repository: null,
|
|
30
|
-
pulp_labels: null,
|
|
31
30
|
repository_version: null,
|
|
31
|
+
content_guard: null,
|
|
32
32
|
remote: null,
|
|
33
33
|
distributions: null,
|
|
34
34
|
private: null,
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **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] |
|
|
8
|
-
| **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\") | |
|
|
9
7
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
8
|
+
| **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\") | |
|
|
9
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
10
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] |
|
|
11
12
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
12
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
13
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
14
|
-
| **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
|
|
15
13
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
16
14
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
17
|
-
| **
|
|
18
|
-
| **
|
|
15
|
+
| **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] |
|
|
16
|
+
| **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
|
|
19
17
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
18
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
19
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
20
20
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
|
|
21
21
|
| **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
|
|
22
22
|
| **namespace** | **String** | Namespace this distribution belongs to. | [optional][readonly] |
|
|
@@ -29,19 +29,19 @@
|
|
|
29
29
|
require 'pulp_container_client'
|
|
30
30
|
|
|
31
31
|
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(
|
|
32
|
-
no_content_change_since: null,
|
|
33
|
-
base_path: null,
|
|
34
32
|
hidden: null,
|
|
33
|
+
base_path: null,
|
|
34
|
+
prn: null,
|
|
35
35
|
pulp_last_updated: null,
|
|
36
|
+
pulp_labels: null,
|
|
36
37
|
pulp_href: null,
|
|
37
|
-
prn: null,
|
|
38
|
-
content_guard: null,
|
|
39
|
-
content_guard_prn: null,
|
|
40
38
|
name: null,
|
|
41
39
|
repository: null,
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
no_content_change_since: null,
|
|
41
|
+
content_guard_prn: null,
|
|
44
42
|
repository_version: null,
|
|
43
|
+
pulp_created: null,
|
|
44
|
+
content_guard: null,
|
|
45
45
|
remote: null,
|
|
46
46
|
distributions: null,
|
|
47
47
|
namespace: null,
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **name** | **String** | A unique name for this repository. | |
|
|
8
|
-
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
9
7
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
8
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
10
9
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
10
|
+
| **name** | **String** | A unique name for this repository. | |
|
|
11
11
|
| **description** | **String** | An optional description. | [optional] |
|
|
12
|
-
| **
|
|
12
|
+
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
13
13
|
|
|
14
14
|
## Example
|
|
15
15
|
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
require 'pulp_container_client'
|
|
18
18
|
|
|
19
19
|
instance = PulpContainerClient::ContainerContainerPushRepository.new(
|
|
20
|
-
name: null,
|
|
21
|
-
retain_checkpoints: null,
|
|
22
20
|
manifest_signing_service: null,
|
|
21
|
+
retain_repo_versions: null,
|
|
23
22
|
pulp_labels: null,
|
|
23
|
+
name: null,
|
|
24
24
|
description: null,
|
|
25
|
-
|
|
25
|
+
retain_checkpoints: null
|
|
26
26
|
)
|
|
27
27
|
```
|
|
28
28
|
|
|
@@ -4,18 +4,18 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
|
7
|
+
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
9
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] |
|
|
10
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
10
12
|
| **latest_version_href** | **String** | | [optional][readonly] |
|
|
13
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
11
14
|
| **name** | **String** | A unique name for this repository. | |
|
|
12
|
-
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
13
|
-
| **versions_href** | **String** | | [optional][readonly] |
|
|
14
|
-
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
15
|
-
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
16
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
17
15
|
| **description** | **String** | An optional description. | [optional] |
|
|
18
|
-
| **
|
|
16
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
17
|
+
| **versions_href** | **String** | | [optional][readonly] |
|
|
18
|
+
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
19
19
|
|
|
20
20
|
## Example
|
|
21
21
|
|
|
@@ -23,18 +23,18 @@
|
|
|
23
23
|
require 'pulp_container_client'
|
|
24
24
|
|
|
25
25
|
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
|
26
|
-
|
|
27
|
-
pulp_href: null,
|
|
26
|
+
manifest_signing_service: null,
|
|
28
27
|
prn: null,
|
|
28
|
+
pulp_last_updated: null,
|
|
29
|
+
retain_repo_versions: null,
|
|
30
|
+
pulp_labels: null,
|
|
29
31
|
latest_version_href: null,
|
|
32
|
+
pulp_href: null,
|
|
30
33
|
name: null,
|
|
31
|
-
retain_checkpoints: null,
|
|
32
|
-
versions_href: null,
|
|
33
|
-
pulp_created: null,
|
|
34
|
-
manifest_signing_service: null,
|
|
35
|
-
pulp_labels: null,
|
|
36
34
|
description: null,
|
|
37
|
-
|
|
35
|
+
pulp_created: null,
|
|
36
|
+
versions_href: null,
|
|
37
|
+
retain_checkpoints: null
|
|
38
38
|
)
|
|
39
39
|
```
|
|
40
40
|
|
|
@@ -26,8 +26,10 @@
|
|
|
26
26
|
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
27
27
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
28
28
|
| **upstream_name** | **String** | Name of the upstream repository | |
|
|
29
|
-
| **
|
|
30
|
-
| **
|
|
29
|
+
| **includes** | **Array<String>** | A list of tags (wildcards *, ? are recognized) and/or digests (format: 'sha256:<hex>') to include during sync. 'includes' is evaluated before 'excludes'. | [optional] |
|
|
30
|
+
| **excludes** | **Array<String>** | A list of tag patterns to exclude during sync. Wildcards *, ? are recognized. 'excludes' is evaluated after 'includes'. | [optional] |
|
|
31
|
+
| **include_tags** | **Array<String>** | Deprecated. Use 'includes' instead. | [optional] |
|
|
32
|
+
| **exclude_tags** | **Array<String>** | Deprecated. Use 'excludes' instead. | [optional] |
|
|
31
33
|
| **sigstore** | **String** | A URL to a sigstore to download image signatures from | [optional] |
|
|
32
34
|
|
|
33
35
|
## Example
|
|
@@ -58,6 +60,8 @@ instance = PulpContainerClient::ContainerContainerRemote.new(
|
|
|
58
60
|
download_concurrency: null,
|
|
59
61
|
rate_limit: null,
|
|
60
62
|
upstream_name: null,
|
|
63
|
+
includes: null,
|
|
64
|
+
excludes: null,
|
|
61
65
|
include_tags: null,
|
|
62
66
|
exclude_tags: null,
|
|
63
67
|
sigstore: null
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
27
27
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
28
28
|
| **upstream_name** | **String** | Name of the upstream repository | |
|
|
29
|
-
| **
|
|
30
|
-
| **
|
|
29
|
+
| **includes** | **Array<String>** | A list of tags (wildcards *, ? are recognized) and/or digests (format: 'sha256:<hex>') to include during sync. 'includes' is evaluated before 'excludes'. | [optional] |
|
|
30
|
+
| **excludes** | **Array<String>** | A list of tag patterns to exclude during sync. Wildcards *, ? are recognized. 'excludes' is evaluated after 'includes'. | [optional] |
|
|
31
31
|
| **sigstore** | **String** | A URL to a sigstore to download image signatures from | [optional] |
|
|
32
32
|
|
|
33
33
|
## Example
|
|
@@ -58,8 +58,8 @@ instance = PulpContainerClient::ContainerContainerRemoteResponse.new(
|
|
|
58
58
|
download_concurrency: null,
|
|
59
59
|
rate_limit: null,
|
|
60
60
|
upstream_name: null,
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
includes: null,
|
|
62
|
+
excludes: null,
|
|
63
63
|
sigstore: null
|
|
64
64
|
)
|
|
65
65
|
```
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
| **digest** | **String** | sha256 digest of the signature blob | |
|
|
15
15
|
| **type** | **String** | Container signature type, e.g. 'atomic' | |
|
|
16
16
|
| **key_id** | **String** | Signing key ID | |
|
|
17
|
+
| **fingerprint** | **String** | Signing key fingerprint | |
|
|
17
18
|
| **timestamp** | **Integer** | Timestamp of a signature | |
|
|
18
19
|
| **creator** | **String** | Signature creator | |
|
|
19
20
|
| **signed_manifest** | **String** | Manifest that is signed | |
|
|
@@ -34,6 +35,7 @@ instance = PulpContainerClient::ContainerManifestSignatureResponse.new(
|
|
|
34
35
|
digest: null,
|
|
35
36
|
type: null,
|
|
36
37
|
key_id: null,
|
|
38
|
+
fingerprint: null,
|
|
37
39
|
timestamp: null,
|
|
38
40
|
creator: null,
|
|
39
41
|
signed_manifest: null
|
|
@@ -49,7 +49,7 @@ opts = {
|
|
|
49
49
|
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
|
50
50
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
51
51
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
52
|
-
ordering: ['-creator'], # 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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (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)
|
|
52
|
+
ordering: ['-creator'], # 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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (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) * `fingerprint` - Fingerprint * `-fingerprint` - Fingerprint (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
53
53
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
54
54
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
55
55
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
@@ -111,7 +111,7 @@ end
|
|
|
111
111
|
| **name__regex** | **String** | Filter results where name matches regex value | [optional] |
|
|
112
112
|
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
|
113
113
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
|
114
|
-
| **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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (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] |
|
|
114
|
+
| **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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (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) * `fingerprint` - Fingerprint * `-fingerprint` - Fingerprint (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
|
115
115
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
|
116
116
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
117
117
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
@@ -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] |
|
|
8
7
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
|
-
| **
|
|
8
|
+
| **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] |
|
|
9
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
10
10
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
|
|
11
11
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
12
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
13
12
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
13
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [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,
|
|
24
23
|
hidden: null,
|
|
25
|
-
|
|
24
|
+
base_path: null,
|
|
25
|
+
pulp_labels: null,
|
|
26
26
|
name: null,
|
|
27
27
|
repository: null,
|
|
28
|
-
pulp_labels: null,
|
|
29
28
|
repository_version: null,
|
|
29
|
+
content_guard: null,
|
|
30
30
|
private: null,
|
|
31
31
|
description: null
|
|
32
32
|
)
|
|
@@ -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] |
|
|
8
7
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
|
-
| **
|
|
8
|
+
| **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] |
|
|
9
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
10
10
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
|
|
11
11
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
12
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
13
12
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
13
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
14
14
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] |
|
|
15
15
|
| **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
|
|
16
16
|
| **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional] |
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
require 'pulp_container_client'
|
|
23
23
|
|
|
24
24
|
instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(
|
|
25
|
-
base_path: null,
|
|
26
25
|
hidden: null,
|
|
27
|
-
|
|
26
|
+
base_path: null,
|
|
27
|
+
pulp_labels: null,
|
|
28
28
|
name: null,
|
|
29
29
|
repository: null,
|
|
30
|
-
pulp_labels: null,
|
|
31
30
|
repository_version: null,
|
|
31
|
+
content_guard: null,
|
|
32
32
|
remote: null,
|
|
33
33
|
distributions: null,
|
|
34
34
|
private: null,
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **name** | **String** | A unique name for this repository. | [optional] |
|
|
8
|
-
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
9
7
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
8
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
10
9
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
10
|
+
| **name** | **String** | A unique name for this repository. | [optional] |
|
|
11
11
|
| **description** | **String** | An optional description. | [optional] |
|
|
12
|
-
| **
|
|
12
|
+
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
13
13
|
|
|
14
14
|
## Example
|
|
15
15
|
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
require 'pulp_container_client'
|
|
18
18
|
|
|
19
19
|
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(
|
|
20
|
-
name: null,
|
|
21
|
-
retain_checkpoints: null,
|
|
22
20
|
manifest_signing_service: null,
|
|
21
|
+
retain_repo_versions: null,
|
|
23
22
|
pulp_labels: null,
|
|
23
|
+
name: null,
|
|
24
24
|
description: null,
|
|
25
|
-
|
|
25
|
+
retain_checkpoints: null
|
|
26
26
|
)
|
|
27
27
|
```
|
|
28
28
|
|
|
@@ -26,8 +26,10 @@
|
|
|
26
26
|
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
27
27
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
28
28
|
| **upstream_name** | **String** | Name of the upstream repository | [optional] |
|
|
29
|
-
| **
|
|
30
|
-
| **
|
|
29
|
+
| **includes** | **Array<String>** | A list of tags (wildcards *, ? are recognized) and/or digests (format: 'sha256:<hex>') to include during sync. 'includes' is evaluated before 'excludes'. | [optional] |
|
|
30
|
+
| **excludes** | **Array<String>** | A list of tag patterns to exclude during sync. Wildcards *, ? are recognized. 'excludes' is evaluated after 'includes'. | [optional] |
|
|
31
|
+
| **include_tags** | **Array<String>** | Deprecated. Use 'includes' instead. | [optional] |
|
|
32
|
+
| **exclude_tags** | **Array<String>** | Deprecated. Use 'excludes' instead. | [optional] |
|
|
31
33
|
| **sigstore** | **String** | A URL to a sigstore to download image signatures from | [optional] |
|
|
32
34
|
|
|
33
35
|
## Example
|
|
@@ -58,6 +60,8 @@ instance = PulpContainerClient::PatchedcontainerContainerRemote.new(
|
|
|
58
60
|
download_concurrency: null,
|
|
59
61
|
rate_limit: null,
|
|
60
62
|
upstream_name: null,
|
|
63
|
+
includes: null,
|
|
64
|
+
excludes: null,
|
|
61
65
|
include_tags: null,
|
|
62
66
|
exclude_tags: null,
|
|
63
67
|
sigstore: null
|
|
@@ -272,7 +272,7 @@ opts = {
|
|
|
272
272
|
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
|
273
273
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
274
274
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
275
|
-
ordering: ['-name'], # 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)
|
|
275
|
+
ordering: ['-name'], # 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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
276
276
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
277
277
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
278
278
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
@@ -324,7 +324,7 @@ end
|
|
|
324
324
|
| **name__regex** | **String** | Filter results where name matches regex value | [optional] |
|
|
325
325
|
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
|
326
326
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
|
327
|
-
| **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] |
|
|
327
|
+
| **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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
|
328
328
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
329
329
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
330
330
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|