pulp_container_client 2.24.0 → 2.24.1
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 +6 -5
- data/docs/ContainerBlobResponse.md +2 -0
- data/docs/ContainerContainerDistribution.md +8 -8
- data/docs/ContainerContainerDistributionResponse.md +14 -14
- data/docs/ContainerContainerPullThroughDistribution.md +8 -8
- data/docs/ContainerContainerPullThroughDistributionResponse.md +14 -14
- data/docs/ContainerContainerPushRepository.md +8 -8
- data/docs/ContainerContainerPushRepositoryResponse.md +14 -14
- data/docs/ContainerManifestResponse.md +2 -0
- data/docs/ContainerManifestSignatureResponse.md +2 -0
- data/docs/ContainerTagResponse.md +2 -0
- data/docs/ContentBlobsApi.md +4 -2
- data/docs/ContentManifestsApi.md +4 -2
- data/docs/ContentSignaturesApi.md +4 -2
- data/docs/ContentTagsApi.md +4 -2
- data/docs/DistributionsContainerApi.md +2 -2
- data/docs/DistributionsPullThroughApi.md +2 -2
- data/docs/PatchedcontainerContainerDistribution.md +8 -8
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +8 -8
- data/docs/PatchedcontainerContainerPushRepository.md +8 -8
- data/lib/pulp_container_client/api/content_blobs_api.rb +6 -3
- data/lib/pulp_container_client/api/content_manifests_api.rb +6 -3
- data/lib/pulp_container_client/api/content_signatures_api.rb +6 -3
- data/lib/pulp_container_client/api/content_tags_api.rb +6 -3
- data/lib/pulp_container_client/models/container_blob_response.rb +13 -1
- data/lib/pulp_container_client/models/container_container_distribution.rb +65 -65
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +73 -73
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +65 -65
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +73 -73
- data/lib/pulp_container_client/models/container_container_push_repository.rb +48 -48
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +69 -69
- data/lib/pulp_container_client/models/container_manifest_response.rb +13 -1
- data/lib/pulp_container_client/models/container_manifest_signature_response.rb +13 -1
- data/lib/pulp_container_client/models/container_tag_response.rb +13 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +58 -58
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +58 -58
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +48 -48
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/api/content_blobs_api_spec.rb +2 -1
- data/spec/api/content_manifests_api_spec.rb +2 -1
- data/spec/api/content_signatures_api_spec.rb +2 -1
- data/spec/api/content_tags_api_spec.rb +2 -1
- data/spec/models/container_blob_response_spec.rb +6 -0
- data/spec/models/container_container_distribution_response_spec.rb +11 -11
- data/spec/models/container_container_distribution_spec.rb +6 -6
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +11 -11
- data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
- data/spec/models/container_container_push_repository_response_spec.rb +11 -11
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- data/spec/models/container_manifest_response_spec.rb +6 -0
- data/spec/models/container_manifest_signature_response_spec.rb +6 -0
- data/spec/models/container_tag_response_spec.rb +6 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- metadata +63 -63
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af653ff80be537ae7f95bc13b6dd88fcabdae9a3f3c9f718abb8c587006dce57
|
4
|
+
data.tar.gz: 17f56a913050398be52ab06cc3832a042641272d989e5c5b9d1abe4e0d4ed4e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 741c31ce259b26d327ecb041b2435a28ca3905a099997801eebd51c5e9b343fa19c1ce031c45633b789b8b6012e1536561dd5a199ee8eecc45a368864bb44adc
|
7
|
+
data.tar.gz: 1c4c84333e17179c3dc79be29de75082d55d3e27b9e5e89bed49b4f554bdeea2e3cdee5c0ae681a9a834cb02bd7d5aef0799d41621a40b27f1545382b27e6dc8
|
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.24.
|
10
|
+
- Package version: 2.24.1
|
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.24.
|
28
|
+
gem install ./pulp_container_client-2.24.1.gem
|
29
29
|
```
|
30
30
|
|
31
|
-
(for development, run `gem install --dev ./pulp_container_client-2.24.
|
31
|
+
(for development, run `gem install --dev ./pulp_container_client-2.24.1.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.24.
|
37
|
+
gem 'pulp_container_client', '~> 2.24.1'
|
38
38
|
|
39
39
|
### Install from Git
|
40
40
|
|
@@ -73,11 +73,12 @@ opts = {
|
|
73
73
|
digest__in: ['inner_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
74
74
|
limit: 56, # Integer | Number of results to return per page.
|
75
75
|
offset: 56, # Integer | The initial index from which to return the results.
|
76
|
-
ordering: ['-digest'], # 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) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
76
|
+
ordering: ['-digest'], # 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) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
77
77
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
78
78
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
79
79
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
80
80
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
81
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
81
82
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
82
83
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
83
84
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
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
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **artifact** | **String** | Artifact file representing the physical content | |
|
12
13
|
| **digest** | **String** | sha256 of the Blob file | |
|
13
14
|
|
@@ -21,6 +22,7 @@ instance = PulpContainerClient::ContainerBlobResponse.new(
|
|
21
22
|
prn: null,
|
22
23
|
pulp_created: null,
|
23
24
|
pulp_last_updated: null,
|
25
|
+
pulp_labels: null,
|
24
26
|
artifact: null,
|
25
27
|
digest: null
|
26
28
|
)
|
@@ -4,12 +4,12 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
8
|
-
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
9
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
10
7
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
11
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
12
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
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
10
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
12
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [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] |
|
@@ -20,12 +20,12 @@
|
|
20
20
|
require 'pulp_container_client'
|
21
21
|
|
22
22
|
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
23
|
-
pulp_labels: null,
|
24
|
-
repository: null,
|
25
|
-
content_guard: null,
|
26
23
|
hidden: null,
|
27
|
-
name: null,
|
28
24
|
base_path: null,
|
25
|
+
name: null,
|
26
|
+
content_guard: null,
|
27
|
+
pulp_labels: null,
|
28
|
+
repository: null,
|
29
29
|
repository_version: null,
|
30
30
|
private: null,
|
31
31
|
description: null
|
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
8
|
-
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
9
|
-
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
11
7
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
12
|
-
| **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] |
|
13
|
-
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
14
8
|
| **pulp_href** | **String** | | [optional][readonly] |
|
15
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
16
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
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
17
11
|
| **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\") | |
|
12
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
13
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
14
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
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
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
17
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
18
18
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
19
19
|
| **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional][readonly] |
|
20
20
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional][readonly] |
|
@@ -28,17 +28,17 @@
|
|
28
28
|
require 'pulp_container_client'
|
29
29
|
|
30
30
|
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
31
|
-
pulp_labels: null,
|
32
|
-
repository: null,
|
33
|
-
pulp_created: null,
|
34
|
-
content_guard: null,
|
35
31
|
prn: null,
|
36
|
-
no_content_change_since: null,
|
37
|
-
hidden: null,
|
38
32
|
pulp_href: null,
|
39
|
-
name: null,
|
40
33
|
pulp_last_updated: null,
|
34
|
+
hidden: null,
|
41
35
|
base_path: null,
|
36
|
+
name: null,
|
37
|
+
content_guard: null,
|
38
|
+
pulp_labels: null,
|
39
|
+
no_content_change_since: null,
|
40
|
+
pulp_created: null,
|
41
|
+
repository: null,
|
42
42
|
repository_version: null,
|
43
43
|
registry_path: null,
|
44
44
|
remote: null,
|
@@ -4,12 +4,12 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
8
|
-
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
9
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
10
7
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
11
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
12
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
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
10
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
12
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
13
13
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
|
14
14
|
| **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
|
15
15
|
| **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional] |
|
@@ -21,12 +21,12 @@
|
|
21
21
|
require 'pulp_container_client'
|
22
22
|
|
23
23
|
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
|
24
|
-
pulp_labels: null,
|
25
|
-
repository: null,
|
26
|
-
content_guard: null,
|
27
24
|
hidden: null,
|
28
|
-
name: null,
|
29
25
|
base_path: null,
|
26
|
+
name: null,
|
27
|
+
content_guard: null,
|
28
|
+
pulp_labels: null,
|
29
|
+
repository: null,
|
30
30
|
remote: null,
|
31
31
|
distributions: null,
|
32
32
|
private: null,
|
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
8
|
-
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
9
|
-
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
11
7
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
12
|
-
| **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] |
|
13
|
-
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
14
8
|
| **pulp_href** | **String** | | [optional][readonly] |
|
15
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
16
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
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
17
11
|
| **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\") | |
|
12
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
13
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
14
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
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
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
17
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
18
18
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
|
19
19
|
| **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
|
20
20
|
| **namespace** | **String** | Namespace this distribution belongs to. | [optional][readonly] |
|
@@ -27,17 +27,17 @@
|
|
27
27
|
require 'pulp_container_client'
|
28
28
|
|
29
29
|
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(
|
30
|
-
pulp_labels: null,
|
31
|
-
repository: null,
|
32
|
-
pulp_created: null,
|
33
|
-
content_guard: null,
|
34
30
|
prn: null,
|
35
|
-
no_content_change_since: null,
|
36
|
-
hidden: null,
|
37
31
|
pulp_href: null,
|
38
|
-
name: null,
|
39
32
|
pulp_last_updated: null,
|
33
|
+
hidden: null,
|
40
34
|
base_path: null,
|
35
|
+
name: null,
|
36
|
+
content_guard: null,
|
37
|
+
pulp_labels: null,
|
38
|
+
no_content_change_since: null,
|
39
|
+
pulp_created: null,
|
40
|
+
repository: null,
|
41
41
|
remote: null,
|
42
42
|
distributions: null,
|
43
43
|
namespace: null,
|
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
8
|
-
| **description** | **String** | An optional description. | [optional] |
|
9
|
-
| **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
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] |
|
9
|
+
| **name** | **String** | A unique name for this repository. | |
|
10
|
+
| **description** | **String** | An optional description. | [optional] |
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
12
12
|
|
13
13
|
## Example
|
14
14
|
|
@@ -16,11 +16,11 @@
|
|
16
16
|
require 'pulp_container_client'
|
17
17
|
|
18
18
|
instance = PulpContainerClient::ContainerContainerPushRepository.new(
|
19
|
-
|
20
|
-
description: null,
|
21
|
-
name: null,
|
19
|
+
manifest_signing_service: null,
|
22
20
|
retain_repo_versions: null,
|
23
|
-
|
21
|
+
name: null,
|
22
|
+
description: null,
|
23
|
+
pulp_labels: null
|
24
24
|
)
|
25
25
|
```
|
26
26
|
|
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **
|
8
|
-
| **pulp_created** | **Time** | Timestamp of creation. | [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] |
|
10
|
-
| **description** | **String** | An optional description. | [optional] |
|
11
|
-
| **latest_version_href** | **String** | | [optional][readonly] |
|
12
|
-
| **versions_href** | **String** | | [optional][readonly] |
|
13
9
|
| **pulp_href** | **String** | | [optional][readonly] |
|
14
|
-
| **name** | **String** | A unique name for this repository. | |
|
15
10
|
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
16
11
|
| **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] |
|
17
|
-
| **
|
12
|
+
| **name** | **String** | A unique name for this repository. | |
|
13
|
+
| **latest_version_href** | **String** | | [optional][readonly] |
|
14
|
+
| **versions_href** | **String** | | [optional][readonly] |
|
15
|
+
| **description** | **String** | An optional description. | [optional] |
|
16
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
17
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
18
18
|
|
19
19
|
## Example
|
20
20
|
|
@@ -22,17 +22,17 @@
|
|
22
22
|
require 'pulp_container_client'
|
23
23
|
|
24
24
|
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
25
|
-
|
26
|
-
pulp_created: null,
|
25
|
+
manifest_signing_service: null,
|
27
26
|
prn: null,
|
28
|
-
description: null,
|
29
|
-
latest_version_href: null,
|
30
|
-
versions_href: null,
|
31
27
|
pulp_href: null,
|
32
|
-
name: null,
|
33
28
|
retain_repo_versions: null,
|
34
29
|
pulp_last_updated: null,
|
35
|
-
|
30
|
+
name: null,
|
31
|
+
latest_version_href: null,
|
32
|
+
versions_href: null,
|
33
|
+
description: null,
|
34
|
+
pulp_labels: null,
|
35
|
+
pulp_created: null
|
36
36
|
)
|
37
37
|
```
|
38
38
|
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
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
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **digest** | **String** | sha256 of the Manifest file | |
|
12
13
|
| **schema_version** | **Integer** | Manifest schema version | |
|
13
14
|
| **media_type** | **String** | Manifest media type of the file | |
|
@@ -33,6 +34,7 @@ instance = PulpContainerClient::ContainerManifestResponse.new(
|
|
33
34
|
prn: null,
|
34
35
|
pulp_created: null,
|
35
36
|
pulp_last_updated: null,
|
37
|
+
pulp_labels: null,
|
36
38
|
digest: null,
|
37
39
|
schema_version: null,
|
38
40
|
media_type: null,
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
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
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **name** | **String** | Signature name in the format of `digest_algo:manifest_digest@random_32_chars` | |
|
12
13
|
| **digest** | **String** | sha256 digest of the signature blob | |
|
13
14
|
| **type** | **String** | Container signature type, e.g. 'atomic' | |
|
@@ -26,6 +27,7 @@ instance = PulpContainerClient::ContainerManifestSignatureResponse.new(
|
|
26
27
|
prn: null,
|
27
28
|
pulp_created: null,
|
28
29
|
pulp_last_updated: null,
|
30
|
+
pulp_labels: null,
|
29
31
|
name: null,
|
30
32
|
digest: null,
|
31
33
|
type: null,
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
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
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **name** | **String** | Tag name | |
|
12
13
|
| **tagged_manifest** | **String** | Manifest that is tagged | |
|
13
14
|
|
@@ -21,6 +22,7 @@ instance = PulpContainerClient::ContainerTagResponse.new(
|
|
21
22
|
prn: null,
|
22
23
|
pulp_created: null,
|
23
24
|
pulp_last_updated: null,
|
25
|
+
pulp_labels: null,
|
24
26
|
name: null,
|
25
27
|
tagged_manifest: null
|
26
28
|
)
|
data/docs/ContentBlobsApi.md
CHANGED
@@ -34,11 +34,12 @@ opts = {
|
|
34
34
|
digest__in: ['inner_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
35
35
|
limit: 56, # Integer | Number of results to return per page.
|
36
36
|
offset: 56, # Integer | The initial index from which to return the results.
|
37
|
-
ordering: ['-digest'], # 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) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
37
|
+
ordering: ['-digest'], # 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) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
38
38
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
39
39
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
40
40
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
41
41
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
42
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
42
43
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
43
44
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
44
45
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
@@ -82,11 +83,12 @@ end
|
|
82
83
|
| **digest__in** | [**Array<String>**](String.md) | Filter results where digest is in a comma-separated list of values | [optional] |
|
83
84
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
84
85
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
85
|
-
| **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) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
86
|
+
| **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) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
86
87
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
87
88
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
88
89
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
89
90
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
91
|
+
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
90
92
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
91
93
|
| **repository_version** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
92
94
|
| **repository_version_added** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
data/docs/ContentManifestsApi.md
CHANGED
@@ -37,11 +37,12 @@ opts = {
|
|
37
37
|
limit: 56, # Integer | Number of results to return per page.
|
38
38
|
media_type: ['application/vnd.docker.distribution.manifest.list.v2+json'], # Array<String> | * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json
|
39
39
|
offset: 56, # Integer | The initial index from which to return the results.
|
40
|
-
ordering: ['-annotations'], # 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) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `type` - Type * `-type` - Type (descending) * `data` - Data * `-data` - Data (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `os` - Os * `-os` - Os (descending) * `compressed_image_size` - Compressed image size * `-compressed_image_size` - Compressed image size (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
40
|
+
ordering: ['-annotations'], # 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) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `type` - Type * `-type` - Type (descending) * `data` - Data * `-data` - Data (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `os` - Os * `-os` - Os (descending) * `compressed_image_size` - Compressed image size * `-compressed_image_size` - Compressed image size (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
41
41
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
42
42
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
43
43
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
44
44
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
45
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
45
46
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
46
47
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
47
48
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
@@ -88,11 +89,12 @@ end
|
|
88
89
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
89
90
|
| **media_type** | [**Array<String>**](String.md) | * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json | [optional] |
|
90
91
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
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) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `type` - Type * `-type` - Type (descending) * `data` - Data * `-data` - Data (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `os` - Os * `-os` - Os (descending) * `compressed_image_size` - Compressed image size * `-compressed_image_size` - Compressed image size (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
92
|
+
| **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) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `type` - Type * `-type` - Type (descending) * `data` - Data * `-data` - Data (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `os` - Os * `-os` - Os (descending) * `compressed_image_size` - Compressed image size * `-compressed_image_size` - Compressed image size (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
92
93
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
93
94
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
94
95
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
95
96
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
97
|
+
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
96
98
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
97
99
|
| **repository_version** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
98
100
|
| **repository_version_added** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
@@ -46,11 +46,12 @@ opts = {
|
|
46
46
|
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
47
47
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
48
48
|
offset: 56, # Integer | The initial index from which to return the results.
|
49
|
-
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) * `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)
|
49
|
+
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)
|
50
50
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
51
51
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
52
52
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
53
53
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
54
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
54
55
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
55
56
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
56
57
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
@@ -106,11 +107,12 @@ end
|
|
106
107
|
| **name__regex** | **String** | Filter results where name matches regex value | [optional] |
|
107
108
|
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
108
109
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
109
|
-
| **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] |
|
110
|
+
| **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] |
|
110
111
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
111
112
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
112
113
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
113
114
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
115
|
+
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
114
116
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
115
117
|
| **repository_version** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
116
118
|
| **repository_version_added** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
data/docs/ContentTagsApi.md
CHANGED
@@ -36,11 +36,12 @@ opts = {
|
|
36
36
|
name: 'name_example', # String | Filter results where name matches value
|
37
37
|
name__in: ['inner_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
38
38
|
offset: 56, # Integer | The initial index from which to return the results.
|
39
|
-
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) * `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) * `pk` - Pk * `-pk` - Pk (descending)
|
39
|
+
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) * `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) * `pk` - Pk * `-pk` - Pk (descending)
|
40
40
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
41
41
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
42
42
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
43
43
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
44
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
44
45
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
45
46
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
46
47
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
@@ -86,11 +87,12 @@ end
|
|
86
87
|
| **name** | **String** | Filter results where name matches value | [optional] |
|
87
88
|
| **name__in** | [**Array<String>**](String.md) | Filter results where name is in a comma-separated list of values | [optional] |
|
88
89
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
89
|
-
| **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) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
90
|
+
| **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) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
90
91
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
91
92
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
92
93
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
93
94
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
95
|
+
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
94
96
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
95
97
|
| **repository_version** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
96
98
|
| **repository_version_added** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
@@ -111,7 +111,7 @@ PulpContainerClient.configure do |config|
|
|
111
111
|
end
|
112
112
|
|
113
113
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
114
|
-
container_container_distribution = PulpContainerClient::ContainerContainerDistribution.new({
|
114
|
+
container_container_distribution = PulpContainerClient::ContainerContainerDistribution.new({base_path: 'base_path_example', name: 'name_example'}) # ContainerContainerDistribution |
|
115
115
|
|
116
116
|
begin
|
117
117
|
# Create a container distribution
|
@@ -892,7 +892,7 @@ end
|
|
892
892
|
|
893
893
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
894
894
|
container_container_distribution_href = 'container_container_distribution_href_example' # String |
|
895
|
-
container_container_distribution = PulpContainerClient::ContainerContainerDistribution.new({
|
895
|
+
container_container_distribution = PulpContainerClient::ContainerContainerDistribution.new({base_path: 'base_path_example', name: 'name_example'}) # ContainerContainerDistribution |
|
896
896
|
|
897
897
|
begin
|
898
898
|
# Update a container distribution
|
@@ -111,7 +111,7 @@ PulpContainerClient.configure do |config|
|
|
111
111
|
end
|
112
112
|
|
113
113
|
api_instance = PulpContainerClient::DistributionsPullThroughApi.new
|
114
|
-
container_container_pull_through_distribution = PulpContainerClient::ContainerContainerPullThroughDistribution.new({
|
114
|
+
container_container_pull_through_distribution = PulpContainerClient::ContainerContainerPullThroughDistribution.new({base_path: 'base_path_example', name: 'name_example', remote: 'remote_example'}) # ContainerContainerPullThroughDistribution |
|
115
115
|
|
116
116
|
begin
|
117
117
|
# Create a container pull through distribution
|
@@ -890,7 +890,7 @@ end
|
|
890
890
|
|
891
891
|
api_instance = PulpContainerClient::DistributionsPullThroughApi.new
|
892
892
|
container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
|
893
|
-
container_container_pull_through_distribution = PulpContainerClient::ContainerContainerPullThroughDistribution.new({
|
893
|
+
container_container_pull_through_distribution = PulpContainerClient::ContainerContainerPullThroughDistribution.new({base_path: 'base_path_example', name: 'name_example', remote: 'remote_example'}) # ContainerContainerPullThroughDistribution |
|
894
894
|
|
895
895
|
begin
|
896
896
|
# Update a container pull through distribution
|
@@ -4,12 +4,12 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
8
|
-
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
9
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
10
7
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
11
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
|
12
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
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
|
10
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
12
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [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] |
|
@@ -20,12 +20,12 @@
|
|
20
20
|
require 'pulp_container_client'
|
21
21
|
|
22
22
|
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
|
23
|
-
pulp_labels: null,
|
24
|
-
repository: null,
|
25
|
-
content_guard: null,
|
26
23
|
hidden: null,
|
27
|
-
name: null,
|
28
24
|
base_path: null,
|
25
|
+
name: null,
|
26
|
+
content_guard: null,
|
27
|
+
pulp_labels: null,
|
28
|
+
repository: null,
|
29
29
|
repository_version: null,
|
30
30
|
private: null,
|
31
31
|
description: null
|