pulp_container_client 2.16.5 → 2.16.7
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 +7 -7
- data/docs/ContainerContainerPushRepositoryResponse.md +10 -10
- data/docs/PatchedcontainerContainerDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPushRepository.md +7 -7
- data/lib/pulp_container_client/models/container_container_distribution.rb +53 -53
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +44 -44
- data/lib/pulp_container_client/models/container_container_push_repository.rb +55 -55
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +48 -48
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +44 -44
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +46 -46
- 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 +4 -4
- data/spec/models/container_container_push_repository_response_spec.rb +7 -7
- data/spec/models/container_container_push_repository_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- metadata +53 -53
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5fa4a0c2d24ad807387e401d2edbbcd96c93f96a6343dfdc9f0d97835048abb9
|
4
|
+
data.tar.gz: 33ab511c0446903d606d4fb4fdfacab5ac97bad0bedad379a7f367d679f4edf3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cea3d57ff030bbb7093bf9a7f3c88793aa05b3457858f85a77bda97e409398c52d98dbb61b0e28e50eaa930088c923908763e9bb019a4b110ccd4adefe3f878
|
7
|
+
data.tar.gz: a690db78a5ee0f13cc54d692ffe6b1477f29e418ed58541fd3952befad321519438b2d6f88db6956e80349328475ff198d15151b2eb52081dd27fe3bfcca19c7
|
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.7
|
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.7.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.7.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.7'
|
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
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
11
8
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
12
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
10
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
11
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
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
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
|
-
pulp_labels: null,
|
25
|
-
repository: null,
|
26
23
|
hidden: null,
|
27
24
|
name: null,
|
25
|
+
repository: null,
|
26
|
+
pulp_labels: null,
|
27
|
+
base_path: null,
|
28
28
|
repository_version: null,
|
29
29
|
private: null,
|
30
30
|
description: null)
|
@@ -5,12 +5,12 @@
|
|
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_labels** | **Hash<String, String>** | | [optional]
|
10
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
11
8
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
12
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
13
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
10
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
11
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
12
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
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
14
|
**pulp_href** | **String** | | [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]
|
@@ -24,12 +24,12 @@ Name | Type | Description | Notes
|
|
24
24
|
require 'PulpContainerClient'
|
25
25
|
|
26
26
|
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(content_guard: null,
|
27
|
-
base_path: null,
|
28
|
-
pulp_labels: null,
|
29
|
-
repository: null,
|
30
27
|
hidden: null,
|
31
|
-
name: null,
|
32
28
|
pulp_created: null,
|
29
|
+
name: null,
|
30
|
+
repository: null,
|
31
|
+
pulp_labels: null,
|
32
|
+
base_path: null,
|
33
33
|
pulp_href: 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
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
|
-
**name** | **String** | A unique name for this repository. |
|
9
7
|
**description** | **String** | An optional description. | [optional]
|
10
|
-
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
11
8
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
9
|
+
**name** | **String** | A unique name for this repository. |
|
10
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
|
+
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
12
12
|
|
13
13
|
## Code Sample
|
14
14
|
|
15
15
|
```ruby
|
16
16
|
require 'PulpContainerClient'
|
17
17
|
|
18
|
-
instance = PulpContainerClient::ContainerContainerPushRepository.new(
|
18
|
+
instance = PulpContainerClient::ContainerContainerPushRepository.new(description: null,
|
19
|
+
retain_repo_versions: null,
|
19
20
|
name: null,
|
20
|
-
|
21
|
-
manifest_signing_service: null
|
22
|
-
retain_repo_versions: null)
|
21
|
+
pulp_labels: null,
|
22
|
+
manifest_signing_service: null)
|
23
23
|
```
|
24
24
|
|
25
25
|
|
@@ -4,30 +4,30 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
7
|
+
**description** | **String** | An optional description. | [optional]
|
8
8
|
**versions_href** | **String** | | [optional] [readonly]
|
9
|
-
**name** | **String** | A unique name for this repository. |
|
10
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
10
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
11
|
+
**name** | **String** | A unique name for this repository. |
|
11
12
|
**latest_version_href** | **String** | | [optional] [readonly]
|
12
|
-
**
|
13
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
13
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
14
14
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
15
|
-
**
|
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(
|
22
|
+
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(description: null,
|
23
23
|
versions_href: null,
|
24
|
-
name: null,
|
25
24
|
pulp_created: null,
|
25
|
+
retain_repo_versions: null,
|
26
|
+
name: null,
|
26
27
|
latest_version_href: null,
|
27
|
-
|
28
|
-
pulp_href: null,
|
28
|
+
pulp_labels: null,
|
29
29
|
manifest_signing_service: null,
|
30
|
-
|
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
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
11
8
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
12
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
10
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
11
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
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\") | [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(content_guard: null,
|
23
|
-
base_path: null,
|
24
|
-
pulp_labels: null,
|
25
|
-
repository: null,
|
26
23
|
hidden: null,
|
27
24
|
name: null,
|
25
|
+
repository: null,
|
26
|
+
pulp_labels: null,
|
27
|
+
base_path: null,
|
28
28
|
repository_version: null,
|
29
29
|
private: null,
|
30
30
|
description: null)
|
@@ -4,22 +4,22 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
|
-
**name** | **String** | A unique name for this repository. | [optional]
|
9
7
|
**description** | **String** | An optional description. | [optional]
|
10
|
-
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
11
8
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
9
|
+
**name** | **String** | A unique name for this repository. | [optional]
|
10
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
|
+
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
12
12
|
|
13
13
|
## Code Sample
|
14
14
|
|
15
15
|
```ruby
|
16
16
|
require 'PulpContainerClient'
|
17
17
|
|
18
|
-
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(
|
18
|
+
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(description: null,
|
19
|
+
retain_repo_versions: null,
|
19
20
|
name: null,
|
20
|
-
|
21
|
-
manifest_signing_service: null
|
22
|
-
retain_repo_versions: null)
|
21
|
+
pulp_labels: null,
|
22
|
+
manifest_signing_service: null)
|
23
23
|
```
|
24
24
|
|
25
25
|
|
@@ -18,19 +18,19 @@ 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
|
-
#
|
22
|
-
attr_accessor :
|
21
|
+
# Whether this distribution should be shown in the content app.
|
22
|
+
attr_accessor :hidden
|
23
23
|
|
24
|
-
|
24
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
25
|
+
attr_accessor :name
|
25
26
|
|
26
27
|
# The latest RepositoryVersion for this Repository will be served.
|
27
28
|
attr_accessor :repository
|
28
29
|
|
29
|
-
|
30
|
-
attr_accessor :hidden
|
30
|
+
attr_accessor :pulp_labels
|
31
31
|
|
32
|
-
#
|
33
|
-
attr_accessor :
|
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\")
|
33
|
+
attr_accessor :base_path
|
34
34
|
|
35
35
|
# RepositoryVersion to be served
|
36
36
|
attr_accessor :repository_version
|
@@ -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
|
-
:'pulp_labels' => :'pulp_labels',
|
50
|
-
:'repository' => :'repository',
|
51
48
|
:'hidden' => :'hidden',
|
52
49
|
:'name' => :'name',
|
50
|
+
:'repository' => :'repository',
|
51
|
+
:'pulp_labels' => :'pulp_labels',
|
52
|
+
:'base_path' => :'base_path',
|
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
|
-
:'pulp_labels' => :'Hash<String, String>',
|
65
|
-
:'repository' => :'String',
|
66
63
|
:'hidden' => :'Boolean',
|
67
64
|
:'name' => :'String',
|
65
|
+
:'repository' => :'String',
|
66
|
+
:'pulp_labels' => :'Hash<String, String>',
|
67
|
+
:'base_path' => :'String',
|
68
68
|
:'repository_version' => :'String',
|
69
69
|
:'private' => :'Boolean',
|
70
70
|
:'description' => :'String'
|
@@ -99,28 +99,28 @@ module PulpContainerClient
|
|
99
99
|
self.content_guard = attributes[:'content_guard']
|
100
100
|
end
|
101
101
|
|
102
|
-
if attributes.key?(:'
|
103
|
-
self.
|
102
|
+
if attributes.key?(:'hidden')
|
103
|
+
self.hidden = attributes[:'hidden']
|
104
|
+
else
|
105
|
+
self.hidden = false
|
104
106
|
end
|
105
107
|
|
106
|
-
if attributes.key?(:'
|
107
|
-
|
108
|
-
self.pulp_labels = value
|
109
|
-
end
|
108
|
+
if attributes.key?(:'name')
|
109
|
+
self.name = attributes[:'name']
|
110
110
|
end
|
111
111
|
|
112
112
|
if attributes.key?(:'repository')
|
113
113
|
self.repository = attributes[:'repository']
|
114
114
|
end
|
115
115
|
|
116
|
-
if attributes.key?(:'
|
117
|
-
|
118
|
-
|
119
|
-
|
116
|
+
if attributes.key?(:'pulp_labels')
|
117
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
118
|
+
self.pulp_labels = value
|
119
|
+
end
|
120
120
|
end
|
121
121
|
|
122
|
-
if attributes.key?(:'
|
123
|
-
self.
|
122
|
+
if attributes.key?(:'base_path')
|
123
|
+
self.base_path = attributes[:'base_path']
|
124
124
|
end
|
125
125
|
|
126
126
|
if attributes.key?(:'repository_version')
|
@@ -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
|
-
pulp_labels == o.pulp_labels &&
|
223
|
-
repository == o.repository &&
|
224
221
|
hidden == o.hidden &&
|
225
222
|
name == o.name &&
|
223
|
+
repository == o.repository &&
|
224
|
+
pulp_labels == o.pulp_labels &&
|
225
|
+
base_path == o.base_path &&
|
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, hidden, name, repository, pulp_labels, base_path, repository_version, private, description].hash
|
241
241
|
end
|
242
242
|
|
243
243
|
# Builds the object from hash
|
@@ -18,22 +18,22 @@ 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
|
-
attr_accessor :pulp_labels
|
25
|
-
|
26
|
-
# The latest RepositoryVersion for this Repository will be served.
|
27
|
-
attr_accessor :repository
|
28
|
-
|
29
21
|
# Whether this distribution should be shown in the content app.
|
30
22
|
attr_accessor :hidden
|
31
23
|
|
24
|
+
# Timestamp of creation.
|
25
|
+
attr_accessor :pulp_created
|
26
|
+
|
32
27
|
# A unique name. Ex, `rawhide` and `stable`.
|
33
28
|
attr_accessor :name
|
34
29
|
|
35
|
-
#
|
36
|
-
attr_accessor :
|
30
|
+
# The latest RepositoryVersion for this Repository will be served.
|
31
|
+
attr_accessor :repository
|
32
|
+
|
33
|
+
attr_accessor :pulp_labels
|
34
|
+
|
35
|
+
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
36
|
+
attr_accessor :base_path
|
37
37
|
|
38
38
|
attr_accessor :pulp_href
|
39
39
|
|
@@ -56,12 +56,12 @@ module PulpContainerClient
|
|
56
56
|
def self.attribute_map
|
57
57
|
{
|
58
58
|
:'content_guard' => :'content_guard',
|
59
|
-
:'base_path' => :'base_path',
|
60
|
-
:'pulp_labels' => :'pulp_labels',
|
61
|
-
:'repository' => :'repository',
|
62
59
|
:'hidden' => :'hidden',
|
63
|
-
:'name' => :'name',
|
64
60
|
:'pulp_created' => :'pulp_created',
|
61
|
+
:'name' => :'name',
|
62
|
+
:'repository' => :'repository',
|
63
|
+
:'pulp_labels' => :'pulp_labels',
|
64
|
+
:'base_path' => :'base_path',
|
65
65
|
:'pulp_href' => :'pulp_href',
|
66
66
|
:'repository_version' => :'repository_version',
|
67
67
|
:'registry_path' => :'registry_path',
|
@@ -75,12 +75,12 @@ module PulpContainerClient
|
|
75
75
|
def self.openapi_types
|
76
76
|
{
|
77
77
|
:'content_guard' => :'String',
|
78
|
-
:'base_path' => :'String',
|
79
|
-
:'pulp_labels' => :'Hash<String, String>',
|
80
|
-
:'repository' => :'String',
|
81
78
|
:'hidden' => :'Boolean',
|
82
|
-
:'name' => :'String',
|
83
79
|
:'pulp_created' => :'DateTime',
|
80
|
+
:'name' => :'String',
|
81
|
+
:'repository' => :'String',
|
82
|
+
:'pulp_labels' => :'Hash<String, String>',
|
83
|
+
:'base_path' => :'String',
|
84
84
|
:'pulp_href' => :'String',
|
85
85
|
:'repository_version' => :'String',
|
86
86
|
:'registry_path' => :'String',
|
@@ -118,32 +118,32 @@ module PulpContainerClient
|
|
118
118
|
self.content_guard = attributes[:'content_guard']
|
119
119
|
end
|
120
120
|
|
121
|
-
if attributes.key?(:'base_path')
|
122
|
-
self.base_path = attributes[:'base_path']
|
123
|
-
end
|
124
|
-
|
125
|
-
if attributes.key?(:'pulp_labels')
|
126
|
-
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
127
|
-
self.pulp_labels = value
|
128
|
-
end
|
129
|
-
end
|
130
|
-
|
131
|
-
if attributes.key?(:'repository')
|
132
|
-
self.repository = attributes[:'repository']
|
133
|
-
end
|
134
|
-
|
135
121
|
if attributes.key?(:'hidden')
|
136
122
|
self.hidden = attributes[:'hidden']
|
137
123
|
else
|
138
124
|
self.hidden = false
|
139
125
|
end
|
140
126
|
|
127
|
+
if attributes.key?(:'pulp_created')
|
128
|
+
self.pulp_created = attributes[:'pulp_created']
|
129
|
+
end
|
130
|
+
|
141
131
|
if attributes.key?(:'name')
|
142
132
|
self.name = attributes[:'name']
|
143
133
|
end
|
144
134
|
|
145
|
-
if attributes.key?(:'
|
146
|
-
self.
|
135
|
+
if attributes.key?(:'repository')
|
136
|
+
self.repository = attributes[:'repository']
|
137
|
+
end
|
138
|
+
|
139
|
+
if attributes.key?(:'pulp_labels')
|
140
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
141
|
+
self.pulp_labels = value
|
142
|
+
end
|
143
|
+
end
|
144
|
+
|
145
|
+
if attributes.key?(:'base_path')
|
146
|
+
self.base_path = attributes[:'base_path']
|
147
147
|
end
|
148
148
|
|
149
149
|
if attributes.key?(:'pulp_href')
|
@@ -175,22 +175,22 @@ module PulpContainerClient
|
|
175
175
|
# @return Array for valid properties with the reasons
|
176
176
|
def list_invalid_properties
|
177
177
|
invalid_properties = Array.new
|
178
|
-
if @base_path.nil?
|
179
|
-
invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
|
180
|
-
end
|
181
|
-
|
182
178
|
if @name.nil?
|
183
179
|
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
184
180
|
end
|
185
181
|
|
182
|
+
if @base_path.nil?
|
183
|
+
invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
|
184
|
+
end
|
185
|
+
|
186
186
|
invalid_properties
|
187
187
|
end
|
188
188
|
|
189
189
|
# Check to see if the all the properties in the model are valid
|
190
190
|
# @return true if the model is valid
|
191
191
|
def valid?
|
192
|
-
return false if @base_path.nil?
|
193
192
|
return false if @name.nil?
|
193
|
+
return false if @base_path.nil?
|
194
194
|
true
|
195
195
|
end
|
196
196
|
|
@@ -200,12 +200,12 @@ module PulpContainerClient
|
|
200
200
|
return true if self.equal?(o)
|
201
201
|
self.class == o.class &&
|
202
202
|
content_guard == o.content_guard &&
|
203
|
-
base_path == o.base_path &&
|
204
|
-
pulp_labels == o.pulp_labels &&
|
205
|
-
repository == o.repository &&
|
206
203
|
hidden == o.hidden &&
|
207
|
-
name == o.name &&
|
208
204
|
pulp_created == o.pulp_created &&
|
205
|
+
name == o.name &&
|
206
|
+
repository == o.repository &&
|
207
|
+
pulp_labels == o.pulp_labels &&
|
208
|
+
base_path == o.base_path &&
|
209
209
|
pulp_href == o.pulp_href &&
|
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
|
-
[content_guard,
|
226
|
+
[content_guard, hidden, pulp_created, name, repository, pulp_labels, base_path, pulp_href, repository_version, registry_path, namespace, private, description].hash
|
227
227
|
end
|
228
228
|
|
229
229
|
# Builds the object from hash
|