pulp_container_client 2.16.8 → 2.16.9
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 +8 -8
- data/docs/ContainerContainerPushRepository.md +6 -6
- data/docs/ContainerContainerPushRepositoryResponse.md +12 -12
- data/docs/PatchedcontainerContainerDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPushRepository.md +6 -6
- data/lib/pulp_container_client/models/container_container_distribution.rb +28 -28
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +37 -37
- 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 +28 -28
- 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 +7 -7
- data/spec/models/container_container_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 +5 -5
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dcfed4a8ee5b1a19426159c31939b52921b14f6864dbeb874aa385ce025ca662
|
4
|
+
data.tar.gz: 4c9d591eaac998fd638fc187efe2e32381dbf4be6fc13573c56dda0783d60abe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 455e42226353b2154fbace8d55e29e80591fe4cb0dd58c42f339b6b3fde7f780defe13fb0c8a7ccbb253c16456fd12b49c7f87a1b051048c9b8704c86718a6b6
|
7
|
+
data.tar.gz: 648a43c720072d347e2439efb381e31d814248d40db77418c5aefbbb0852b0d504c375113daec8a907cc8563d88929bcb2a88531886b0cf6318fac7f3ad96f6d
|
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.16.
|
10
|
+
- Package version: 2.16.9
|
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.16.
|
27
|
+
gem install ./pulp_container_client-2.16.9.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_container_client-2.16.
|
30
|
+
(for development, run `gem install --dev ./pulp_container_client-2.16.9.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.16.
|
36
|
+
gem 'pulp_container_client', '~> 2.16.9'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
|
-
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
9
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
10
7
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
8
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
9
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
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\") |
|
11
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
12
12
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [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::ContainerContainerDistribution.new(
|
23
|
-
hidden: null,
|
22
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(content_guard: null,
|
24
23
|
name: null,
|
25
|
-
|
24
|
+
hidden: null,
|
26
25
|
base_path: null,
|
26
|
+
pulp_labels: null,
|
27
27
|
repository: null,
|
28
28
|
repository_version: null,
|
29
29
|
private: null,
|
@@ -4,13 +4,13 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
8
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
9
|
-
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
7
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
10
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
11
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
12
|
-
**
|
11
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
13
12
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
13
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
14
14
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
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]
|
@@ -23,13 +23,13 @@ Name | Type | Description | Notes
|
|
23
23
|
```ruby
|
24
24
|
require 'PulpContainerClient'
|
25
25
|
|
26
|
-
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
27
|
-
pulp_href: null,
|
28
|
-
hidden: null,
|
26
|
+
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(content_guard: null,
|
29
27
|
pulp_created: null,
|
28
|
+
pulp_href: null,
|
30
29
|
name: null,
|
31
|
-
|
30
|
+
hidden: null,
|
32
31
|
base_path: null,
|
32
|
+
pulp_labels: null,
|
33
33
|
repository: null,
|
34
34
|
repository_version: null,
|
35
35
|
registry_path: null,
|
@@ -4,22 +4,22 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
8
|
-
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
7
|
+
**description** | **String** | An optional description. | [optional]
|
9
8
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
10
9
|
**name** | **String** | A unique name for this repository. |
|
11
|
-
**
|
10
|
+
**manifest_signing_service** | **String** | A reference to an associated signing service. | [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
|
-
manifest_signing_service: null,
|
18
|
+
instance = PulpContainerClient::ContainerContainerPushRepository.new(description: null,
|
20
19
|
retain_repo_versions: null,
|
21
20
|
name: null,
|
22
|
-
|
21
|
+
manifest_signing_service: null,
|
22
|
+
pulp_labels: null)
|
23
23
|
```
|
24
24
|
|
25
25
|
|
@@ -4,30 +4,30 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
|
-
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
9
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
10
7
|
**latest_version_href** | **String** | | [optional] [readonly]
|
11
|
-
**
|
8
|
+
**description** | **String** | An optional description. | [optional]
|
12
9
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
10
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
11
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
13
12
|
**name** | **String** | A unique name for this repository. |
|
14
|
-
**description** | **String** | An optional description. | [optional]
|
15
13
|
**versions_href** | **String** | | [optional] [readonly]
|
14
|
+
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
15
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
16
16
|
|
17
17
|
## Code Sample
|
18
18
|
|
19
19
|
```ruby
|
20
20
|
require 'PulpContainerClient'
|
21
21
|
|
22
|
-
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
23
|
-
|
24
|
-
pulp_href: null,
|
25
|
-
latest_version_href: null,
|
26
|
-
pulp_created: null,
|
22
|
+
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(latest_version_href: null,
|
23
|
+
description: null,
|
27
24
|
retain_repo_versions: null,
|
25
|
+
pulp_created: null,
|
26
|
+
pulp_href: null,
|
28
27
|
name: null,
|
29
|
-
|
30
|
-
|
28
|
+
versions_href: null,
|
29
|
+
manifest_signing_service: null,
|
30
|
+
pulp_labels: null)
|
31
31
|
```
|
32
32
|
|
33
33
|
|
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
|
-
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
9
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
10
7
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
8
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
9
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
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]
|
11
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
12
12
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [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
|
-
hidden: null,
|
22
|
+
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(content_guard: null,
|
24
23
|
name: null,
|
25
|
-
|
24
|
+
hidden: null,
|
26
25
|
base_path: null,
|
26
|
+
pulp_labels: null,
|
27
27
|
repository: null,
|
28
28
|
repository_version: null,
|
29
29
|
private: null,
|
@@ -4,22 +4,22 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
8
|
-
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
7
|
+
**description** | **String** | An optional description. | [optional]
|
9
8
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
10
9
|
**name** | **String** | A unique name for this repository. | [optional]
|
11
|
-
**
|
10
|
+
**manifest_signing_service** | **String** | A reference to an associated signing service. | [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
|
-
manifest_signing_service: null,
|
18
|
+
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(description: null,
|
20
19
|
retain_repo_versions: null,
|
21
20
|
name: null,
|
22
|
-
|
21
|
+
manifest_signing_service: null,
|
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
|
-
|
19
|
-
|
20
|
-
# Whether this distribution should be shown in the content app.
|
21
|
-
attr_accessor :hidden
|
18
|
+
# An optional content-guard. If none is specified, a default one will be used.
|
19
|
+
attr_accessor :content_guard
|
22
20
|
|
23
21
|
# A unique name. Ex, `rawhide` and `stable`.
|
24
22
|
attr_accessor :name
|
25
23
|
|
26
|
-
#
|
27
|
-
attr_accessor :
|
24
|
+
# Whether this distribution should be shown in the content app.
|
25
|
+
attr_accessor :hidden
|
28
26
|
|
29
27
|
# 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
28
|
attr_accessor :base_path
|
31
29
|
|
30
|
+
attr_accessor :pulp_labels
|
31
|
+
|
32
32
|
# The latest RepositoryVersion for this Repository will be served.
|
33
33
|
attr_accessor :repository
|
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
|
-
:'pulp_labels' => :'pulp_labels',
|
48
|
-
:'hidden' => :'hidden',
|
49
|
-
:'name' => :'name',
|
50
47
|
:'content_guard' => :'content_guard',
|
48
|
+
:'name' => :'name',
|
49
|
+
:'hidden' => :'hidden',
|
51
50
|
:'base_path' => :'base_path',
|
51
|
+
:'pulp_labels' => :'pulp_labels',
|
52
52
|
:'repository' => :'repository',
|
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
|
-
:'pulp_labels' => :'Hash<String, String>',
|
63
|
-
:'hidden' => :'Boolean',
|
64
|
-
:'name' => :'String',
|
65
62
|
:'content_guard' => :'String',
|
63
|
+
:'name' => :'String',
|
64
|
+
:'hidden' => :'Boolean',
|
66
65
|
:'base_path' => :'String',
|
66
|
+
:'pulp_labels' => :'Hash<String, String>',
|
67
67
|
:'repository' => :'String',
|
68
68
|
:'repository_version' => :'String',
|
69
69
|
:'private' => :'Boolean',
|
@@ -95,30 +95,30 @@ module PulpContainerClient
|
|
95
95
|
h[k.to_sym] = v
|
96
96
|
}
|
97
97
|
|
98
|
-
if attributes.key?(:'
|
99
|
-
|
100
|
-
self.pulp_labels = value
|
101
|
-
end
|
102
|
-
end
|
103
|
-
|
104
|
-
if attributes.key?(:'hidden')
|
105
|
-
self.hidden = attributes[:'hidden']
|
106
|
-
else
|
107
|
-
self.hidden = false
|
98
|
+
if attributes.key?(:'content_guard')
|
99
|
+
self.content_guard = attributes[:'content_guard']
|
108
100
|
end
|
109
101
|
|
110
102
|
if attributes.key?(:'name')
|
111
103
|
self.name = attributes[:'name']
|
112
104
|
end
|
113
105
|
|
114
|
-
if attributes.key?(:'
|
115
|
-
self.
|
106
|
+
if attributes.key?(:'hidden')
|
107
|
+
self.hidden = attributes[:'hidden']
|
108
|
+
else
|
109
|
+
self.hidden = false
|
116
110
|
end
|
117
111
|
|
118
112
|
if attributes.key?(:'base_path')
|
119
113
|
self.base_path = attributes[:'base_path']
|
120
114
|
end
|
121
115
|
|
116
|
+
if attributes.key?(:'pulp_labels')
|
117
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
118
|
+
self.pulp_labels = value
|
119
|
+
end
|
120
|
+
end
|
121
|
+
|
122
122
|
if attributes.key?(:'repository')
|
123
123
|
self.repository = attributes[:'repository']
|
124
124
|
end
|
@@ -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
|
-
pulp_labels == o.pulp_labels &&
|
221
|
-
hidden == o.hidden &&
|
222
|
-
name == o.name &&
|
223
220
|
content_guard == o.content_guard &&
|
221
|
+
name == o.name &&
|
222
|
+
hidden == o.hidden &&
|
224
223
|
base_path == o.base_path &&
|
224
|
+
pulp_labels == o.pulp_labels &&
|
225
225
|
repository == o.repository &&
|
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
|
+
[content_guard, name, hidden, base_path, pulp_labels, repository, repository_version, private, description].hash
|
241
241
|
end
|
242
242
|
|
243
243
|
# Builds the object from hash
|
@@ -15,25 +15,25 @@ require 'date'
|
|
15
15
|
module PulpContainerClient
|
16
16
|
# A serializer for ContainerDistribution.
|
17
17
|
class ContainerContainerDistributionResponse
|
18
|
-
|
19
|
-
|
20
|
-
attr_accessor :pulp_href
|
21
|
-
|
22
|
-
# Whether this distribution should be shown in the content app.
|
23
|
-
attr_accessor :hidden
|
18
|
+
# An optional content-guard. If none is specified, a default one will be used.
|
19
|
+
attr_accessor :content_guard
|
24
20
|
|
25
21
|
# Timestamp of creation.
|
26
22
|
attr_accessor :pulp_created
|
27
23
|
|
24
|
+
attr_accessor :pulp_href
|
25
|
+
|
28
26
|
# A unique name. Ex, `rawhide` and `stable`.
|
29
27
|
attr_accessor :name
|
30
28
|
|
31
|
-
#
|
32
|
-
attr_accessor :
|
29
|
+
# Whether this distribution should be shown in the content app.
|
30
|
+
attr_accessor :hidden
|
33
31
|
|
34
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\")
|
35
33
|
attr_accessor :base_path
|
36
34
|
|
35
|
+
attr_accessor :pulp_labels
|
36
|
+
|
37
37
|
# The latest RepositoryVersion for this Repository will be served.
|
38
38
|
attr_accessor :repository
|
39
39
|
|
@@ -55,13 +55,13 @@ module PulpContainerClient
|
|
55
55
|
# Attribute mapping from ruby-style variable name to JSON key.
|
56
56
|
def self.attribute_map
|
57
57
|
{
|
58
|
-
:'
|
59
|
-
:'pulp_href' => :'pulp_href',
|
60
|
-
:'hidden' => :'hidden',
|
58
|
+
:'content_guard' => :'content_guard',
|
61
59
|
:'pulp_created' => :'pulp_created',
|
60
|
+
:'pulp_href' => :'pulp_href',
|
62
61
|
:'name' => :'name',
|
63
|
-
:'
|
62
|
+
:'hidden' => :'hidden',
|
64
63
|
:'base_path' => :'base_path',
|
64
|
+
:'pulp_labels' => :'pulp_labels',
|
65
65
|
:'repository' => :'repository',
|
66
66
|
:'repository_version' => :'repository_version',
|
67
67
|
:'registry_path' => :'registry_path',
|
@@ -74,13 +74,13 @@ module PulpContainerClient
|
|
74
74
|
# Attribute type mapping.
|
75
75
|
def self.openapi_types
|
76
76
|
{
|
77
|
-
:'
|
78
|
-
:'pulp_href' => :'String',
|
79
|
-
:'hidden' => :'Boolean',
|
77
|
+
:'content_guard' => :'String',
|
80
78
|
:'pulp_created' => :'DateTime',
|
79
|
+
:'pulp_href' => :'String',
|
81
80
|
:'name' => :'String',
|
82
|
-
:'
|
81
|
+
:'hidden' => :'Boolean',
|
83
82
|
:'base_path' => :'String',
|
83
|
+
:'pulp_labels' => :'Hash<String, String>',
|
84
84
|
:'repository' => :'String',
|
85
85
|
:'repository_version' => :'String',
|
86
86
|
:'registry_path' => :'String',
|
@@ -114,38 +114,38 @@ module PulpContainerClient
|
|
114
114
|
h[k.to_sym] = v
|
115
115
|
}
|
116
116
|
|
117
|
-
if attributes.key?(:'
|
118
|
-
|
119
|
-
self.pulp_labels = value
|
120
|
-
end
|
121
|
-
end
|
122
|
-
|
123
|
-
if attributes.key?(:'pulp_href')
|
124
|
-
self.pulp_href = attributes[:'pulp_href']
|
125
|
-
end
|
126
|
-
|
127
|
-
if attributes.key?(:'hidden')
|
128
|
-
self.hidden = attributes[:'hidden']
|
129
|
-
else
|
130
|
-
self.hidden = false
|
117
|
+
if attributes.key?(:'content_guard')
|
118
|
+
self.content_guard = attributes[:'content_guard']
|
131
119
|
end
|
132
120
|
|
133
121
|
if attributes.key?(:'pulp_created')
|
134
122
|
self.pulp_created = attributes[:'pulp_created']
|
135
123
|
end
|
136
124
|
|
125
|
+
if attributes.key?(:'pulp_href')
|
126
|
+
self.pulp_href = attributes[:'pulp_href']
|
127
|
+
end
|
128
|
+
|
137
129
|
if attributes.key?(:'name')
|
138
130
|
self.name = attributes[:'name']
|
139
131
|
end
|
140
132
|
|
141
|
-
if attributes.key?(:'
|
142
|
-
self.
|
133
|
+
if attributes.key?(:'hidden')
|
134
|
+
self.hidden = attributes[:'hidden']
|
135
|
+
else
|
136
|
+
self.hidden = false
|
143
137
|
end
|
144
138
|
|
145
139
|
if attributes.key?(:'base_path')
|
146
140
|
self.base_path = attributes[:'base_path']
|
147
141
|
end
|
148
142
|
|
143
|
+
if attributes.key?(:'pulp_labels')
|
144
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
145
|
+
self.pulp_labels = value
|
146
|
+
end
|
147
|
+
end
|
148
|
+
|
149
149
|
if attributes.key?(:'repository')
|
150
150
|
self.repository = attributes[:'repository']
|
151
151
|
end
|
@@ -199,13 +199,13 @@ module PulpContainerClient
|
|
199
199
|
def ==(o)
|
200
200
|
return true if self.equal?(o)
|
201
201
|
self.class == o.class &&
|
202
|
-
|
203
|
-
pulp_href == o.pulp_href &&
|
204
|
-
hidden == o.hidden &&
|
202
|
+
content_guard == o.content_guard &&
|
205
203
|
pulp_created == o.pulp_created &&
|
204
|
+
pulp_href == o.pulp_href &&
|
206
205
|
name == o.name &&
|
207
|
-
|
206
|
+
hidden == o.hidden &&
|
208
207
|
base_path == o.base_path &&
|
208
|
+
pulp_labels == o.pulp_labels &&
|
209
209
|
repository == o.repository &&
|
210
210
|
repository_version == o.repository_version &&
|
211
211
|
registry_path == o.registry_path &&
|
@@ -223,7 +223,7 @@ module PulpContainerClient
|
|
223
223
|
# Calculates hash code according to all attributes.
|
224
224
|
# @return [Integer] Hash code
|
225
225
|
def hash
|
226
|
-
[
|
226
|
+
[content_guard, pulp_created, pulp_href, name, hidden, base_path, pulp_labels, repository, repository_version, registry_path, namespace, private, description].hash
|
227
227
|
end
|
228
228
|
|
229
229
|
# Builds the object from hash
|