pulp_container_client 2.15.0.dev1675393725 → 2.15.0.dev1675652780
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.
Potentially problematic release.
This version of pulp_container_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContainerContainerDistribution.md +2 -2
- data/docs/ContainerContainerDistributionResponse.md +5 -5
- data/docs/ContainerContainerPushRepository.md +2 -2
- data/docs/ContainerContainerPushRepositoryResponse.md +7 -7
- data/docs/PatchedcontainerContainerDistribution.md +2 -2
- data/docs/PatchedcontainerContainerPushRepository.md +2 -2
- data/lib/pulp_container_client/models/container_container_distribution.rb +11 -11
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +20 -20
- data/lib/pulp_container_client/models/container_container_push_repository.rb +27 -27
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +28 -28
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +11 -11
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +27 -27
- 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 +2 -2
- data/spec/models/container_container_push_repository_response_spec.rb +8 -8
- data/spec/models/container_container_push_repository_spec.rb +2 -2
- data/spec/models/patchedcontainer_container_distribution_spec.rb +2 -2
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c02eff8409660c2b210563f8b8fbc6d4b79c77ccb6eceb7e543a10dc3f8916c
|
4
|
+
data.tar.gz: 0edad86bfec03ef300228722cc25e90313be32cfdddb1ef85c17c05456a100e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: adb4d86711d65fbb375ecac2e5b9c37bb3a10e527ad1442f12e7c9046972b16e9fd43d4d7fa033d241a2e69bf7869243291327cf8cf8e865a5e2cf3ef88d938a
|
7
|
+
data.tar.gz: e74095d3990fffa4eb241cd92e595c46a8c591d56706298c5d8c5816140c51319e4d35df088492aede122150e79059be703356ea97a050e249dd03f99a5b3d33
|
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.15.0.
|
10
|
+
- Package version: 2.15.0.dev1675652780
|
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.15.0.
|
27
|
+
gem install ./pulp_container_client-2.15.0.dev1675652780.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_container_client-2.15.0.
|
30
|
+
(for development, run `gem install --dev ./pulp_container_client-2.15.0.dev1675652780.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.15.0.
|
36
|
+
gem 'pulp_container_client', '~> 2.15.0.dev1675652780'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -7,8 +7,8 @@ Name | Type | Description | Notes
|
|
7
7
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
8
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
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\") |
|
10
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
11
10
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
11
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [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]
|
@@ -21,8 +21,8 @@ require 'PulpContainerClient'
|
|
21
21
|
instance = PulpContainerClient::ContainerContainerDistribution.new(name: null,
|
22
22
|
pulp_labels: null,
|
23
23
|
base_path: null,
|
24
|
-
content_guard: null,
|
25
24
|
repository: null,
|
25
|
+
content_guard: 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_href** | **String** | | [optional] [readonly]
|
7
8
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
8
9
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
10
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
10
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
11
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
12
11
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
13
12
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
13
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
14
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(
|
25
|
+
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_href: null,
|
26
|
+
name: null,
|
26
27
|
pulp_labels: null,
|
27
28
|
base_path: null,
|
28
|
-
content_guard: null,
|
29
|
-
pulp_href: null,
|
30
29
|
pulp_created: null,
|
31
30
|
repository: null,
|
31
|
+
content_guard: null,
|
32
32
|
repository_version: null,
|
33
33
|
registry_path: null,
|
34
34
|
namespace: null,
|
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**name** | **String** | A unique name for this repository. |
|
8
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
|
-
**description** | **String** | An optional description. | [optional]
|
10
9
|
**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]
|
10
|
+
**description** | **String** | An optional description. | [optional]
|
11
11
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
12
12
|
|
13
13
|
## Code Sample
|
@@ -17,8 +17,8 @@ require 'PulpContainerClient'
|
|
17
17
|
|
18
18
|
instance = PulpContainerClient::ContainerContainerPushRepository.new(name: null,
|
19
19
|
pulp_labels: null,
|
20
|
-
description: null,
|
21
20
|
retain_repo_versions: null,
|
21
|
+
description: null,
|
22
22
|
manifest_signing_service: null)
|
23
23
|
```
|
24
24
|
|
@@ -4,14 +4,14 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
7
8
|
**versions_href** | **String** | | [optional] [readonly]
|
8
9
|
**name** | **String** | A unique name for this repository. |
|
9
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
|
-
**description** | **String** | An optional description. | [optional]
|
11
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
12
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
13
11
|
**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]
|
12
|
+
**description** | **String** | An optional description. | [optional]
|
14
13
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
14
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
15
15
|
**latest_version_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(pulp_href: null,
|
23
|
+
versions_href: null,
|
23
24
|
name: null,
|
24
25
|
pulp_labels: null,
|
25
|
-
description: null,
|
26
|
-
pulp_href: null,
|
27
|
-
pulp_created: null,
|
28
26
|
retain_repo_versions: null,
|
27
|
+
description: null,
|
29
28
|
manifest_signing_service: null,
|
29
|
+
pulp_created: null,
|
30
30
|
latest_version_href: null)
|
31
31
|
```
|
32
32
|
|
@@ -7,8 +7,8 @@ Name | Type | Description | Notes
|
|
7
7
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
8
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
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\") | [optional]
|
10
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
11
10
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
11
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [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]
|
@@ -21,8 +21,8 @@ require 'PulpContainerClient'
|
|
21
21
|
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(name: null,
|
22
22
|
pulp_labels: null,
|
23
23
|
base_path: null,
|
24
|
-
content_guard: null,
|
25
24
|
repository: null,
|
25
|
+
content_guard: null,
|
26
26
|
repository_version: null,
|
27
27
|
private: null,
|
28
28
|
description: null)
|
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**name** | **String** | A unique name for this repository. | [optional]
|
8
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
|
-
**description** | **String** | An optional description. | [optional]
|
10
9
|
**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]
|
10
|
+
**description** | **String** | An optional description. | [optional]
|
11
11
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
12
12
|
|
13
13
|
## Code Sample
|
@@ -17,8 +17,8 @@ require 'PulpContainerClient'
|
|
17
17
|
|
18
18
|
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(name: null,
|
19
19
|
pulp_labels: null,
|
20
|
-
description: null,
|
21
20
|
retain_repo_versions: null,
|
21
|
+
description: null,
|
22
22
|
manifest_signing_service: null)
|
23
23
|
```
|
24
24
|
|
@@ -23,12 +23,12 @@ module PulpContainerClient
|
|
23
23
|
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
24
24
|
attr_accessor :base_path
|
25
25
|
|
26
|
-
# An optional content-guard. If none is specified, a default one will be used.
|
27
|
-
attr_accessor :content_guard
|
28
|
-
|
29
26
|
# The latest RepositoryVersion for this Repository will be served.
|
30
27
|
attr_accessor :repository
|
31
28
|
|
29
|
+
# An optional content-guard. If none is specified, a default one will be used.
|
30
|
+
attr_accessor :content_guard
|
31
|
+
|
32
32
|
# RepositoryVersion to be served
|
33
33
|
attr_accessor :repository_version
|
34
34
|
|
@@ -44,8 +44,8 @@ module PulpContainerClient
|
|
44
44
|
:'name' => :'name',
|
45
45
|
:'pulp_labels' => :'pulp_labels',
|
46
46
|
:'base_path' => :'base_path',
|
47
|
-
:'content_guard' => :'content_guard',
|
48
47
|
:'repository' => :'repository',
|
48
|
+
:'content_guard' => :'content_guard',
|
49
49
|
:'repository_version' => :'repository_version',
|
50
50
|
:'private' => :'private',
|
51
51
|
:'description' => :'description'
|
@@ -58,8 +58,8 @@ module PulpContainerClient
|
|
58
58
|
:'name' => :'String',
|
59
59
|
:'pulp_labels' => :'Hash<String, String>',
|
60
60
|
:'base_path' => :'String',
|
61
|
-
:'content_guard' => :'String',
|
62
61
|
:'repository' => :'String',
|
62
|
+
:'content_guard' => :'String',
|
63
63
|
:'repository_version' => :'String',
|
64
64
|
:'private' => :'Boolean',
|
65
65
|
:'description' => :'String'
|
@@ -104,14 +104,14 @@ module PulpContainerClient
|
|
104
104
|
self.base_path = attributes[:'base_path']
|
105
105
|
end
|
106
106
|
|
107
|
-
if attributes.key?(:'content_guard')
|
108
|
-
self.content_guard = attributes[:'content_guard']
|
109
|
-
end
|
110
|
-
|
111
107
|
if attributes.key?(:'repository')
|
112
108
|
self.repository = attributes[:'repository']
|
113
109
|
end
|
114
110
|
|
111
|
+
if attributes.key?(:'content_guard')
|
112
|
+
self.content_guard = attributes[:'content_guard']
|
113
|
+
end
|
114
|
+
|
115
115
|
if attributes.key?(:'repository_version')
|
116
116
|
self.repository_version = attributes[:'repository_version']
|
117
117
|
end
|
@@ -209,8 +209,8 @@ module PulpContainerClient
|
|
209
209
|
name == o.name &&
|
210
210
|
pulp_labels == o.pulp_labels &&
|
211
211
|
base_path == o.base_path &&
|
212
|
-
content_guard == o.content_guard &&
|
213
212
|
repository == o.repository &&
|
213
|
+
content_guard == o.content_guard &&
|
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
|
-
[name, pulp_labels, base_path,
|
228
|
+
[name, pulp_labels, base_path, repository, content_guard, repository_version, private, description].hash
|
229
229
|
end
|
230
230
|
|
231
231
|
# Builds the object from hash
|
@@ -15,6 +15,8 @@ require 'date'
|
|
15
15
|
module PulpContainerClient
|
16
16
|
# A serializer for ContainerDistribution.
|
17
17
|
class ContainerContainerDistributionResponse
|
18
|
+
attr_accessor :pulp_href
|
19
|
+
|
18
20
|
# A unique name. Ex, `rawhide` and `stable`.
|
19
21
|
attr_accessor :name
|
20
22
|
|
@@ -23,17 +25,15 @@ module PulpContainerClient
|
|
23
25
|
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
24
26
|
attr_accessor :base_path
|
25
27
|
|
26
|
-
# An optional content-guard. If none is specified, a default one will be used.
|
27
|
-
attr_accessor :content_guard
|
28
|
-
|
29
|
-
attr_accessor :pulp_href
|
30
|
-
|
31
28
|
# Timestamp of creation.
|
32
29
|
attr_accessor :pulp_created
|
33
30
|
|
34
31
|
# The latest RepositoryVersion for this Repository will be served.
|
35
32
|
attr_accessor :repository
|
36
33
|
|
34
|
+
# An optional content-guard. If none is specified, a default one will be used.
|
35
|
+
attr_accessor :content_guard
|
36
|
+
|
37
37
|
# RepositoryVersion to be served
|
38
38
|
attr_accessor :repository_version
|
39
39
|
|
@@ -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_href' => :'pulp_href',
|
55
56
|
:'name' => :'name',
|
56
57
|
:'pulp_labels' => :'pulp_labels',
|
57
58
|
:'base_path' => :'base_path',
|
58
|
-
:'content_guard' => :'content_guard',
|
59
|
-
:'pulp_href' => :'pulp_href',
|
60
59
|
:'pulp_created' => :'pulp_created',
|
61
60
|
:'repository' => :'repository',
|
61
|
+
:'content_guard' => :'content_guard',
|
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_href' => :'String',
|
73
74
|
:'name' => :'String',
|
74
75
|
:'pulp_labels' => :'Hash<String, String>',
|
75
76
|
:'base_path' => :'String',
|
76
|
-
:'content_guard' => :'String',
|
77
|
-
:'pulp_href' => :'String',
|
78
77
|
:'pulp_created' => :'DateTime',
|
79
78
|
:'repository' => :'String',
|
79
|
+
:'content_guard' => :'String',
|
80
80
|
:'repository_version' => :'String',
|
81
81
|
:'registry_path' => :'String',
|
82
82
|
:'namespace' => :'String',
|
@@ -109,6 +109,10 @@ module PulpContainerClient
|
|
109
109
|
h[k.to_sym] = v
|
110
110
|
}
|
111
111
|
|
112
|
+
if attributes.key?(:'pulp_href')
|
113
|
+
self.pulp_href = attributes[:'pulp_href']
|
114
|
+
end
|
115
|
+
|
112
116
|
if attributes.key?(:'name')
|
113
117
|
self.name = attributes[:'name']
|
114
118
|
end
|
@@ -123,14 +127,6 @@ module PulpContainerClient
|
|
123
127
|
self.base_path = attributes[:'base_path']
|
124
128
|
end
|
125
129
|
|
126
|
-
if attributes.key?(:'content_guard')
|
127
|
-
self.content_guard = attributes[:'content_guard']
|
128
|
-
end
|
129
|
-
|
130
|
-
if attributes.key?(:'pulp_href')
|
131
|
-
self.pulp_href = attributes[:'pulp_href']
|
132
|
-
end
|
133
|
-
|
134
130
|
if attributes.key?(:'pulp_created')
|
135
131
|
self.pulp_created = attributes[:'pulp_created']
|
136
132
|
end
|
@@ -139,6 +135,10 @@ module PulpContainerClient
|
|
139
135
|
self.repository = attributes[:'repository']
|
140
136
|
end
|
141
137
|
|
138
|
+
if attributes.key?(:'content_guard')
|
139
|
+
self.content_guard = attributes[:'content_guard']
|
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_href == o.pulp_href &&
|
191
192
|
name == o.name &&
|
192
193
|
pulp_labels == o.pulp_labels &&
|
193
194
|
base_path == o.base_path &&
|
194
|
-
content_guard == o.content_guard &&
|
195
|
-
pulp_href == o.pulp_href &&
|
196
195
|
pulp_created == o.pulp_created &&
|
197
196
|
repository == o.repository &&
|
197
|
+
content_guard == o.content_guard &&
|
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
|
-
[name, pulp_labels, base_path,
|
214
|
+
[pulp_href, name, pulp_labels, base_path, pulp_created, repository, content_guard, repository_version, registry_path, namespace, private, description].hash
|
215
215
|
end
|
216
216
|
|
217
217
|
# Builds the object from hash
|
@@ -20,12 +20,12 @@ module PulpContainerClient
|
|
20
20
|
|
21
21
|
attr_accessor :pulp_labels
|
22
22
|
|
23
|
-
# An optional description.
|
24
|
-
attr_accessor :description
|
25
|
-
|
26
23
|
# 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.
|
27
24
|
attr_accessor :retain_repo_versions
|
28
25
|
|
26
|
+
# An optional description.
|
27
|
+
attr_accessor :description
|
28
|
+
|
29
29
|
# A reference to an associated signing service.
|
30
30
|
attr_accessor :manifest_signing_service
|
31
31
|
|
@@ -34,8 +34,8 @@ module PulpContainerClient
|
|
34
34
|
{
|
35
35
|
:'name' => :'name',
|
36
36
|
:'pulp_labels' => :'pulp_labels',
|
37
|
-
:'description' => :'description',
|
38
37
|
:'retain_repo_versions' => :'retain_repo_versions',
|
38
|
+
:'description' => :'description',
|
39
39
|
:'manifest_signing_service' => :'manifest_signing_service'
|
40
40
|
}
|
41
41
|
end
|
@@ -45,8 +45,8 @@ module PulpContainerClient
|
|
45
45
|
{
|
46
46
|
:'name' => :'String',
|
47
47
|
:'pulp_labels' => :'Hash<String, String>',
|
48
|
-
:'description' => :'String',
|
49
48
|
:'retain_repo_versions' => :'Integer',
|
49
|
+
:'description' => :'String',
|
50
50
|
:'manifest_signing_service' => :'String'
|
51
51
|
}
|
52
52
|
end
|
@@ -54,8 +54,8 @@ module PulpContainerClient
|
|
54
54
|
# List of attributes with nullable: true
|
55
55
|
def self.openapi_nullable
|
56
56
|
Set.new([
|
57
|
-
:'description',
|
58
57
|
:'retain_repo_versions',
|
58
|
+
:'description',
|
59
59
|
:'manifest_signing_service'
|
60
60
|
])
|
61
61
|
end
|
@@ -85,14 +85,14 @@ module PulpContainerClient
|
|
85
85
|
end
|
86
86
|
end
|
87
87
|
|
88
|
-
if attributes.key?(:'description')
|
89
|
-
self.description = attributes[:'description']
|
90
|
-
end
|
91
|
-
|
92
88
|
if attributes.key?(:'retain_repo_versions')
|
93
89
|
self.retain_repo_versions = attributes[:'retain_repo_versions']
|
94
90
|
end
|
95
91
|
|
92
|
+
if attributes.key?(:'description')
|
93
|
+
self.description = attributes[:'description']
|
94
|
+
end
|
95
|
+
|
96
96
|
if attributes.key?(:'manifest_signing_service')
|
97
97
|
self.manifest_signing_service = attributes[:'manifest_signing_service']
|
98
98
|
end
|
@@ -110,14 +110,14 @@ module PulpContainerClient
|
|
110
110
|
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
111
111
|
end
|
112
112
|
|
113
|
-
if !@description.nil? && @description.to_s.length < 1
|
114
|
-
invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
|
115
|
-
end
|
116
|
-
|
117
113
|
if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
118
114
|
invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
|
119
115
|
end
|
120
116
|
|
117
|
+
if !@description.nil? && @description.to_s.length < 1
|
118
|
+
invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
|
119
|
+
end
|
120
|
+
|
121
121
|
invalid_properties
|
122
122
|
end
|
123
123
|
|
@@ -126,8 +126,8 @@ module PulpContainerClient
|
|
126
126
|
def valid?
|
127
127
|
return false if @name.nil?
|
128
128
|
return false if @name.to_s.length < 1
|
129
|
-
return false if !@description.nil? && @description.to_s.length < 1
|
130
129
|
return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
130
|
+
return false if !@description.nil? && @description.to_s.length < 1
|
131
131
|
true
|
132
132
|
end
|
133
133
|
|
@@ -145,16 +145,6 @@ module PulpContainerClient
|
|
145
145
|
@name = name
|
146
146
|
end
|
147
147
|
|
148
|
-
# Custom attribute writer method with validation
|
149
|
-
# @param [Object] description Value to be assigned
|
150
|
-
def description=(description)
|
151
|
-
if !description.nil? && description.to_s.length < 1
|
152
|
-
fail ArgumentError, 'invalid value for "description", the character length must be great than or equal to 1.'
|
153
|
-
end
|
154
|
-
|
155
|
-
@description = description
|
156
|
-
end
|
157
|
-
|
158
148
|
# Custom attribute writer method with validation
|
159
149
|
# @param [Object] retain_repo_versions Value to be assigned
|
160
150
|
def retain_repo_versions=(retain_repo_versions)
|
@@ -165,6 +155,16 @@ module PulpContainerClient
|
|
165
155
|
@retain_repo_versions = retain_repo_versions
|
166
156
|
end
|
167
157
|
|
158
|
+
# Custom attribute writer method with validation
|
159
|
+
# @param [Object] description Value to be assigned
|
160
|
+
def description=(description)
|
161
|
+
if !description.nil? && description.to_s.length < 1
|
162
|
+
fail ArgumentError, 'invalid value for "description", the character length must be great than or equal to 1.'
|
163
|
+
end
|
164
|
+
|
165
|
+
@description = description
|
166
|
+
end
|
167
|
+
|
168
168
|
# Checks equality by comparing each attribute.
|
169
169
|
# @param [Object] Object to be compared
|
170
170
|
def ==(o)
|
@@ -172,8 +172,8 @@ module PulpContainerClient
|
|
172
172
|
self.class == o.class &&
|
173
173
|
name == o.name &&
|
174
174
|
pulp_labels == o.pulp_labels &&
|
175
|
-
description == o.description &&
|
176
175
|
retain_repo_versions == o.retain_repo_versions &&
|
176
|
+
description == o.description &&
|
177
177
|
manifest_signing_service == o.manifest_signing_service
|
178
178
|
end
|
179
179
|
|
@@ -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
|
-
[name, pulp_labels,
|
189
|
+
[name, pulp_labels, retain_repo_versions, description, manifest_signing_service].hash
|
190
190
|
end
|
191
191
|
|
192
192
|
# Builds the object from hash
|
@@ -15,6 +15,8 @@ require 'date'
|
|
15
15
|
module PulpContainerClient
|
16
16
|
# Serializer for Container Push Repositories.
|
17
17
|
class ContainerContainerPushRepositoryResponse
|
18
|
+
attr_accessor :pulp_href
|
19
|
+
|
18
20
|
attr_accessor :versions_href
|
19
21
|
|
20
22
|
# A unique name for this repository.
|
@@ -22,33 +24,31 @@ module PulpContainerClient
|
|
22
24
|
|
23
25
|
attr_accessor :pulp_labels
|
24
26
|
|
27
|
+
# 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.
|
28
|
+
attr_accessor :retain_repo_versions
|
29
|
+
|
25
30
|
# An optional description.
|
26
31
|
attr_accessor :description
|
27
32
|
|
28
|
-
|
33
|
+
# A reference to an associated signing service.
|
34
|
+
attr_accessor :manifest_signing_service
|
29
35
|
|
30
36
|
# Timestamp of creation.
|
31
37
|
attr_accessor :pulp_created
|
32
38
|
|
33
|
-
# 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.
|
34
|
-
attr_accessor :retain_repo_versions
|
35
|
-
|
36
|
-
# A reference to an associated signing service.
|
37
|
-
attr_accessor :manifest_signing_service
|
38
|
-
|
39
39
|
attr_accessor :latest_version_href
|
40
40
|
|
41
41
|
# Attribute mapping from ruby-style variable name to JSON key.
|
42
42
|
def self.attribute_map
|
43
43
|
{
|
44
|
+
:'pulp_href' => :'pulp_href',
|
44
45
|
:'versions_href' => :'versions_href',
|
45
46
|
:'name' => :'name',
|
46
47
|
:'pulp_labels' => :'pulp_labels',
|
47
|
-
:'description' => :'description',
|
48
|
-
:'pulp_href' => :'pulp_href',
|
49
|
-
:'pulp_created' => :'pulp_created',
|
50
48
|
:'retain_repo_versions' => :'retain_repo_versions',
|
49
|
+
:'description' => :'description',
|
51
50
|
:'manifest_signing_service' => :'manifest_signing_service',
|
51
|
+
:'pulp_created' => :'pulp_created',
|
52
52
|
:'latest_version_href' => :'latest_version_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
|
+
:'pulp_href' => :'String',
|
59
60
|
:'versions_href' => :'String',
|
60
61
|
:'name' => :'String',
|
61
62
|
:'pulp_labels' => :'Hash<String, String>',
|
62
|
-
:'description' => :'String',
|
63
|
-
:'pulp_href' => :'String',
|
64
|
-
:'pulp_created' => :'DateTime',
|
65
63
|
:'retain_repo_versions' => :'Integer',
|
64
|
+
:'description' => :'String',
|
66
65
|
:'manifest_signing_service' => :'String',
|
66
|
+
:'pulp_created' => :'DateTime',
|
67
67
|
:'latest_version_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
|
-
:'description',
|
75
74
|
:'retain_repo_versions',
|
75
|
+
:'description',
|
76
76
|
:'manifest_signing_service',
|
77
77
|
])
|
78
78
|
end
|
@@ -92,6 +92,10 @@ module PulpContainerClient
|
|
92
92
|
h[k.to_sym] = v
|
93
93
|
}
|
94
94
|
|
95
|
+
if attributes.key?(:'pulp_href')
|
96
|
+
self.pulp_href = attributes[:'pulp_href']
|
97
|
+
end
|
98
|
+
|
95
99
|
if attributes.key?(:'versions_href')
|
96
100
|
self.versions_href = attributes[:'versions_href']
|
97
101
|
end
|
@@ -106,26 +110,22 @@ module PulpContainerClient
|
|
106
110
|
end
|
107
111
|
end
|
108
112
|
|
113
|
+
if attributes.key?(:'retain_repo_versions')
|
114
|
+
self.retain_repo_versions = attributes[:'retain_repo_versions']
|
115
|
+
end
|
116
|
+
|
109
117
|
if attributes.key?(:'description')
|
110
118
|
self.description = attributes[:'description']
|
111
119
|
end
|
112
120
|
|
113
|
-
if attributes.key?(:'
|
114
|
-
self.
|
121
|
+
if attributes.key?(:'manifest_signing_service')
|
122
|
+
self.manifest_signing_service = attributes[:'manifest_signing_service']
|
115
123
|
end
|
116
124
|
|
117
125
|
if attributes.key?(:'pulp_created')
|
118
126
|
self.pulp_created = attributes[:'pulp_created']
|
119
127
|
end
|
120
128
|
|
121
|
-
if attributes.key?(:'retain_repo_versions')
|
122
|
-
self.retain_repo_versions = attributes[:'retain_repo_versions']
|
123
|
-
end
|
124
|
-
|
125
|
-
if attributes.key?(:'manifest_signing_service')
|
126
|
-
self.manifest_signing_service = attributes[:'manifest_signing_service']
|
127
|
-
end
|
128
|
-
|
129
129
|
if attributes.key?(:'latest_version_href')
|
130
130
|
self.latest_version_href = attributes[:'latest_version_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
|
+
pulp_href == o.pulp_href &&
|
172
173
|
versions_href == o.versions_href &&
|
173
174
|
name == o.name &&
|
174
175
|
pulp_labels == o.pulp_labels &&
|
175
|
-
description == o.description &&
|
176
|
-
pulp_href == o.pulp_href &&
|
177
|
-
pulp_created == o.pulp_created &&
|
178
176
|
retain_repo_versions == o.retain_repo_versions &&
|
177
|
+
description == o.description &&
|
179
178
|
manifest_signing_service == o.manifest_signing_service &&
|
179
|
+
pulp_created == o.pulp_created &&
|
180
180
|
latest_version_href == o.latest_version_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
|
-
[versions_href, name, pulp_labels, description,
|
192
|
+
[pulp_href, versions_href, name, pulp_labels, retain_repo_versions, description, manifest_signing_service, pulp_created, latest_version_href].hash
|
193
193
|
end
|
194
194
|
|
195
195
|
# Builds the object from hash
|
@@ -23,12 +23,12 @@ module PulpContainerClient
|
|
23
23
|
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
24
24
|
attr_accessor :base_path
|
25
25
|
|
26
|
-
# An optional content-guard. If none is specified, a default one will be used.
|
27
|
-
attr_accessor :content_guard
|
28
|
-
|
29
26
|
# The latest RepositoryVersion for this Repository will be served.
|
30
27
|
attr_accessor :repository
|
31
28
|
|
29
|
+
# An optional content-guard. If none is specified, a default one will be used.
|
30
|
+
attr_accessor :content_guard
|
31
|
+
|
32
32
|
# RepositoryVersion to be served
|
33
33
|
attr_accessor :repository_version
|
34
34
|
|
@@ -44,8 +44,8 @@ module PulpContainerClient
|
|
44
44
|
:'name' => :'name',
|
45
45
|
:'pulp_labels' => :'pulp_labels',
|
46
46
|
:'base_path' => :'base_path',
|
47
|
-
:'content_guard' => :'content_guard',
|
48
47
|
:'repository' => :'repository',
|
48
|
+
:'content_guard' => :'content_guard',
|
49
49
|
:'repository_version' => :'repository_version',
|
50
50
|
:'private' => :'private',
|
51
51
|
:'description' => :'description'
|
@@ -58,8 +58,8 @@ module PulpContainerClient
|
|
58
58
|
:'name' => :'String',
|
59
59
|
:'pulp_labels' => :'Hash<String, String>',
|
60
60
|
:'base_path' => :'String',
|
61
|
-
:'content_guard' => :'String',
|
62
61
|
:'repository' => :'String',
|
62
|
+
:'content_guard' => :'String',
|
63
63
|
:'repository_version' => :'String',
|
64
64
|
:'private' => :'Boolean',
|
65
65
|
:'description' => :'String'
|
@@ -104,14 +104,14 @@ module PulpContainerClient
|
|
104
104
|
self.base_path = attributes[:'base_path']
|
105
105
|
end
|
106
106
|
|
107
|
-
if attributes.key?(:'content_guard')
|
108
|
-
self.content_guard = attributes[:'content_guard']
|
109
|
-
end
|
110
|
-
|
111
107
|
if attributes.key?(:'repository')
|
112
108
|
self.repository = attributes[:'repository']
|
113
109
|
end
|
114
110
|
|
111
|
+
if attributes.key?(:'content_guard')
|
112
|
+
self.content_guard = attributes[:'content_guard']
|
113
|
+
end
|
114
|
+
|
115
115
|
if attributes.key?(:'repository_version')
|
116
116
|
self.repository_version = attributes[:'repository_version']
|
117
117
|
end
|
@@ -191,8 +191,8 @@ module PulpContainerClient
|
|
191
191
|
name == o.name &&
|
192
192
|
pulp_labels == o.pulp_labels &&
|
193
193
|
base_path == o.base_path &&
|
194
|
-
content_guard == o.content_guard &&
|
195
194
|
repository == o.repository &&
|
195
|
+
content_guard == o.content_guard &&
|
196
196
|
repository_version == o.repository_version &&
|
197
197
|
private == o.private &&
|
198
198
|
description == o.description
|
@@ -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
|
-
[name, pulp_labels, base_path,
|
210
|
+
[name, pulp_labels, base_path, repository, content_guard, repository_version, private, description].hash
|
211
211
|
end
|
212
212
|
|
213
213
|
# Builds the object from hash
|
@@ -20,12 +20,12 @@ module PulpContainerClient
|
|
20
20
|
|
21
21
|
attr_accessor :pulp_labels
|
22
22
|
|
23
|
-
# An optional description.
|
24
|
-
attr_accessor :description
|
25
|
-
|
26
23
|
# 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.
|
27
24
|
attr_accessor :retain_repo_versions
|
28
25
|
|
26
|
+
# An optional description.
|
27
|
+
attr_accessor :description
|
28
|
+
|
29
29
|
# A reference to an associated signing service.
|
30
30
|
attr_accessor :manifest_signing_service
|
31
31
|
|
@@ -34,8 +34,8 @@ module PulpContainerClient
|
|
34
34
|
{
|
35
35
|
:'name' => :'name',
|
36
36
|
:'pulp_labels' => :'pulp_labels',
|
37
|
-
:'description' => :'description',
|
38
37
|
:'retain_repo_versions' => :'retain_repo_versions',
|
38
|
+
:'description' => :'description',
|
39
39
|
:'manifest_signing_service' => :'manifest_signing_service'
|
40
40
|
}
|
41
41
|
end
|
@@ -45,8 +45,8 @@ module PulpContainerClient
|
|
45
45
|
{
|
46
46
|
:'name' => :'String',
|
47
47
|
:'pulp_labels' => :'Hash<String, String>',
|
48
|
-
:'description' => :'String',
|
49
48
|
:'retain_repo_versions' => :'Integer',
|
49
|
+
:'description' => :'String',
|
50
50
|
:'manifest_signing_service' => :'String'
|
51
51
|
}
|
52
52
|
end
|
@@ -54,8 +54,8 @@ module PulpContainerClient
|
|
54
54
|
# List of attributes with nullable: true
|
55
55
|
def self.openapi_nullable
|
56
56
|
Set.new([
|
57
|
-
:'description',
|
58
57
|
:'retain_repo_versions',
|
58
|
+
:'description',
|
59
59
|
:'manifest_signing_service'
|
60
60
|
])
|
61
61
|
end
|
@@ -85,14 +85,14 @@ module PulpContainerClient
|
|
85
85
|
end
|
86
86
|
end
|
87
87
|
|
88
|
-
if attributes.key?(:'description')
|
89
|
-
self.description = attributes[:'description']
|
90
|
-
end
|
91
|
-
|
92
88
|
if attributes.key?(:'retain_repo_versions')
|
93
89
|
self.retain_repo_versions = attributes[:'retain_repo_versions']
|
94
90
|
end
|
95
91
|
|
92
|
+
if attributes.key?(:'description')
|
93
|
+
self.description = attributes[:'description']
|
94
|
+
end
|
95
|
+
|
96
96
|
if attributes.key?(:'manifest_signing_service')
|
97
97
|
self.manifest_signing_service = attributes[:'manifest_signing_service']
|
98
98
|
end
|
@@ -106,14 +106,14 @@ module PulpContainerClient
|
|
106
106
|
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
107
107
|
end
|
108
108
|
|
109
|
-
if !@description.nil? && @description.to_s.length < 1
|
110
|
-
invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
|
111
|
-
end
|
112
|
-
|
113
109
|
if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
114
110
|
invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
|
115
111
|
end
|
116
112
|
|
113
|
+
if !@description.nil? && @description.to_s.length < 1
|
114
|
+
invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
|
115
|
+
end
|
116
|
+
|
117
117
|
invalid_properties
|
118
118
|
end
|
119
119
|
|
@@ -121,8 +121,8 @@ module PulpContainerClient
|
|
121
121
|
# @return true if the model is valid
|
122
122
|
def valid?
|
123
123
|
return false if !@name.nil? && @name.to_s.length < 1
|
124
|
-
return false if !@description.nil? && @description.to_s.length < 1
|
125
124
|
return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
125
|
+
return false if !@description.nil? && @description.to_s.length < 1
|
126
126
|
true
|
127
127
|
end
|
128
128
|
|
@@ -136,16 +136,6 @@ module PulpContainerClient
|
|
136
136
|
@name = name
|
137
137
|
end
|
138
138
|
|
139
|
-
# Custom attribute writer method with validation
|
140
|
-
# @param [Object] description Value to be assigned
|
141
|
-
def description=(description)
|
142
|
-
if !description.nil? && description.to_s.length < 1
|
143
|
-
fail ArgumentError, 'invalid value for "description", the character length must be great than or equal to 1.'
|
144
|
-
end
|
145
|
-
|
146
|
-
@description = description
|
147
|
-
end
|
148
|
-
|
149
139
|
# Custom attribute writer method with validation
|
150
140
|
# @param [Object] retain_repo_versions Value to be assigned
|
151
141
|
def retain_repo_versions=(retain_repo_versions)
|
@@ -156,6 +146,16 @@ module PulpContainerClient
|
|
156
146
|
@retain_repo_versions = retain_repo_versions
|
157
147
|
end
|
158
148
|
|
149
|
+
# Custom attribute writer method with validation
|
150
|
+
# @param [Object] description Value to be assigned
|
151
|
+
def description=(description)
|
152
|
+
if !description.nil? && description.to_s.length < 1
|
153
|
+
fail ArgumentError, 'invalid value for "description", the character length must be great than or equal to 1.'
|
154
|
+
end
|
155
|
+
|
156
|
+
@description = description
|
157
|
+
end
|
158
|
+
|
159
159
|
# Checks equality by comparing each attribute.
|
160
160
|
# @param [Object] Object to be compared
|
161
161
|
def ==(o)
|
@@ -163,8 +163,8 @@ module PulpContainerClient
|
|
163
163
|
self.class == o.class &&
|
164
164
|
name == o.name &&
|
165
165
|
pulp_labels == o.pulp_labels &&
|
166
|
-
description == o.description &&
|
167
166
|
retain_repo_versions == o.retain_repo_versions &&
|
167
|
+
description == o.description &&
|
168
168
|
manifest_signing_service == o.manifest_signing_service
|
169
169
|
end
|
170
170
|
|
@@ -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
|
-
[name, pulp_labels,
|
180
|
+
[name, pulp_labels, retain_repo_versions, description, manifest_signing_service].hash
|
181
181
|
end
|
182
182
|
|
183
183
|
# Builds the object from hash
|
@@ -32,43 +32,43 @@ describe 'ContainerContainerDistributionResponse' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionResponse)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "pulp_href"' 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 "name"' 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 "pulp_labels"' 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 "base_path"' 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 "pulp_created"' 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 "repository"' 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 "content_guard"' 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
|
@@ -50,13 +50,13 @@ describe 'ContainerContainerDistribution' do
|
|
50
50
|
end
|
51
51
|
end
|
52
52
|
|
53
|
-
describe 'test attribute "
|
53
|
+
describe 'test attribute "repository"' 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 "content_guard"' 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,49 +32,49 @@ 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 "pulp_href"' 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 "versions_href"' 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 "name"' 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 "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 "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 "description"' 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 "manifest_signing_service"' 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 "pulp_created"' 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
|
@@ -44,13 +44,13 @@ describe 'ContainerContainerPushRepository' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
-
describe 'test attribute "
|
47
|
+
describe 'test attribute "retain_repo_versions"' 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 "description"' 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
|
@@ -50,13 +50,13 @@ describe 'PatchedcontainerContainerDistribution' do
|
|
50
50
|
end
|
51
51
|
end
|
52
52
|
|
53
|
-
describe 'test attribute "
|
53
|
+
describe 'test attribute "repository"' 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 "content_guard"' 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
|
@@ -44,13 +44,13 @@ describe 'PatchedcontainerContainerPushRepository' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
-
describe 'test attribute "
|
47
|
+
describe 'test attribute "retain_repo_versions"' 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 "description"' 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
|
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.15.0.
|
4
|
+
version: 2.15.0.dev1675652780
|
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-02-
|
11
|
+
date: 2023-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|