pulp_container_client 2.29.0 → 2.29.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 +8 -6
- data/docs/ContainerContainerDistribution.md +6 -6
- data/docs/ContainerContainerDistributionResponse.md +12 -12
- data/docs/ContainerContainerPullThroughDistribution.md +6 -6
- data/docs/ContainerContainerPullThroughDistributionResponse.md +12 -12
- data/docs/ContainerContainerPushRepository.md +7 -7
- data/docs/ContainerContainerPushRepositoryResponse.md +15 -15
- data/docs/ContainerRepositorySyncURL.md +1 -1
- data/docs/ContentBlobsApi.md +4 -0
- data/docs/ContentManifestsApi.md +4 -0
- data/docs/ContentSignaturesApi.md +4 -0
- data/docs/ContentTagsApi.md +4 -0
- data/docs/DistributionsPullThroughApi.md +10 -10
- data/docs/PatchedcontainerContainerDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPushRepository.md +7 -7
- data/lib/pulp_container_client/api/content_blobs_api.rb +6 -0
- data/lib/pulp_container_client/api/content_manifests_api.rb +6 -0
- data/lib/pulp_container_client/api/content_signatures_api.rb +6 -0
- data/lib/pulp_container_client/api/content_tags_api.rb +6 -0
- data/lib/pulp_container_client/api/distributions_pull_through_api.rb +4 -8
- data/lib/pulp_container_client/models/container_container_distribution.rb +34 -34
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +53 -53
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +34 -34
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +53 -53
- data/lib/pulp_container_client/models/container_container_push_repository.rb +59 -59
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +71 -71
- data/lib/pulp_container_client/models/container_repository_sync_url.rb +1 -1
- data/lib/pulp_container_client/models/nested_role.rb +1 -1
- data/lib/pulp_container_client/models/nested_role_response.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +30 -30
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +30 -30
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +52 -52
- data/lib/pulp_container_client/models/repository_version_response.rb +1 -1
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/api/content_blobs_api_spec.rb +2 -0
- data/spec/api/content_manifests_api_spec.rb +2 -0
- data/spec/api/content_signatures_api_spec.rb +2 -0
- data/spec/api/content_tags_api_spec.rb +2 -0
- data/spec/api/distributions_pull_through_api_spec.rb +2 -4
- data/spec/models/container_container_distribution_response_spec.rb +10 -10
- data/spec/models/container_container_distribution_spec.rb +6 -6
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +10 -10
- data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
- 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 +6 -6
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
- 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: 828f065d549f2c99bcc18701c06029c39e57569bbc61d8c76dff91094fa05073
|
|
4
|
+
data.tar.gz: d4f4a551c507118664d26ad9075fc3fb2d7dc84f594631382ff1bd920d8588e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2284727ff91ea3345ebf71919578261f19e015d638e410ca8e60b7bf9b45fc4c4399a3f721e8ac9e52f2728e3c847be8dcd4fb6e85568fb9ec2f034ec727941b
|
|
7
|
+
data.tar.gz: 2b1477f6d9f5f44ced6b6447fb980d3453e87e781bd6a3134580bbbb7e0fa835d2abd648281629a191eaad98889a3e4ac649b8f2e023c435fe850815794822a4
|
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.29.
|
|
10
|
+
- Package version: 2.29.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.29.
|
|
28
|
+
gem install ./pulp_container_client-2.29.1.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_container_client-2.29.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_container_client-2.29.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.29.
|
|
37
|
+
gem 'pulp_container_client', '~> 2.29.1'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -70,6 +70,7 @@ end
|
|
|
70
70
|
api_instance = PulpContainerClient::ContentBlobsApi.new
|
|
71
71
|
opts = {
|
|
72
72
|
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
73
|
+
added_between: ['inner_example'], # Array<String> |
|
|
73
74
|
digest: 'digest_example', # String | Filter results where digest matches value
|
|
74
75
|
digest__in: ['inner_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
|
75
76
|
limit: 56, # Integer | Number of results to return per page.
|
|
@@ -81,6 +82,7 @@ opts = {
|
|
|
81
82
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
82
83
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
83
84
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
85
|
+
removed_between: ['inner_example'], # Array<String> |
|
|
84
86
|
repository_version: 'repository_version_example', # String |
|
|
85
87
|
repository_version_added: 'repository_version_added_example', # String |
|
|
86
88
|
repository_version_removed: 'repository_version_removed_example', # String |
|
|
@@ -141,8 +143,8 @@ Class | Method | HTTP request | Description
|
|
|
141
143
|
*PulpContainerClient::DistributionsPullThroughApi* | [**partial_update**](docs/DistributionsPullThroughApi.md#partial_update) | **PATCH** {container_container_pull_through_distribution_href} | Update a container pull through distribution
|
|
142
144
|
*PulpContainerClient::DistributionsPullThroughApi* | [**read**](docs/DistributionsPullThroughApi.md#read) | **GET** {container_container_pull_through_distribution_href} | Inspect a container pull through distribution
|
|
143
145
|
*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/ |
|
|
146
|
+
*PulpContainerClient::DistributionsPullThroughApi* | [**set_label**](docs/DistributionsPullThroughApi.md#set_label) | **POST** {container_container_pull_through_distribution_href}set_label/ |
|
|
147
|
+
*PulpContainerClient::DistributionsPullThroughApi* | [**unset_label**](docs/DistributionsPullThroughApi.md#unset_label) | **POST** {container_container_pull_through_distribution_href}unset_label/ |
|
|
146
148
|
*PulpContainerClient::DistributionsPullThroughApi* | [**update**](docs/DistributionsPullThroughApi.md#update) | **PUT** {container_container_pull_through_distribution_href} | Update a container pull through distribution
|
|
147
149
|
*PulpContainerClient::PulpContainerNamespacesApi* | [**add_role**](docs/PulpContainerNamespacesApi.md#add_role) | **POST** {container_container_namespace_href}add_role/ | Add a role
|
|
148
150
|
*PulpContainerClient::PulpContainerNamespacesApi* | [**create**](docs/PulpContainerNamespacesApi.md#create) | **POST** /pulp/api/v3/pulp_container/namespaces/ | Create a container namespace
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
8
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
-
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
10
8
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
11
9
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
12
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
13
10
|
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
12
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
13
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
14
14
|
| **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional] |
|
|
15
15
|
| **description** | **String** | An optional description. | [optional] |
|
|
16
16
|
|
|
@@ -21,12 +21,12 @@ require 'pulp_container_client'
|
|
|
21
21
|
|
|
22
22
|
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
|
23
23
|
repository_version: null,
|
|
24
|
-
pulp_labels: null,
|
|
25
|
-
hidden: null,
|
|
26
24
|
name: null,
|
|
27
25
|
repository: null,
|
|
28
|
-
content_guard: null,
|
|
29
26
|
base_path: null,
|
|
27
|
+
pulp_labels: null,
|
|
28
|
+
hidden: null,
|
|
29
|
+
content_guard: null,
|
|
30
30
|
private: null,
|
|
31
31
|
description: null
|
|
32
32
|
)
|
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
8
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
-
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
10
8
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
11
9
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
12
|
-
| **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
|
|
13
10
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
14
|
-
| **
|
|
15
|
-
| **
|
|
11
|
+
| **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
|
|
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
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
14
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
16
15
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
16
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
17
17
|
| **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] |
|
|
18
|
-
| **
|
|
18
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
19
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] |
|
|
@@ -30,17 +30,17 @@ require 'pulp_container_client'
|
|
|
30
30
|
|
|
31
31
|
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
|
32
32
|
repository_version: null,
|
|
33
|
-
pulp_labels: null,
|
|
34
|
-
hidden: null,
|
|
35
33
|
name: null,
|
|
36
34
|
repository: null,
|
|
37
|
-
content_guard_prn: null,
|
|
38
35
|
pulp_href: null,
|
|
39
|
-
|
|
40
|
-
|
|
36
|
+
content_guard_prn: null,
|
|
37
|
+
base_path: null,
|
|
38
|
+
pulp_labels: null,
|
|
39
|
+
hidden: null,
|
|
41
40
|
pulp_created: null,
|
|
41
|
+
prn: null,
|
|
42
42
|
pulp_last_updated: null,
|
|
43
|
-
|
|
43
|
+
content_guard: null,
|
|
44
44
|
no_content_change_since: null,
|
|
45
45
|
registry_path: null,
|
|
46
46
|
remote: null,
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
8
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
-
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
10
8
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
11
9
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
10
|
+
| **base_path** | **String** | The registry path exposed by this pull-through distribution. | |
|
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
12
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
12
13
|
| **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] |
|
|
@@ -23,12 +23,12 @@ require 'pulp_container_client'
|
|
|
23
23
|
|
|
24
24
|
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
|
|
25
25
|
repository_version: null,
|
|
26
|
-
pulp_labels: null,
|
|
27
|
-
hidden: null,
|
|
28
26
|
name: null,
|
|
29
27
|
repository: null,
|
|
30
|
-
content_guard: null,
|
|
31
28
|
base_path: null,
|
|
29
|
+
pulp_labels: null,
|
|
30
|
+
hidden: null,
|
|
31
|
+
content_guard: null,
|
|
32
32
|
remote: null,
|
|
33
33
|
distributions: null,
|
|
34
34
|
private: null,
|
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
8
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
-
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
10
8
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
11
9
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
12
|
-
| **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
|
|
13
10
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
14
|
-
| **
|
|
15
|
-
| **
|
|
11
|
+
| **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
|
|
12
|
+
| **base_path** | **String** | The registry path exposed by this pull-through distribution. | |
|
|
13
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
14
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
16
15
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
16
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
17
17
|
| **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] |
|
|
18
|
-
| **
|
|
18
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
19
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] |
|
|
@@ -30,17 +30,17 @@ require 'pulp_container_client'
|
|
|
30
30
|
|
|
31
31
|
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(
|
|
32
32
|
repository_version: null,
|
|
33
|
-
pulp_labels: null,
|
|
34
|
-
hidden: null,
|
|
35
33
|
name: null,
|
|
36
34
|
repository: null,
|
|
37
|
-
content_guard_prn: null,
|
|
38
35
|
pulp_href: null,
|
|
39
|
-
|
|
40
|
-
|
|
36
|
+
content_guard_prn: null,
|
|
37
|
+
base_path: null,
|
|
38
|
+
pulp_labels: null,
|
|
39
|
+
hidden: null,
|
|
41
40
|
pulp_created: null,
|
|
41
|
+
prn: null,
|
|
42
42
|
pulp_last_updated: null,
|
|
43
|
-
|
|
43
|
+
content_guard: null,
|
|
44
44
|
no_content_change_since: null,
|
|
45
45
|
remote: null,
|
|
46
46
|
distributions: null,
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
7
|
+
| **name** | **String** | A unique name for this repository. | |
|
|
8
|
+
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
8
9
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
10
|
+
| **description** | **String** | An optional description. | [optional] |
|
|
9
11
|
| **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
12
|
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
12
|
-
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [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
|
-
|
|
20
|
+
name: null,
|
|
21
|
+
manifest_signing_service: null,
|
|
21
22
|
pulp_labels: null,
|
|
23
|
+
description: null,
|
|
22
24
|
retain_repo_versions: null,
|
|
23
|
-
|
|
24
|
-
retain_checkpoints: null,
|
|
25
|
-
manifest_signing_service: null
|
|
25
|
+
retain_checkpoints: null
|
|
26
26
|
)
|
|
27
27
|
```
|
|
28
28
|
|
|
@@ -4,18 +4,18 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
-
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
7
|
+
| **versions_href** | **String** | | [optional][readonly] |
|
|
10
8
|
| **name** | **String** | A unique name for this repository. | |
|
|
11
|
-
| **
|
|
9
|
+
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
12
10
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
13
|
-
| **
|
|
11
|
+
| **latest_version_href** | **String** | | [optional][readonly] |
|
|
12
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
13
|
+
| **description** | **String** | An optional description. | [optional] |
|
|
14
14
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
15
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
15
16
|
| **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
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
16
18
|
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
17
|
-
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
18
|
-
| **versions_href** | **String** | | [optional][readonly] |
|
|
19
19
|
|
|
20
20
|
## Example
|
|
21
21
|
|
|
@@ -23,18 +23,18 @@
|
|
|
23
23
|
require 'pulp_container_client'
|
|
24
24
|
|
|
25
25
|
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
|
26
|
-
|
|
27
|
-
pulp_labels: null,
|
|
28
|
-
retain_repo_versions: null,
|
|
26
|
+
versions_href: null,
|
|
29
27
|
name: null,
|
|
30
|
-
|
|
28
|
+
manifest_signing_service: null,
|
|
31
29
|
pulp_href: null,
|
|
32
|
-
|
|
30
|
+
latest_version_href: null,
|
|
31
|
+
pulp_labels: null,
|
|
32
|
+
description: null,
|
|
33
33
|
pulp_created: null,
|
|
34
|
+
prn: null,
|
|
34
35
|
pulp_last_updated: null,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
versions_href: null
|
|
36
|
+
retain_repo_versions: null,
|
|
37
|
+
retain_checkpoints: null
|
|
38
38
|
)
|
|
39
39
|
```
|
|
40
40
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **remote** | **String** | A remote to sync from. This will override a remote set on repository. | [optional] |
|
|
8
|
-
| **mirror** | **Boolean** | If `
|
|
8
|
+
| **mirror** | **Boolean** | If `True`, synchronization will remove all content that is not present in the remote repository. If `False`, sync will be additive only. | [optional][default to false] |
|
|
9
9
|
| **signed_only** | **Boolean** | If ``True``, only signed content will be synced. Signatures are not verified. | [optional][default to false] |
|
|
10
10
|
|
|
11
11
|
## Example
|
data/docs/ContentBlobsApi.md
CHANGED
|
@@ -33,6 +33,7 @@ end
|
|
|
33
33
|
api_instance = PulpContainerClient::ContentBlobsApi.new
|
|
34
34
|
opts = {
|
|
35
35
|
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
36
|
+
added_between: ['inner_example'], # Array<String> |
|
|
36
37
|
digest: 'digest_example', # String | Filter results where digest matches value
|
|
37
38
|
digest__in: ['inner_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
|
38
39
|
limit: 56, # Integer | Number of results to return per page.
|
|
@@ -44,6 +45,7 @@ opts = {
|
|
|
44
45
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
45
46
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
46
47
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
48
|
+
removed_between: ['inner_example'], # Array<String> |
|
|
47
49
|
repository_version: 'repository_version_example', # String |
|
|
48
50
|
repository_version_added: 'repository_version_added_example', # String |
|
|
49
51
|
repository_version_removed: 'repository_version_removed_example', # String |
|
|
@@ -83,6 +85,7 @@ end
|
|
|
83
85
|
| Name | Type | Description | Notes |
|
|
84
86
|
| ---- | ---- | ----------- | ----- |
|
|
85
87
|
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
88
|
+
| **added_between** | [**Array<String>**](String.md) | | [optional] |
|
|
86
89
|
| **digest** | **String** | Filter results where digest matches value | [optional] |
|
|
87
90
|
| **digest__in** | [**Array<String>**](String.md) | Filter results where digest is in a comma-separated list of values | [optional] |
|
|
88
91
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
|
@@ -94,6 +97,7 @@ end
|
|
|
94
97
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
95
98
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
96
99
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
100
|
+
| **removed_between** | [**Array<String>**](String.md) | | [optional] |
|
|
97
101
|
| **repository_version** | **String** | | [optional] |
|
|
98
102
|
| **repository_version_added** | **String** | | [optional] |
|
|
99
103
|
| **repository_version_removed** | **String** | | [optional] |
|
data/docs/ContentManifestsApi.md
CHANGED
|
@@ -33,6 +33,7 @@ end
|
|
|
33
33
|
api_instance = PulpContainerClient::ContentManifestsApi.new
|
|
34
34
|
opts = {
|
|
35
35
|
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
36
|
+
added_between: ['inner_example'], # Array<String> |
|
|
36
37
|
digest: 'digest_example', # String | Filter results where digest matches value
|
|
37
38
|
digest__in: ['inner_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
|
38
39
|
is_bootable: true, # Boolean | Filter results where is_bootable matches value
|
|
@@ -47,6 +48,7 @@ opts = {
|
|
|
47
48
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
48
49
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
49
50
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
51
|
+
removed_between: ['inner_example'], # Array<String> |
|
|
50
52
|
repository_version: 'repository_version_example', # String |
|
|
51
53
|
repository_version_added: 'repository_version_added_example', # String |
|
|
52
54
|
repository_version_removed: 'repository_version_removed_example', # String |
|
|
@@ -86,6 +88,7 @@ end
|
|
|
86
88
|
| Name | Type | Description | Notes |
|
|
87
89
|
| ---- | ---- | ----------- | ----- |
|
|
88
90
|
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
91
|
+
| **added_between** | [**Array<String>**](String.md) | | [optional] |
|
|
89
92
|
| **digest** | **String** | Filter results where digest matches value | [optional] |
|
|
90
93
|
| **digest__in** | [**Array<String>**](String.md) | Filter results where digest is in a comma-separated list of values | [optional] |
|
|
91
94
|
| **is_bootable** | **Boolean** | Filter results where is_bootable matches value | [optional] |
|
|
@@ -100,6 +103,7 @@ end
|
|
|
100
103
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
101
104
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
102
105
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
106
|
+
| **removed_between** | [**Array<String>**](String.md) | | [optional] |
|
|
103
107
|
| **repository_version** | **String** | | [optional] |
|
|
104
108
|
| **repository_version_added** | **String** | | [optional] |
|
|
105
109
|
| **repository_version_removed** | **String** | | [optional] |
|
|
@@ -33,6 +33,7 @@ end
|
|
|
33
33
|
api_instance = PulpContainerClient::ContentSignaturesApi.new
|
|
34
34
|
opts = {
|
|
35
35
|
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
36
|
+
added_between: ['inner_example'], # Array<String> |
|
|
36
37
|
digest: 'digest_example', # String | Filter results where digest matches value
|
|
37
38
|
digest__in: ['inner_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
|
38
39
|
key_id: 'key_id_example', # String | Filter results where key_id matches value
|
|
@@ -56,6 +57,7 @@ opts = {
|
|
|
56
57
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
57
58
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
58
59
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
60
|
+
removed_between: ['inner_example'], # Array<String> |
|
|
59
61
|
repository_version: 'repository_version_example', # String |
|
|
60
62
|
repository_version_added: 'repository_version_added_example', # String |
|
|
61
63
|
repository_version_removed: 'repository_version_removed_example', # String |
|
|
@@ -95,6 +97,7 @@ end
|
|
|
95
97
|
| Name | Type | Description | Notes |
|
|
96
98
|
| ---- | ---- | ----------- | ----- |
|
|
97
99
|
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
100
|
+
| **added_between** | [**Array<String>**](String.md) | | [optional] |
|
|
98
101
|
| **digest** | **String** | Filter results where digest matches value | [optional] |
|
|
99
102
|
| **digest__in** | [**Array<String>**](String.md) | Filter results where digest is in a comma-separated list of values | [optional] |
|
|
100
103
|
| **key_id** | **String** | Filter results where key_id matches value | [optional] |
|
|
@@ -118,6 +121,7 @@ end
|
|
|
118
121
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
119
122
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
120
123
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
124
|
+
| **removed_between** | [**Array<String>**](String.md) | | [optional] |
|
|
121
125
|
| **repository_version** | **String** | | [optional] |
|
|
122
126
|
| **repository_version_added** | **String** | | [optional] |
|
|
123
127
|
| **repository_version_removed** | **String** | | [optional] |
|
data/docs/ContentTagsApi.md
CHANGED
|
@@ -33,6 +33,7 @@ end
|
|
|
33
33
|
api_instance = PulpContainerClient::ContentTagsApi.new
|
|
34
34
|
opts = {
|
|
35
35
|
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
36
|
+
added_between: ['inner_example'], # Array<String> |
|
|
36
37
|
digest: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
37
38
|
limit: 56, # Integer | Number of results to return per page.
|
|
38
39
|
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
|
|
@@ -46,6 +47,7 @@ opts = {
|
|
|
46
47
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
47
48
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
48
49
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
50
|
+
removed_between: ['inner_example'], # Array<String> |
|
|
49
51
|
repository_version: 'repository_version_example', # String |
|
|
50
52
|
repository_version_added: 'repository_version_added_example', # String |
|
|
51
53
|
repository_version_removed: 'repository_version_removed_example', # String |
|
|
@@ -85,6 +87,7 @@ end
|
|
|
85
87
|
| Name | Type | Description | Notes |
|
|
86
88
|
| ---- | ---- | ----------- | ----- |
|
|
87
89
|
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
90
|
+
| **added_between** | [**Array<String>**](String.md) | | [optional] |
|
|
88
91
|
| **digest** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
89
92
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
|
90
93
|
| **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] |
|
|
@@ -98,6 +101,7 @@ end
|
|
|
98
101
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
99
102
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
100
103
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
104
|
+
| **removed_between** | [**Array<String>**](String.md) | | [optional] |
|
|
101
105
|
| **repository_version** | **String** | | [optional] |
|
|
102
106
|
| **repository_version_added** | **String** | | [optional] |
|
|
103
107
|
| **repository_version_removed** | **String** | | [optional] |
|
|
@@ -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 # => { ... }
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
8
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
-
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
10
8
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
|
|
11
9
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
12
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
13
10
|
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional] |
|
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
12
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
13
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
14
14
|
| **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional] |
|
|
15
15
|
| **description** | **String** | An optional description. | [optional] |
|
|
16
16
|
|
|
@@ -21,12 +21,12 @@ require 'pulp_container_client'
|
|
|
21
21
|
|
|
22
22
|
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
|
|
23
23
|
repository_version: null,
|
|
24
|
-
pulp_labels: null,
|
|
25
|
-
hidden: null,
|
|
26
24
|
name: null,
|
|
27
25
|
repository: null,
|
|
28
|
-
content_guard: null,
|
|
29
26
|
base_path: null,
|
|
27
|
+
pulp_labels: null,
|
|
28
|
+
hidden: null,
|
|
29
|
+
content_guard: null,
|
|
30
30
|
private: null,
|
|
31
31
|
description: null
|
|
32
32
|
)
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
8
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
-
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
10
8
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
|
|
11
9
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
10
|
+
| **base_path** | **String** | The registry path exposed by this pull-through distribution. | [optional] |
|
|
11
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
12
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
12
13
|
| **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] |
|
|
@@ -23,12 +23,12 @@ require 'pulp_container_client'
|
|
|
23
23
|
|
|
24
24
|
instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(
|
|
25
25
|
repository_version: null,
|
|
26
|
-
pulp_labels: null,
|
|
27
|
-
hidden: null,
|
|
28
26
|
name: null,
|
|
29
27
|
repository: null,
|
|
30
|
-
content_guard: null,
|
|
31
28
|
base_path: null,
|
|
29
|
+
pulp_labels: null,
|
|
30
|
+
hidden: null,
|
|
31
|
+
content_guard: null,
|
|
32
32
|
remote: null,
|
|
33
33
|
distributions: null,
|
|
34
34
|
private: null,
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
7
|
+
| **name** | **String** | A unique name for this repository. | [optional] |
|
|
8
|
+
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
8
9
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
10
|
+
| **description** | **String** | An optional description. | [optional] |
|
|
9
11
|
| **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
12
|
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
12
|
-
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [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
|
-
|
|
20
|
+
name: null,
|
|
21
|
+
manifest_signing_service: null,
|
|
21
22
|
pulp_labels: null,
|
|
23
|
+
description: null,
|
|
22
24
|
retain_repo_versions: null,
|
|
23
|
-
|
|
24
|
-
retain_checkpoints: null,
|
|
25
|
-
manifest_signing_service: null
|
|
25
|
+
retain_checkpoints: null
|
|
26
26
|
)
|
|
27
27
|
```
|
|
28
28
|
|