pulp_container_client 2.22.0 → 2.22.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContainerContainerDistribution.md +6 -6
- data/docs/ContainerContainerDistributionResponse.md +10 -10
- data/docs/ContainerContainerPullThroughDistribution.md +6 -6
- data/docs/ContainerContainerPullThroughDistributionResponse.md +10 -10
- data/docs/ContainerContainerPushRepository.md +6 -6
- data/docs/ContainerContainerPushRepositoryResponse.md +14 -14
- data/docs/PatchedcontainerContainerDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPushRepository.md +6 -6
- data/lib/pulp_container_client/models/container_container_distribution.rb +25 -25
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +45 -45
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +25 -25
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +45 -45
- data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +20 -20
- data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +20 -20
- data/lib/pulp_container_client/models/container_container_push_repository.rb +25 -25
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +57 -57
- data/lib/pulp_container_client/models/container_container_remote.rb +20 -20
- data/lib/pulp_container_client/models/container_container_remote_response.rb +20 -20
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +25 -25
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +25 -25
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +20 -20
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +25 -25
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +20 -20
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/models/container_container_distribution_response_spec.rb +8 -8
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +8 -8
- data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/container_container_push_repository_response_spec.rb +10 -10
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- 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 +4 -4
- metadata +65 -65
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42845698958f3839a75fb903d1f7edf365165e121e985e93056faca44661dc9b
|
4
|
+
data.tar.gz: 6339bfbd814ca3cb8bcc3e6c2a0849b95db41cef38dcd066c16f90234647feae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43afb3cc2cfb207e0901aefaae8643ad17a20db08a11f349bb3ec752e54cbe97f036e85c41c37795c5d1317ab92e60b705dba54a17380d706a0071a51f966924
|
7
|
+
data.tar.gz: bb3ca85d22a0e4ef57cdd612552e583fdd963810cce8169e5da9174e01ddcc735a46740c08d5e24a8c1baab4551f2556399b030b604ea91d5bafc48f00c5e3a3
|
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.2
|
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.2.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.2.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.2'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -4,12 +4,12 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
8
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
7
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
8
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
9
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
11
|
-
**
|
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\") |
|
12
11
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
12
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
13
13
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
14
14
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
|
15
15
|
**description** | **String** | An optional description. | [optional]
|
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
|
|
19
19
|
```ruby
|
20
20
|
require 'PulpContainerClient'
|
21
21
|
|
22
|
-
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
22
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(repository: null,
|
23
23
|
pulp_labels: null,
|
24
|
-
repository: null,
|
25
24
|
content_guard: null,
|
26
|
-
|
25
|
+
base_path: null,
|
27
26
|
hidden: null,
|
27
|
+
name: null,
|
28
28
|
repository_version: null,
|
29
29
|
private: null,
|
30
30
|
description: null)
|
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
8
|
-
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
9
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
7
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
8
|
+
**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]
|
9
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
10
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
11
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [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\") |
|
12
13
|
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
13
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
14
14
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
15
15
|
**pulp_href** | **String** | | [optional] [readonly]
|
16
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
16
17
|
**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]
|
17
|
-
**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]
|
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
|
-
|
30
|
+
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(repository: null,
|
31
|
+
pulp_last_updated: null,
|
32
32
|
pulp_labels: null,
|
33
|
-
repository: null,
|
34
33
|
content_guard: null,
|
34
|
+
pulp_created: null,
|
35
|
+
base_path: null,
|
35
36
|
prn: null,
|
36
|
-
name: null,
|
37
37
|
hidden: null,
|
38
38
|
pulp_href: null,
|
39
|
+
name: null,
|
39
40
|
no_content_change_since: null,
|
40
|
-
pulp_last_updated: null,
|
41
41
|
repository_version: null,
|
42
42
|
registry_path: null,
|
43
43
|
remote: null,
|
@@ -4,12 +4,12 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
8
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
7
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
8
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
9
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
11
|
-
**
|
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\") |
|
12
11
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
12
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
13
13
|
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. |
|
14
14
|
**distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional]
|
15
15
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional]
|
@@ -20,12 +20,12 @@ Name | Type | Description | Notes
|
|
20
20
|
```ruby
|
21
21
|
require 'PulpContainerClient'
|
22
22
|
|
23
|
-
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
|
23
|
+
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(repository: null,
|
24
24
|
pulp_labels: null,
|
25
|
-
repository: null,
|
26
25
|
content_guard: null,
|
27
|
-
|
26
|
+
base_path: null,
|
28
27
|
hidden: null,
|
28
|
+
name: null,
|
29
29
|
remote: null,
|
30
30
|
distributions: null,
|
31
31
|
private: null,
|
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
8
|
-
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
9
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
7
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
8
|
+
**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]
|
9
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
10
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
11
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [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\") |
|
12
13
|
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
13
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
14
14
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
15
15
|
**pulp_href** | **String** | | [optional] [readonly]
|
16
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
16
17
|
**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]
|
17
|
-
**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]
|
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
|
-
|
29
|
+
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(repository: null,
|
30
|
+
pulp_last_updated: null,
|
31
31
|
pulp_labels: null,
|
32
|
-
repository: null,
|
33
32
|
content_guard: null,
|
33
|
+
pulp_created: null,
|
34
|
+
base_path: null,
|
34
35
|
prn: null,
|
35
|
-
name: null,
|
36
36
|
hidden: null,
|
37
37
|
pulp_href: null,
|
38
|
+
name: null,
|
38
39
|
no_content_change_since: null,
|
39
|
-
pulp_last_updated: null,
|
40
40
|
remote: null,
|
41
41
|
distributions: null,
|
42
42
|
namespace: null,
|
@@ -4,22 +4,22 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**description** | **String** | An optional description. | [optional]
|
8
7
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
|
+
**description** | **String** | An optional description. | [optional]
|
9
9
|
**name** | **String** | A unique name for this repository. |
|
10
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
11
10
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
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
|
14
14
|
|
15
15
|
```ruby
|
16
16
|
require 'PulpContainerClient'
|
17
17
|
|
18
|
-
instance = PulpContainerClient::ContainerContainerPushRepository.new(
|
19
|
-
|
18
|
+
instance = PulpContainerClient::ContainerContainerPushRepository.new(pulp_labels: null,
|
19
|
+
description: null,
|
20
20
|
name: null,
|
21
|
-
|
22
|
-
|
21
|
+
manifest_signing_service: null,
|
22
|
+
retain_repo_versions: null)
|
23
23
|
```
|
24
24
|
|
25
25
|
|
@@ -4,34 +4,34 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
8
|
-
**description** | **String** | An optional description. | [optional]
|
9
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
7
|
**versions_href** | **String** | | [optional] [readonly]
|
8
|
+
**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]
|
9
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
11
|
+
**latest_version_href** | **String** | | [optional] [readonly]
|
11
12
|
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
13
|
+
**description** | **String** | An optional description. | [optional]
|
14
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
12
15
|
**name** | **String** | A unique name for this repository. |
|
13
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
14
16
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
15
|
-
**
|
16
|
-
**latest_version_href** | **String** | | [optional] [readonly]
|
17
|
-
**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
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
18
18
|
|
19
19
|
## Code Sample
|
20
20
|
|
21
21
|
```ruby
|
22
22
|
require 'PulpContainerClient'
|
23
23
|
|
24
|
-
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
25
|
-
|
24
|
+
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(versions_href: null,
|
25
|
+
pulp_last_updated: null,
|
26
26
|
pulp_labels: null,
|
27
|
-
|
27
|
+
pulp_created: null,
|
28
|
+
latest_version_href: null,
|
28
29
|
prn: null,
|
30
|
+
description: null,
|
31
|
+
pulp_href: null,
|
29
32
|
name: null,
|
30
|
-
retain_repo_versions: null,
|
31
33
|
manifest_signing_service: null,
|
32
|
-
|
33
|
-
latest_version_href: null,
|
34
|
-
pulp_last_updated: null)
|
34
|
+
retain_repo_versions: null)
|
35
35
|
```
|
36
36
|
|
37
37
|
|
@@ -4,12 +4,12 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
8
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
7
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
8
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
9
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
11
|
-
**
|
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]
|
12
11
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
12
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
13
13
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
14
14
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
|
15
15
|
**description** | **String** | An optional description. | [optional]
|
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
|
|
19
19
|
```ruby
|
20
20
|
require 'PulpContainerClient'
|
21
21
|
|
22
|
-
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
|
22
|
+
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(repository: null,
|
23
23
|
pulp_labels: null,
|
24
|
-
repository: null,
|
25
24
|
content_guard: null,
|
26
|
-
|
25
|
+
base_path: null,
|
27
26
|
hidden: null,
|
27
|
+
name: null,
|
28
28
|
repository_version: null,
|
29
29
|
private: null,
|
30
30
|
description: null)
|
@@ -4,12 +4,12 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
8
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
7
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
8
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
9
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
11
|
-
**
|
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]
|
12
11
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
12
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [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]
|
15
15
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional]
|
@@ -20,12 +20,12 @@ Name | Type | Description | Notes
|
|
20
20
|
```ruby
|
21
21
|
require 'PulpContainerClient'
|
22
22
|
|
23
|
-
instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(
|
23
|
+
instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(repository: null,
|
24
24
|
pulp_labels: null,
|
25
|
-
repository: null,
|
26
25
|
content_guard: null,
|
27
|
-
|
26
|
+
base_path: null,
|
28
27
|
hidden: null,
|
28
|
+
name: null,
|
29
29
|
remote: null,
|
30
30
|
distributions: null,
|
31
31
|
private: null,
|
@@ -4,22 +4,22 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**description** | **String** | An optional description. | [optional]
|
8
7
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
|
+
**description** | **String** | An optional description. | [optional]
|
9
9
|
**name** | **String** | A unique name for this repository. | [optional]
|
10
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
11
10
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
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
|
14
14
|
|
15
15
|
```ruby
|
16
16
|
require 'PulpContainerClient'
|
17
17
|
|
18
|
-
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(
|
19
|
-
|
18
|
+
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(pulp_labels: null,
|
19
|
+
description: null,
|
20
20
|
name: null,
|
21
|
-
|
22
|
-
|
21
|
+
manifest_signing_service: null,
|
22
|
+
retain_repo_versions: null)
|
23
23
|
```
|
24
24
|
|
25
25
|
|
@@ -15,23 +15,23 @@ require 'date'
|
|
15
15
|
module PulpContainerClient
|
16
16
|
# A serializer for ContainerDistribution.
|
17
17
|
class ContainerContainerDistribution
|
18
|
-
# 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
|
-
attr_accessor :base_path
|
20
|
-
|
21
|
-
attr_accessor :pulp_labels
|
22
|
-
|
23
18
|
# The latest RepositoryVersion for this Repository will be served.
|
24
19
|
attr_accessor :repository
|
25
20
|
|
21
|
+
attr_accessor :pulp_labels
|
22
|
+
|
26
23
|
# An optional content-guard. If none is specified, a default one will be used.
|
27
24
|
attr_accessor :content_guard
|
28
25
|
|
29
|
-
#
|
30
|
-
attr_accessor :
|
26
|
+
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
27
|
+
attr_accessor :base_path
|
31
28
|
|
32
29
|
# Whether this distribution should be shown in the content app.
|
33
30
|
attr_accessor :hidden
|
34
31
|
|
32
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
33
|
+
attr_accessor :name
|
34
|
+
|
35
35
|
# RepositoryVersion to be served
|
36
36
|
attr_accessor :repository_version
|
37
37
|
|
@@ -44,12 +44,12 @@ module PulpContainerClient
|
|
44
44
|
# Attribute mapping from ruby-style variable name to JSON key.
|
45
45
|
def self.attribute_map
|
46
46
|
{
|
47
|
-
:'base_path' => :'base_path',
|
48
|
-
:'pulp_labels' => :'pulp_labels',
|
49
47
|
:'repository' => :'repository',
|
48
|
+
:'pulp_labels' => :'pulp_labels',
|
50
49
|
:'content_guard' => :'content_guard',
|
51
|
-
:'
|
50
|
+
:'base_path' => :'base_path',
|
52
51
|
:'hidden' => :'hidden',
|
52
|
+
:'name' => :'name',
|
53
53
|
:'repository_version' => :'repository_version',
|
54
54
|
:'private' => :'private',
|
55
55
|
:'description' => :'description'
|
@@ -59,12 +59,12 @@ module PulpContainerClient
|
|
59
59
|
# Attribute type mapping.
|
60
60
|
def self.openapi_types
|
61
61
|
{
|
62
|
-
:'base_path' => :'String',
|
63
|
-
:'pulp_labels' => :'Hash<String, String>',
|
64
62
|
:'repository' => :'String',
|
63
|
+
:'pulp_labels' => :'Hash<String, String>',
|
65
64
|
:'content_guard' => :'String',
|
66
|
-
:'
|
65
|
+
:'base_path' => :'String',
|
67
66
|
:'hidden' => :'Boolean',
|
67
|
+
:'name' => :'String',
|
68
68
|
:'repository_version' => :'String',
|
69
69
|
:'private' => :'Boolean',
|
70
70
|
:'description' => :'String'
|
@@ -95,8 +95,8 @@ module PulpContainerClient
|
|
95
95
|
h[k.to_sym] = v
|
96
96
|
}
|
97
97
|
|
98
|
-
if attributes.key?(:'
|
99
|
-
self.
|
98
|
+
if attributes.key?(:'repository')
|
99
|
+
self.repository = attributes[:'repository']
|
100
100
|
end
|
101
101
|
|
102
102
|
if attributes.key?(:'pulp_labels')
|
@@ -105,16 +105,12 @@ module PulpContainerClient
|
|
105
105
|
end
|
106
106
|
end
|
107
107
|
|
108
|
-
if attributes.key?(:'repository')
|
109
|
-
self.repository = attributes[:'repository']
|
110
|
-
end
|
111
|
-
|
112
108
|
if attributes.key?(:'content_guard')
|
113
109
|
self.content_guard = attributes[:'content_guard']
|
114
110
|
end
|
115
111
|
|
116
|
-
if attributes.key?(:'
|
117
|
-
self.
|
112
|
+
if attributes.key?(:'base_path')
|
113
|
+
self.base_path = attributes[:'base_path']
|
118
114
|
end
|
119
115
|
|
120
116
|
if attributes.key?(:'hidden')
|
@@ -123,6 +119,10 @@ module PulpContainerClient
|
|
123
119
|
self.hidden = false
|
124
120
|
end
|
125
121
|
|
122
|
+
if attributes.key?(:'name')
|
123
|
+
self.name = attributes[:'name']
|
124
|
+
end
|
125
|
+
|
126
126
|
if attributes.key?(:'repository_version')
|
127
127
|
self.repository_version = attributes[:'repository_version']
|
128
128
|
end
|
@@ -217,12 +217,12 @@ module PulpContainerClient
|
|
217
217
|
def ==(o)
|
218
218
|
return true if self.equal?(o)
|
219
219
|
self.class == o.class &&
|
220
|
-
base_path == o.base_path &&
|
221
|
-
pulp_labels == o.pulp_labels &&
|
222
220
|
repository == o.repository &&
|
221
|
+
pulp_labels == o.pulp_labels &&
|
223
222
|
content_guard == o.content_guard &&
|
224
|
-
|
223
|
+
base_path == o.base_path &&
|
225
224
|
hidden == o.hidden &&
|
225
|
+
name == o.name &&
|
226
226
|
repository_version == o.repository_version &&
|
227
227
|
private == o.private &&
|
228
228
|
description == o.description
|
@@ -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
|
-
[
|
240
|
+
[repository, pulp_labels, content_guard, base_path, hidden, name, repository_version, private, description].hash
|
241
241
|
end
|
242
242
|
|
243
243
|
# Builds the object from hash
|