pulp_container_client 2.14.8 → 2.14.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 +5 -5
- data/docs/ContainerContainerDistributionResponse.md +4 -4
- data/docs/ContainerContainerPushRepository.md +6 -6
- data/docs/ContainerContainerPushRepositoryResponse.md +8 -8
- data/docs/PatchedcontainerContainerDistribution.md +5 -5
- data/docs/PatchedcontainerContainerPushRepository.md +6 -6
- data/lib/pulp_container_client/models/container_container_distribution.rb +18 -18
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +18 -18
- data/lib/pulp_container_client/models/container_container_push_repository.rb +25 -25
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +35 -35
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +18 -18
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +25 -25
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/models/container_container_distribution_response_spec.rb +4 -4
- 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 +4 -4
- data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- metadata +49 -49
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d8137c93d927b8d39c0a632c4444deff0716c3a9ad1ec029115bb49c49ab0920
|
|
4
|
+
data.tar.gz: bb9eef04dbd7d938ab0d8ac744ee870e2b4422845d1e30f6cd3994b70773a616
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f1d1c2d33de36d795e460a5b4195248030930df30f1e845a43cf338befb01fc78b8f62c6f7e93ae123050f1619f13a223422a46273dd9650e10a726e84931ae
|
|
7
|
+
data.tar.gz: 85da9659b9cd374466e3c79c8125903617d2f1edffe652492c34c8e8c4be5f52ad85b45e1297b6d53525eae12153467508d45e04e05b2ddf36a1c7b6aaa18114
|
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.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.14.
|
|
27
|
+
gem install ./pulp_container_client-2.14.9.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.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.14.
|
|
36
|
+
gem 'pulp_container_client', '~> 2.14.9'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
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\") |
|
|
8
7
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
9
|
-
**
|
|
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\") |
|
|
10
9
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
10
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
11
11
|
**pulp_labels** | **Hash<String, String>** | | [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]
|
|
@@ -18,10 +18,10 @@ Name | Type | Description | Notes
|
|
|
18
18
|
```ruby
|
|
19
19
|
require 'PulpContainerClient'
|
|
20
20
|
|
|
21
|
-
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
|
22
|
-
|
|
23
|
-
name: null,
|
|
21
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(repository: null,
|
|
22
|
+
base_path: null,
|
|
24
23
|
content_guard: null,
|
|
24
|
+
name: null,
|
|
25
25
|
pulp_labels: null,
|
|
26
26
|
repository_version: null,
|
|
27
27
|
private: null,
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
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
8
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
|
-
**
|
|
9
|
+
**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
10
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
11
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
12
12
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
13
13
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
14
14
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
@@ -23,10 +23,10 @@ Name | Type | Description | Notes
|
|
|
23
23
|
require 'PulpContainerClient'
|
|
24
24
|
|
|
25
25
|
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_created: null,
|
|
26
|
-
base_path: null,
|
|
27
26
|
repository: null,
|
|
28
|
-
|
|
27
|
+
base_path: null,
|
|
29
28
|
content_guard: null,
|
|
29
|
+
name: null,
|
|
30
30
|
pulp_labels: null,
|
|
31
31
|
pulp_href: null,
|
|
32
32
|
repository_version: null,
|
|
@@ -4,22 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
8
7
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
8
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
9
9
|
**name** | **String** | A unique name for this repository. |
|
|
10
|
-
**description** | **String** | An optional description. | [optional]
|
|
11
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
11
|
+
**description** | **String** | An optional description. | [optional]
|
|
12
12
|
|
|
13
13
|
## Code Sample
|
|
14
14
|
|
|
15
15
|
```ruby
|
|
16
16
|
require 'PulpContainerClient'
|
|
17
17
|
|
|
18
|
-
instance = PulpContainerClient::ContainerContainerPushRepository.new(
|
|
19
|
-
|
|
18
|
+
instance = PulpContainerClient::ContainerContainerPushRepository.new(manifest_signing_service: null,
|
|
19
|
+
retain_repo_versions: null,
|
|
20
20
|
name: null,
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
pulp_labels: null,
|
|
22
|
+
description: null)
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**
|
|
7
|
+
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
8
8
|
**versions_href** | **String** | | [optional] [readonly]
|
|
9
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
10
|
+
**latest_version_href** | **String** | | [optional] [readonly]
|
|
9
11
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
10
|
-
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
11
12
|
**name** | **String** | A unique name for this repository. |
|
|
12
|
-
**latest_version_href** | **String** | | [optional] [readonly]
|
|
13
|
-
**description** | **String** | An optional description. | [optional]
|
|
14
13
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
14
|
+
**description** | **String** | An optional description. | [optional]
|
|
15
15
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
16
16
|
|
|
17
17
|
## Code Sample
|
|
@@ -19,14 +19,14 @@ Name | Type | Description | Notes
|
|
|
19
19
|
```ruby
|
|
20
20
|
require 'PulpContainerClient'
|
|
21
21
|
|
|
22
|
-
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
|
22
|
+
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(manifest_signing_service: null,
|
|
23
23
|
versions_href: null,
|
|
24
|
+
pulp_created: null,
|
|
25
|
+
latest_version_href: null,
|
|
24
26
|
retain_repo_versions: null,
|
|
25
|
-
manifest_signing_service: null,
|
|
26
27
|
name: null,
|
|
27
|
-
latest_version_href: null,
|
|
28
|
-
description: null,
|
|
29
28
|
pulp_labels: null,
|
|
29
|
+
description: null,
|
|
30
30
|
pulp_href: null)
|
|
31
31
|
```
|
|
32
32
|
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
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]
|
|
8
7
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
9
|
-
**
|
|
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]
|
|
10
9
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
10
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
|
11
11
|
**pulp_labels** | **Hash<String, String>** | | [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]
|
|
@@ -18,10 +18,10 @@ Name | Type | Description | Notes
|
|
|
18
18
|
```ruby
|
|
19
19
|
require 'PulpContainerClient'
|
|
20
20
|
|
|
21
|
-
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
|
|
22
|
-
|
|
23
|
-
name: null,
|
|
21
|
+
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(repository: null,
|
|
22
|
+
base_path: null,
|
|
24
23
|
content_guard: null,
|
|
24
|
+
name: null,
|
|
25
25
|
pulp_labels: null,
|
|
26
26
|
repository_version: null,
|
|
27
27
|
private: null,
|
|
@@ -4,22 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
8
7
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
8
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
9
9
|
**name** | **String** | A unique name for this repository. | [optional]
|
|
10
|
-
**description** | **String** | An optional description. | [optional]
|
|
11
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
11
|
+
**description** | **String** | An optional description. | [optional]
|
|
12
12
|
|
|
13
13
|
## Code Sample
|
|
14
14
|
|
|
15
15
|
```ruby
|
|
16
16
|
require 'PulpContainerClient'
|
|
17
17
|
|
|
18
|
-
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(
|
|
19
|
-
|
|
18
|
+
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(manifest_signing_service: null,
|
|
19
|
+
retain_repo_versions: null,
|
|
20
20
|
name: null,
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
pulp_labels: null,
|
|
22
|
+
description: null)
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
|
|
@@ -15,18 +15,18 @@ require 'date'
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
# A serializer for ContainerDistribution.
|
|
17
17
|
class ContainerContainerDistribution
|
|
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\")
|
|
19
|
-
attr_accessor :base_path
|
|
20
|
-
|
|
21
18
|
# The latest RepositoryVersion for this Repository will be served.
|
|
22
19
|
attr_accessor :repository
|
|
23
20
|
|
|
24
|
-
#
|
|
25
|
-
attr_accessor :
|
|
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
|
|
26
23
|
|
|
27
24
|
# An optional content-guard. If none is specified, a default one will be used.
|
|
28
25
|
attr_accessor :content_guard
|
|
29
26
|
|
|
27
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
|
28
|
+
attr_accessor :name
|
|
29
|
+
|
|
30
30
|
attr_accessor :pulp_labels
|
|
31
31
|
|
|
32
32
|
# RepositoryVersion to be served
|
|
@@ -41,10 +41,10 @@ module PulpContainerClient
|
|
|
41
41
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
42
42
|
def self.attribute_map
|
|
43
43
|
{
|
|
44
|
-
:'base_path' => :'base_path',
|
|
45
44
|
:'repository' => :'repository',
|
|
46
|
-
:'
|
|
45
|
+
:'base_path' => :'base_path',
|
|
47
46
|
:'content_guard' => :'content_guard',
|
|
47
|
+
:'name' => :'name',
|
|
48
48
|
:'pulp_labels' => :'pulp_labels',
|
|
49
49
|
:'repository_version' => :'repository_version',
|
|
50
50
|
:'private' => :'private',
|
|
@@ -55,10 +55,10 @@ module PulpContainerClient
|
|
|
55
55
|
# Attribute type mapping.
|
|
56
56
|
def self.openapi_types
|
|
57
57
|
{
|
|
58
|
-
:'base_path' => :'String',
|
|
59
58
|
:'repository' => :'String',
|
|
60
|
-
:'
|
|
59
|
+
:'base_path' => :'String',
|
|
61
60
|
:'content_guard' => :'String',
|
|
61
|
+
:'name' => :'String',
|
|
62
62
|
:'pulp_labels' => :'Hash<String, String>',
|
|
63
63
|
:'repository_version' => :'String',
|
|
64
64
|
:'private' => :'Boolean',
|
|
@@ -90,22 +90,22 @@ module PulpContainerClient
|
|
|
90
90
|
h[k.to_sym] = v
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
if attributes.key?(:'base_path')
|
|
94
|
-
self.base_path = attributes[:'base_path']
|
|
95
|
-
end
|
|
96
|
-
|
|
97
93
|
if attributes.key?(:'repository')
|
|
98
94
|
self.repository = attributes[:'repository']
|
|
99
95
|
end
|
|
100
96
|
|
|
101
|
-
if attributes.key?(:'
|
|
102
|
-
self.
|
|
97
|
+
if attributes.key?(:'base_path')
|
|
98
|
+
self.base_path = attributes[:'base_path']
|
|
103
99
|
end
|
|
104
100
|
|
|
105
101
|
if attributes.key?(:'content_guard')
|
|
106
102
|
self.content_guard = attributes[:'content_guard']
|
|
107
103
|
end
|
|
108
104
|
|
|
105
|
+
if attributes.key?(:'name')
|
|
106
|
+
self.name = attributes[:'name']
|
|
107
|
+
end
|
|
108
|
+
|
|
109
109
|
if attributes.key?(:'pulp_labels')
|
|
110
110
|
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
111
111
|
self.pulp_labels = value
|
|
@@ -206,10 +206,10 @@ module PulpContainerClient
|
|
|
206
206
|
def ==(o)
|
|
207
207
|
return true if self.equal?(o)
|
|
208
208
|
self.class == o.class &&
|
|
209
|
-
base_path == o.base_path &&
|
|
210
209
|
repository == o.repository &&
|
|
211
|
-
|
|
210
|
+
base_path == o.base_path &&
|
|
212
211
|
content_guard == o.content_guard &&
|
|
212
|
+
name == o.name &&
|
|
213
213
|
pulp_labels == o.pulp_labels &&
|
|
214
214
|
repository_version == o.repository_version &&
|
|
215
215
|
private == o.private &&
|
|
@@ -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
|
-
[base_path,
|
|
228
|
+
[repository, base_path, content_guard, name, pulp_labels, repository_version, private, description].hash
|
|
229
229
|
end
|
|
230
230
|
|
|
231
231
|
# Builds the object from hash
|
|
@@ -18,18 +18,18 @@ module PulpContainerClient
|
|
|
18
18
|
# Timestamp of creation.
|
|
19
19
|
attr_accessor :pulp_created
|
|
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
21
|
# The latest RepositoryVersion for this Repository will be served.
|
|
25
22
|
attr_accessor :repository
|
|
26
23
|
|
|
27
|
-
#
|
|
28
|
-
attr_accessor :
|
|
24
|
+
# 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
|
+
attr_accessor :base_path
|
|
29
26
|
|
|
30
27
|
# An optional content-guard. If none is specified, a default one will be used.
|
|
31
28
|
attr_accessor :content_guard
|
|
32
29
|
|
|
30
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
|
31
|
+
attr_accessor :name
|
|
32
|
+
|
|
33
33
|
attr_accessor :pulp_labels
|
|
34
34
|
|
|
35
35
|
attr_accessor :pulp_href
|
|
@@ -53,10 +53,10 @@ module PulpContainerClient
|
|
|
53
53
|
def self.attribute_map
|
|
54
54
|
{
|
|
55
55
|
:'pulp_created' => :'pulp_created',
|
|
56
|
-
:'base_path' => :'base_path',
|
|
57
56
|
:'repository' => :'repository',
|
|
58
|
-
:'
|
|
57
|
+
:'base_path' => :'base_path',
|
|
59
58
|
:'content_guard' => :'content_guard',
|
|
59
|
+
:'name' => :'name',
|
|
60
60
|
:'pulp_labels' => :'pulp_labels',
|
|
61
61
|
:'pulp_href' => :'pulp_href',
|
|
62
62
|
:'repository_version' => :'repository_version',
|
|
@@ -71,10 +71,10 @@ module PulpContainerClient
|
|
|
71
71
|
def self.openapi_types
|
|
72
72
|
{
|
|
73
73
|
:'pulp_created' => :'DateTime',
|
|
74
|
-
:'base_path' => :'String',
|
|
75
74
|
:'repository' => :'String',
|
|
76
|
-
:'
|
|
75
|
+
:'base_path' => :'String',
|
|
77
76
|
:'content_guard' => :'String',
|
|
77
|
+
:'name' => :'String',
|
|
78
78
|
:'pulp_labels' => :'Hash<String, String>',
|
|
79
79
|
:'pulp_href' => :'String',
|
|
80
80
|
:'repository_version' => :'String',
|
|
@@ -113,22 +113,22 @@ module PulpContainerClient
|
|
|
113
113
|
self.pulp_created = attributes[:'pulp_created']
|
|
114
114
|
end
|
|
115
115
|
|
|
116
|
-
if attributes.key?(:'base_path')
|
|
117
|
-
self.base_path = attributes[:'base_path']
|
|
118
|
-
end
|
|
119
|
-
|
|
120
116
|
if attributes.key?(:'repository')
|
|
121
117
|
self.repository = attributes[:'repository']
|
|
122
118
|
end
|
|
123
119
|
|
|
124
|
-
if attributes.key?(:'
|
|
125
|
-
self.
|
|
120
|
+
if attributes.key?(:'base_path')
|
|
121
|
+
self.base_path = attributes[:'base_path']
|
|
126
122
|
end
|
|
127
123
|
|
|
128
124
|
if attributes.key?(:'content_guard')
|
|
129
125
|
self.content_guard = attributes[:'content_guard']
|
|
130
126
|
end
|
|
131
127
|
|
|
128
|
+
if attributes.key?(:'name')
|
|
129
|
+
self.name = attributes[:'name']
|
|
130
|
+
end
|
|
131
|
+
|
|
132
132
|
if attributes.key?(:'pulp_labels')
|
|
133
133
|
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
134
134
|
self.pulp_labels = value
|
|
@@ -189,10 +189,10 @@ module PulpContainerClient
|
|
|
189
189
|
return true if self.equal?(o)
|
|
190
190
|
self.class == o.class &&
|
|
191
191
|
pulp_created == o.pulp_created &&
|
|
192
|
-
base_path == o.base_path &&
|
|
193
192
|
repository == o.repository &&
|
|
194
|
-
|
|
193
|
+
base_path == o.base_path &&
|
|
195
194
|
content_guard == o.content_guard &&
|
|
195
|
+
name == o.name &&
|
|
196
196
|
pulp_labels == o.pulp_labels &&
|
|
197
197
|
pulp_href == o.pulp_href &&
|
|
198
198
|
repository_version == o.repository_version &&
|
|
@@ -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
|
-
[pulp_created, base_path,
|
|
214
|
+
[pulp_created, repository, base_path, content_guard, name, pulp_labels, pulp_href, repository_version, registry_path, namespace, private, description].hash
|
|
215
215
|
end
|
|
216
216
|
|
|
217
217
|
# Builds the object from hash
|
|
@@ -15,48 +15,48 @@ require 'date'
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
# Serializer for Container Push Repositories.
|
|
17
17
|
class ContainerContainerPushRepository
|
|
18
|
-
# Retain X versions of the repository. Default is null which retains all versions.
|
|
19
|
-
attr_accessor :retain_repo_versions
|
|
20
|
-
|
|
21
18
|
# A reference to an associated signing service.
|
|
22
19
|
attr_accessor :manifest_signing_service
|
|
23
20
|
|
|
21
|
+
# Retain X versions of the repository. Default is null which retains all versions.
|
|
22
|
+
attr_accessor :retain_repo_versions
|
|
23
|
+
|
|
24
24
|
# A unique name for this repository.
|
|
25
25
|
attr_accessor :name
|
|
26
26
|
|
|
27
|
+
attr_accessor :pulp_labels
|
|
28
|
+
|
|
27
29
|
# An optional description.
|
|
28
30
|
attr_accessor :description
|
|
29
31
|
|
|
30
|
-
attr_accessor :pulp_labels
|
|
31
|
-
|
|
32
32
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
33
33
|
def self.attribute_map
|
|
34
34
|
{
|
|
35
|
-
:'retain_repo_versions' => :'retain_repo_versions',
|
|
36
35
|
:'manifest_signing_service' => :'manifest_signing_service',
|
|
36
|
+
:'retain_repo_versions' => :'retain_repo_versions',
|
|
37
37
|
:'name' => :'name',
|
|
38
|
-
:'
|
|
39
|
-
:'
|
|
38
|
+
:'pulp_labels' => :'pulp_labels',
|
|
39
|
+
:'description' => :'description'
|
|
40
40
|
}
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
# Attribute type mapping.
|
|
44
44
|
def self.openapi_types
|
|
45
45
|
{
|
|
46
|
-
:'retain_repo_versions' => :'Integer',
|
|
47
46
|
:'manifest_signing_service' => :'String',
|
|
47
|
+
:'retain_repo_versions' => :'Integer',
|
|
48
48
|
:'name' => :'String',
|
|
49
|
-
:'
|
|
50
|
-
:'
|
|
49
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
50
|
+
:'description' => :'String'
|
|
51
51
|
}
|
|
52
52
|
end
|
|
53
53
|
|
|
54
54
|
# List of attributes with nullable: true
|
|
55
55
|
def self.openapi_nullable
|
|
56
56
|
Set.new([
|
|
57
|
-
:'retain_repo_versions',
|
|
58
57
|
:'manifest_signing_service',
|
|
59
|
-
:'
|
|
58
|
+
:'retain_repo_versions',
|
|
59
|
+
:'description'
|
|
60
60
|
])
|
|
61
61
|
end
|
|
62
62
|
|
|
@@ -75,20 +75,16 @@ module PulpContainerClient
|
|
|
75
75
|
h[k.to_sym] = v
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
if attributes.key?(:'retain_repo_versions')
|
|
79
|
-
self.retain_repo_versions = attributes[:'retain_repo_versions']
|
|
80
|
-
end
|
|
81
|
-
|
|
82
78
|
if attributes.key?(:'manifest_signing_service')
|
|
83
79
|
self.manifest_signing_service = attributes[:'manifest_signing_service']
|
|
84
80
|
end
|
|
85
81
|
|
|
86
|
-
if attributes.key?(:'
|
|
87
|
-
self.
|
|
82
|
+
if attributes.key?(:'retain_repo_versions')
|
|
83
|
+
self.retain_repo_versions = attributes[:'retain_repo_versions']
|
|
88
84
|
end
|
|
89
85
|
|
|
90
|
-
if attributes.key?(:'
|
|
91
|
-
self.
|
|
86
|
+
if attributes.key?(:'name')
|
|
87
|
+
self.name = attributes[:'name']
|
|
92
88
|
end
|
|
93
89
|
|
|
94
90
|
if attributes.key?(:'pulp_labels')
|
|
@@ -96,6 +92,10 @@ module PulpContainerClient
|
|
|
96
92
|
self.pulp_labels = value
|
|
97
93
|
end
|
|
98
94
|
end
|
|
95
|
+
|
|
96
|
+
if attributes.key?(:'description')
|
|
97
|
+
self.description = attributes[:'description']
|
|
98
|
+
end
|
|
99
99
|
end
|
|
100
100
|
|
|
101
101
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -170,11 +170,11 @@ module PulpContainerClient
|
|
|
170
170
|
def ==(o)
|
|
171
171
|
return true if self.equal?(o)
|
|
172
172
|
self.class == o.class &&
|
|
173
|
-
retain_repo_versions == o.retain_repo_versions &&
|
|
174
173
|
manifest_signing_service == o.manifest_signing_service &&
|
|
174
|
+
retain_repo_versions == o.retain_repo_versions &&
|
|
175
175
|
name == o.name &&
|
|
176
|
-
|
|
177
|
-
|
|
176
|
+
pulp_labels == o.pulp_labels &&
|
|
177
|
+
description == o.description
|
|
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
|
-
[
|
|
189
|
+
[manifest_signing_service, retain_repo_versions, name, pulp_labels, description].hash
|
|
190
190
|
end
|
|
191
191
|
|
|
192
192
|
# Builds the object from hash
|
|
@@ -15,40 +15,40 @@ require 'date'
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
# Serializer for Container Push Repositories.
|
|
17
17
|
class ContainerContainerPushRepositoryResponse
|
|
18
|
+
# A reference to an associated signing service.
|
|
19
|
+
attr_accessor :manifest_signing_service
|
|
20
|
+
|
|
21
|
+
attr_accessor :versions_href
|
|
22
|
+
|
|
18
23
|
# Timestamp of creation.
|
|
19
24
|
attr_accessor :pulp_created
|
|
20
25
|
|
|
21
|
-
attr_accessor :
|
|
26
|
+
attr_accessor :latest_version_href
|
|
22
27
|
|
|
23
28
|
# Retain X versions of the repository. Default is null which retains all versions.
|
|
24
29
|
attr_accessor :retain_repo_versions
|
|
25
30
|
|
|
26
|
-
# A reference to an associated signing service.
|
|
27
|
-
attr_accessor :manifest_signing_service
|
|
28
|
-
|
|
29
31
|
# A unique name for this repository.
|
|
30
32
|
attr_accessor :name
|
|
31
33
|
|
|
32
|
-
attr_accessor :
|
|
34
|
+
attr_accessor :pulp_labels
|
|
33
35
|
|
|
34
36
|
# An optional description.
|
|
35
37
|
attr_accessor :description
|
|
36
38
|
|
|
37
|
-
attr_accessor :pulp_labels
|
|
38
|
-
|
|
39
39
|
attr_accessor :pulp_href
|
|
40
40
|
|
|
41
41
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
42
42
|
def self.attribute_map
|
|
43
43
|
{
|
|
44
|
-
:'
|
|
44
|
+
:'manifest_signing_service' => :'manifest_signing_service',
|
|
45
45
|
:'versions_href' => :'versions_href',
|
|
46
|
+
:'pulp_created' => :'pulp_created',
|
|
47
|
+
:'latest_version_href' => :'latest_version_href',
|
|
46
48
|
:'retain_repo_versions' => :'retain_repo_versions',
|
|
47
|
-
:'manifest_signing_service' => :'manifest_signing_service',
|
|
48
49
|
:'name' => :'name',
|
|
49
|
-
:'latest_version_href' => :'latest_version_href',
|
|
50
|
-
:'description' => :'description',
|
|
51
50
|
:'pulp_labels' => :'pulp_labels',
|
|
51
|
+
:'description' => :'description',
|
|
52
52
|
:'pulp_href' => :'pulp_href'
|
|
53
53
|
}
|
|
54
54
|
end
|
|
@@ -56,14 +56,14 @@ module PulpContainerClient
|
|
|
56
56
|
# Attribute type mapping.
|
|
57
57
|
def self.openapi_types
|
|
58
58
|
{
|
|
59
|
-
:'
|
|
59
|
+
:'manifest_signing_service' => :'String',
|
|
60
60
|
:'versions_href' => :'String',
|
|
61
|
+
:'pulp_created' => :'DateTime',
|
|
62
|
+
:'latest_version_href' => :'String',
|
|
61
63
|
:'retain_repo_versions' => :'Integer',
|
|
62
|
-
:'manifest_signing_service' => :'String',
|
|
63
64
|
:'name' => :'String',
|
|
64
|
-
:'latest_version_href' => :'String',
|
|
65
|
-
:'description' => :'String',
|
|
66
65
|
:'pulp_labels' => :'Hash<String, String>',
|
|
66
|
+
:'description' => :'String',
|
|
67
67
|
:'pulp_href' => :'String'
|
|
68
68
|
}
|
|
69
69
|
end
|
|
@@ -71,8 +71,8 @@ module PulpContainerClient
|
|
|
71
71
|
# List of attributes with nullable: true
|
|
72
72
|
def self.openapi_nullable
|
|
73
73
|
Set.new([
|
|
74
|
-
:'retain_repo_versions',
|
|
75
74
|
:'manifest_signing_service',
|
|
75
|
+
:'retain_repo_versions',
|
|
76
76
|
:'description',
|
|
77
77
|
])
|
|
78
78
|
end
|
|
@@ -92,32 +92,28 @@ module PulpContainerClient
|
|
|
92
92
|
h[k.to_sym] = v
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
if attributes.key?(:'
|
|
96
|
-
self.
|
|
95
|
+
if attributes.key?(:'manifest_signing_service')
|
|
96
|
+
self.manifest_signing_service = attributes[:'manifest_signing_service']
|
|
97
97
|
end
|
|
98
98
|
|
|
99
99
|
if attributes.key?(:'versions_href')
|
|
100
100
|
self.versions_href = attributes[:'versions_href']
|
|
101
101
|
end
|
|
102
102
|
|
|
103
|
-
if attributes.key?(:'
|
|
104
|
-
self.
|
|
105
|
-
end
|
|
106
|
-
|
|
107
|
-
if attributes.key?(:'manifest_signing_service')
|
|
108
|
-
self.manifest_signing_service = attributes[:'manifest_signing_service']
|
|
109
|
-
end
|
|
110
|
-
|
|
111
|
-
if attributes.key?(:'name')
|
|
112
|
-
self.name = attributes[:'name']
|
|
103
|
+
if attributes.key?(:'pulp_created')
|
|
104
|
+
self.pulp_created = attributes[:'pulp_created']
|
|
113
105
|
end
|
|
114
106
|
|
|
115
107
|
if attributes.key?(:'latest_version_href')
|
|
116
108
|
self.latest_version_href = attributes[:'latest_version_href']
|
|
117
109
|
end
|
|
118
110
|
|
|
119
|
-
if attributes.key?(:'
|
|
120
|
-
self.
|
|
111
|
+
if attributes.key?(:'retain_repo_versions')
|
|
112
|
+
self.retain_repo_versions = attributes[:'retain_repo_versions']
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
if attributes.key?(:'name')
|
|
116
|
+
self.name = attributes[:'name']
|
|
121
117
|
end
|
|
122
118
|
|
|
123
119
|
if attributes.key?(:'pulp_labels')
|
|
@@ -126,6 +122,10 @@ module PulpContainerClient
|
|
|
126
122
|
end
|
|
127
123
|
end
|
|
128
124
|
|
|
125
|
+
if attributes.key?(:'description')
|
|
126
|
+
self.description = attributes[:'description']
|
|
127
|
+
end
|
|
128
|
+
|
|
129
129
|
if attributes.key?(:'pulp_href')
|
|
130
130
|
self.pulp_href = attributes[:'pulp_href']
|
|
131
131
|
end
|
|
@@ -169,14 +169,14 @@ module PulpContainerClient
|
|
|
169
169
|
def ==(o)
|
|
170
170
|
return true if self.equal?(o)
|
|
171
171
|
self.class == o.class &&
|
|
172
|
-
|
|
172
|
+
manifest_signing_service == o.manifest_signing_service &&
|
|
173
173
|
versions_href == o.versions_href &&
|
|
174
|
+
pulp_created == o.pulp_created &&
|
|
175
|
+
latest_version_href == o.latest_version_href &&
|
|
174
176
|
retain_repo_versions == o.retain_repo_versions &&
|
|
175
|
-
manifest_signing_service == o.manifest_signing_service &&
|
|
176
177
|
name == o.name &&
|
|
177
|
-
latest_version_href == o.latest_version_href &&
|
|
178
|
-
description == o.description &&
|
|
179
178
|
pulp_labels == o.pulp_labels &&
|
|
179
|
+
description == o.description &&
|
|
180
180
|
pulp_href == o.pulp_href
|
|
181
181
|
end
|
|
182
182
|
|
|
@@ -189,7 +189,7 @@ module PulpContainerClient
|
|
|
189
189
|
# Calculates hash code according to all attributes.
|
|
190
190
|
# @return [Integer] Hash code
|
|
191
191
|
def hash
|
|
192
|
-
[
|
|
192
|
+
[manifest_signing_service, versions_href, pulp_created, latest_version_href, retain_repo_versions, name, pulp_labels, description, pulp_href].hash
|
|
193
193
|
end
|
|
194
194
|
|
|
195
195
|
# Builds the object from hash
|
|
@@ -15,18 +15,18 @@ require 'date'
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
# A serializer for ContainerDistribution.
|
|
17
17
|
class PatchedcontainerContainerDistribution
|
|
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\")
|
|
19
|
-
attr_accessor :base_path
|
|
20
|
-
|
|
21
18
|
# The latest RepositoryVersion for this Repository will be served.
|
|
22
19
|
attr_accessor :repository
|
|
23
20
|
|
|
24
|
-
#
|
|
25
|
-
attr_accessor :
|
|
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
|
|
26
23
|
|
|
27
24
|
# An optional content-guard. If none is specified, a default one will be used.
|
|
28
25
|
attr_accessor :content_guard
|
|
29
26
|
|
|
27
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
|
28
|
+
attr_accessor :name
|
|
29
|
+
|
|
30
30
|
attr_accessor :pulp_labels
|
|
31
31
|
|
|
32
32
|
# RepositoryVersion to be served
|
|
@@ -41,10 +41,10 @@ module PulpContainerClient
|
|
|
41
41
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
42
42
|
def self.attribute_map
|
|
43
43
|
{
|
|
44
|
-
:'base_path' => :'base_path',
|
|
45
44
|
:'repository' => :'repository',
|
|
46
|
-
:'
|
|
45
|
+
:'base_path' => :'base_path',
|
|
47
46
|
:'content_guard' => :'content_guard',
|
|
47
|
+
:'name' => :'name',
|
|
48
48
|
:'pulp_labels' => :'pulp_labels',
|
|
49
49
|
:'repository_version' => :'repository_version',
|
|
50
50
|
:'private' => :'private',
|
|
@@ -55,10 +55,10 @@ module PulpContainerClient
|
|
|
55
55
|
# Attribute type mapping.
|
|
56
56
|
def self.openapi_types
|
|
57
57
|
{
|
|
58
|
-
:'base_path' => :'String',
|
|
59
58
|
:'repository' => :'String',
|
|
60
|
-
:'
|
|
59
|
+
:'base_path' => :'String',
|
|
61
60
|
:'content_guard' => :'String',
|
|
61
|
+
:'name' => :'String',
|
|
62
62
|
:'pulp_labels' => :'Hash<String, String>',
|
|
63
63
|
:'repository_version' => :'String',
|
|
64
64
|
:'private' => :'Boolean',
|
|
@@ -90,22 +90,22 @@ module PulpContainerClient
|
|
|
90
90
|
h[k.to_sym] = v
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
if attributes.key?(:'base_path')
|
|
94
|
-
self.base_path = attributes[:'base_path']
|
|
95
|
-
end
|
|
96
|
-
|
|
97
93
|
if attributes.key?(:'repository')
|
|
98
94
|
self.repository = attributes[:'repository']
|
|
99
95
|
end
|
|
100
96
|
|
|
101
|
-
if attributes.key?(:'
|
|
102
|
-
self.
|
|
97
|
+
if attributes.key?(:'base_path')
|
|
98
|
+
self.base_path = attributes[:'base_path']
|
|
103
99
|
end
|
|
104
100
|
|
|
105
101
|
if attributes.key?(:'content_guard')
|
|
106
102
|
self.content_guard = attributes[:'content_guard']
|
|
107
103
|
end
|
|
108
104
|
|
|
105
|
+
if attributes.key?(:'name')
|
|
106
|
+
self.name = attributes[:'name']
|
|
107
|
+
end
|
|
108
|
+
|
|
109
109
|
if attributes.key?(:'pulp_labels')
|
|
110
110
|
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
111
111
|
self.pulp_labels = value
|
|
@@ -188,10 +188,10 @@ module PulpContainerClient
|
|
|
188
188
|
def ==(o)
|
|
189
189
|
return true if self.equal?(o)
|
|
190
190
|
self.class == o.class &&
|
|
191
|
-
base_path == o.base_path &&
|
|
192
191
|
repository == o.repository &&
|
|
193
|
-
|
|
192
|
+
base_path == o.base_path &&
|
|
194
193
|
content_guard == o.content_guard &&
|
|
194
|
+
name == o.name &&
|
|
195
195
|
pulp_labels == o.pulp_labels &&
|
|
196
196
|
repository_version == o.repository_version &&
|
|
197
197
|
private == o.private &&
|
|
@@ -207,7 +207,7 @@ module PulpContainerClient
|
|
|
207
207
|
# Calculates hash code according to all attributes.
|
|
208
208
|
# @return [Integer] Hash code
|
|
209
209
|
def hash
|
|
210
|
-
[base_path,
|
|
210
|
+
[repository, base_path, content_guard, name, pulp_labels, repository_version, private, description].hash
|
|
211
211
|
end
|
|
212
212
|
|
|
213
213
|
# Builds the object from hash
|
|
@@ -15,48 +15,48 @@ require 'date'
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
# Serializer for Container Push Repositories.
|
|
17
17
|
class PatchedcontainerContainerPushRepository
|
|
18
|
-
# Retain X versions of the repository. Default is null which retains all versions.
|
|
19
|
-
attr_accessor :retain_repo_versions
|
|
20
|
-
|
|
21
18
|
# A reference to an associated signing service.
|
|
22
19
|
attr_accessor :manifest_signing_service
|
|
23
20
|
|
|
21
|
+
# Retain X versions of the repository. Default is null which retains all versions.
|
|
22
|
+
attr_accessor :retain_repo_versions
|
|
23
|
+
|
|
24
24
|
# A unique name for this repository.
|
|
25
25
|
attr_accessor :name
|
|
26
26
|
|
|
27
|
+
attr_accessor :pulp_labels
|
|
28
|
+
|
|
27
29
|
# An optional description.
|
|
28
30
|
attr_accessor :description
|
|
29
31
|
|
|
30
|
-
attr_accessor :pulp_labels
|
|
31
|
-
|
|
32
32
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
33
33
|
def self.attribute_map
|
|
34
34
|
{
|
|
35
|
-
:'retain_repo_versions' => :'retain_repo_versions',
|
|
36
35
|
:'manifest_signing_service' => :'manifest_signing_service',
|
|
36
|
+
:'retain_repo_versions' => :'retain_repo_versions',
|
|
37
37
|
:'name' => :'name',
|
|
38
|
-
:'
|
|
39
|
-
:'
|
|
38
|
+
:'pulp_labels' => :'pulp_labels',
|
|
39
|
+
:'description' => :'description'
|
|
40
40
|
}
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
# Attribute type mapping.
|
|
44
44
|
def self.openapi_types
|
|
45
45
|
{
|
|
46
|
-
:'retain_repo_versions' => :'Integer',
|
|
47
46
|
:'manifest_signing_service' => :'String',
|
|
47
|
+
:'retain_repo_versions' => :'Integer',
|
|
48
48
|
:'name' => :'String',
|
|
49
|
-
:'
|
|
50
|
-
:'
|
|
49
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
50
|
+
:'description' => :'String'
|
|
51
51
|
}
|
|
52
52
|
end
|
|
53
53
|
|
|
54
54
|
# List of attributes with nullable: true
|
|
55
55
|
def self.openapi_nullable
|
|
56
56
|
Set.new([
|
|
57
|
-
:'retain_repo_versions',
|
|
58
57
|
:'manifest_signing_service',
|
|
59
|
-
:'
|
|
58
|
+
:'retain_repo_versions',
|
|
59
|
+
:'description'
|
|
60
60
|
])
|
|
61
61
|
end
|
|
62
62
|
|
|
@@ -75,20 +75,16 @@ module PulpContainerClient
|
|
|
75
75
|
h[k.to_sym] = v
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
if attributes.key?(:'retain_repo_versions')
|
|
79
|
-
self.retain_repo_versions = attributes[:'retain_repo_versions']
|
|
80
|
-
end
|
|
81
|
-
|
|
82
78
|
if attributes.key?(:'manifest_signing_service')
|
|
83
79
|
self.manifest_signing_service = attributes[:'manifest_signing_service']
|
|
84
80
|
end
|
|
85
81
|
|
|
86
|
-
if attributes.key?(:'
|
|
87
|
-
self.
|
|
82
|
+
if attributes.key?(:'retain_repo_versions')
|
|
83
|
+
self.retain_repo_versions = attributes[:'retain_repo_versions']
|
|
88
84
|
end
|
|
89
85
|
|
|
90
|
-
if attributes.key?(:'
|
|
91
|
-
self.
|
|
86
|
+
if attributes.key?(:'name')
|
|
87
|
+
self.name = attributes[:'name']
|
|
92
88
|
end
|
|
93
89
|
|
|
94
90
|
if attributes.key?(:'pulp_labels')
|
|
@@ -96,6 +92,10 @@ module PulpContainerClient
|
|
|
96
92
|
self.pulp_labels = value
|
|
97
93
|
end
|
|
98
94
|
end
|
|
95
|
+
|
|
96
|
+
if attributes.key?(:'description')
|
|
97
|
+
self.description = attributes[:'description']
|
|
98
|
+
end
|
|
99
99
|
end
|
|
100
100
|
|
|
101
101
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -161,11 +161,11 @@ module PulpContainerClient
|
|
|
161
161
|
def ==(o)
|
|
162
162
|
return true if self.equal?(o)
|
|
163
163
|
self.class == o.class &&
|
|
164
|
-
retain_repo_versions == o.retain_repo_versions &&
|
|
165
164
|
manifest_signing_service == o.manifest_signing_service &&
|
|
165
|
+
retain_repo_versions == o.retain_repo_versions &&
|
|
166
166
|
name == o.name &&
|
|
167
|
-
|
|
168
|
-
|
|
167
|
+
pulp_labels == o.pulp_labels &&
|
|
168
|
+
description == o.description
|
|
169
169
|
end
|
|
170
170
|
|
|
171
171
|
# @see the `==` method
|
|
@@ -177,7 +177,7 @@ module PulpContainerClient
|
|
|
177
177
|
# Calculates hash code according to all attributes.
|
|
178
178
|
# @return [Integer] Hash code
|
|
179
179
|
def hash
|
|
180
|
-
[
|
|
180
|
+
[manifest_signing_service, retain_repo_versions, name, pulp_labels, description].hash
|
|
181
181
|
end
|
|
182
182
|
|
|
183
183
|
# Builds the object from hash
|
|
@@ -38,25 +38,25 @@ describe 'ContainerContainerDistributionResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "repository"' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "base_path"' do
|
|
48
48
|
it 'should work' do
|
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
describe 'test attribute "
|
|
53
|
+
describe 'test attribute "content_guard"' do
|
|
54
54
|
it 'should work' do
|
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
56
|
end
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
-
describe 'test attribute "
|
|
59
|
+
describe 'test attribute "name"' do
|
|
60
60
|
it 'should work' do
|
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
62
|
end
|
|
@@ -32,25 +32,25 @@ describe 'ContainerContainerDistribution' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistribution)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "repository"' do
|
|
36
36
|
it 'should work' do
|
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "base_path"' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "content_guard"' do
|
|
48
48
|
it 'should work' do
|
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
describe 'test attribute "
|
|
53
|
+
describe 'test attribute "name"' do
|
|
54
54
|
it 'should work' do
|
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
56
|
end
|
|
@@ -32,7 +32,7 @@ describe 'ContainerContainerPushRepositoryResponse' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepositoryResponse)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "manifest_signing_service"' do
|
|
36
36
|
it 'should work' do
|
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
38
|
end
|
|
@@ -44,37 +44,37 @@ describe 'ContainerContainerPushRepositoryResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "pulp_created"' do
|
|
48
48
|
it 'should work' do
|
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
describe 'test attribute "
|
|
53
|
+
describe 'test attribute "latest_version_href"' do
|
|
54
54
|
it 'should work' do
|
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
56
|
end
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
-
describe 'test attribute "
|
|
59
|
+
describe 'test attribute "retain_repo_versions"' do
|
|
60
60
|
it 'should work' do
|
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
62
|
end
|
|
63
63
|
end
|
|
64
64
|
|
|
65
|
-
describe 'test attribute "
|
|
65
|
+
describe 'test attribute "name"' do
|
|
66
66
|
it 'should work' do
|
|
67
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
68
68
|
end
|
|
69
69
|
end
|
|
70
70
|
|
|
71
|
-
describe 'test attribute "
|
|
71
|
+
describe 'test attribute "pulp_labels"' do
|
|
72
72
|
it 'should work' do
|
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
74
74
|
end
|
|
75
75
|
end
|
|
76
76
|
|
|
77
|
-
describe 'test attribute "
|
|
77
|
+
describe 'test attribute "description"' do
|
|
78
78
|
it 'should work' do
|
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
80
|
end
|
|
@@ -32,13 +32,13 @@ describe 'ContainerContainerPushRepository' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepository)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "manifest_signing_service"' do
|
|
36
36
|
it 'should work' do
|
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "retain_repo_versions"' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
@@ -50,13 +50,13 @@ describe 'ContainerContainerPushRepository' do
|
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
describe 'test attribute "
|
|
53
|
+
describe 'test attribute "pulp_labels"' do
|
|
54
54
|
it 'should work' do
|
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
56
|
end
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
-
describe 'test attribute "
|
|
59
|
+
describe 'test attribute "description"' do
|
|
60
60
|
it 'should work' do
|
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
62
|
end
|
|
@@ -32,25 +32,25 @@ describe 'PatchedcontainerContainerDistribution' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerDistribution)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "repository"' do
|
|
36
36
|
it 'should work' do
|
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "base_path"' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "content_guard"' do
|
|
48
48
|
it 'should work' do
|
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
describe 'test attribute "
|
|
53
|
+
describe 'test attribute "name"' do
|
|
54
54
|
it 'should work' do
|
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
56
|
end
|
|
@@ -32,13 +32,13 @@ describe 'PatchedcontainerContainerPushRepository' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerPushRepository)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "manifest_signing_service"' do
|
|
36
36
|
it 'should work' do
|
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "retain_repo_versions"' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
@@ -50,13 +50,13 @@ describe 'PatchedcontainerContainerPushRepository' do
|
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
describe 'test attribute "
|
|
53
|
+
describe 'test attribute "pulp_labels"' do
|
|
54
54
|
it 'should work' do
|
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
56
|
end
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
-
describe 'test attribute "
|
|
59
|
+
describe 'test attribute "description"' do
|
|
60
60
|
it 'should work' do
|
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
62
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_container_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.14.
|
|
4
|
+
version: 2.14.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-12-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -299,68 +299,68 @@ signing_key:
|
|
|
299
299
|
specification_version: 4
|
|
300
300
|
summary: Pulp 3 API Ruby Gem
|
|
301
301
|
test_files:
|
|
302
|
-
- spec/api/
|
|
303
|
-
- spec/api/
|
|
304
|
-
- spec/api/content_manifests_api_spec.rb
|
|
302
|
+
- spec/api/repositories_container_api_spec.rb
|
|
303
|
+
- spec/api/token_api_spec.rb
|
|
305
304
|
- spec/api/content_blobs_api_spec.rb
|
|
306
|
-
- spec/api/pulp_container_namespaces_api_spec.rb
|
|
307
305
|
- spec/api/distributions_container_api_spec.rb
|
|
308
|
-
- spec/api/
|
|
309
|
-
- spec/api/
|
|
310
|
-
- spec/api/repositories_container_api_spec.rb
|
|
306
|
+
- spec/api/pulp_container_namespaces_api_spec.rb
|
|
307
|
+
- spec/api/remotes_container_api_spec.rb
|
|
311
308
|
- spec/api/content_signatures_api_spec.rb
|
|
312
|
-
- spec/api/repositories_container_push_versions_api_spec.rb
|
|
313
309
|
- spec/api/content_tags_api_spec.rb
|
|
310
|
+
- spec/api/repositories_container_push_api_spec.rb
|
|
311
|
+
- spec/api/repositories_container_versions_api_spec.rb
|
|
312
|
+
- spec/api/content_manifests_api_spec.rb
|
|
313
|
+
- spec/api/repositories_container_push_versions_api_spec.rb
|
|
314
314
|
- spec/api_client_spec.rb
|
|
315
315
|
- spec/configuration_spec.rb
|
|
316
316
|
- spec/models/paginatedcontainer_manifest_response_list_spec.rb
|
|
317
|
-
- spec/models/
|
|
318
|
-
- spec/models/container_container_remote_response_hidden_fields_spec.rb
|
|
319
|
-
- spec/models/container_manifest_signature_response_spec.rb
|
|
320
|
-
- spec/models/my_permissions_response_spec.rb
|
|
321
|
-
- spec/models/async_operation_response_spec.rb
|
|
317
|
+
- spec/models/container_container_distribution_response_spec.rb
|
|
322
318
|
- spec/models/container_container_distribution_spec.rb
|
|
323
|
-
- spec/models/
|
|
324
|
-
- spec/models/
|
|
325
|
-
- spec/models/remove_image_spec.rb
|
|
326
|
-
- spec/models/container_tag_response_spec.rb
|
|
327
|
-
- spec/models/patchedcontainer_container_repository_spec.rb
|
|
328
|
-
- spec/models/content_summary_response_spec.rb
|
|
329
|
-
- spec/models/patchedcontainer_container_push_repository_spec.rb
|
|
330
|
-
- spec/models/nested_role_spec.rb
|
|
331
|
-
- spec/models/patchedcontainer_container_remote_spec.rb
|
|
332
|
-
- spec/models/patchedcontainer_container_distribution_spec.rb
|
|
333
|
-
- spec/models/container_container_namespace_spec.rb
|
|
319
|
+
- spec/models/tag_image_spec.rb
|
|
320
|
+
- spec/models/repository_version_response_spec.rb
|
|
334
321
|
- spec/models/container_container_push_repository_response_spec.rb
|
|
335
|
-
- spec/models/
|
|
336
|
-
- spec/models/
|
|
337
|
-
- spec/models/
|
|
338
|
-
- spec/models/container_container_distribution_response_spec.rb
|
|
339
|
-
- spec/models/paginatedcontainer_manifest_signature_response_list_spec.rb
|
|
322
|
+
- spec/models/patchedcontainer_container_distribution_spec.rb
|
|
323
|
+
- spec/models/un_tag_image_spec.rb
|
|
324
|
+
- spec/models/container_container_namespace_response_spec.rb
|
|
340
325
|
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
341
|
-
- spec/models/
|
|
342
|
-
- spec/models/
|
|
343
|
-
- spec/models/
|
|
344
|
-
- spec/models/nested_role_response_spec.rb
|
|
345
|
-
- spec/models/repair_spec.rb
|
|
346
|
-
- spec/models/container_blob_response_spec.rb
|
|
326
|
+
- spec/models/patchedcontainer_container_push_repository_spec.rb
|
|
327
|
+
- spec/models/repository_sign_spec.rb
|
|
328
|
+
- spec/models/policy_enum_spec.rb
|
|
347
329
|
- spec/models/paginatedcontainer_blob_response_list_spec.rb
|
|
330
|
+
- spec/models/remove_signatures_response_spec.rb
|
|
348
331
|
- spec/models/paginatedcontainer_container_remote_response_list_spec.rb
|
|
332
|
+
- spec/models/object_roles_response_spec.rb
|
|
333
|
+
- spec/models/my_permissions_response_spec.rb
|
|
334
|
+
- spec/models/container_manifest_response_spec.rb
|
|
335
|
+
- spec/models/container_container_repository_spec.rb
|
|
349
336
|
- spec/models/media_types_enum_spec.rb
|
|
350
|
-
- spec/models/container_container_remote_response_spec.rb
|
|
351
|
-
- spec/models/remove_signatures_spec.rb
|
|
352
|
-
- spec/models/un_tag_image_spec.rb
|
|
353
|
-
- spec/models/tag_copy_spec.rb
|
|
354
|
-
- spec/models/tag_image_spec.rb
|
|
355
|
-
- spec/models/policy_enum_spec.rb
|
|
356
|
-
- spec/models/container_container_remote_spec.rb
|
|
357
337
|
- spec/models/container_container_repository_response_spec.rb
|
|
358
|
-
- spec/models/
|
|
338
|
+
- spec/models/nested_role_response_spec.rb
|
|
339
|
+
- spec/models/oci_build_image_spec.rb
|
|
340
|
+
- spec/models/container_container_namespace_spec.rb
|
|
341
|
+
- spec/models/container_container_remote_response_spec.rb
|
|
342
|
+
- spec/models/container_repository_sync_url_spec.rb
|
|
343
|
+
- spec/models/patchedcontainer_container_repository_spec.rb
|
|
344
|
+
- spec/models/container_tag_response_spec.rb
|
|
345
|
+
- spec/models/container_blob_response_spec.rb
|
|
346
|
+
- spec/models/async_operation_response_spec.rb
|
|
347
|
+
- spec/models/nested_role_spec.rb
|
|
348
|
+
- spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
|
|
349
|
+
- spec/models/remove_image_spec.rb
|
|
350
|
+
- spec/models/paginatedcontainer_manifest_signature_response_list_spec.rb
|
|
351
|
+
- spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
|
|
359
352
|
- spec/models/paginatedcontainer_container_repository_response_list_spec.rb
|
|
360
|
-
- spec/models/
|
|
361
|
-
- spec/models/
|
|
353
|
+
- spec/models/container_container_remote_response_hidden_fields_spec.rb
|
|
354
|
+
- spec/models/container_manifest_signature_response_spec.rb
|
|
362
355
|
- spec/models/manifest_copy_spec.rb
|
|
363
|
-
- spec/models/
|
|
356
|
+
- spec/models/repair_spec.rb
|
|
357
|
+
- spec/models/recursive_manage_spec.rb
|
|
358
|
+
- spec/models/content_summary_response_spec.rb
|
|
359
|
+
- spec/models/patchedcontainer_container_remote_spec.rb
|
|
360
|
+
- spec/models/paginatedcontainer_tag_response_list_spec.rb
|
|
364
361
|
- spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
|
|
365
|
-
- spec/models/
|
|
362
|
+
- spec/models/container_container_remote_spec.rb
|
|
363
|
+
- spec/models/container_container_push_repository_spec.rb
|
|
364
|
+
- spec/models/tag_copy_spec.rb
|
|
365
|
+
- spec/models/remove_signatures_spec.rb
|
|
366
366
|
- spec/spec_helper.rb
|