pulp_container_client 2.22.5 → 2.22.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContainerContainerDistribution.md +7 -7
- data/docs/ContainerContainerDistributionResponse.md +15 -15
- data/docs/ContainerContainerPullThroughDistribution.md +7 -7
- data/docs/ContainerContainerPullThroughDistributionResponse.md +15 -15
- data/docs/ContainerContainerPushRepository.md +4 -4
- data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
- data/docs/PatchedcontainerContainerDistribution.md +7 -7
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +7 -7
- data/docs/PatchedcontainerContainerPushRepository.md +4 -4
- data/lib/pulp_container_client/models/container_container_distribution.rb +26 -26
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +59 -59
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +26 -26
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +59 -59
- data/lib/pulp_container_client/models/container_container_push_repository.rb +32 -32
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +55 -55
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +26 -26
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +26 -26
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +32 -32
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/models/container_container_distribution_response_spec.rb +11 -11
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +11 -11
- data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/container_container_push_repository_response_spec.rb +9 -9
- data/spec/models/container_container_push_repository_spec.rb +2 -2
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +2 -2
- metadata +60 -60
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4378ceda0ed2c35f81edbb2ad32b73b69951849b965499a5ed0863a61032e867
|
|
4
|
+
data.tar.gz: 1299ec87868b86e48828e0faf185aae6550d6364df0136745cfd3a2521d9a377
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2e74c77aed8686b872a85879c7a359b3271d5fafd2ab9cca3cbaf38f6121845857b94ba06ace431e4ae8979777b7d4890df9c95b93acafb6e618d29f4ef92ed
|
|
7
|
+
data.tar.gz: c02a257a6de39fd12c68b8200362472bff92c2673b01e593311d3e3e51a9cdd74e5638e0084116a63d3fb59ffdd752de7f904d1dc10fe225b549eedf4ae917d5
|
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.22.
|
|
10
|
+
- Package version: 2.22.6
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
13
13
|
|
|
@@ -24,16 +24,16 @@ gem build pulp_container_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_container_client-2.22.
|
|
27
|
+
gem install ./pulp_container_client-2.22.6.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_container_client-2.22.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_container_client-2.22.6.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'pulp_container_client', '~> 2.22.
|
|
36
|
+
gem 'pulp_container_client', '~> 2.22.6'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -4,11 +4,11 @@
|
|
|
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
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
7
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
8
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
11
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
10
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
11
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
12
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
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]
|
|
@@ -19,11 +19,11 @@ Name | Type | Description | Notes
|
|
|
19
19
|
```ruby
|
|
20
20
|
require 'PulpContainerClient'
|
|
21
21
|
|
|
22
|
-
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
|
23
|
-
|
|
24
|
-
repository: null,
|
|
25
|
-
content_guard: null,
|
|
22
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(content_guard: null,
|
|
23
|
+
hidden: null,
|
|
26
24
|
name: null,
|
|
25
|
+
repository: null,
|
|
26
|
+
pulp_labels: null,
|
|
27
27
|
base_path: null,
|
|
28
28
|
repository_version: null,
|
|
29
29
|
private: null,
|
|
@@ -4,17 +4,17 @@
|
|
|
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
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
7
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
8
|
+
**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]
|
|
9
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
11
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
12
11
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
13
|
-
**
|
|
14
|
-
**
|
|
15
|
-
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
|
16
|
-
**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
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
13
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
17
14
|
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
15
|
+
**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\") |
|
|
16
|
+
**pulp_last_updated** | **DateTime** | 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
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
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]
|
|
@@ -27,17 +27,17 @@ Name | Type | Description | Notes
|
|
|
27
27
|
```ruby
|
|
28
28
|
require 'PulpContainerClient'
|
|
29
29
|
|
|
30
|
-
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
content_guard: null,
|
|
30
|
+
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(content_guard: null,
|
|
31
|
+
no_content_change_since: null,
|
|
32
|
+
hidden: null,
|
|
34
33
|
name: null,
|
|
35
34
|
pulp_created: null,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
pulp_last_updated: null,
|
|
39
|
-
base_path: null,
|
|
35
|
+
repository: null,
|
|
36
|
+
pulp_labels: null,
|
|
40
37
|
prn: null,
|
|
38
|
+
base_path: null,
|
|
39
|
+
pulp_last_updated: null,
|
|
40
|
+
pulp_href: null,
|
|
41
41
|
repository_version: null,
|
|
42
42
|
registry_path: null,
|
|
43
43
|
remote: null,
|
|
@@ -4,11 +4,11 @@
|
|
|
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
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
7
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
8
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
11
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
10
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
11
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
12
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
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]
|
|
@@ -20,11 +20,11 @@ Name | Type | Description | Notes
|
|
|
20
20
|
```ruby
|
|
21
21
|
require 'PulpContainerClient'
|
|
22
22
|
|
|
23
|
-
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
|
|
24
|
-
|
|
25
|
-
repository: null,
|
|
26
|
-
content_guard: null,
|
|
23
|
+
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(content_guard: null,
|
|
24
|
+
hidden: null,
|
|
27
25
|
name: null,
|
|
26
|
+
repository: null,
|
|
27
|
+
pulp_labels: null,
|
|
28
28
|
base_path: null,
|
|
29
29
|
remote: null,
|
|
30
30
|
distributions: null,
|
|
@@ -4,17 +4,17 @@
|
|
|
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
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
7
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
8
|
+
**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]
|
|
9
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
11
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
12
11
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
13
|
-
**
|
|
14
|
-
**
|
|
15
|
-
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
|
16
|
-
**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
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
13
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
17
14
|
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
15
|
+
**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\") |
|
|
16
|
+
**pulp_last_updated** | **DateTime** | 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
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
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]
|
|
@@ -26,17 +26,17 @@ Name | Type | Description | Notes
|
|
|
26
26
|
```ruby
|
|
27
27
|
require 'PulpContainerClient'
|
|
28
28
|
|
|
29
|
-
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
content_guard: null,
|
|
29
|
+
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(content_guard: null,
|
|
30
|
+
no_content_change_since: null,
|
|
31
|
+
hidden: null,
|
|
33
32
|
name: null,
|
|
34
33
|
pulp_created: null,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
pulp_last_updated: null,
|
|
38
|
-
base_path: null,
|
|
34
|
+
repository: null,
|
|
35
|
+
pulp_labels: null,
|
|
39
36
|
prn: null,
|
|
37
|
+
base_path: null,
|
|
38
|
+
pulp_last_updated: null,
|
|
39
|
+
pulp_href: null,
|
|
40
40
|
remote: null,
|
|
41
41
|
distributions: null,
|
|
42
42
|
namespace: null,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**
|
|
7
|
+
**description** | **String** | An optional description. | [optional]
|
|
8
8
|
**name** | **String** | A unique name for this repository. |
|
|
9
9
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
10
|
-
**
|
|
10
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
11
11
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
12
12
|
|
|
13
13
|
## Code Sample
|
|
@@ -15,10 +15,10 @@ Name | Type | Description | Notes
|
|
|
15
15
|
```ruby
|
|
16
16
|
require 'PulpContainerClient'
|
|
17
17
|
|
|
18
|
-
instance = PulpContainerClient::ContainerContainerPushRepository.new(
|
|
18
|
+
instance = PulpContainerClient::ContainerContainerPushRepository.new(description: null,
|
|
19
19
|
name: null,
|
|
20
20
|
manifest_signing_service: null,
|
|
21
|
-
|
|
21
|
+
pulp_labels: null,
|
|
22
22
|
retain_repo_versions: null)
|
|
23
23
|
```
|
|
24
24
|
|
|
@@ -4,34 +4,34 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**
|
|
8
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
7
|
+
**description** | **String** | An optional description. | [optional]
|
|
9
8
|
**name** | **String** | A unique name for this repository. |
|
|
10
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
11
9
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
12
|
-
**
|
|
13
|
-
**
|
|
10
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
11
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
14
12
|
**latest_version_href** | **String** | | [optional] [readonly]
|
|
15
|
-
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
|
16
13
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
17
14
|
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
15
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
|
16
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
17
|
+
**versions_href** | **String** | | [optional] [readonly]
|
|
18
18
|
|
|
19
19
|
## Code Sample
|
|
20
20
|
|
|
21
21
|
```ruby
|
|
22
22
|
require 'PulpContainerClient'
|
|
23
23
|
|
|
24
|
-
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
|
25
|
-
pulp_labels: null,
|
|
24
|
+
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(description: null,
|
|
26
25
|
name: null,
|
|
27
|
-
pulp_created: null,
|
|
28
26
|
manifest_signing_service: null,
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
pulp_created: null,
|
|
28
|
+
pulp_labels: null,
|
|
31
29
|
latest_version_href: null,
|
|
32
|
-
pulp_last_updated: null,
|
|
33
30
|
retain_repo_versions: null,
|
|
34
|
-
prn: null
|
|
31
|
+
prn: null,
|
|
32
|
+
pulp_last_updated: null,
|
|
33
|
+
pulp_href: null,
|
|
34
|
+
versions_href: null)
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
|
|
@@ -4,11 +4,11 @@
|
|
|
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
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
7
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
8
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
11
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
|
10
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
11
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
12
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
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]
|
|
@@ -19,11 +19,11 @@ Name | Type | Description | Notes
|
|
|
19
19
|
```ruby
|
|
20
20
|
require 'PulpContainerClient'
|
|
21
21
|
|
|
22
|
-
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
|
|
23
|
-
|
|
24
|
-
repository: null,
|
|
25
|
-
content_guard: null,
|
|
22
|
+
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(content_guard: null,
|
|
23
|
+
hidden: null,
|
|
26
24
|
name: null,
|
|
25
|
+
repository: null,
|
|
26
|
+
pulp_labels: null,
|
|
27
27
|
base_path: null,
|
|
28
28
|
repository_version: null,
|
|
29
29
|
private: null,
|
|
@@ -4,11 +4,11 @@
|
|
|
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
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
7
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
8
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
11
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
|
10
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
11
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
12
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
13
|
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional]
|
|
14
14
|
**distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional]
|
|
@@ -20,11 +20,11 @@ Name | Type | Description | Notes
|
|
|
20
20
|
```ruby
|
|
21
21
|
require 'PulpContainerClient'
|
|
22
22
|
|
|
23
|
-
instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(
|
|
24
|
-
|
|
25
|
-
repository: null,
|
|
26
|
-
content_guard: null,
|
|
23
|
+
instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(content_guard: null,
|
|
24
|
+
hidden: null,
|
|
27
25
|
name: null,
|
|
26
|
+
repository: null,
|
|
27
|
+
pulp_labels: null,
|
|
28
28
|
base_path: null,
|
|
29
29
|
remote: null,
|
|
30
30
|
distributions: null,
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**
|
|
7
|
+
**description** | **String** | An optional description. | [optional]
|
|
8
8
|
**name** | **String** | A unique name for this repository. | [optional]
|
|
9
9
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
10
|
-
**
|
|
10
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
11
11
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
12
12
|
|
|
13
13
|
## Code Sample
|
|
@@ -15,10 +15,10 @@ Name | Type | Description | Notes
|
|
|
15
15
|
```ruby
|
|
16
16
|
require 'PulpContainerClient'
|
|
17
17
|
|
|
18
|
-
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(
|
|
18
|
+
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(description: null,
|
|
19
19
|
name: null,
|
|
20
20
|
manifest_signing_service: null,
|
|
21
|
-
|
|
21
|
+
pulp_labels: null,
|
|
22
22
|
retain_repo_versions: null)
|
|
23
23
|
```
|
|
24
24
|
|
|
@@ -15,19 +15,19 @@ require 'date'
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
# A serializer for ContainerDistribution.
|
|
17
17
|
class ContainerContainerDistribution
|
|
18
|
+
# An optional content-guard. If none is specified, a default one will be used.
|
|
19
|
+
attr_accessor :content_guard
|
|
20
|
+
|
|
18
21
|
# Whether this distribution should be shown in the content app.
|
|
19
22
|
attr_accessor :hidden
|
|
20
23
|
|
|
21
|
-
|
|
24
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
|
25
|
+
attr_accessor :name
|
|
22
26
|
|
|
23
27
|
# The latest RepositoryVersion for this Repository will be served.
|
|
24
28
|
attr_accessor :repository
|
|
25
29
|
|
|
26
|
-
|
|
27
|
-
attr_accessor :content_guard
|
|
28
|
-
|
|
29
|
-
# A unique name. Ex, `rawhide` and `stable`.
|
|
30
|
-
attr_accessor :name
|
|
30
|
+
attr_accessor :pulp_labels
|
|
31
31
|
|
|
32
32
|
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
33
33
|
attr_accessor :base_path
|
|
@@ -44,11 +44,11 @@ module PulpContainerClient
|
|
|
44
44
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
45
45
|
def self.attribute_map
|
|
46
46
|
{
|
|
47
|
-
:'hidden' => :'hidden',
|
|
48
|
-
:'pulp_labels' => :'pulp_labels',
|
|
49
|
-
:'repository' => :'repository',
|
|
50
47
|
:'content_guard' => :'content_guard',
|
|
48
|
+
:'hidden' => :'hidden',
|
|
51
49
|
:'name' => :'name',
|
|
50
|
+
:'repository' => :'repository',
|
|
51
|
+
:'pulp_labels' => :'pulp_labels',
|
|
52
52
|
:'base_path' => :'base_path',
|
|
53
53
|
:'repository_version' => :'repository_version',
|
|
54
54
|
:'private' => :'private',
|
|
@@ -59,11 +59,11 @@ module PulpContainerClient
|
|
|
59
59
|
# Attribute type mapping.
|
|
60
60
|
def self.openapi_types
|
|
61
61
|
{
|
|
62
|
-
:'hidden' => :'Boolean',
|
|
63
|
-
:'pulp_labels' => :'Hash<String, String>',
|
|
64
|
-
:'repository' => :'String',
|
|
65
62
|
:'content_guard' => :'String',
|
|
63
|
+
:'hidden' => :'Boolean',
|
|
66
64
|
:'name' => :'String',
|
|
65
|
+
:'repository' => :'String',
|
|
66
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
67
67
|
:'base_path' => :'String',
|
|
68
68
|
:'repository_version' => :'String',
|
|
69
69
|
:'private' => :'Boolean',
|
|
@@ -95,28 +95,28 @@ module PulpContainerClient
|
|
|
95
95
|
h[k.to_sym] = v
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
+
if attributes.key?(:'content_guard')
|
|
99
|
+
self.content_guard = attributes[:'content_guard']
|
|
100
|
+
end
|
|
101
|
+
|
|
98
102
|
if attributes.key?(:'hidden')
|
|
99
103
|
self.hidden = attributes[:'hidden']
|
|
100
104
|
else
|
|
101
105
|
self.hidden = false
|
|
102
106
|
end
|
|
103
107
|
|
|
104
|
-
if attributes.key?(:'
|
|
105
|
-
|
|
106
|
-
self.pulp_labels = value
|
|
107
|
-
end
|
|
108
|
+
if attributes.key?(:'name')
|
|
109
|
+
self.name = attributes[:'name']
|
|
108
110
|
end
|
|
109
111
|
|
|
110
112
|
if attributes.key?(:'repository')
|
|
111
113
|
self.repository = attributes[:'repository']
|
|
112
114
|
end
|
|
113
115
|
|
|
114
|
-
if attributes.key?(:'
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
if attributes.key?(:'name')
|
|
119
|
-
self.name = attributes[:'name']
|
|
116
|
+
if attributes.key?(:'pulp_labels')
|
|
117
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
118
|
+
self.pulp_labels = value
|
|
119
|
+
end
|
|
120
120
|
end
|
|
121
121
|
|
|
122
122
|
if attributes.key?(:'base_path')
|
|
@@ -217,11 +217,11 @@ module PulpContainerClient
|
|
|
217
217
|
def ==(o)
|
|
218
218
|
return true if self.equal?(o)
|
|
219
219
|
self.class == o.class &&
|
|
220
|
-
hidden == o.hidden &&
|
|
221
|
-
pulp_labels == o.pulp_labels &&
|
|
222
|
-
repository == o.repository &&
|
|
223
220
|
content_guard == o.content_guard &&
|
|
221
|
+
hidden == o.hidden &&
|
|
224
222
|
name == o.name &&
|
|
223
|
+
repository == o.repository &&
|
|
224
|
+
pulp_labels == o.pulp_labels &&
|
|
225
225
|
base_path == o.base_path &&
|
|
226
226
|
repository_version == o.repository_version &&
|
|
227
227
|
private == o.private &&
|
|
@@ -237,7 +237,7 @@ module PulpContainerClient
|
|
|
237
237
|
# Calculates hash code according to all attributes.
|
|
238
238
|
# @return [Integer] Hash code
|
|
239
239
|
def hash
|
|
240
|
-
[hidden,
|
|
240
|
+
[content_guard, hidden, name, repository, pulp_labels, base_path, repository_version, private, description].hash
|
|
241
241
|
end
|
|
242
242
|
|
|
243
243
|
# Builds the object from hash
|