pulp_container_client 2.18.0 → 2.18.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContainerContainerDistribution.md +4 -4
- data/docs/ContainerContainerDistributionResponse.md +6 -6
- data/docs/ContainerContainerPullThroughDistribution.md +4 -4
- data/docs/ContainerContainerPullThroughDistributionResponse.md +6 -6
- data/docs/ContainerContainerPushRepository.md +5 -5
- data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
- data/docs/PatchedcontainerContainerDistribution.md +4 -4
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +4 -4
- data/docs/PatchedcontainerContainerPushRepository.md +5 -5
- data/lib/pulp_container_client/models/container_container_distribution.rb +47 -47
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +36 -36
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +47 -47
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +36 -36
- data/lib/pulp_container_client/models/container_container_push_repository.rb +38 -38
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +53 -53
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +38 -38
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +38 -38
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +38 -38
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/models/container_container_distribution_response_spec.rb +6 -6
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +6 -6
- 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 +3 -3
- 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 +3 -3
- metadata +61 -61
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 416f36d01197872821a800fed35bba32721d9af97e643af00bcd943b450c3af4
|
4
|
+
data.tar.gz: ceef5c0d71420fa30f900ec17e569641d1964dda225b5a4bbb53e1e246be7cbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a59ad79e51e691701439d8739023480772d376ea86e18cb23f22abcd2a9aedadf7fd23f031224f82b1c691d0ca242cd19010e3471311e4e30d5068e881743b7
|
7
|
+
data.tar.gz: 56ca6043bfe8851cd453bf30b2d7b989c0e81657fdc47751e535ffbfb28cbe3d8ee9ae7e3b131b0e9305e30666eb1619ee21bd29b223b13e45e178cd726f7d61
|
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.18.
|
10
|
+
- Package version: 2.18.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.18.
|
27
|
+
gem install ./pulp_container_client-2.18.1.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_container_client-2.18.
|
30
|
+
(for development, run `gem install --dev ./pulp_container_client-2.18.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.18.
|
36
|
+
gem 'pulp_container_client', '~> 2.18.1'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -5,11 +5,11 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
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
|
-
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
10
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
12
10
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
11
|
+
**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
|
+
**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]
|
15
15
|
**description** | **String** | An optional description. | [optional]
|
@@ -20,11 +20,11 @@ Name | Type | Description | Notes
|
|
20
20
|
require 'PulpContainerClient'
|
21
21
|
|
22
22
|
instance = PulpContainerClient::ContainerContainerDistribution.new(content_guard: null,
|
23
|
-
base_path: null,
|
24
|
-
hidden: null,
|
25
23
|
pulp_labels: null,
|
26
24
|
name: null,
|
27
25
|
repository: null,
|
26
|
+
base_path: null,
|
27
|
+
hidden: null,
|
28
28
|
repository_version: null,
|
29
29
|
private: null,
|
30
30
|
description: null)
|
@@ -5,13 +5,13 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
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_href** | **String** | | [optional] [readonly]
|
10
|
-
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
11
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
12
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
13
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
14
12
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
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
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
15
15
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
16
16
|
**registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
|
17
17
|
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] [readonly]
|
@@ -25,13 +25,13 @@ Name | Type | Description | Notes
|
|
25
25
|
require 'PulpContainerClient'
|
26
26
|
|
27
27
|
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(content_guard: null,
|
28
|
-
base_path: null,
|
29
|
-
pulp_href: null,
|
30
|
-
hidden: null,
|
31
28
|
pulp_labels: null,
|
29
|
+
pulp_href: null,
|
32
30
|
name: null,
|
33
31
|
repository: null,
|
34
32
|
pulp_created: null,
|
33
|
+
base_path: null,
|
34
|
+
hidden: null,
|
35
35
|
repository_version: null,
|
36
36
|
registry_path: null,
|
37
37
|
remote: null,
|
@@ -5,11 +5,11 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
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
|
-
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
10
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
12
10
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
11
|
+
**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
|
+
**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]
|
15
15
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional]
|
@@ -21,11 +21,11 @@ Name | Type | Description | Notes
|
|
21
21
|
require 'PulpContainerClient'
|
22
22
|
|
23
23
|
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(content_guard: null,
|
24
|
-
base_path: null,
|
25
|
-
hidden: null,
|
26
24
|
pulp_labels: null,
|
27
25
|
name: null,
|
28
26
|
repository: null,
|
27
|
+
base_path: null,
|
28
|
+
hidden: null,
|
29
29
|
remote: null,
|
30
30
|
distributions: null,
|
31
31
|
private: null,
|
@@ -5,13 +5,13 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
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_href** | **String** | | [optional] [readonly]
|
10
|
-
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
11
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
12
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
13
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
14
12
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
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
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
15
15
|
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. |
|
16
16
|
**distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional]
|
17
17
|
**namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
|
@@ -24,13 +24,13 @@ Name | Type | Description | Notes
|
|
24
24
|
require 'PulpContainerClient'
|
25
25
|
|
26
26
|
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(content_guard: null,
|
27
|
-
base_path: null,
|
28
|
-
pulp_href: null,
|
29
|
-
hidden: null,
|
30
27
|
pulp_labels: null,
|
28
|
+
pulp_href: null,
|
31
29
|
name: null,
|
32
30
|
repository: null,
|
33
31
|
pulp_created: null,
|
32
|
+
base_path: null,
|
33
|
+
hidden: null,
|
34
34
|
remote: null,
|
35
35
|
distributions: null,
|
36
36
|
namespace: null,
|
@@ -5,10 +5,10 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
8
|
-
**
|
8
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
9
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
10
|
+
**name** | **String** | A unique name for this repository. |
|
10
11
|
**description** | **String** | An optional description. | [optional]
|
11
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
12
12
|
|
13
13
|
## Code Sample
|
14
14
|
|
@@ -16,10 +16,10 @@ Name | Type | Description | Notes
|
|
16
16
|
require 'PulpContainerClient'
|
17
17
|
|
18
18
|
instance = PulpContainerClient::ContainerContainerPushRepository.new(manifest_signing_service: null,
|
19
|
-
|
19
|
+
pulp_labels: null,
|
20
20
|
retain_repo_versions: null,
|
21
|
-
|
22
|
-
|
21
|
+
name: null,
|
22
|
+
description: null)
|
23
23
|
```
|
24
24
|
|
25
25
|
|
@@ -4,30 +4,30 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
8
7
|
**latest_version_href** | **String** | | [optional] [readonly]
|
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
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
12
|
-
**description** | **String** | An optional description. | [optional]
|
13
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
14
8
|
**versions_href** | **String** | | [optional] [readonly]
|
9
|
+
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
10
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
12
|
+
**name** | **String** | A unique name for this repository. |
|
15
13
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
14
|
+
**description** | **String** | An optional description. | [optional]
|
15
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
16
16
|
|
17
17
|
## Code Sample
|
18
18
|
|
19
19
|
```ruby
|
20
20
|
require 'PulpContainerClient'
|
21
21
|
|
22
|
-
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
23
|
-
|
24
|
-
|
22
|
+
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(latest_version_href: null,
|
23
|
+
versions_href: null,
|
24
|
+
manifest_signing_service: null,
|
25
|
+
pulp_labels: null,
|
25
26
|
retain_repo_versions: null,
|
26
|
-
|
27
|
+
name: null,
|
28
|
+
pulp_created: null,
|
27
29
|
description: null,
|
28
|
-
|
29
|
-
versions_href: null,
|
30
|
-
pulp_created: null)
|
30
|
+
pulp_href: null)
|
31
31
|
```
|
32
32
|
|
33
33
|
|
@@ -5,11 +5,11 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
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\") | [optional]
|
9
|
-
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
10
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
12
10
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
11
|
+
**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
|
+
**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]
|
15
15
|
**description** | **String** | An optional description. | [optional]
|
@@ -20,11 +20,11 @@ Name | Type | Description | Notes
|
|
20
20
|
require 'PulpContainerClient'
|
21
21
|
|
22
22
|
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(content_guard: null,
|
23
|
-
base_path: null,
|
24
|
-
hidden: null,
|
25
23
|
pulp_labels: null,
|
26
24
|
name: null,
|
27
25
|
repository: null,
|
26
|
+
base_path: null,
|
27
|
+
hidden: null,
|
28
28
|
repository_version: null,
|
29
29
|
private: null,
|
30
30
|
description: null)
|
@@ -5,11 +5,11 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
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\") | [optional]
|
9
|
-
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
10
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
12
10
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
11
|
+
**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
|
+
**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]
|
15
15
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional]
|
@@ -21,11 +21,11 @@ Name | Type | Description | Notes
|
|
21
21
|
require 'PulpContainerClient'
|
22
22
|
|
23
23
|
instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(content_guard: null,
|
24
|
-
base_path: null,
|
25
|
-
hidden: null,
|
26
24
|
pulp_labels: null,
|
27
25
|
name: null,
|
28
26
|
repository: null,
|
27
|
+
base_path: null,
|
28
|
+
hidden: null,
|
29
29
|
remote: null,
|
30
30
|
distributions: null,
|
31
31
|
private: null,
|
@@ -5,10 +5,10 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
8
|
-
**
|
8
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
9
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
10
|
+
**name** | **String** | A unique name for this repository. | [optional]
|
10
11
|
**description** | **String** | An optional description. | [optional]
|
11
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
12
12
|
|
13
13
|
## Code Sample
|
14
14
|
|
@@ -16,10 +16,10 @@ Name | Type | Description | Notes
|
|
16
16
|
require 'PulpContainerClient'
|
17
17
|
|
18
18
|
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(manifest_signing_service: null,
|
19
|
-
|
19
|
+
pulp_labels: null,
|
20
20
|
retain_repo_versions: null,
|
21
|
-
|
22
|
-
|
21
|
+
name: null,
|
22
|
+
description: null)
|
23
23
|
```
|
24
24
|
|
25
25
|
|
@@ -18,12 +18,6 @@ module PulpContainerClient
|
|
18
18
|
# An optional content-guard. If none is specified, a default one will be used.
|
19
19
|
attr_accessor :content_guard
|
20
20
|
|
21
|
-
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
22
|
-
attr_accessor :base_path
|
23
|
-
|
24
|
-
# Whether this distribution should be shown in the content app.
|
25
|
-
attr_accessor :hidden
|
26
|
-
|
27
21
|
attr_accessor :pulp_labels
|
28
22
|
|
29
23
|
# A unique name. Ex, `rawhide` and `stable`.
|
@@ -32,6 +26,12 @@ module PulpContainerClient
|
|
32
26
|
# The latest RepositoryVersion for this Repository will be served.
|
33
27
|
attr_accessor :repository
|
34
28
|
|
29
|
+
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
30
|
+
attr_accessor :base_path
|
31
|
+
|
32
|
+
# Whether this distribution should be shown in the content app.
|
33
|
+
attr_accessor :hidden
|
34
|
+
|
35
35
|
# RepositoryVersion to be served
|
36
36
|
attr_accessor :repository_version
|
37
37
|
|
@@ -45,11 +45,11 @@ module PulpContainerClient
|
|
45
45
|
def self.attribute_map
|
46
46
|
{
|
47
47
|
:'content_guard' => :'content_guard',
|
48
|
-
:'base_path' => :'base_path',
|
49
|
-
:'hidden' => :'hidden',
|
50
48
|
:'pulp_labels' => :'pulp_labels',
|
51
49
|
:'name' => :'name',
|
52
50
|
:'repository' => :'repository',
|
51
|
+
:'base_path' => :'base_path',
|
52
|
+
:'hidden' => :'hidden',
|
53
53
|
:'repository_version' => :'repository_version',
|
54
54
|
:'private' => :'private',
|
55
55
|
:'description' => :'description'
|
@@ -60,11 +60,11 @@ module PulpContainerClient
|
|
60
60
|
def self.openapi_types
|
61
61
|
{
|
62
62
|
:'content_guard' => :'String',
|
63
|
-
:'base_path' => :'String',
|
64
|
-
:'hidden' => :'Boolean',
|
65
63
|
:'pulp_labels' => :'Hash<String, String>',
|
66
64
|
:'name' => :'String',
|
67
65
|
:'repository' => :'String',
|
66
|
+
:'base_path' => :'String',
|
67
|
+
:'hidden' => :'Boolean',
|
68
68
|
:'repository_version' => :'String',
|
69
69
|
:'private' => :'Boolean',
|
70
70
|
:'description' => :'String'
|
@@ -99,16 +99,6 @@ module PulpContainerClient
|
|
99
99
|
self.content_guard = attributes[:'content_guard']
|
100
100
|
end
|
101
101
|
|
102
|
-
if attributes.key?(:'base_path')
|
103
|
-
self.base_path = attributes[:'base_path']
|
104
|
-
end
|
105
|
-
|
106
|
-
if attributes.key?(:'hidden')
|
107
|
-
self.hidden = attributes[:'hidden']
|
108
|
-
else
|
109
|
-
self.hidden = false
|
110
|
-
end
|
111
|
-
|
112
102
|
if attributes.key?(:'pulp_labels')
|
113
103
|
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
114
104
|
self.pulp_labels = value
|
@@ -123,6 +113,16 @@ module PulpContainerClient
|
|
123
113
|
self.repository = attributes[:'repository']
|
124
114
|
end
|
125
115
|
|
116
|
+
if attributes.key?(:'base_path')
|
117
|
+
self.base_path = attributes[:'base_path']
|
118
|
+
end
|
119
|
+
|
120
|
+
if attributes.key?(:'hidden')
|
121
|
+
self.hidden = attributes[:'hidden']
|
122
|
+
else
|
123
|
+
self.hidden = false
|
124
|
+
end
|
125
|
+
|
126
126
|
if attributes.key?(:'repository_version')
|
127
127
|
self.repository_version = attributes[:'repository_version']
|
128
128
|
end
|
@@ -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)
|
@@ -218,11 +218,11 @@ module PulpContainerClient
|
|
218
218
|
return true if self.equal?(o)
|
219
219
|
self.class == o.class &&
|
220
220
|
content_guard == o.content_guard &&
|
221
|
-
base_path == o.base_path &&
|
222
|
-
hidden == o.hidden &&
|
223
221
|
pulp_labels == o.pulp_labels &&
|
224
222
|
name == o.name &&
|
225
223
|
repository == o.repository &&
|
224
|
+
base_path == o.base_path &&
|
225
|
+
hidden == o.hidden &&
|
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
|
-
[content_guard,
|
240
|
+
[content_guard, pulp_labels, name, repository, base_path, hidden, repository_version, private, description].hash
|
241
241
|
end
|
242
242
|
|
243
243
|
# Builds the object from hash
|