pulp_container_client 2.22.0 → 2.22.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 +4 -4
- data/docs/ContainerContainerDistribution.md +5 -5
- data/docs/ContainerContainerDistributionResponse.md +10 -10
- data/docs/ContainerContainerPullThroughDistribution.md +5 -5
- data/docs/ContainerContainerPullThroughDistributionResponse.md +10 -10
- data/docs/ContainerContainerPushRepository.md +7 -7
- data/docs/ContainerContainerPushRepositoryResponse.md +11 -11
- data/docs/PatchedcontainerContainerDistribution.md +5 -5
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +5 -5
- data/docs/PatchedcontainerContainerPushRepository.md +7 -7
- data/lib/pulp_container_client/models/container_container_distribution.rb +45 -45
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +52 -52
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +45 -45
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +52 -52
- 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 +43 -43
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +50 -50
- 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 +36 -36
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +36 -36
- 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 +43 -43
- 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 +9 -9
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +9 -9
- 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 +64 -64
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b03e4820a7c797d81a204a193aa400d16186b91d4e0852b887aef784e5bb95f
|
4
|
+
data.tar.gz: 1ef2820f0f637f20f6852f2c2199cc63e4eec27eeeff736676d805f1257846f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9825eab1b7f61612f478af8e9296b75884fd2b4d0dae1c2c467b4e39981d28529c85e1cdce9ecad82c5f7615253306d2ec0972d14000c9b7bca19b60c391bc15
|
7
|
+
data.tar.gz: 2b0bf96c5f56d7f78baf622b2d462922c73094a91a16d9e488faa16d2d2b9ae0b8d2dc3670f1ffbc711f7f67dcd13cf85cbca1550848b47cffafa727b7299cf2
|
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.1
|
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.1.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.1.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.1'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
8
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
7
9
|
**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
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
10
11
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
11
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
12
12
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
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
|
-
pulp_labels: null,
|
22
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(name: null,
|
24
23
|
repository: null,
|
24
|
+
base_path: null,
|
25
|
+
pulp_labels: null,
|
25
26
|
content_guard: null,
|
26
|
-
name: null,
|
27
27
|
hidden: null,
|
28
28
|
repository_version: null,
|
29
29
|
private: null,
|
@@ -4,16 +4,16 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
7
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
8
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
8
9
|
**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
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
11
11
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
12
|
+
**no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional] [readonly]
|
13
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
14
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
12
15
|
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
13
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
14
16
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
15
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
16
|
-
**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
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]
|
@@ -27,16 +27,16 @@ Name | Type | Description | Notes
|
|
27
27
|
```ruby
|
28
28
|
require 'PulpContainerClient'
|
29
29
|
|
30
|
-
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
30
|
+
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(name: null,
|
31
|
+
repository: null,
|
31
32
|
base_path: null,
|
32
33
|
pulp_labels: null,
|
33
|
-
repository: null,
|
34
34
|
content_guard: null,
|
35
|
+
no_content_change_since: null,
|
36
|
+
pulp_href: null,
|
37
|
+
pulp_created: null,
|
35
38
|
prn: null,
|
36
|
-
name: null,
|
37
39
|
hidden: null,
|
38
|
-
pulp_href: null,
|
39
|
-
no_content_change_since: null,
|
40
40
|
pulp_last_updated: null,
|
41
41
|
repository_version: null,
|
42
42
|
registry_path: null,
|
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
8
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
7
9
|
**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
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
10
11
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
11
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
12
12
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
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
|
-
pulp_labels: null,
|
23
|
+
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(name: null,
|
25
24
|
repository: null,
|
25
|
+
base_path: null,
|
26
|
+
pulp_labels: null,
|
26
27
|
content_guard: null,
|
27
|
-
name: null,
|
28
28
|
hidden: null,
|
29
29
|
remote: null,
|
30
30
|
distributions: null,
|
@@ -4,16 +4,16 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
7
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
8
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
8
9
|
**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
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
11
11
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
12
|
+
**no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional] [readonly]
|
13
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
14
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
12
15
|
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
13
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
14
16
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
15
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
16
|
-
**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
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]
|
@@ -26,16 +26,16 @@ Name | Type | Description | Notes
|
|
26
26
|
```ruby
|
27
27
|
require 'PulpContainerClient'
|
28
28
|
|
29
|
-
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(
|
29
|
+
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(name: null,
|
30
|
+
repository: null,
|
30
31
|
base_path: null,
|
31
32
|
pulp_labels: null,
|
32
|
-
repository: null,
|
33
33
|
content_guard: null,
|
34
|
+
no_content_change_since: null,
|
35
|
+
pulp_href: null,
|
36
|
+
pulp_created: null,
|
34
37
|
prn: null,
|
35
|
-
name: null,
|
36
38
|
hidden: null,
|
37
|
-
pulp_href: null,
|
38
|
-
no_content_change_since: null,
|
39
39
|
pulp_last_updated: null,
|
40
40
|
remote: null,
|
41
41
|
distributions: null,
|
@@ -4,22 +4,22 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**description** | **String** | An optional description. | [optional]
|
8
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
7
|
**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
8
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
9
|
+
**description** | **String** | An optional description. | [optional]
|
10
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
11
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
12
12
|
|
13
13
|
## Code Sample
|
14
14
|
|
15
15
|
```ruby
|
16
16
|
require 'PulpContainerClient'
|
17
17
|
|
18
|
-
instance = PulpContainerClient::ContainerContainerPushRepository.new(
|
19
|
-
|
20
|
-
|
18
|
+
instance = PulpContainerClient::ContainerContainerPushRepository.new(name: null,
|
19
|
+
manifest_signing_service: null,
|
20
|
+
description: null,
|
21
21
|
retain_repo_versions: null,
|
22
|
-
|
22
|
+
pulp_labels: null)
|
23
23
|
```
|
24
24
|
|
25
25
|
|
@@ -4,16 +4,16 @@
|
|
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]
|
11
|
-
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
12
8
|
**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
9
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
10
|
+
**description** | **String** | An optional description. | [optional]
|
11
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
12
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
15
13
|
**pulp_href** | **String** | | [optional] [readonly]
|
16
14
|
**latest_version_href** | **String** | | [optional] [readonly]
|
15
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
16
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
17
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
|
|
19
19
|
## Code Sample
|
@@ -21,16 +21,16 @@ Name | Type | Description | Notes
|
|
21
21
|
```ruby
|
22
22
|
require 'PulpContainerClient'
|
23
23
|
|
24
|
-
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
25
|
-
description: null,
|
26
|
-
pulp_labels: null,
|
27
|
-
versions_href: null,
|
28
|
-
prn: null,
|
24
|
+
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(versions_href: null,
|
29
25
|
name: null,
|
30
|
-
retain_repo_versions: null,
|
31
26
|
manifest_signing_service: null,
|
27
|
+
description: null,
|
28
|
+
retain_repo_versions: null,
|
29
|
+
pulp_labels: null,
|
32
30
|
pulp_href: null,
|
33
31
|
latest_version_href: null,
|
32
|
+
pulp_created: null,
|
33
|
+
prn: null,
|
34
34
|
pulp_last_updated: null)
|
35
35
|
```
|
36
36
|
|
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
8
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
7
9
|
**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
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
10
11
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
11
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
12
12
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
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
|
-
pulp_labels: null,
|
22
|
+
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(name: null,
|
24
23
|
repository: null,
|
24
|
+
base_path: null,
|
25
|
+
pulp_labels: null,
|
25
26
|
content_guard: null,
|
26
|
-
name: null,
|
27
27
|
hidden: 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
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
8
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
7
9
|
**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
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
10
11
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
11
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
12
12
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
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
|
-
pulp_labels: null,
|
23
|
+
instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(name: null,
|
25
24
|
repository: null,
|
25
|
+
base_path: null,
|
26
|
+
pulp_labels: null,
|
26
27
|
content_guard: null,
|
27
|
-
name: null,
|
28
28
|
hidden: null,
|
29
29
|
remote: null,
|
30
30
|
distributions: null,
|
@@ -4,22 +4,22 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**description** | **String** | An optional description. | [optional]
|
8
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
7
|
**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
8
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
9
|
+
**description** | **String** | An optional description. | [optional]
|
10
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
11
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
12
12
|
|
13
13
|
## Code Sample
|
14
14
|
|
15
15
|
```ruby
|
16
16
|
require 'PulpContainerClient'
|
17
17
|
|
18
|
-
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(
|
19
|
-
|
20
|
-
|
18
|
+
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(name: null,
|
19
|
+
manifest_signing_service: null,
|
20
|
+
description: null,
|
21
21
|
retain_repo_versions: null,
|
22
|
-
|
22
|
+
pulp_labels: null)
|
23
23
|
```
|
24
24
|
|
25
25
|
|
@@ -15,20 +15,20 @@ require 'date'
|
|
15
15
|
module PulpContainerClient
|
16
16
|
# A serializer for ContainerDistribution.
|
17
17
|
class ContainerContainerDistribution
|
18
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
19
|
+
attr_accessor :name
|
20
|
+
|
21
|
+
# The latest RepositoryVersion for this Repository will be served.
|
22
|
+
attr_accessor :repository
|
23
|
+
|
18
24
|
# 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
25
|
attr_accessor :base_path
|
20
26
|
|
21
27
|
attr_accessor :pulp_labels
|
22
28
|
|
23
|
-
# The latest RepositoryVersion for this Repository will be served.
|
24
|
-
attr_accessor :repository
|
25
|
-
|
26
29
|
# An optional content-guard. If none is specified, a default one will be used.
|
27
30
|
attr_accessor :content_guard
|
28
31
|
|
29
|
-
# A unique name. Ex, `rawhide` and `stable`.
|
30
|
-
attr_accessor :name
|
31
|
-
|
32
32
|
# Whether this distribution should be shown in the content app.
|
33
33
|
attr_accessor :hidden
|
34
34
|
|
@@ -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
|
+
:'name' => :'name',
|
48
|
+
:'repository' => :'repository',
|
47
49
|
:'base_path' => :'base_path',
|
48
50
|
:'pulp_labels' => :'pulp_labels',
|
49
|
-
:'repository' => :'repository',
|
50
51
|
:'content_guard' => :'content_guard',
|
51
|
-
:'name' => :'name',
|
52
52
|
:'hidden' => :'hidden',
|
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
|
+
:'name' => :'String',
|
63
|
+
:'repository' => :'String',
|
62
64
|
:'base_path' => :'String',
|
63
65
|
:'pulp_labels' => :'Hash<String, String>',
|
64
|
-
:'repository' => :'String',
|
65
66
|
:'content_guard' => :'String',
|
66
|
-
:'name' => :'String',
|
67
67
|
:'hidden' => :'Boolean',
|
68
68
|
:'repository_version' => :'String',
|
69
69
|
:'private' => :'Boolean',
|
@@ -95,6 +95,14 @@ module PulpContainerClient
|
|
95
95
|
h[k.to_sym] = v
|
96
96
|
}
|
97
97
|
|
98
|
+
if attributes.key?(:'name')
|
99
|
+
self.name = attributes[:'name']
|
100
|
+
end
|
101
|
+
|
102
|
+
if attributes.key?(:'repository')
|
103
|
+
self.repository = attributes[:'repository']
|
104
|
+
end
|
105
|
+
|
98
106
|
if attributes.key?(:'base_path')
|
99
107
|
self.base_path = attributes[:'base_path']
|
100
108
|
end
|
@@ -105,18 +113,10 @@ module PulpContainerClient
|
|
105
113
|
end
|
106
114
|
end
|
107
115
|
|
108
|
-
if attributes.key?(:'repository')
|
109
|
-
self.repository = attributes[:'repository']
|
110
|
-
end
|
111
|
-
|
112
116
|
if attributes.key?(:'content_guard')
|
113
117
|
self.content_guard = attributes[:'content_guard']
|
114
118
|
end
|
115
119
|
|
116
|
-
if attributes.key?(:'name')
|
117
|
-
self.name = attributes[:'name']
|
118
|
-
end
|
119
|
-
|
120
120
|
if attributes.key?(:'hidden')
|
121
121
|
self.hidden = attributes[:'hidden']
|
122
122
|
else
|
@@ -140,14 +140,6 @@ module PulpContainerClient
|
|
140
140
|
# @return Array for valid properties with the reasons
|
141
141
|
def list_invalid_properties
|
142
142
|
invalid_properties = Array.new
|
143
|
-
if @base_path.nil?
|
144
|
-
invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
|
145
|
-
end
|
146
|
-
|
147
|
-
if @base_path.to_s.length < 1
|
148
|
-
invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
|
149
|
-
end
|
150
|
-
|
151
143
|
if @name.nil?
|
152
144
|
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
153
145
|
end
|
@@ -156,6 +148,14 @@ module PulpContainerClient
|
|
156
148
|
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
157
149
|
end
|
158
150
|
|
151
|
+
if @base_path.nil?
|
152
|
+
invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
|
153
|
+
end
|
154
|
+
|
155
|
+
if @base_path.to_s.length < 1
|
156
|
+
invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
|
157
|
+
end
|
158
|
+
|
159
159
|
if !@description.nil? && @description.to_s.length < 1
|
160
160
|
invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
|
161
161
|
end
|
@@ -166,28 +166,14 @@ module PulpContainerClient
|
|
166
166
|
# Check to see if the all the properties in the model are valid
|
167
167
|
# @return true if the model is valid
|
168
168
|
def valid?
|
169
|
-
return false if @base_path.nil?
|
170
|
-
return false if @base_path.to_s.length < 1
|
171
169
|
return false if @name.nil?
|
172
170
|
return false if @name.to_s.length < 1
|
171
|
+
return false if @base_path.nil?
|
172
|
+
return false if @base_path.to_s.length < 1
|
173
173
|
return false if !@description.nil? && @description.to_s.length < 1
|
174
174
|
true
|
175
175
|
end
|
176
176
|
|
177
|
-
# Custom attribute writer method with validation
|
178
|
-
# @param [Object] base_path Value to be assigned
|
179
|
-
def base_path=(base_path)
|
180
|
-
if base_path.nil?
|
181
|
-
fail ArgumentError, 'base_path cannot be nil'
|
182
|
-
end
|
183
|
-
|
184
|
-
if base_path.to_s.length < 1
|
185
|
-
fail ArgumentError, 'invalid value for "base_path", the character length must be great than or equal to 1.'
|
186
|
-
end
|
187
|
-
|
188
|
-
@base_path = base_path
|
189
|
-
end
|
190
|
-
|
191
177
|
# Custom attribute writer method with validation
|
192
178
|
# @param [Object] name Value to be assigned
|
193
179
|
def name=(name)
|
@@ -202,6 +188,20 @@ module PulpContainerClient
|
|
202
188
|
@name = name
|
203
189
|
end
|
204
190
|
|
191
|
+
# Custom attribute writer method with validation
|
192
|
+
# @param [Object] base_path Value to be assigned
|
193
|
+
def base_path=(base_path)
|
194
|
+
if base_path.nil?
|
195
|
+
fail ArgumentError, 'base_path cannot be nil'
|
196
|
+
end
|
197
|
+
|
198
|
+
if base_path.to_s.length < 1
|
199
|
+
fail ArgumentError, 'invalid value for "base_path", the character length must be great than or equal to 1.'
|
200
|
+
end
|
201
|
+
|
202
|
+
@base_path = base_path
|
203
|
+
end
|
204
|
+
|
205
205
|
# Custom attribute writer method with validation
|
206
206
|
# @param [Object] description Value to be assigned
|
207
207
|
def description=(description)
|
@@ -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
|
+
name == o.name &&
|
221
|
+
repository == o.repository &&
|
220
222
|
base_path == o.base_path &&
|
221
223
|
pulp_labels == o.pulp_labels &&
|
222
|
-
repository == o.repository &&
|
223
224
|
content_guard == o.content_guard &&
|
224
|
-
name == o.name &&
|
225
225
|
hidden == o.hidden &&
|
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
|
-
[
|
240
|
+
[name, repository, base_path, pulp_labels, content_guard, hidden, repository_version, private, description].hash
|
241
241
|
end
|
242
242
|
|
243
243
|
# Builds the object from hash
|