pulp_container_client 2.15.7 → 2.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +27 -36
- data/docs/ContainerContainerDistribution.md +7 -7
- data/docs/ContainerContainerDistributionResponse.md +9 -9
- data/docs/ContainerContainerPushRepository.md +7 -7
- data/docs/ContainerContainerPushRepositoryResponse.md +14 -14
- data/docs/ContainerContainerRemoteResponseHiddenFields.md +2 -2
- data/docs/ContentBlobsApi.md +1 -3
- data/docs/ContentManifestsApi.md +1 -3
- data/docs/ContentSignaturesApi.md +1 -11
- data/docs/ContentTagsApi.md +1 -3
- data/docs/DistributionsContainerApi.md +10 -136
- data/docs/IndexDynamicApi.md +50 -0
- data/docs/IndexStaticApi.md +50 -0
- data/docs/PatchedcontainerContainerDistribution.md +7 -7
- data/docs/PatchedcontainerContainerPushRepository.md +7 -7
- data/docs/PulpContainerNamespacesApi.md +9 -23
- data/docs/RemotesContainerApi.md +9 -135
- data/docs/RepositoriesContainerApi.md +11 -137
- data/docs/RepositoriesContainerPushApi.md +10 -24
- data/docs/RepositoriesContainerPushVersionsApi.md +1 -3
- data/docs/RepositoriesContainerVersionsApi.md +1 -3
- data/docs/TokenApi.md +1 -1
- data/lib/pulp_container_client/api/content_blobs_api.rb +0 -3
- data/lib/pulp_container_client/api/content_manifests_api.rb +0 -3
- data/lib/pulp_container_client/api/content_signatures_api.rb +0 -15
- data/lib/pulp_container_client/api/content_tags_api.rb +0 -3
- data/lib/pulp_container_client/api/distributions_container_api.rb +0 -163
- data/lib/pulp_container_client/api/index_dynamic_api.rb +74 -0
- data/lib/pulp_container_client/api/index_static_api.rb +74 -0
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -23
- data/lib/pulp_container_client/api/remotes_container_api.rb +0 -163
- data/lib/pulp_container_client/api/repositories_container_api.rb +2 -165
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -23
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +0 -3
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +0 -3
- data/lib/pulp_container_client/configuration.rb +3 -3
- data/lib/pulp_container_client/models/container_container_distribution.rb +53 -53
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +43 -43
- data/lib/pulp_container_client/models/container_container_push_repository.rb +46 -46
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +54 -54
- data/lib/pulp_container_client/models/container_container_remote_response_hidden_fields.rb +0 -10
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +44 -44
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +46 -46
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +2 -4
- data/spec/api/content_blobs_api_spec.rb +0 -1
- data/spec/api/content_manifests_api_spec.rb +0 -1
- data/spec/api/content_signatures_api_spec.rb +0 -5
- data/spec/api/content_tags_api_spec.rb +0 -1
- data/spec/api/distributions_container_api_spec.rb +0 -35
- data/spec/{models/set_label_spec.rb → api/index_dynamic_api_spec.rb} +11 -13
- data/spec/{models/unset_label_spec.rb → api/index_static_api_spec.rb} +12 -8
- data/spec/api/pulp_container_namespaces_api_spec.rb +0 -9
- data/spec/api/remotes_container_api_spec.rb +0 -35
- data/spec/api/repositories_container_api_spec.rb +1 -36
- data/spec/api/repositories_container_push_api_spec.rb +0 -9
- data/spec/api/repositories_container_push_versions_api_spec.rb +0 -1
- data/spec/api/repositories_container_versions_api_spec.rb +0 -1
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/container_container_distribution_response_spec.rb +8 -8
- data/spec/models/container_container_distribution_spec.rb +6 -6
- data/spec/models/container_container_push_repository_response_spec.rb +8 -8
- data/spec/models/container_container_push_repository_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- metadata +71 -79
- data/docs/SetLabel.md +0 -19
- data/docs/SetLabelResponse.md +0 -19
- data/docs/UnsetLabel.md +0 -17
- data/docs/UnsetLabelResponse.md +0 -19
- data/lib/pulp_container_client/models/set_label.rb +0 -252
- data/lib/pulp_container_client/models/set_label_response.rb +0 -243
- data/lib/pulp_container_client/models/unset_label.rb +0 -242
- data/lib/pulp_container_client/models/unset_label_response.rb +0 -242
- data/spec/models/set_label_response_spec.rb +0 -47
- data/spec/models/unset_label_response_spec.rb +0 -47
@@ -15,65 +15,65 @@ require 'date'
|
|
15
15
|
module PulpContainerClient
|
16
16
|
# Serializer for Container Push Repositories.
|
17
17
|
class ContainerContainerPushRepositoryResponse
|
18
|
-
|
18
|
+
# Timestamp of creation.
|
19
|
+
attr_accessor :pulp_created
|
19
20
|
|
20
|
-
#
|
21
|
-
attr_accessor :
|
21
|
+
# A reference to an associated signing service.
|
22
|
+
attr_accessor :manifest_signing_service
|
23
|
+
|
24
|
+
attr_accessor :pulp_labels
|
22
25
|
|
23
26
|
# Retain X versions of the repository. Default is null which retains all versions.
|
24
27
|
attr_accessor :retain_repo_versions
|
25
28
|
|
26
|
-
#
|
27
|
-
attr_accessor :
|
28
|
-
|
29
|
-
# A unique name for this repository.
|
30
|
-
attr_accessor :name
|
29
|
+
# An optional description.
|
30
|
+
attr_accessor :description
|
31
31
|
|
32
|
-
attr_accessor :
|
32
|
+
attr_accessor :latest_version_href
|
33
33
|
|
34
34
|
attr_accessor :versions_href
|
35
35
|
|
36
|
-
|
37
|
-
attr_accessor :pulp_created
|
36
|
+
attr_accessor :pulp_href
|
38
37
|
|
39
|
-
|
38
|
+
# A unique name for this repository.
|
39
|
+
attr_accessor :name
|
40
40
|
|
41
41
|
# Attribute mapping from ruby-style variable name to JSON key.
|
42
42
|
def self.attribute_map
|
43
43
|
{
|
44
|
-
:'
|
45
|
-
:'description' => :'description',
|
46
|
-
:'retain_repo_versions' => :'retain_repo_versions',
|
44
|
+
:'pulp_created' => :'pulp_created',
|
47
45
|
:'manifest_signing_service' => :'manifest_signing_service',
|
48
|
-
:'
|
49
|
-
:'
|
46
|
+
:'pulp_labels' => :'pulp_labels',
|
47
|
+
:'retain_repo_versions' => :'retain_repo_versions',
|
48
|
+
:'description' => :'description',
|
49
|
+
:'latest_version_href' => :'latest_version_href',
|
50
50
|
:'versions_href' => :'versions_href',
|
51
|
-
:'
|
52
|
-
:'
|
51
|
+
:'pulp_href' => :'pulp_href',
|
52
|
+
:'name' => :'name'
|
53
53
|
}
|
54
54
|
end
|
55
55
|
|
56
56
|
# Attribute type mapping.
|
57
57
|
def self.openapi_types
|
58
58
|
{
|
59
|
-
:'
|
60
|
-
:'description' => :'String',
|
61
|
-
:'retain_repo_versions' => :'Integer',
|
59
|
+
:'pulp_created' => :'DateTime',
|
62
60
|
:'manifest_signing_service' => :'String',
|
63
|
-
:'
|
64
|
-
:'
|
61
|
+
:'pulp_labels' => :'Hash<String, String>',
|
62
|
+
:'retain_repo_versions' => :'Integer',
|
63
|
+
:'description' => :'String',
|
64
|
+
:'latest_version_href' => :'String',
|
65
65
|
:'versions_href' => :'String',
|
66
|
-
:'
|
67
|
-
:'
|
66
|
+
:'pulp_href' => :'String',
|
67
|
+
:'name' => :'String'
|
68
68
|
}
|
69
69
|
end
|
70
70
|
|
71
71
|
# List of attributes with nullable: true
|
72
72
|
def self.openapi_nullable
|
73
73
|
Set.new([
|
74
|
-
:'description',
|
75
|
-
:'retain_repo_versions',
|
76
74
|
:'manifest_signing_service',
|
75
|
+
:'retain_repo_versions',
|
76
|
+
:'description',
|
77
77
|
])
|
78
78
|
end
|
79
79
|
|
@@ -92,42 +92,42 @@ module PulpContainerClient
|
|
92
92
|
h[k.to_sym] = v
|
93
93
|
}
|
94
94
|
|
95
|
-
if attributes.key?(:'
|
96
|
-
self.
|
95
|
+
if attributes.key?(:'pulp_created')
|
96
|
+
self.pulp_created = attributes[:'pulp_created']
|
97
97
|
end
|
98
98
|
|
99
|
-
if attributes.key?(:'
|
100
|
-
self.
|
99
|
+
if attributes.key?(:'manifest_signing_service')
|
100
|
+
self.manifest_signing_service = attributes[:'manifest_signing_service']
|
101
101
|
end
|
102
102
|
|
103
|
-
if attributes.key?(:'
|
104
|
-
|
103
|
+
if attributes.key?(:'pulp_labels')
|
104
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
105
|
+
self.pulp_labels = value
|
106
|
+
end
|
105
107
|
end
|
106
108
|
|
107
|
-
if attributes.key?(:'
|
108
|
-
self.
|
109
|
+
if attributes.key?(:'retain_repo_versions')
|
110
|
+
self.retain_repo_versions = attributes[:'retain_repo_versions']
|
109
111
|
end
|
110
112
|
|
111
|
-
if attributes.key?(:'
|
112
|
-
self.
|
113
|
+
if attributes.key?(:'description')
|
114
|
+
self.description = attributes[:'description']
|
113
115
|
end
|
114
116
|
|
115
|
-
if attributes.key?(:'
|
116
|
-
self.
|
117
|
+
if attributes.key?(:'latest_version_href')
|
118
|
+
self.latest_version_href = attributes[:'latest_version_href']
|
117
119
|
end
|
118
120
|
|
119
121
|
if attributes.key?(:'versions_href')
|
120
122
|
self.versions_href = attributes[:'versions_href']
|
121
123
|
end
|
122
124
|
|
123
|
-
if attributes.key?(:'
|
124
|
-
self.
|
125
|
+
if attributes.key?(:'pulp_href')
|
126
|
+
self.pulp_href = attributes[:'pulp_href']
|
125
127
|
end
|
126
128
|
|
127
|
-
if attributes.key?(:'
|
128
|
-
|
129
|
-
self.pulp_labels = value
|
130
|
-
end
|
129
|
+
if attributes.key?(:'name')
|
130
|
+
self.name = attributes[:'name']
|
131
131
|
end
|
132
132
|
end
|
133
133
|
|
@@ -169,15 +169,15 @@ module PulpContainerClient
|
|
169
169
|
def ==(o)
|
170
170
|
return true if self.equal?(o)
|
171
171
|
self.class == o.class &&
|
172
|
-
|
173
|
-
description == o.description &&
|
174
|
-
retain_repo_versions == o.retain_repo_versions &&
|
172
|
+
pulp_created == o.pulp_created &&
|
175
173
|
manifest_signing_service == o.manifest_signing_service &&
|
176
|
-
|
177
|
-
|
174
|
+
pulp_labels == o.pulp_labels &&
|
175
|
+
retain_repo_versions == o.retain_repo_versions &&
|
176
|
+
description == o.description &&
|
177
|
+
latest_version_href == o.latest_version_href &&
|
178
178
|
versions_href == o.versions_href &&
|
179
|
-
|
180
|
-
|
179
|
+
pulp_href == o.pulp_href &&
|
180
|
+
name == o.name
|
181
181
|
end
|
182
182
|
|
183
183
|
# @see the `==` method
|
@@ -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
|
+
[pulp_created, manifest_signing_service, pulp_labels, retain_repo_versions, description, latest_version_href, versions_href, pulp_href, name].hash
|
193
193
|
end
|
194
194
|
|
195
195
|
# Builds the object from hash
|
@@ -68,22 +68,12 @@ module PulpContainerClient
|
|
68
68
|
# @return Array for valid properties with the reasons
|
69
69
|
def list_invalid_properties
|
70
70
|
invalid_properties = Array.new
|
71
|
-
if @name.nil?
|
72
|
-
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
73
|
-
end
|
74
|
-
|
75
|
-
if @is_set.nil?
|
76
|
-
invalid_properties.push('invalid value for "is_set", is_set cannot be nil.')
|
77
|
-
end
|
78
|
-
|
79
71
|
invalid_properties
|
80
72
|
end
|
81
73
|
|
82
74
|
# Check to see if the all the properties in the model are valid
|
83
75
|
# @return true if the model is valid
|
84
76
|
def valid?
|
85
|
-
return false if @name.nil?
|
86
|
-
return false if @is_set.nil?
|
87
77
|
true
|
88
78
|
end
|
89
79
|
|
@@ -15,23 +15,23 @@ require 'date'
|
|
15
15
|
module PulpContainerClient
|
16
16
|
# A serializer for ContainerDistribution.
|
17
17
|
class PatchedcontainerContainerDistribution
|
18
|
-
# A unique name. Ex, `rawhide` and `stable`.
|
19
|
-
attr_accessor :name
|
20
|
-
|
21
|
-
# An optional content-guard. If none is specified, a default one will be used.
|
22
|
-
attr_accessor :content_guard
|
23
|
-
|
24
18
|
# Whether this distribution should be shown in the content app.
|
25
19
|
attr_accessor :hidden
|
26
20
|
|
21
|
+
attr_accessor :pulp_labels
|
22
|
+
|
27
23
|
# The latest RepositoryVersion for this Repository will be served.
|
28
24
|
attr_accessor :repository
|
29
25
|
|
30
|
-
|
26
|
+
# An optional content-guard. If none is specified, a default one will be used.
|
27
|
+
attr_accessor :content_guard
|
31
28
|
|
32
29
|
# 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
30
|
attr_accessor :base_path
|
34
31
|
|
32
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
33
|
+
attr_accessor :name
|
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
|
-
:'name' => :'name',
|
48
|
-
:'content_guard' => :'content_guard',
|
49
47
|
:'hidden' => :'hidden',
|
50
|
-
:'repository' => :'repository',
|
51
48
|
:'pulp_labels' => :'pulp_labels',
|
49
|
+
:'repository' => :'repository',
|
50
|
+
:'content_guard' => :'content_guard',
|
52
51
|
:'base_path' => :'base_path',
|
52
|
+
:'name' => :'name',
|
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
|
-
:'name' => :'String',
|
63
|
-
:'content_guard' => :'String',
|
64
62
|
:'hidden' => :'Boolean',
|
65
|
-
:'repository' => :'String',
|
66
63
|
:'pulp_labels' => :'Hash<String, String>',
|
64
|
+
:'repository' => :'String',
|
65
|
+
:'content_guard' => :'String',
|
67
66
|
:'base_path' => :'String',
|
67
|
+
:'name' => :'String',
|
68
68
|
:'repository_version' => :'String',
|
69
69
|
:'private' => :'Boolean',
|
70
70
|
:'description' => :'String'
|
@@ -95,34 +95,34 @@ module PulpContainerClient
|
|
95
95
|
h[k.to_sym] = v
|
96
96
|
}
|
97
97
|
|
98
|
-
if attributes.key?(:'name')
|
99
|
-
self.name = attributes[:'name']
|
100
|
-
end
|
101
|
-
|
102
|
-
if attributes.key?(:'content_guard')
|
103
|
-
self.content_guard = attributes[:'content_guard']
|
104
|
-
end
|
105
|
-
|
106
98
|
if attributes.key?(:'hidden')
|
107
99
|
self.hidden = attributes[:'hidden']
|
108
100
|
else
|
109
101
|
self.hidden = false
|
110
102
|
end
|
111
103
|
|
112
|
-
if attributes.key?(:'repository')
|
113
|
-
self.repository = attributes[:'repository']
|
114
|
-
end
|
115
|
-
|
116
104
|
if attributes.key?(:'pulp_labels')
|
117
105
|
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
118
106
|
self.pulp_labels = value
|
119
107
|
end
|
120
108
|
end
|
121
109
|
|
110
|
+
if attributes.key?(:'repository')
|
111
|
+
self.repository = attributes[:'repository']
|
112
|
+
end
|
113
|
+
|
114
|
+
if attributes.key?(:'content_guard')
|
115
|
+
self.content_guard = attributes[:'content_guard']
|
116
|
+
end
|
117
|
+
|
122
118
|
if attributes.key?(:'base_path')
|
123
119
|
self.base_path = attributes[:'base_path']
|
124
120
|
end
|
125
121
|
|
122
|
+
if attributes.key?(:'name')
|
123
|
+
self.name = attributes[:'name']
|
124
|
+
end
|
125
|
+
|
126
126
|
if attributes.key?(:'repository_version')
|
127
127
|
self.repository_version = attributes[:'repository_version']
|
128
128
|
end
|
@@ -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
|
-
name == o.name &&
|
203
|
-
content_guard == o.content_guard &&
|
204
202
|
hidden == o.hidden &&
|
205
|
-
repository == o.repository &&
|
206
203
|
pulp_labels == o.pulp_labels &&
|
204
|
+
repository == o.repository &&
|
205
|
+
content_guard == o.content_guard &&
|
207
206
|
base_path == o.base_path &&
|
207
|
+
name == o.name &&
|
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
|
+
[hidden, pulp_labels, repository, content_guard, base_path, name, repository_version, private, description].hash
|
223
223
|
end
|
224
224
|
|
225
225
|
# 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
|
-
#
|
19
|
-
attr_accessor :
|
18
|
+
# A reference to an associated signing service.
|
19
|
+
attr_accessor :manifest_signing_service
|
20
|
+
|
21
|
+
attr_accessor :pulp_labels
|
20
22
|
|
21
23
|
# Retain X versions of the repository. Default is null which retains all versions.
|
22
24
|
attr_accessor :retain_repo_versions
|
23
25
|
|
24
|
-
#
|
25
|
-
attr_accessor :
|
26
|
+
# An optional description.
|
27
|
+
attr_accessor :description
|
26
28
|
|
27
29
|
# A unique name for this repository.
|
28
30
|
attr_accessor :name
|
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
|
-
:'description' => :'description',
|
36
|
-
:'retain_repo_versions' => :'retain_repo_versions',
|
37
35
|
:'manifest_signing_service' => :'manifest_signing_service',
|
38
|
-
:'
|
39
|
-
:'
|
36
|
+
:'pulp_labels' => :'pulp_labels',
|
37
|
+
:'retain_repo_versions' => :'retain_repo_versions',
|
38
|
+
:'description' => :'description',
|
39
|
+
:'name' => :'name'
|
40
40
|
}
|
41
41
|
end
|
42
42
|
|
43
43
|
# Attribute type mapping.
|
44
44
|
def self.openapi_types
|
45
45
|
{
|
46
|
-
:'description' => :'String',
|
47
|
-
:'retain_repo_versions' => :'Integer',
|
48
46
|
:'manifest_signing_service' => :'String',
|
49
|
-
:'
|
50
|
-
:'
|
47
|
+
:'pulp_labels' => :'Hash<String, String>',
|
48
|
+
:'retain_repo_versions' => :'Integer',
|
49
|
+
:'description' => :'String',
|
50
|
+
:'name' => :'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
|
-
:'description',
|
58
|
-
:'retain_repo_versions',
|
59
57
|
:'manifest_signing_service',
|
58
|
+
:'retain_repo_versions',
|
59
|
+
:'description',
|
60
60
|
])
|
61
61
|
end
|
62
62
|
|
@@ -75,41 +75,41 @@ module PulpContainerClient
|
|
75
75
|
h[k.to_sym] = v
|
76
76
|
}
|
77
77
|
|
78
|
-
if attributes.key?(:'
|
79
|
-
self.
|
78
|
+
if attributes.key?(:'manifest_signing_service')
|
79
|
+
self.manifest_signing_service = attributes[:'manifest_signing_service']
|
80
|
+
end
|
81
|
+
|
82
|
+
if attributes.key?(:'pulp_labels')
|
83
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
84
|
+
self.pulp_labels = value
|
85
|
+
end
|
80
86
|
end
|
81
87
|
|
82
88
|
if attributes.key?(:'retain_repo_versions')
|
83
89
|
self.retain_repo_versions = attributes[:'retain_repo_versions']
|
84
90
|
end
|
85
91
|
|
86
|
-
if attributes.key?(:'
|
87
|
-
self.
|
92
|
+
if attributes.key?(:'description')
|
93
|
+
self.description = attributes[:'description']
|
88
94
|
end
|
89
95
|
|
90
96
|
if attributes.key?(:'name')
|
91
97
|
self.name = attributes[:'name']
|
92
98
|
end
|
93
|
-
|
94
|
-
if attributes.key?(:'pulp_labels')
|
95
|
-
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
96
|
-
self.pulp_labels = value
|
97
|
-
end
|
98
|
-
end
|
99
99
|
end
|
100
100
|
|
101
101
|
# Show invalid properties with the reasons. Usually used together with valid?
|
102
102
|
# @return Array for valid properties with the reasons
|
103
103
|
def list_invalid_properties
|
104
104
|
invalid_properties = Array.new
|
105
|
-
if !@description.nil? && @description.to_s.length < 1
|
106
|
-
invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
|
107
|
-
end
|
108
|
-
|
109
105
|
if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
110
106
|
invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
|
111
107
|
end
|
112
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
113
|
if !@name.nil? && @name.to_s.length < 1
|
114
114
|
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
115
115
|
end
|
@@ -120,22 +120,12 @@ module PulpContainerClient
|
|
120
120
|
# Check to see if the all the properties in the model are valid
|
121
121
|
# @return true if the model is valid
|
122
122
|
def valid?
|
123
|
-
return false if !@description.nil? && @description.to_s.length < 1
|
124
123
|
return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
124
|
+
return false if !@description.nil? && @description.to_s.length < 1
|
125
125
|
return false if !@name.nil? && @name.to_s.length < 1
|
126
126
|
true
|
127
127
|
end
|
128
128
|
|
129
|
-
# Custom attribute writer method with validation
|
130
|
-
# @param [Object] description Value to be assigned
|
131
|
-
def description=(description)
|
132
|
-
if !description.nil? && description.to_s.length < 1
|
133
|
-
fail ArgumentError, 'invalid value for "description", the character length must be great than or equal to 1.'
|
134
|
-
end
|
135
|
-
|
136
|
-
@description = description
|
137
|
-
end
|
138
|
-
|
139
129
|
# Custom attribute writer method with validation
|
140
130
|
# @param [Object] retain_repo_versions Value to be assigned
|
141
131
|
def retain_repo_versions=(retain_repo_versions)
|
@@ -146,6 +136,16 @@ module PulpContainerClient
|
|
146
136
|
@retain_repo_versions = retain_repo_versions
|
147
137
|
end
|
148
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
149
|
# Custom attribute writer method with validation
|
150
150
|
# @param [Object] name Value to be assigned
|
151
151
|
def name=(name)
|
@@ -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
|
-
description == o.description &&
|
165
|
-
retain_repo_versions == o.retain_repo_versions &&
|
166
164
|
manifest_signing_service == o.manifest_signing_service &&
|
167
|
-
|
168
|
-
|
165
|
+
pulp_labels == o.pulp_labels &&
|
166
|
+
retain_repo_versions == o.retain_repo_versions &&
|
167
|
+
description == o.description &&
|
168
|
+
name == o.name
|
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, pulp_labels, retain_repo_versions, description, name].hash
|
181
181
|
end
|
182
182
|
|
183
183
|
# Builds the object from hash
|
@@ -64,13 +64,9 @@ require 'pulp_container_client/models/remove_signatures_response'
|
|
64
64
|
require 'pulp_container_client/models/repair'
|
65
65
|
require 'pulp_container_client/models/repository_sign'
|
66
66
|
require 'pulp_container_client/models/repository_version_response'
|
67
|
-
require 'pulp_container_client/models/set_label'
|
68
|
-
require 'pulp_container_client/models/set_label_response'
|
69
67
|
require 'pulp_container_client/models/tag_copy'
|
70
68
|
require 'pulp_container_client/models/tag_image'
|
71
69
|
require 'pulp_container_client/models/un_tag_image'
|
72
|
-
require 'pulp_container_client/models/unset_label'
|
73
|
-
require 'pulp_container_client/models/unset_label_response'
|
74
70
|
|
75
71
|
# APIs
|
76
72
|
require 'pulp_container_client/api/content_blobs_api'
|
@@ -78,6 +74,8 @@ require 'pulp_container_client/api/content_manifests_api'
|
|
78
74
|
require 'pulp_container_client/api/content_signatures_api'
|
79
75
|
require 'pulp_container_client/api/content_tags_api'
|
80
76
|
require 'pulp_container_client/api/distributions_container_api'
|
77
|
+
require 'pulp_container_client/api/index_dynamic_api'
|
78
|
+
require 'pulp_container_client/api/index_static_api'
|
81
79
|
require 'pulp_container_client/api/pulp_container_namespaces_api'
|
82
80
|
require 'pulp_container_client/api/remotes_container_api'
|
83
81
|
require 'pulp_container_client/api/repositories_container_api'
|
@@ -43,7 +43,6 @@ describe 'ContentBlobsApi' do
|
|
43
43
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
44
44
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
45
45
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
46
|
-
# @option opts [String] :q
|
47
46
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
48
47
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
49
48
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -44,7 +44,6 @@ describe 'ContentManifestsApi' do
|
|
44
44
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
45
45
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
46
46
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
47
|
-
# @option opts [String] :q
|
48
47
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
49
48
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
50
49
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -45,17 +45,12 @@ describe 'ContentSignaturesApi' do
|
|
45
45
|
# @option opts [String] :name Filter results where name matches value
|
46
46
|
# @option opts [String] :name__contains Filter results where name contains value
|
47
47
|
# @option opts [String] :name__icontains Filter results where name contains value
|
48
|
-
# @option opts [String] :name__iexact Filter results where name matches value
|
49
48
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
50
|
-
# @option opts [String] :name__iregex Filter results where name matches regex value
|
51
|
-
# @option opts [String] :name__istartswith Filter results where name starts with value
|
52
|
-
# @option opts [String] :name__regex Filter results where name matches regex value
|
53
49
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
54
50
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
55
51
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `digest` - Digest * `-digest` - Digest (descending) * `type` - Type * `-type` - Type (descending) * `key_id` - Key id * `-key_id` - Key id (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
56
52
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
57
53
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
58
|
-
# @option opts [String] :q
|
59
54
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
60
55
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
61
56
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|