pulp_container_client 2.19.6 → 2.19.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +7 -6
- data/docs/ContainerContainerDistribution.md +6 -6
- data/docs/ContainerContainerDistributionResponse.md +12 -12
- data/docs/ContainerContainerPullThroughDistribution.md +6 -6
- data/docs/ContainerContainerPullThroughDistributionResponse.md +12 -12
- data/docs/ContainerContainerPullThroughRemote.md +1 -1
- data/docs/ContainerContainerPullThroughRemoteResponse.md +1 -1
- data/docs/ContainerContainerPushRepository.md +6 -6
- data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
- data/docs/ContainerContainerRemote.md +1 -1
- data/docs/ContainerContainerRemoteResponse.md +1 -1
- data/docs/ContainerManifestResponse.md +2 -2
- data/docs/ContentBlobsApi.md +4 -0
- data/docs/ContentManifestsApi.md +4 -0
- data/docs/ContentSignaturesApi.md +4 -0
- data/docs/ContentTagsApi.md +4 -0
- data/docs/DistributionsContainerApi.md +56 -16
- data/docs/DistributionsPullThroughApi.md +56 -16
- data/docs/OCIBuildImage.md +1 -1
- data/docs/PatchedcontainerContainerDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
- data/docs/PatchedcontainerContainerPushRepository.md +6 -6
- data/docs/PatchedcontainerContainerRemote.md +1 -1
- data/docs/{Policy762Enum.md → Policy692Enum.md} +2 -2
- data/docs/{Policy8e2Enum.md → Policy7e0Enum.md} +2 -2
- data/docs/PulpContainerNamespacesApi.md +32 -8
- data/docs/RemotesContainerApi.md +56 -16
- data/docs/RemotesPullThroughApi.md +56 -16
- data/docs/RepositoriesContainerApi.md +108 -34
- data/docs/RepositoriesContainerPushApi.md +62 -18
- data/docs/RepositoriesContainerPushVersionsApi.md +16 -4
- data/docs/RepositoriesContainerVersionsApi.md +16 -4
- data/docs/TokenApi.md +13 -3
- data/lib/pulp_container_client/api/content_blobs_api.rb +6 -0
- data/lib/pulp_container_client/api/content_manifests_api.rb +6 -0
- data/lib/pulp_container_client/api/content_signatures_api.rb +6 -0
- data/lib/pulp_container_client/api/content_tags_api.rb +6 -0
- data/lib/pulp_container_client/api/distributions_container_api.rb +36 -0
- data/lib/pulp_container_client/api/distributions_pull_through_api.rb +36 -0
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +24 -0
- data/lib/pulp_container_client/api/remotes_container_api.rb +36 -0
- data/lib/pulp_container_client/api/remotes_pull_through_api.rb +36 -0
- data/lib/pulp_container_client/api/repositories_container_api.rb +65 -2
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +39 -0
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +12 -0
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +12 -0
- data/lib/pulp_container_client/api/token_api.rb +9 -0
- data/lib/pulp_container_client/models/container_container_distribution.rb +53 -53
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +58 -58
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +53 -53
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +58 -58
- data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +1 -1
- data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +1 -1
- data/lib/pulp_container_client/models/container_container_push_repository.rb +24 -24
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +58 -58
- data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
- data/lib/pulp_container_client/models/container_container_remote_response.rb +1 -1
- data/lib/pulp_container_client/models/container_manifest_response.rb +2 -2
- data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +44 -44
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +44 -44
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +24 -24
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
- data/lib/pulp_container_client/models/{policy762_enum.rb → policy692_enum.rb} +3 -3
- data/lib/pulp_container_client/models/{policy8e2_enum.rb → policy7e0_enum.rb} +3 -3
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +2 -2
- data/spec/api/content_blobs_api_spec.rb +2 -0
- data/spec/api/content_manifests_api_spec.rb +2 -0
- data/spec/api/content_signatures_api_spec.rb +2 -0
- data/spec/api/content_tags_api_spec.rb +2 -0
- data/spec/api/distributions_container_api_spec.rb +12 -0
- data/spec/api/distributions_pull_through_api_spec.rb +12 -0
- data/spec/api/pulp_container_namespaces_api_spec.rb +8 -0
- data/spec/api/remotes_container_api_spec.rb +12 -0
- data/spec/api/remotes_pull_through_api_spec.rb +12 -0
- data/spec/api/repositories_container_api_spec.rb +22 -1
- data/spec/api/repositories_container_push_api_spec.rb +13 -0
- data/spec/api/repositories_container_push_versions_api_spec.rb +4 -0
- data/spec/api/repositories_container_versions_api_spec.rb +4 -0
- data/spec/api/token_api_spec.rb +3 -0
- data/spec/models/container_container_distribution_response_spec.rb +8 -8
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +8 -8
- data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/container_container_push_repository_response_spec.rb +10 -10
- data/spec/models/container_container_push_repository_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- data/spec/models/{policy762_enum_spec.rb → policy692_enum_spec.rb} +6 -6
- data/spec/models/{policy8e2_enum_spec.rb → policy7e0_enum_spec.rb} +6 -6
- metadata +67 -67
|
@@ -15,23 +15,23 @@ require 'date'
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
# A serializer for ContainerDistribution.
|
|
17
17
|
class PatchedcontainerContainerDistribution
|
|
18
|
-
|
|
18
|
+
# An optional content-guard. If none is specified, a default one will be used.
|
|
19
|
+
attr_accessor :content_guard
|
|
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
|
|
19
23
|
|
|
20
24
|
# A unique name. Ex, `rawhide` and `stable`.
|
|
21
25
|
attr_accessor :name
|
|
22
26
|
|
|
23
|
-
# An optional content-guard. If none is specified, a default one will be used.
|
|
24
|
-
attr_accessor :content_guard
|
|
25
|
-
|
|
26
27
|
# Whether this distribution should be shown in the content app.
|
|
27
28
|
attr_accessor :hidden
|
|
28
29
|
|
|
30
|
+
attr_accessor :pulp_labels
|
|
31
|
+
|
|
29
32
|
# The latest RepositoryVersion for this Repository will be served.
|
|
30
33
|
attr_accessor :repository
|
|
31
34
|
|
|
32
|
-
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
33
|
-
attr_accessor :base_path
|
|
34
|
-
|
|
35
35
|
# RepositoryVersion to be served
|
|
36
36
|
attr_accessor :repository_version
|
|
37
37
|
|
|
@@ -44,12 +44,12 @@ module PulpContainerClient
|
|
|
44
44
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
45
45
|
def self.attribute_map
|
|
46
46
|
{
|
|
47
|
-
:'pulp_labels' => :'pulp_labels',
|
|
48
|
-
:'name' => :'name',
|
|
49
47
|
:'content_guard' => :'content_guard',
|
|
48
|
+
:'base_path' => :'base_path',
|
|
49
|
+
:'name' => :'name',
|
|
50
50
|
:'hidden' => :'hidden',
|
|
51
|
+
:'pulp_labels' => :'pulp_labels',
|
|
51
52
|
:'repository' => :'repository',
|
|
52
|
-
:'base_path' => :'base_path',
|
|
53
53
|
:'repository_version' => :'repository_version',
|
|
54
54
|
:'private' => :'private',
|
|
55
55
|
:'description' => :'description'
|
|
@@ -59,12 +59,12 @@ module PulpContainerClient
|
|
|
59
59
|
# Attribute type mapping.
|
|
60
60
|
def self.openapi_types
|
|
61
61
|
{
|
|
62
|
-
:'pulp_labels' => :'Hash<String, String>',
|
|
63
|
-
:'name' => :'String',
|
|
64
62
|
:'content_guard' => :'String',
|
|
63
|
+
:'base_path' => :'String',
|
|
64
|
+
:'name' => :'String',
|
|
65
65
|
:'hidden' => :'Boolean',
|
|
66
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
66
67
|
:'repository' => :'String',
|
|
67
|
-
:'base_path' => :'String',
|
|
68
68
|
:'repository_version' => :'String',
|
|
69
69
|
:'private' => :'Boolean',
|
|
70
70
|
:'description' => :'String'
|
|
@@ -95,18 +95,16 @@ module PulpContainerClient
|
|
|
95
95
|
h[k.to_sym] = v
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
if attributes.key?(:'
|
|
99
|
-
|
|
100
|
-
self.pulp_labels = value
|
|
101
|
-
end
|
|
98
|
+
if attributes.key?(:'content_guard')
|
|
99
|
+
self.content_guard = attributes[:'content_guard']
|
|
102
100
|
end
|
|
103
101
|
|
|
104
|
-
if attributes.key?(:'
|
|
105
|
-
self.
|
|
102
|
+
if attributes.key?(:'base_path')
|
|
103
|
+
self.base_path = attributes[:'base_path']
|
|
106
104
|
end
|
|
107
105
|
|
|
108
|
-
if attributes.key?(:'
|
|
109
|
-
self.
|
|
106
|
+
if attributes.key?(:'name')
|
|
107
|
+
self.name = attributes[:'name']
|
|
110
108
|
end
|
|
111
109
|
|
|
112
110
|
if attributes.key?(:'hidden')
|
|
@@ -115,12 +113,14 @@ module PulpContainerClient
|
|
|
115
113
|
self.hidden = false
|
|
116
114
|
end
|
|
117
115
|
|
|
118
|
-
if attributes.key?(:'
|
|
119
|
-
|
|
116
|
+
if attributes.key?(:'pulp_labels')
|
|
117
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
118
|
+
self.pulp_labels = value
|
|
119
|
+
end
|
|
120
120
|
end
|
|
121
121
|
|
|
122
|
-
if attributes.key?(:'
|
|
123
|
-
self.
|
|
122
|
+
if attributes.key?(:'repository')
|
|
123
|
+
self.repository = attributes[:'repository']
|
|
124
124
|
end
|
|
125
125
|
|
|
126
126
|
if attributes.key?(:'repository_version')
|
|
@@ -140,14 +140,14 @@ module PulpContainerClient
|
|
|
140
140
|
# @return Array for valid properties with the reasons
|
|
141
141
|
def list_invalid_properties
|
|
142
142
|
invalid_properties = Array.new
|
|
143
|
-
if !@name.nil? && @name.to_s.length < 1
|
|
144
|
-
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
|
145
|
-
end
|
|
146
|
-
|
|
147
143
|
if !@base_path.nil? && @base_path.to_s.length < 1
|
|
148
144
|
invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
|
|
149
145
|
end
|
|
150
146
|
|
|
147
|
+
if !@name.nil? && @name.to_s.length < 1
|
|
148
|
+
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
|
149
|
+
end
|
|
150
|
+
|
|
151
151
|
if !@description.nil? && @description.to_s.length < 1
|
|
152
152
|
invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
|
|
153
153
|
end
|
|
@@ -158,22 +158,12 @@ module PulpContainerClient
|
|
|
158
158
|
# Check to see if the all the properties in the model are valid
|
|
159
159
|
# @return true if the model is valid
|
|
160
160
|
def valid?
|
|
161
|
-
return false if !@name.nil? && @name.to_s.length < 1
|
|
162
161
|
return false if !@base_path.nil? && @base_path.to_s.length < 1
|
|
162
|
+
return false if !@name.nil? && @name.to_s.length < 1
|
|
163
163
|
return false if !@description.nil? && @description.to_s.length < 1
|
|
164
164
|
true
|
|
165
165
|
end
|
|
166
166
|
|
|
167
|
-
# Custom attribute writer method with validation
|
|
168
|
-
# @param [Object] name Value to be assigned
|
|
169
|
-
def name=(name)
|
|
170
|
-
if !name.nil? && name.to_s.length < 1
|
|
171
|
-
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
|
|
172
|
-
end
|
|
173
|
-
|
|
174
|
-
@name = name
|
|
175
|
-
end
|
|
176
|
-
|
|
177
167
|
# Custom attribute writer method with validation
|
|
178
168
|
# @param [Object] base_path Value to be assigned
|
|
179
169
|
def base_path=(base_path)
|
|
@@ -184,6 +174,16 @@ module PulpContainerClient
|
|
|
184
174
|
@base_path = base_path
|
|
185
175
|
end
|
|
186
176
|
|
|
177
|
+
# Custom attribute writer method with validation
|
|
178
|
+
# @param [Object] name Value to be assigned
|
|
179
|
+
def name=(name)
|
|
180
|
+
if !name.nil? && name.to_s.length < 1
|
|
181
|
+
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
|
|
182
|
+
end
|
|
183
|
+
|
|
184
|
+
@name = name
|
|
185
|
+
end
|
|
186
|
+
|
|
187
187
|
# Custom attribute writer method with validation
|
|
188
188
|
# @param [Object] description Value to be assigned
|
|
189
189
|
def description=(description)
|
|
@@ -199,12 +199,12 @@ module PulpContainerClient
|
|
|
199
199
|
def ==(o)
|
|
200
200
|
return true if self.equal?(o)
|
|
201
201
|
self.class == o.class &&
|
|
202
|
-
pulp_labels == o.pulp_labels &&
|
|
203
|
-
name == o.name &&
|
|
204
202
|
content_guard == o.content_guard &&
|
|
203
|
+
base_path == o.base_path &&
|
|
204
|
+
name == o.name &&
|
|
205
205
|
hidden == o.hidden &&
|
|
206
|
+
pulp_labels == o.pulp_labels &&
|
|
206
207
|
repository == o.repository &&
|
|
207
|
-
base_path == o.base_path &&
|
|
208
208
|
repository_version == o.repository_version &&
|
|
209
209
|
private == o.private &&
|
|
210
210
|
description == o.description
|
|
@@ -219,7 +219,7 @@ module PulpContainerClient
|
|
|
219
219
|
# Calculates hash code according to all attributes.
|
|
220
220
|
# @return [Integer] Hash code
|
|
221
221
|
def hash
|
|
222
|
-
[
|
|
222
|
+
[content_guard, base_path, name, hidden, pulp_labels, repository, repository_version, private, description].hash
|
|
223
223
|
end
|
|
224
224
|
|
|
225
225
|
# Builds the object from hash
|
data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb
CHANGED
|
@@ -15,23 +15,23 @@ require 'date'
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
# A serializer for a specialized pull-through distribution referencing sub-distributions.
|
|
17
17
|
class PatchedcontainerContainerPullThroughDistribution
|
|
18
|
-
|
|
18
|
+
# An optional content-guard. If none is specified, a default one will be used.
|
|
19
|
+
attr_accessor :content_guard
|
|
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
|
|
19
23
|
|
|
20
24
|
# A unique name. Ex, `rawhide` and `stable`.
|
|
21
25
|
attr_accessor :name
|
|
22
26
|
|
|
23
|
-
# An optional content-guard. If none is specified, a default one will be used.
|
|
24
|
-
attr_accessor :content_guard
|
|
25
|
-
|
|
26
27
|
# Whether this distribution should be shown in the content app.
|
|
27
28
|
attr_accessor :hidden
|
|
28
29
|
|
|
30
|
+
attr_accessor :pulp_labels
|
|
31
|
+
|
|
29
32
|
# The latest RepositoryVersion for this Repository will be served.
|
|
30
33
|
attr_accessor :repository
|
|
31
34
|
|
|
32
|
-
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
33
|
-
attr_accessor :base_path
|
|
34
|
-
|
|
35
35
|
# Remote that can be used to fetch content when using pull-through caching.
|
|
36
36
|
attr_accessor :remote
|
|
37
37
|
|
|
@@ -47,12 +47,12 @@ module PulpContainerClient
|
|
|
47
47
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
48
48
|
def self.attribute_map
|
|
49
49
|
{
|
|
50
|
-
:'pulp_labels' => :'pulp_labels',
|
|
51
|
-
:'name' => :'name',
|
|
52
50
|
:'content_guard' => :'content_guard',
|
|
51
|
+
:'base_path' => :'base_path',
|
|
52
|
+
:'name' => :'name',
|
|
53
53
|
:'hidden' => :'hidden',
|
|
54
|
+
:'pulp_labels' => :'pulp_labels',
|
|
54
55
|
:'repository' => :'repository',
|
|
55
|
-
:'base_path' => :'base_path',
|
|
56
56
|
:'remote' => :'remote',
|
|
57
57
|
:'distributions' => :'distributions',
|
|
58
58
|
:'private' => :'private',
|
|
@@ -63,12 +63,12 @@ module PulpContainerClient
|
|
|
63
63
|
# Attribute type mapping.
|
|
64
64
|
def self.openapi_types
|
|
65
65
|
{
|
|
66
|
-
:'pulp_labels' => :'Hash<String, String>',
|
|
67
|
-
:'name' => :'String',
|
|
68
66
|
:'content_guard' => :'String',
|
|
67
|
+
:'base_path' => :'String',
|
|
68
|
+
:'name' => :'String',
|
|
69
69
|
:'hidden' => :'Boolean',
|
|
70
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
70
71
|
:'repository' => :'String',
|
|
71
|
-
:'base_path' => :'String',
|
|
72
72
|
:'remote' => :'String',
|
|
73
73
|
:'distributions' => :'Array<String>',
|
|
74
74
|
:'private' => :'Boolean',
|
|
@@ -99,18 +99,16 @@ module PulpContainerClient
|
|
|
99
99
|
h[k.to_sym] = v
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
if attributes.key?(:'
|
|
103
|
-
|
|
104
|
-
self.pulp_labels = value
|
|
105
|
-
end
|
|
102
|
+
if attributes.key?(:'content_guard')
|
|
103
|
+
self.content_guard = attributes[:'content_guard']
|
|
106
104
|
end
|
|
107
105
|
|
|
108
|
-
if attributes.key?(:'
|
|
109
|
-
self.
|
|
106
|
+
if attributes.key?(:'base_path')
|
|
107
|
+
self.base_path = attributes[:'base_path']
|
|
110
108
|
end
|
|
111
109
|
|
|
112
|
-
if attributes.key?(:'
|
|
113
|
-
self.
|
|
110
|
+
if attributes.key?(:'name')
|
|
111
|
+
self.name = attributes[:'name']
|
|
114
112
|
end
|
|
115
113
|
|
|
116
114
|
if attributes.key?(:'hidden')
|
|
@@ -119,12 +117,14 @@ module PulpContainerClient
|
|
|
119
117
|
self.hidden = false
|
|
120
118
|
end
|
|
121
119
|
|
|
122
|
-
if attributes.key?(:'
|
|
123
|
-
|
|
120
|
+
if attributes.key?(:'pulp_labels')
|
|
121
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
122
|
+
self.pulp_labels = value
|
|
123
|
+
end
|
|
124
124
|
end
|
|
125
125
|
|
|
126
|
-
if attributes.key?(:'
|
|
127
|
-
self.
|
|
126
|
+
if attributes.key?(:'repository')
|
|
127
|
+
self.repository = attributes[:'repository']
|
|
128
128
|
end
|
|
129
129
|
|
|
130
130
|
if attributes.key?(:'remote')
|
|
@@ -150,14 +150,14 @@ module PulpContainerClient
|
|
|
150
150
|
# @return Array for valid properties with the reasons
|
|
151
151
|
def list_invalid_properties
|
|
152
152
|
invalid_properties = Array.new
|
|
153
|
-
if !@name.nil? && @name.to_s.length < 1
|
|
154
|
-
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
|
155
|
-
end
|
|
156
|
-
|
|
157
153
|
if !@base_path.nil? && @base_path.to_s.length < 1
|
|
158
154
|
invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
|
|
159
155
|
end
|
|
160
156
|
|
|
157
|
+
if !@name.nil? && @name.to_s.length < 1
|
|
158
|
+
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
|
159
|
+
end
|
|
160
|
+
|
|
161
161
|
if !@description.nil? && @description.to_s.length < 1
|
|
162
162
|
invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
|
|
163
163
|
end
|
|
@@ -168,22 +168,12 @@ module PulpContainerClient
|
|
|
168
168
|
# Check to see if the all the properties in the model are valid
|
|
169
169
|
# @return true if the model is valid
|
|
170
170
|
def valid?
|
|
171
|
-
return false if !@name.nil? && @name.to_s.length < 1
|
|
172
171
|
return false if !@base_path.nil? && @base_path.to_s.length < 1
|
|
172
|
+
return false if !@name.nil? && @name.to_s.length < 1
|
|
173
173
|
return false if !@description.nil? && @description.to_s.length < 1
|
|
174
174
|
true
|
|
175
175
|
end
|
|
176
176
|
|
|
177
|
-
# Custom attribute writer method with validation
|
|
178
|
-
# @param [Object] name Value to be assigned
|
|
179
|
-
def name=(name)
|
|
180
|
-
if !name.nil? && name.to_s.length < 1
|
|
181
|
-
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
|
|
182
|
-
end
|
|
183
|
-
|
|
184
|
-
@name = name
|
|
185
|
-
end
|
|
186
|
-
|
|
187
177
|
# Custom attribute writer method with validation
|
|
188
178
|
# @param [Object] base_path Value to be assigned
|
|
189
179
|
def base_path=(base_path)
|
|
@@ -194,6 +184,16 @@ module PulpContainerClient
|
|
|
194
184
|
@base_path = base_path
|
|
195
185
|
end
|
|
196
186
|
|
|
187
|
+
# Custom attribute writer method with validation
|
|
188
|
+
# @param [Object] name Value to be assigned
|
|
189
|
+
def name=(name)
|
|
190
|
+
if !name.nil? && name.to_s.length < 1
|
|
191
|
+
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
|
|
192
|
+
end
|
|
193
|
+
|
|
194
|
+
@name = name
|
|
195
|
+
end
|
|
196
|
+
|
|
197
197
|
# Custom attribute writer method with validation
|
|
198
198
|
# @param [Object] description Value to be assigned
|
|
199
199
|
def description=(description)
|
|
@@ -209,12 +209,12 @@ module PulpContainerClient
|
|
|
209
209
|
def ==(o)
|
|
210
210
|
return true if self.equal?(o)
|
|
211
211
|
self.class == o.class &&
|
|
212
|
-
pulp_labels == o.pulp_labels &&
|
|
213
|
-
name == o.name &&
|
|
214
212
|
content_guard == o.content_guard &&
|
|
213
|
+
base_path == o.base_path &&
|
|
214
|
+
name == o.name &&
|
|
215
215
|
hidden == o.hidden &&
|
|
216
|
+
pulp_labels == o.pulp_labels &&
|
|
216
217
|
repository == o.repository &&
|
|
217
|
-
base_path == o.base_path &&
|
|
218
218
|
remote == o.remote &&
|
|
219
219
|
distributions == o.distributions &&
|
|
220
220
|
private == o.private &&
|
|
@@ -230,7 +230,7 @@ module PulpContainerClient
|
|
|
230
230
|
# Calculates hash code according to all attributes.
|
|
231
231
|
# @return [Integer] Hash code
|
|
232
232
|
def hash
|
|
233
|
-
[
|
|
233
|
+
[content_guard, base_path, name, hidden, pulp_labels, repository, remote, distributions, private, description].hash
|
|
234
234
|
end
|
|
235
235
|
|
|
236
236
|
# Builds the object from hash
|
|
@@ -120,7 +120,7 @@ module PulpContainerClient
|
|
|
120
120
|
:'pulp_labels' => :'Hash<String, String>',
|
|
121
121
|
:'download_concurrency' => :'Integer',
|
|
122
122
|
:'max_retries' => :'Integer',
|
|
123
|
-
:'policy' => :'
|
|
123
|
+
:'policy' => :'Policy7e0Enum',
|
|
124
124
|
:'total_timeout' => :'Float',
|
|
125
125
|
:'connect_timeout' => :'Float',
|
|
126
126
|
:'sock_connect_timeout' => :'Float',
|
|
@@ -15,13 +15,10 @@ require 'date'
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
# Serializer for Container Push Repositories.
|
|
17
17
|
class PatchedcontainerContainerPushRepository
|
|
18
|
-
attr_accessor :pulp_labels
|
|
19
|
-
|
|
20
18
|
# A unique name for this repository.
|
|
21
19
|
attr_accessor :name
|
|
22
20
|
|
|
23
|
-
|
|
24
|
-
attr_accessor :manifest_signing_service
|
|
21
|
+
attr_accessor :pulp_labels
|
|
25
22
|
|
|
26
23
|
# An optional description.
|
|
27
24
|
attr_accessor :description
|
|
@@ -29,34 +26,37 @@ module PulpContainerClient
|
|
|
29
26
|
# Retain X versions of the repository. Default is null which retains all versions.
|
|
30
27
|
attr_accessor :retain_repo_versions
|
|
31
28
|
|
|
29
|
+
# A reference to an associated signing service.
|
|
30
|
+
attr_accessor :manifest_signing_service
|
|
31
|
+
|
|
32
32
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
33
33
|
def self.attribute_map
|
|
34
34
|
{
|
|
35
|
-
:'pulp_labels' => :'pulp_labels',
|
|
36
35
|
:'name' => :'name',
|
|
37
|
-
:'
|
|
36
|
+
:'pulp_labels' => :'pulp_labels',
|
|
38
37
|
:'description' => :'description',
|
|
39
|
-
:'retain_repo_versions' => :'retain_repo_versions'
|
|
38
|
+
:'retain_repo_versions' => :'retain_repo_versions',
|
|
39
|
+
:'manifest_signing_service' => :'manifest_signing_service'
|
|
40
40
|
}
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
# Attribute type mapping.
|
|
44
44
|
def self.openapi_types
|
|
45
45
|
{
|
|
46
|
-
:'pulp_labels' => :'Hash<String, String>',
|
|
47
46
|
:'name' => :'String',
|
|
48
|
-
:'
|
|
47
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
49
48
|
:'description' => :'String',
|
|
50
|
-
:'retain_repo_versions' => :'Integer'
|
|
49
|
+
:'retain_repo_versions' => :'Integer',
|
|
50
|
+
:'manifest_signing_service' => :'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
|
-
:'manifest_signing_service',
|
|
58
57
|
:'description',
|
|
59
|
-
:'retain_repo_versions'
|
|
58
|
+
:'retain_repo_versions',
|
|
59
|
+
:'manifest_signing_service'
|
|
60
60
|
])
|
|
61
61
|
end
|
|
62
62
|
|
|
@@ -75,18 +75,14 @@ module PulpContainerClient
|
|
|
75
75
|
h[k.to_sym] = v
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
if attributes.key?(:'pulp_labels')
|
|
79
|
-
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
80
|
-
self.pulp_labels = value
|
|
81
|
-
end
|
|
82
|
-
end
|
|
83
|
-
|
|
84
78
|
if attributes.key?(:'name')
|
|
85
79
|
self.name = attributes[:'name']
|
|
86
80
|
end
|
|
87
81
|
|
|
88
|
-
if attributes.key?(:'
|
|
89
|
-
|
|
82
|
+
if attributes.key?(:'pulp_labels')
|
|
83
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
84
|
+
self.pulp_labels = value
|
|
85
|
+
end
|
|
90
86
|
end
|
|
91
87
|
|
|
92
88
|
if attributes.key?(:'description')
|
|
@@ -96,6 +92,10 @@ module PulpContainerClient
|
|
|
96
92
|
if attributes.key?(:'retain_repo_versions')
|
|
97
93
|
self.retain_repo_versions = attributes[:'retain_repo_versions']
|
|
98
94
|
end
|
|
95
|
+
|
|
96
|
+
if attributes.key?(:'manifest_signing_service')
|
|
97
|
+
self.manifest_signing_service = attributes[:'manifest_signing_service']
|
|
98
|
+
end
|
|
99
99
|
end
|
|
100
100
|
|
|
101
101
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -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
|
-
pulp_labels == o.pulp_labels &&
|
|
165
164
|
name == o.name &&
|
|
166
|
-
|
|
165
|
+
pulp_labels == o.pulp_labels &&
|
|
167
166
|
description == o.description &&
|
|
168
|
-
retain_repo_versions == o.retain_repo_versions
|
|
167
|
+
retain_repo_versions == o.retain_repo_versions &&
|
|
168
|
+
manifest_signing_service == o.manifest_signing_service
|
|
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
|
+
[name, pulp_labels, description, retain_repo_versions, manifest_signing_service].hash
|
|
181
181
|
end
|
|
182
182
|
|
|
183
183
|
# Builds the object from hash
|
|
@@ -137,7 +137,7 @@ module PulpContainerClient
|
|
|
137
137
|
:'pulp_labels' => :'Hash<String, String>',
|
|
138
138
|
:'download_concurrency' => :'Integer',
|
|
139
139
|
:'max_retries' => :'Integer',
|
|
140
|
-
:'policy' => :'
|
|
140
|
+
:'policy' => :'Policy692Enum',
|
|
141
141
|
:'total_timeout' => :'Float',
|
|
142
142
|
:'connect_timeout' => :'Float',
|
|
143
143
|
:'sock_connect_timeout' => :'Float',
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpContainerClient
|
|
16
|
-
class
|
|
16
|
+
class Policy692Enum
|
|
17
17
|
IMMEDIATE = "immediate".freeze
|
|
18
18
|
ON_DEMAND = "on_demand".freeze
|
|
19
19
|
STREAMED = "streamed".freeze
|
|
@@ -29,8 +29,8 @@ module PulpContainerClient
|
|
|
29
29
|
# @param [String] The enum value in the form of the string
|
|
30
30
|
# @return [String] The enum value
|
|
31
31
|
def build_from_hash(value)
|
|
32
|
-
constantValues =
|
|
33
|
-
raise "Invalid ENUM value #{value} for class #
|
|
32
|
+
constantValues = Policy692Enum.constants.select { |c| Policy692Enum::const_get(c) == value }
|
|
33
|
+
raise "Invalid ENUM value #{value} for class #Policy692Enum" if constantValues.empty?
|
|
34
34
|
value
|
|
35
35
|
end
|
|
36
36
|
end
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpContainerClient
|
|
16
|
-
class
|
|
16
|
+
class Policy7e0Enum
|
|
17
17
|
ON_DEMAND = "on_demand".freeze
|
|
18
18
|
|
|
19
19
|
# Builds the enum from string
|
|
@@ -27,8 +27,8 @@ module PulpContainerClient
|
|
|
27
27
|
# @param [String] The enum value in the form of the string
|
|
28
28
|
# @return [String] The enum value
|
|
29
29
|
def build_from_hash(value)
|
|
30
|
-
constantValues =
|
|
31
|
-
raise "Invalid ENUM value #{value} for class #
|
|
30
|
+
constantValues = Policy7e0Enum.constants.select { |c| Policy7e0Enum::const_get(c) == value }
|
|
31
|
+
raise "Invalid ENUM value #{value} for class #Policy7e0Enum" if constantValues.empty?
|
|
32
32
|
value
|
|
33
33
|
end
|
|
34
34
|
end
|
|
@@ -64,8 +64,8 @@ require 'pulp_container_client/models/patchedcontainer_container_pull_through_re
|
|
|
64
64
|
require 'pulp_container_client/models/patchedcontainer_container_push_repository'
|
|
65
65
|
require 'pulp_container_client/models/patchedcontainer_container_remote'
|
|
66
66
|
require 'pulp_container_client/models/patchedcontainer_container_repository'
|
|
67
|
-
require 'pulp_container_client/models/
|
|
68
|
-
require 'pulp_container_client/models/
|
|
67
|
+
require 'pulp_container_client/models/policy692_enum'
|
|
68
|
+
require 'pulp_container_client/models/policy7e0_enum'
|
|
69
69
|
require 'pulp_container_client/models/recursive_manage'
|
|
70
70
|
require 'pulp_container_client/models/remove_image'
|
|
71
71
|
require 'pulp_container_client/models/remove_signatures'
|
|
@@ -36,6 +36,7 @@ describe 'ContentBlobsApi' do
|
|
|
36
36
|
# List blobs
|
|
37
37
|
# ViewSet for Blobs.
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
39
40
|
# @option opts [String] :digest Filter results where digest matches value
|
|
40
41
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
|
41
42
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
@@ -62,6 +63,7 @@ describe 'ContentBlobsApi' do
|
|
|
62
63
|
# ViewSet for Blobs.
|
|
63
64
|
# @param container_blob_href
|
|
64
65
|
# @param [Hash] opts the optional parameters
|
|
66
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
65
67
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
66
68
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
67
69
|
# @return [ContainerBlobResponse]
|
|
@@ -36,6 +36,7 @@ describe 'ContentManifestsApi' do
|
|
|
36
36
|
# List manifests
|
|
37
37
|
# ViewSet for Manifest.
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
39
40
|
# @option opts [String] :digest Filter results where digest matches value
|
|
40
41
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
|
41
42
|
# @option opts [Boolean] :is_bootable Filter results where is_bootable matches value
|
|
@@ -65,6 +66,7 @@ describe 'ContentManifestsApi' do
|
|
|
65
66
|
# ViewSet for Manifest.
|
|
66
67
|
# @param container_manifest_href
|
|
67
68
|
# @param [Hash] opts the optional parameters
|
|
69
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
68
70
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
69
71
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
70
72
|
# @return [ContainerManifestResponse]
|
|
@@ -36,6 +36,7 @@ describe 'ContentSignaturesApi' do
|
|
|
36
36
|
# List manifest signatures
|
|
37
37
|
# ViewSet for image signatures.
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
39
40
|
# @option opts [String] :digest Filter results where digest matches value
|
|
40
41
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
|
41
42
|
# @option opts [String] :key_id Filter results where key_id matches value
|
|
@@ -74,6 +75,7 @@ describe 'ContentSignaturesApi' do
|
|
|
74
75
|
# ViewSet for image signatures.
|
|
75
76
|
# @param container_manifest_signature_href
|
|
76
77
|
# @param [Hash] opts the optional parameters
|
|
78
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
77
79
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
78
80
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
79
81
|
# @return [ContainerManifestSignatureResponse]
|
|
@@ -36,6 +36,7 @@ describe 'ContentTagsApi' do
|
|
|
36
36
|
# List tags
|
|
37
37
|
# ViewSet for Tag.
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
39
40
|
# @option opts [Array<String>] :digest Multiple values may be separated by commas.
|
|
40
41
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
41
42
|
# @option opts [Array<String>] :media_type * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json
|
|
@@ -64,6 +65,7 @@ describe 'ContentTagsApi' do
|
|
|
64
65
|
# ViewSet for Tag.
|
|
65
66
|
# @param container_tag_href
|
|
66
67
|
# @param [Hash] opts the optional parameters
|
|
68
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
67
69
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
68
70
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
69
71
|
# @return [ContainerTagResponse]
|