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