pulp_container_client 2.27.11 → 2.27.12
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 -6
- data/docs/ContainerContainerDistribution.md +6 -6
- data/docs/ContainerContainerDistributionResponse.md +16 -16
- data/docs/ContainerContainerPullThroughDistribution.md +6 -6
- data/docs/ContainerContainerPullThroughDistributionResponse.md +16 -16
- data/docs/ContainerContainerPushRepository.md +8 -8
- data/docs/ContainerContainerPushRepositoryResponse.md +16 -16
- data/docs/DistributionsPullThroughApi.md +10 -10
- data/docs/PatchedcontainerContainerDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPushRepository.md +8 -8
- data/lib/pulp_container_client/api/distributions_pull_through_api.rb +4 -8
- data/lib/pulp_container_client/models/container_container_distribution.rb +31 -31
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +69 -69
- 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 +70 -70
- data/lib/pulp_container_client/models/container_container_push_repository.rb +62 -62
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +70 -70
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +28 -28
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +28 -28
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +62 -62
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/api/distributions_pull_through_api_spec.rb +2 -4
- data/spec/models/container_container_distribution_response_spec.rb +13 -13
- data/spec/models/container_container_distribution_spec.rb +7 -7
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +13 -13
- data/spec/models/container_container_pull_through_distribution_spec.rb +7 -7
- data/spec/models/container_container_push_repository_response_spec.rb +10 -10
- data/spec/models/container_container_push_repository_spec.rb +6 -6
- data/spec/models/patchedcontainer_container_distribution_spec.rb +7 -7
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +7 -7
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +6 -6
- metadata +59 -59
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f69cf93874cd4bd6e21ae964d5b5bec54bf89e9939f9a081ab91fab5e36d54d8
|
|
4
|
+
data.tar.gz: b668c6c4f3a0475755fb629fa90778d84b9268331d2e08ec03db6518dba18959
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af71fe71debba4ec0e454690d4872a7c2f4dc9fa4b856c6f970f7f3f5b6c9b090ab022d0c7d4f2e953800467e21e90cb9ed0531839a04f2503a05ab861fad723
|
|
7
|
+
data.tar.gz: 65f3d0e88a50ddd5d14cf7973763ee74e9299fa71a1036e0da58089ffcbf784ea66db3e48079e40d65fc9d81db023a018c4aa26204d100b3ee5c7e240388509e
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: v3
|
|
10
|
-
- Package version: 2.27.
|
|
10
|
+
- Package version: 2.27.12
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -25,16 +25,16 @@ gem build pulp_container_client.gemspec
|
|
|
25
25
|
Then either install the gem locally:
|
|
26
26
|
|
|
27
27
|
```shell
|
|
28
|
-
gem install ./pulp_container_client-2.27.
|
|
28
|
+
gem install ./pulp_container_client-2.27.12.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_container_client-2.27.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_container_client-2.27.12.gem` to install the development dependencies)
|
|
32
32
|
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
34
34
|
|
|
35
35
|
Finally add this to the Gemfile:
|
|
36
36
|
|
|
37
|
-
gem 'pulp_container_client', '~> 2.27.
|
|
37
|
+
gem 'pulp_container_client', '~> 2.27.12'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -141,8 +141,8 @@ Class | Method | HTTP request | Description
|
|
|
141
141
|
*PulpContainerClient::DistributionsPullThroughApi* | [**partial_update**](docs/DistributionsPullThroughApi.md#partial_update) | **PATCH** {container_container_pull_through_distribution_href} | Update a container pull through distribution
|
|
142
142
|
*PulpContainerClient::DistributionsPullThroughApi* | [**read**](docs/DistributionsPullThroughApi.md#read) | **GET** {container_container_pull_through_distribution_href} | Inspect a container pull through distribution
|
|
143
143
|
*PulpContainerClient::DistributionsPullThroughApi* | [**remove_role**](docs/DistributionsPullThroughApi.md#remove_role) | **POST** {container_container_pull_through_distribution_href}remove_role/ | Remove a role
|
|
144
|
-
*PulpContainerClient::DistributionsPullThroughApi* | [**set_label**](docs/DistributionsPullThroughApi.md#set_label) | **POST** {container_container_pull_through_distribution_href}set_label/ |
|
|
145
|
-
*PulpContainerClient::DistributionsPullThroughApi* | [**unset_label**](docs/DistributionsPullThroughApi.md#unset_label) | **POST** {container_container_pull_through_distribution_href}unset_label/ |
|
|
144
|
+
*PulpContainerClient::DistributionsPullThroughApi* | [**set_label**](docs/DistributionsPullThroughApi.md#set_label) | **POST** {container_container_pull_through_distribution_href}set_label/ |
|
|
145
|
+
*PulpContainerClient::DistributionsPullThroughApi* | [**unset_label**](docs/DistributionsPullThroughApi.md#unset_label) | **POST** {container_container_pull_through_distribution_href}unset_label/ |
|
|
146
146
|
*PulpContainerClient::DistributionsPullThroughApi* | [**update**](docs/DistributionsPullThroughApi.md#update) | **PUT** {container_container_pull_through_distribution_href} | Update a container pull through distribution
|
|
147
147
|
*PulpContainerClient::PulpContainerNamespacesApi* | [**add_role**](docs/PulpContainerNamespacesApi.md#add_role) | **POST** {container_container_namespace_href}add_role/ | Add a role
|
|
148
148
|
*PulpContainerClient::PulpContainerNamespacesApi* | [**create**](docs/PulpContainerNamespacesApi.md#create) | **POST** /pulp/api/v3/pulp_container/namespaces/ | Create a container namespace
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
7
8
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
8
10
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
11
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
10
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
11
|
-
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
12
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
13
12
|
| **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\") | |
|
|
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] |
|
|
16
16
|
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
require 'pulp_container_client'
|
|
21
21
|
|
|
22
22
|
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
|
23
|
+
content_guard: null,
|
|
23
24
|
hidden: null,
|
|
25
|
+
name: null,
|
|
24
26
|
pulp_labels: null,
|
|
25
27
|
repository: null,
|
|
26
|
-
name: null,
|
|
27
|
-
repository_version: null,
|
|
28
|
-
content_guard: null,
|
|
29
28
|
base_path: null,
|
|
29
|
+
repository_version: 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
|
-
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
8
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
7
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
10
|
-
| **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] |
|
|
11
|
-
| **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
|
|
12
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
13
|
-
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
14
8
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
15
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
16
|
-
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
17
9
|
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
10
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
11
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
12
|
+
| **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
|
|
13
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
14
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
15
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
18
16
|
| **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\") | |
|
|
17
|
+
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
19
18
|
| **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] |
|
|
19
|
+
| **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] |
|
|
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
|
-
hidden: null,
|
|
33
|
-
pulp_labels: null,
|
|
34
32
|
pulp_href: null,
|
|
35
|
-
no_content_change_since: null,
|
|
36
|
-
content_guard_prn: null,
|
|
37
|
-
prn: null,
|
|
38
|
-
repository: null,
|
|
39
33
|
pulp_created: null,
|
|
40
|
-
name: null,
|
|
41
|
-
repository_version: null,
|
|
42
34
|
content_guard: null,
|
|
35
|
+
hidden: null,
|
|
36
|
+
prn: null,
|
|
37
|
+
content_guard_prn: null,
|
|
38
|
+
name: null,
|
|
39
|
+
pulp_labels: null,
|
|
40
|
+
repository: null,
|
|
43
41
|
base_path: null,
|
|
42
|
+
repository_version: null,
|
|
44
43
|
pulp_last_updated: null,
|
|
44
|
+
no_content_change_since: null,
|
|
45
45
|
registry_path: null,
|
|
46
46
|
remote: null,
|
|
47
47
|
namespace: null,
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
7
8
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
8
10
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
11
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
10
|
-
| **
|
|
12
|
+
| **base_path** | **String** | The registry path exposed by this pull-through distribution. | |
|
|
11
13
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
12
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
13
|
-
| **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\") | |
|
|
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
|
+
content_guard: null,
|
|
25
26
|
hidden: null,
|
|
27
|
+
name: null,
|
|
26
28
|
pulp_labels: null,
|
|
27
29
|
repository: null,
|
|
28
|
-
name: null,
|
|
29
|
-
repository_version: null,
|
|
30
|
-
content_guard: null,
|
|
31
30
|
base_path: null,
|
|
31
|
+
repository_version: 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
|
-
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
8
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
7
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
10
|
-
| **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] |
|
|
11
|
-
| **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
|
|
12
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
13
|
-
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
14
8
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
9
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
10
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
11
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
12
|
+
| **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`. | |
|
|
14
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
15
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
16
|
+
| **base_path** | **String** | The registry path exposed by this pull-through distribution. | |
|
|
16
17
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
17
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
18
|
-
| **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\") | |
|
|
19
18
|
| **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] |
|
|
19
|
+
| **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] |
|
|
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
|
-
hidden: null,
|
|
33
|
-
pulp_labels: null,
|
|
34
32
|
pulp_href: null,
|
|
35
|
-
no_content_change_since: null,
|
|
36
|
-
content_guard_prn: null,
|
|
37
|
-
prn: null,
|
|
38
|
-
repository: null,
|
|
39
33
|
pulp_created: null,
|
|
40
|
-
name: null,
|
|
41
|
-
repository_version: null,
|
|
42
34
|
content_guard: null,
|
|
35
|
+
hidden: null,
|
|
36
|
+
prn: null,
|
|
37
|
+
content_guard_prn: null,
|
|
38
|
+
name: null,
|
|
39
|
+
pulp_labels: null,
|
|
40
|
+
repository: null,
|
|
43
41
|
base_path: null,
|
|
42
|
+
repository_version: null,
|
|
44
43
|
pulp_last_updated: null,
|
|
44
|
+
no_content_change_since: 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
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
8
|
-
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
9
7
|
| **description** | **String** | An optional description. | [optional] |
|
|
10
|
-
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
11
|
-
| **name** | **String** | A unique name for this repository. | |
|
|
12
8
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
9
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
10
|
+
| **name** | **String** | A unique name for this repository. | |
|
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
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
|
-
pulp_labels: null,
|
|
21
|
-
retain_repo_versions: null,
|
|
22
20
|
description: null,
|
|
23
|
-
|
|
21
|
+
manifest_signing_service: null,
|
|
22
|
+
retain_repo_versions: null,
|
|
24
23
|
name: null,
|
|
25
|
-
|
|
24
|
+
pulp_labels: null,
|
|
25
|
+
retain_checkpoints: null
|
|
26
26
|
)
|
|
27
27
|
```
|
|
28
28
|
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
8
|
-
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
9
|
-
| **description** | **String** | An optional description. | [optional] |
|
|
10
|
-
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
11
|
-
| **latest_version_href** | **String** | | [optional][readonly] |
|
|
12
7
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
13
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
14
8
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
15
|
-
| **name** | **String** | A unique name for this repository. | |
|
|
16
|
-
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
17
9
|
| **versions_href** | **String** | | [optional][readonly] |
|
|
10
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
11
|
+
| **description** | **String** | An optional description. | [optional] |
|
|
12
|
+
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
13
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
14
|
+
| **latest_version_href** | **String** | | [optional][readonly] |
|
|
15
|
+
| **name** | **String** | A unique name for this repository. | |
|
|
16
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
17
|
+
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
18
18
|
| **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] |
|
|
19
19
|
|
|
20
20
|
## Example
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
require 'pulp_container_client'
|
|
24
24
|
|
|
25
25
|
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
|
26
|
-
pulp_labels: null,
|
|
27
|
-
retain_repo_versions: null,
|
|
28
|
-
description: null,
|
|
29
|
-
retain_checkpoints: null,
|
|
30
|
-
latest_version_href: null,
|
|
31
26
|
pulp_href: null,
|
|
32
|
-
prn: null,
|
|
33
27
|
pulp_created: null,
|
|
34
|
-
name: null,
|
|
35
|
-
manifest_signing_service: null,
|
|
36
28
|
versions_href: null,
|
|
29
|
+
prn: null,
|
|
30
|
+
description: null,
|
|
31
|
+
manifest_signing_service: null,
|
|
32
|
+
retain_repo_versions: null,
|
|
33
|
+
latest_version_href: null,
|
|
34
|
+
name: null,
|
|
35
|
+
pulp_labels: null,
|
|
36
|
+
retain_checkpoints: null,
|
|
37
37
|
pulp_last_updated: null
|
|
38
38
|
)
|
|
39
39
|
```
|
|
@@ -13,8 +13,8 @@ All URIs are relative to *http://localhost:24817*
|
|
|
13
13
|
| [**partial_update**](DistributionsPullThroughApi.md#partial_update) | **PATCH** {container_container_pull_through_distribution_href} | Update a container pull through distribution |
|
|
14
14
|
| [**read**](DistributionsPullThroughApi.md#read) | **GET** {container_container_pull_through_distribution_href} | Inspect a container pull through distribution |
|
|
15
15
|
| [**remove_role**](DistributionsPullThroughApi.md#remove_role) | **POST** {container_container_pull_through_distribution_href}remove_role/ | Remove a role |
|
|
16
|
-
| [**set_label**](DistributionsPullThroughApi.md#set_label) | **POST** {container_container_pull_through_distribution_href}set_label/ |
|
|
17
|
-
| [**unset_label**](DistributionsPullThroughApi.md#unset_label) | **POST** {container_container_pull_through_distribution_href}unset_label/ |
|
|
16
|
+
| [**set_label**](DistributionsPullThroughApi.md#set_label) | **POST** {container_container_pull_through_distribution_href}set_label/ | |
|
|
17
|
+
| [**unset_label**](DistributionsPullThroughApi.md#unset_label) | **POST** {container_container_pull_through_distribution_href}unset_label/ | |
|
|
18
18
|
| [**update**](DistributionsPullThroughApi.md#update) | **PUT** {container_container_pull_through_distribution_href} | Update a container pull through distribution |
|
|
19
19
|
|
|
20
20
|
|
|
@@ -758,9 +758,9 @@ end
|
|
|
758
758
|
|
|
759
759
|
> <SetLabelResponse> set_label(container_container_pull_through_distribution_href, set_label, opts)
|
|
760
760
|
|
|
761
|
-
Set a label
|
|
762
761
|
|
|
763
|
-
|
|
762
|
+
|
|
763
|
+
Prevent clients from changing the internal pull-through marker.
|
|
764
764
|
|
|
765
765
|
### Examples
|
|
766
766
|
|
|
@@ -782,7 +782,7 @@ opts = {
|
|
|
782
782
|
}
|
|
783
783
|
|
|
784
784
|
begin
|
|
785
|
-
|
|
785
|
+
|
|
786
786
|
result = api_instance.set_label(container_container_pull_through_distribution_href, set_label, opts)
|
|
787
787
|
p result
|
|
788
788
|
rescue PulpContainerClient::ApiError => e
|
|
@@ -798,7 +798,7 @@ This returns an Array which contains the response data, status code and headers.
|
|
|
798
798
|
|
|
799
799
|
```ruby
|
|
800
800
|
begin
|
|
801
|
-
|
|
801
|
+
|
|
802
802
|
data, status_code, headers = api_instance.set_label_with_http_info(container_container_pull_through_distribution_href, set_label, opts)
|
|
803
803
|
p status_code # => 2xx
|
|
804
804
|
p headers # => { ... }
|
|
@@ -834,9 +834,9 @@ end
|
|
|
834
834
|
|
|
835
835
|
> <UnsetLabelResponse> unset_label(container_container_pull_through_distribution_href, unset_label, opts)
|
|
836
836
|
|
|
837
|
-
Unset a label
|
|
838
837
|
|
|
839
|
-
|
|
838
|
+
|
|
839
|
+
Prevent clients from removing the internal pull-through marker.
|
|
840
840
|
|
|
841
841
|
### Examples
|
|
842
842
|
|
|
@@ -858,7 +858,7 @@ opts = {
|
|
|
858
858
|
}
|
|
859
859
|
|
|
860
860
|
begin
|
|
861
|
-
|
|
861
|
+
|
|
862
862
|
result = api_instance.unset_label(container_container_pull_through_distribution_href, unset_label, opts)
|
|
863
863
|
p result
|
|
864
864
|
rescue PulpContainerClient::ApiError => e
|
|
@@ -874,7 +874,7 @@ This returns an Array which contains the response data, status code and headers.
|
|
|
874
874
|
|
|
875
875
|
```ruby
|
|
876
876
|
begin
|
|
877
|
-
|
|
877
|
+
|
|
878
878
|
data, status_code, headers = api_instance.unset_label_with_http_info(container_container_pull_through_distribution_href, unset_label, opts)
|
|
879
879
|
p status_code # => 2xx
|
|
880
880
|
p headers # => { ... }
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
7
8
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
|
|
8
10
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
11
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
10
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
|
|
11
|
-
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
12
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
13
12
|
| **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] |
|
|
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] |
|
|
16
16
|
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
require 'pulp_container_client'
|
|
21
21
|
|
|
22
22
|
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
|
|
23
|
+
content_guard: null,
|
|
23
24
|
hidden: null,
|
|
25
|
+
name: null,
|
|
24
26
|
pulp_labels: null,
|
|
25
27
|
repository: null,
|
|
26
|
-
name: null,
|
|
27
|
-
repository_version: null,
|
|
28
|
-
content_guard: null,
|
|
29
28
|
base_path: null,
|
|
29
|
+
repository_version: 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
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
7
8
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
|
|
8
10
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
11
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
10
|
-
| **
|
|
12
|
+
| **base_path** | **String** | The registry path exposed by this pull-through distribution. | [optional] |
|
|
11
13
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
12
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
13
|
-
| **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] |
|
|
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
|
+
content_guard: null,
|
|
25
26
|
hidden: null,
|
|
27
|
+
name: null,
|
|
26
28
|
pulp_labels: null,
|
|
27
29
|
repository: null,
|
|
28
|
-
name: null,
|
|
29
|
-
repository_version: null,
|
|
30
|
-
content_guard: null,
|
|
31
30
|
base_path: null,
|
|
31
|
+
repository_version: 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
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
8
|
-
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
9
7
|
| **description** | **String** | An optional description. | [optional] |
|
|
10
|
-
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
11
|
-
| **name** | **String** | A unique name for this repository. | [optional] |
|
|
12
8
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
9
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
10
|
+
| **name** | **String** | A unique name for this repository. | [optional] |
|
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
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
|
-
pulp_labels: null,
|
|
21
|
-
retain_repo_versions: null,
|
|
22
20
|
description: null,
|
|
23
|
-
|
|
21
|
+
manifest_signing_service: null,
|
|
22
|
+
retain_repo_versions: null,
|
|
24
23
|
name: null,
|
|
25
|
-
|
|
24
|
+
pulp_labels: null,
|
|
25
|
+
retain_checkpoints: null
|
|
26
26
|
)
|
|
27
27
|
```
|
|
28
28
|
|
|
@@ -748,8 +748,7 @@ module PulpContainerClient
|
|
|
748
748
|
return data, status_code, headers
|
|
749
749
|
end
|
|
750
750
|
|
|
751
|
-
#
|
|
752
|
-
# Set a single pulp_label on the object to a specific value or null.
|
|
751
|
+
# Prevent clients from changing the internal pull-through marker.
|
|
753
752
|
# @param container_container_pull_through_distribution_href [String]
|
|
754
753
|
# @param set_label [SetLabel]
|
|
755
754
|
# @param [Hash] opts the optional parameters
|
|
@@ -760,8 +759,7 @@ module PulpContainerClient
|
|
|
760
759
|
data
|
|
761
760
|
end
|
|
762
761
|
|
|
763
|
-
#
|
|
764
|
-
# Set a single pulp_label on the object to a specific value or null.
|
|
762
|
+
# Prevent clients from changing the internal pull-through marker.
|
|
765
763
|
# @param container_container_pull_through_distribution_href [String]
|
|
766
764
|
# @param set_label [SetLabel]
|
|
767
765
|
# @param [Hash] opts the optional parameters
|
|
@@ -825,8 +823,7 @@ module PulpContainerClient
|
|
|
825
823
|
return data, status_code, headers
|
|
826
824
|
end
|
|
827
825
|
|
|
828
|
-
#
|
|
829
|
-
# Unset a single pulp_label on the object.
|
|
826
|
+
# Prevent clients from removing the internal pull-through marker.
|
|
830
827
|
# @param container_container_pull_through_distribution_href [String]
|
|
831
828
|
# @param unset_label [UnsetLabel]
|
|
832
829
|
# @param [Hash] opts the optional parameters
|
|
@@ -837,8 +834,7 @@ module PulpContainerClient
|
|
|
837
834
|
data
|
|
838
835
|
end
|
|
839
836
|
|
|
840
|
-
#
|
|
841
|
-
# Unset a single pulp_label on the object.
|
|
837
|
+
# Prevent clients from removing the internal pull-through marker.
|
|
842
838
|
# @param container_container_pull_through_distribution_href [String]
|
|
843
839
|
# @param unset_label [UnsetLabel]
|
|
844
840
|
# @param [Hash] opts the optional parameters
|