pulp_container_client 2.14.17 → 2.14.18
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 +7 -7
- data/docs/ContainerContainerDistributionResponse.md +9 -9
- data/docs/ContainerContainerPushRepository.md +4 -4
- data/docs/ContainerContainerPushRepositoryResponse.md +11 -11
- data/docs/PatchedcontainerContainerDistribution.md +7 -7
- data/docs/PatchedcontainerContainerPushRepository.md +4 -4
- data/lib/pulp_container_client/models/container_container_distribution.rb +29 -29
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +40 -40
- data/lib/pulp_container_client/models/container_container_push_repository.rb +20 -20
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +46 -46
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +29 -29
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.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 +8 -8
- 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_push_repository_spec.rb +3 -3
- metadata +47 -47
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6843fd46d099940f9fc752f37173075882f9671e408c348ad50a32e2adca16ff
|
4
|
+
data.tar.gz: b753a8283ba5c31a3a4782478cbbc7c24c1abde61dd2ebb33ed33dc1d0c74fc7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d9fad00624d5db3c3365af838a3c781017d917de6e7e15e7f0c1843db9864f2e9fdd115023e4b72abb11eba9e703f0f81fb1b09224ff013b4ad3019912ed95c
|
7
|
+
data.tar.gz: f79859bb2b73357df83c2dc57d5ca6bd6b1fc3704462e25e6198fe0e64eebb1ed79b0470d5d2d0a8fc45eff7ded8fdd1e74de934d45b7ddadc11242b046734e0
|
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.14.
|
10
|
+
- Package version: 2.14.18
|
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.14.
|
27
|
+
gem install ./pulp_container_client-2.14.18.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_container_client-2.14.
|
30
|
+
(for development, run `gem install --dev ./pulp_container_client-2.14.18.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.14.
|
36
|
+
gem 'pulp_container_client', '~> 2.14.18'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
8
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
9
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
10
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
11
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
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]
|
11
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
12
12
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
13
13
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
|
14
14
|
**description** | **String** | An optional description. | [optional]
|
@@ -18,11 +18,11 @@ Name | Type | Description | Notes
|
|
18
18
|
```ruby
|
19
19
|
require 'PulpContainerClient'
|
20
20
|
|
21
|
-
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
22
|
-
content_guard: null,
|
23
|
-
base_path: null,
|
24
|
-
name: null,
|
21
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(base_path: null,
|
25
22
|
pulp_labels: null,
|
23
|
+
name: null,
|
24
|
+
content_guard: null,
|
25
|
+
repository: null,
|
26
26
|
repository_version: null,
|
27
27
|
private: null,
|
28
28
|
description: null)
|
@@ -4,13 +4,13 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
8
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
9
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
10
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
11
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
12
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
13
9
|
**pulp_href** | **String** | | [optional] [readonly]
|
10
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
11
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
12
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
13
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
14
14
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
15
15
|
**registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
|
16
16
|
**namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
|
@@ -22,13 +22,13 @@ Name | Type | Description | Notes
|
|
22
22
|
```ruby
|
23
23
|
require 'PulpContainerClient'
|
24
24
|
|
25
|
-
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
26
|
-
repository: null,
|
27
|
-
content_guard: null,
|
28
|
-
base_path: null,
|
29
|
-
name: null,
|
25
|
+
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(base_path: null,
|
30
26
|
pulp_labels: null,
|
31
27
|
pulp_href: null,
|
28
|
+
name: null,
|
29
|
+
pulp_created: null,
|
30
|
+
content_guard: null,
|
31
|
+
repository: null,
|
32
32
|
repository_version: null,
|
33
33
|
registry_path: null,
|
34
34
|
namespace: null,
|
@@ -5,10 +5,10 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
|
8
|
-
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
9
8
|
**description** | **String** | An optional description. | [optional]
|
10
|
-
**name** | **String** | A unique name for this repository. |
|
11
9
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
|
+
**name** | **String** | A unique name for this repository. |
|
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(retain_repo_versions: null,
|
19
|
-
manifest_signing_service: null,
|
20
19
|
description: null,
|
20
|
+
pulp_labels: null,
|
21
21
|
name: null,
|
22
|
-
|
22
|
+
manifest_signing_service: null)
|
23
23
|
```
|
24
24
|
|
25
25
|
|
@@ -5,14 +5,14 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
-
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
10
|
-
**latest_version_href** | **String** | | [optional] [readonly]
|
11
8
|
**description** | **String** | An optional description. | [optional]
|
12
|
-
**
|
13
|
-
**name** | **String** | A unique name for this repository. |
|
9
|
+
**latest_version_href** | **String** | | [optional] [readonly]
|
14
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
15
11
|
**pulp_href** | **String** | | [optional] [readonly]
|
12
|
+
**name** | **String** | A unique name for this repository. |
|
13
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
14
|
+
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
15
|
+
**versions_href** | **String** | | [optional] [readonly]
|
16
16
|
|
17
17
|
## Code Sample
|
18
18
|
|
@@ -20,14 +20,14 @@ Name | Type | Description | Notes
|
|
20
20
|
require 'PulpContainerClient'
|
21
21
|
|
22
22
|
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(retain_repo_versions: null,
|
23
|
-
pulp_created: null,
|
24
|
-
manifest_signing_service: null,
|
25
|
-
latest_version_href: null,
|
26
23
|
description: null,
|
27
|
-
|
28
|
-
name: null,
|
24
|
+
latest_version_href: null,
|
29
25
|
pulp_labels: null,
|
30
|
-
pulp_href: null
|
26
|
+
pulp_href: null,
|
27
|
+
name: null,
|
28
|
+
pulp_created: null,
|
29
|
+
manifest_signing_service: null,
|
30
|
+
versions_href: null)
|
31
31
|
```
|
32
32
|
|
33
33
|
|
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
8
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
9
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
10
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
11
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
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]
|
11
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
12
12
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
13
13
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
|
14
14
|
**description** | **String** | An optional description. | [optional]
|
@@ -18,11 +18,11 @@ Name | Type | Description | Notes
|
|
18
18
|
```ruby
|
19
19
|
require 'PulpContainerClient'
|
20
20
|
|
21
|
-
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
|
22
|
-
content_guard: null,
|
23
|
-
base_path: null,
|
24
|
-
name: null,
|
21
|
+
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(base_path: null,
|
25
22
|
pulp_labels: null,
|
23
|
+
name: null,
|
24
|
+
content_guard: null,
|
25
|
+
repository: null,
|
26
26
|
repository_version: null,
|
27
27
|
private: null,
|
28
28
|
description: null)
|
@@ -5,10 +5,10 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
|
8
|
-
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
9
8
|
**description** | **String** | An optional description. | [optional]
|
10
|
-
**name** | **String** | A unique name for this repository. | [optional]
|
11
9
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
|
+
**name** | **String** | A unique name for this repository. | [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(retain_repo_versions: null,
|
19
|
-
manifest_signing_service: null,
|
20
19
|
description: null,
|
20
|
+
pulp_labels: null,
|
21
21
|
name: null,
|
22
|
-
|
22
|
+
manifest_signing_service: null)
|
23
23
|
```
|
24
24
|
|
25
25
|
|
@@ -15,19 +15,19 @@ require 'date'
|
|
15
15
|
module PulpContainerClient
|
16
16
|
# A serializer for ContainerDistribution.
|
17
17
|
class ContainerContainerDistribution
|
18
|
-
# The latest RepositoryVersion for this Repository will be served.
|
19
|
-
attr_accessor :repository
|
20
|
-
|
21
|
-
# An optional content-guard. If none is specified, a default one will be used.
|
22
|
-
attr_accessor :content_guard
|
23
|
-
|
24
18
|
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
25
19
|
attr_accessor :base_path
|
26
20
|
|
21
|
+
attr_accessor :pulp_labels
|
22
|
+
|
27
23
|
# A unique name. Ex, `rawhide` and `stable`.
|
28
24
|
attr_accessor :name
|
29
25
|
|
30
|
-
|
26
|
+
# An optional content-guard. If none is specified, a default one will be used.
|
27
|
+
attr_accessor :content_guard
|
28
|
+
|
29
|
+
# The latest RepositoryVersion for this Repository will be served.
|
30
|
+
attr_accessor :repository
|
31
31
|
|
32
32
|
# RepositoryVersion to be served
|
33
33
|
attr_accessor :repository_version
|
@@ -41,11 +41,11 @@ module PulpContainerClient
|
|
41
41
|
# Attribute mapping from ruby-style variable name to JSON key.
|
42
42
|
def self.attribute_map
|
43
43
|
{
|
44
|
-
:'repository' => :'repository',
|
45
|
-
:'content_guard' => :'content_guard',
|
46
44
|
:'base_path' => :'base_path',
|
47
|
-
:'name' => :'name',
|
48
45
|
:'pulp_labels' => :'pulp_labels',
|
46
|
+
:'name' => :'name',
|
47
|
+
:'content_guard' => :'content_guard',
|
48
|
+
:'repository' => :'repository',
|
49
49
|
:'repository_version' => :'repository_version',
|
50
50
|
:'private' => :'private',
|
51
51
|
:'description' => :'description'
|
@@ -55,11 +55,11 @@ module PulpContainerClient
|
|
55
55
|
# Attribute type mapping.
|
56
56
|
def self.openapi_types
|
57
57
|
{
|
58
|
-
:'repository' => :'String',
|
59
|
-
:'content_guard' => :'String',
|
60
58
|
:'base_path' => :'String',
|
61
|
-
:'name' => :'String',
|
62
59
|
:'pulp_labels' => :'Hash<String, String>',
|
60
|
+
:'name' => :'String',
|
61
|
+
:'content_guard' => :'String',
|
62
|
+
:'repository' => :'String',
|
63
63
|
:'repository_version' => :'String',
|
64
64
|
:'private' => :'Boolean',
|
65
65
|
:'description' => :'String'
|
@@ -90,28 +90,28 @@ module PulpContainerClient
|
|
90
90
|
h[k.to_sym] = v
|
91
91
|
}
|
92
92
|
|
93
|
-
if attributes.key?(:'repository')
|
94
|
-
self.repository = attributes[:'repository']
|
95
|
-
end
|
96
|
-
|
97
|
-
if attributes.key?(:'content_guard')
|
98
|
-
self.content_guard = attributes[:'content_guard']
|
99
|
-
end
|
100
|
-
|
101
93
|
if attributes.key?(:'base_path')
|
102
94
|
self.base_path = attributes[:'base_path']
|
103
95
|
end
|
104
96
|
|
105
|
-
if attributes.key?(:'name')
|
106
|
-
self.name = attributes[:'name']
|
107
|
-
end
|
108
|
-
|
109
97
|
if attributes.key?(:'pulp_labels')
|
110
98
|
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
111
99
|
self.pulp_labels = value
|
112
100
|
end
|
113
101
|
end
|
114
102
|
|
103
|
+
if attributes.key?(:'name')
|
104
|
+
self.name = attributes[:'name']
|
105
|
+
end
|
106
|
+
|
107
|
+
if attributes.key?(:'content_guard')
|
108
|
+
self.content_guard = attributes[:'content_guard']
|
109
|
+
end
|
110
|
+
|
111
|
+
if attributes.key?(:'repository')
|
112
|
+
self.repository = attributes[:'repository']
|
113
|
+
end
|
114
|
+
|
115
115
|
if attributes.key?(:'repository_version')
|
116
116
|
self.repository_version = attributes[:'repository_version']
|
117
117
|
end
|
@@ -206,11 +206,11 @@ module PulpContainerClient
|
|
206
206
|
def ==(o)
|
207
207
|
return true if self.equal?(o)
|
208
208
|
self.class == o.class &&
|
209
|
-
repository == o.repository &&
|
210
|
-
content_guard == o.content_guard &&
|
211
209
|
base_path == o.base_path &&
|
212
|
-
name == o.name &&
|
213
210
|
pulp_labels == o.pulp_labels &&
|
211
|
+
name == o.name &&
|
212
|
+
content_guard == o.content_guard &&
|
213
|
+
repository == o.repository &&
|
214
214
|
repository_version == o.repository_version &&
|
215
215
|
private == o.private &&
|
216
216
|
description == o.description
|
@@ -225,7 +225,7 @@ module PulpContainerClient
|
|
225
225
|
# Calculates hash code according to all attributes.
|
226
226
|
# @return [Integer] Hash code
|
227
227
|
def hash
|
228
|
-
[
|
228
|
+
[base_path, pulp_labels, name, content_guard, repository, repository_version, private, description].hash
|
229
229
|
end
|
230
230
|
|
231
231
|
# Builds the object from hash
|
@@ -15,24 +15,24 @@ require 'date'
|
|
15
15
|
module PulpContainerClient
|
16
16
|
# A serializer for ContainerDistribution.
|
17
17
|
class ContainerContainerDistributionResponse
|
18
|
-
# Timestamp of creation.
|
19
|
-
attr_accessor :pulp_created
|
20
|
-
|
21
|
-
# The latest RepositoryVersion for this Repository will be served.
|
22
|
-
attr_accessor :repository
|
23
|
-
|
24
|
-
# An optional content-guard. If none is specified, a default one will be used.
|
25
|
-
attr_accessor :content_guard
|
26
|
-
|
27
18
|
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
28
19
|
attr_accessor :base_path
|
29
20
|
|
21
|
+
attr_accessor :pulp_labels
|
22
|
+
|
23
|
+
attr_accessor :pulp_href
|
24
|
+
|
30
25
|
# A unique name. Ex, `rawhide` and `stable`.
|
31
26
|
attr_accessor :name
|
32
27
|
|
33
|
-
|
28
|
+
# Timestamp of creation.
|
29
|
+
attr_accessor :pulp_created
|
34
30
|
|
35
|
-
|
31
|
+
# An optional content-guard. If none is specified, a default one will be used.
|
32
|
+
attr_accessor :content_guard
|
33
|
+
|
34
|
+
# The latest RepositoryVersion for this Repository will be served.
|
35
|
+
attr_accessor :repository
|
36
36
|
|
37
37
|
# RepositoryVersion to be served
|
38
38
|
attr_accessor :repository_version
|
@@ -52,13 +52,13 @@ module PulpContainerClient
|
|
52
52
|
# Attribute mapping from ruby-style variable name to JSON key.
|
53
53
|
def self.attribute_map
|
54
54
|
{
|
55
|
-
:'pulp_created' => :'pulp_created',
|
56
|
-
:'repository' => :'repository',
|
57
|
-
:'content_guard' => :'content_guard',
|
58
55
|
:'base_path' => :'base_path',
|
59
|
-
:'name' => :'name',
|
60
56
|
:'pulp_labels' => :'pulp_labels',
|
61
57
|
:'pulp_href' => :'pulp_href',
|
58
|
+
:'name' => :'name',
|
59
|
+
:'pulp_created' => :'pulp_created',
|
60
|
+
:'content_guard' => :'content_guard',
|
61
|
+
:'repository' => :'repository',
|
62
62
|
:'repository_version' => :'repository_version',
|
63
63
|
:'registry_path' => :'registry_path',
|
64
64
|
:'namespace' => :'namespace',
|
@@ -70,13 +70,13 @@ module PulpContainerClient
|
|
70
70
|
# Attribute type mapping.
|
71
71
|
def self.openapi_types
|
72
72
|
{
|
73
|
-
:'pulp_created' => :'DateTime',
|
74
|
-
:'repository' => :'String',
|
75
|
-
:'content_guard' => :'String',
|
76
73
|
:'base_path' => :'String',
|
77
|
-
:'name' => :'String',
|
78
74
|
:'pulp_labels' => :'Hash<String, String>',
|
79
75
|
:'pulp_href' => :'String',
|
76
|
+
:'name' => :'String',
|
77
|
+
:'pulp_created' => :'DateTime',
|
78
|
+
:'content_guard' => :'String',
|
79
|
+
:'repository' => :'String',
|
80
80
|
:'repository_version' => :'String',
|
81
81
|
:'registry_path' => :'String',
|
82
82
|
:'namespace' => :'String',
|
@@ -109,26 +109,10 @@ module PulpContainerClient
|
|
109
109
|
h[k.to_sym] = v
|
110
110
|
}
|
111
111
|
|
112
|
-
if attributes.key?(:'pulp_created')
|
113
|
-
self.pulp_created = attributes[:'pulp_created']
|
114
|
-
end
|
115
|
-
|
116
|
-
if attributes.key?(:'repository')
|
117
|
-
self.repository = attributes[:'repository']
|
118
|
-
end
|
119
|
-
|
120
|
-
if attributes.key?(:'content_guard')
|
121
|
-
self.content_guard = attributes[:'content_guard']
|
122
|
-
end
|
123
|
-
|
124
112
|
if attributes.key?(:'base_path')
|
125
113
|
self.base_path = attributes[:'base_path']
|
126
114
|
end
|
127
115
|
|
128
|
-
if attributes.key?(:'name')
|
129
|
-
self.name = attributes[:'name']
|
130
|
-
end
|
131
|
-
|
132
116
|
if attributes.key?(:'pulp_labels')
|
133
117
|
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
134
118
|
self.pulp_labels = value
|
@@ -139,6 +123,22 @@ module PulpContainerClient
|
|
139
123
|
self.pulp_href = attributes[:'pulp_href']
|
140
124
|
end
|
141
125
|
|
126
|
+
if attributes.key?(:'name')
|
127
|
+
self.name = attributes[:'name']
|
128
|
+
end
|
129
|
+
|
130
|
+
if attributes.key?(:'pulp_created')
|
131
|
+
self.pulp_created = attributes[:'pulp_created']
|
132
|
+
end
|
133
|
+
|
134
|
+
if attributes.key?(:'content_guard')
|
135
|
+
self.content_guard = attributes[:'content_guard']
|
136
|
+
end
|
137
|
+
|
138
|
+
if attributes.key?(:'repository')
|
139
|
+
self.repository = attributes[:'repository']
|
140
|
+
end
|
141
|
+
|
142
142
|
if attributes.key?(:'repository_version')
|
143
143
|
self.repository_version = attributes[:'repository_version']
|
144
144
|
end
|
@@ -188,13 +188,13 @@ module PulpContainerClient
|
|
188
188
|
def ==(o)
|
189
189
|
return true if self.equal?(o)
|
190
190
|
self.class == o.class &&
|
191
|
-
pulp_created == o.pulp_created &&
|
192
|
-
repository == o.repository &&
|
193
|
-
content_guard == o.content_guard &&
|
194
191
|
base_path == o.base_path &&
|
195
|
-
name == o.name &&
|
196
192
|
pulp_labels == o.pulp_labels &&
|
197
193
|
pulp_href == o.pulp_href &&
|
194
|
+
name == o.name &&
|
195
|
+
pulp_created == o.pulp_created &&
|
196
|
+
content_guard == o.content_guard &&
|
197
|
+
repository == o.repository &&
|
198
198
|
repository_version == o.repository_version &&
|
199
199
|
registry_path == o.registry_path &&
|
200
200
|
namespace == o.namespace &&
|
@@ -211,7 +211,7 @@ module PulpContainerClient
|
|
211
211
|
# Calculates hash code according to all attributes.
|
212
212
|
# @return [Integer] Hash code
|
213
213
|
def hash
|
214
|
-
[
|
214
|
+
[base_path, pulp_labels, pulp_href, name, pulp_created, content_guard, repository, repository_version, registry_path, namespace, private, description].hash
|
215
215
|
end
|
216
216
|
|
217
217
|
# Builds the object from hash
|
@@ -18,25 +18,25 @@ module PulpContainerClient
|
|
18
18
|
# Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future.
|
19
19
|
attr_accessor :retain_repo_versions
|
20
20
|
|
21
|
-
# A reference to an associated signing service.
|
22
|
-
attr_accessor :manifest_signing_service
|
23
|
-
|
24
21
|
# An optional description.
|
25
22
|
attr_accessor :description
|
26
23
|
|
24
|
+
attr_accessor :pulp_labels
|
25
|
+
|
27
26
|
# A unique name for this repository.
|
28
27
|
attr_accessor :name
|
29
28
|
|
30
|
-
|
29
|
+
# A reference to an associated signing service.
|
30
|
+
attr_accessor :manifest_signing_service
|
31
31
|
|
32
32
|
# Attribute mapping from ruby-style variable name to JSON key.
|
33
33
|
def self.attribute_map
|
34
34
|
{
|
35
35
|
:'retain_repo_versions' => :'retain_repo_versions',
|
36
|
-
:'manifest_signing_service' => :'manifest_signing_service',
|
37
36
|
:'description' => :'description',
|
37
|
+
:'pulp_labels' => :'pulp_labels',
|
38
38
|
:'name' => :'name',
|
39
|
-
:'
|
39
|
+
:'manifest_signing_service' => :'manifest_signing_service'
|
40
40
|
}
|
41
41
|
end
|
42
42
|
|
@@ -44,10 +44,10 @@ module PulpContainerClient
|
|
44
44
|
def self.openapi_types
|
45
45
|
{
|
46
46
|
:'retain_repo_versions' => :'Integer',
|
47
|
-
:'manifest_signing_service' => :'String',
|
48
47
|
:'description' => :'String',
|
48
|
+
:'pulp_labels' => :'Hash<String, String>',
|
49
49
|
:'name' => :'String',
|
50
|
-
:'
|
50
|
+
:'manifest_signing_service' => :'String'
|
51
51
|
}
|
52
52
|
end
|
53
53
|
|
@@ -55,8 +55,8 @@ module PulpContainerClient
|
|
55
55
|
def self.openapi_nullable
|
56
56
|
Set.new([
|
57
57
|
:'retain_repo_versions',
|
58
|
-
:'manifest_signing_service',
|
59
58
|
:'description',
|
59
|
+
:'manifest_signing_service'
|
60
60
|
])
|
61
61
|
end
|
62
62
|
|
@@ -79,23 +79,23 @@ module PulpContainerClient
|
|
79
79
|
self.retain_repo_versions = attributes[:'retain_repo_versions']
|
80
80
|
end
|
81
81
|
|
82
|
-
if attributes.key?(:'manifest_signing_service')
|
83
|
-
self.manifest_signing_service = attributes[:'manifest_signing_service']
|
84
|
-
end
|
85
|
-
|
86
82
|
if attributes.key?(:'description')
|
87
83
|
self.description = attributes[:'description']
|
88
84
|
end
|
89
85
|
|
90
|
-
if attributes.key?(:'name')
|
91
|
-
self.name = attributes[:'name']
|
92
|
-
end
|
93
|
-
|
94
86
|
if attributes.key?(:'pulp_labels')
|
95
87
|
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
96
88
|
self.pulp_labels = value
|
97
89
|
end
|
98
90
|
end
|
91
|
+
|
92
|
+
if attributes.key?(:'name')
|
93
|
+
self.name = attributes[:'name']
|
94
|
+
end
|
95
|
+
|
96
|
+
if attributes.key?(:'manifest_signing_service')
|
97
|
+
self.manifest_signing_service = attributes[:'manifest_signing_service']
|
98
|
+
end
|
99
99
|
end
|
100
100
|
|
101
101
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -171,10 +171,10 @@ module PulpContainerClient
|
|
171
171
|
return true if self.equal?(o)
|
172
172
|
self.class == o.class &&
|
173
173
|
retain_repo_versions == o.retain_repo_versions &&
|
174
|
-
manifest_signing_service == o.manifest_signing_service &&
|
175
174
|
description == o.description &&
|
175
|
+
pulp_labels == o.pulp_labels &&
|
176
176
|
name == o.name &&
|
177
|
-
|
177
|
+
manifest_signing_service == o.manifest_signing_service
|
178
178
|
end
|
179
179
|
|
180
180
|
# @see the `==` method
|
@@ -186,7 +186,7 @@ module PulpContainerClient
|
|
186
186
|
# Calculates hash code according to all attributes.
|
187
187
|
# @return [Integer] Hash code
|
188
188
|
def hash
|
189
|
-
[retain_repo_versions,
|
189
|
+
[retain_repo_versions, description, pulp_labels, name, manifest_signing_service].hash
|
190
190
|
end
|
191
191
|
|
192
192
|
# Builds the object from hash
|