pulp_container_client 2.19.9 → 2.20.0

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.
Files changed (151) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -8
  3. data/docs/ContainerBlobResponse.md +0 -2
  4. data/docs/ContainerContainerDistribution.md +8 -8
  5. data/docs/ContainerContainerDistributionResponse.md +9 -11
  6. data/docs/ContainerContainerNamespaceResponse.md +0 -2
  7. data/docs/ContainerContainerPullThroughDistribution.md +8 -8
  8. data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -11
  9. data/docs/ContainerContainerPullThroughRemote.md +1 -1
  10. data/docs/ContainerContainerPullThroughRemoteResponse.md +3 -3
  11. data/docs/ContainerContainerPullThroughRemoteResponseHiddenFields.md +2 -2
  12. data/docs/ContainerContainerPushRepository.md +7 -7
  13. data/docs/ContainerContainerPushRepositoryResponse.md +13 -15
  14. data/docs/ContainerContainerRemote.md +1 -1
  15. data/docs/ContainerContainerRemoteResponse.md +3 -3
  16. data/docs/ContainerContainerRepositoryResponse.md +0 -2
  17. data/docs/ContainerManifestResponse.md +2 -6
  18. data/docs/ContainerManifestSignatureResponse.md +0 -2
  19. data/docs/ContainerTagResponse.md +0 -2
  20. data/docs/ContentBlobsApi.md +1 -5
  21. data/docs/ContentManifestsApi.md +3 -7
  22. data/docs/ContentSignaturesApi.md +1 -5
  23. data/docs/ContentTagsApi.md +1 -5
  24. data/docs/DistributionsContainerApi.md +17 -57
  25. data/docs/DistributionsPullThroughApi.md +17 -57
  26. data/docs/IndexDynamicApi.md +50 -0
  27. data/docs/IndexStaticApi.md +50 -0
  28. data/docs/OCIBuildImage.md +1 -1
  29. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  30. data/docs/PaginatedcontainerBlobResponseList.md +2 -2
  31. data/docs/PaginatedcontainerContainerDistributionResponseList.md +2 -2
  32. data/docs/PaginatedcontainerContainerNamespaceResponseList.md +2 -2
  33. data/docs/PaginatedcontainerContainerPullThroughDistributionResponseList.md +2 -2
  34. data/docs/PaginatedcontainerContainerPullThroughRemoteResponseList.md +2 -2
  35. data/docs/PaginatedcontainerContainerPushRepositoryResponseList.md +2 -2
  36. data/docs/PaginatedcontainerContainerRemoteResponseList.md +2 -2
  37. data/docs/PaginatedcontainerContainerRepositoryResponseList.md +2 -2
  38. data/docs/PaginatedcontainerManifestResponseList.md +2 -2
  39. data/docs/PaginatedcontainerManifestSignatureResponseList.md +2 -2
  40. data/docs/PaginatedcontainerTagResponseList.md +2 -2
  41. data/docs/PatchedcontainerContainerDistribution.md +8 -8
  42. data/docs/PatchedcontainerContainerPullThroughDistribution.md +8 -8
  43. data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
  44. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  45. data/docs/PatchedcontainerContainerRemote.md +1 -1
  46. data/docs/{Policy692Enum.md → Policy762Enum.md} +2 -2
  47. data/docs/{Policy7e0Enum.md → Policy8e2Enum.md} +2 -2
  48. data/docs/PulpContainerNamespacesApi.md +9 -33
  49. data/docs/RemotesContainerApi.md +17 -57
  50. data/docs/RemotesPullThroughApi.md +17 -57
  51. data/docs/RepositoriesContainerApi.md +35 -109
  52. data/docs/RepositoriesContainerPushApi.md +19 -63
  53. data/docs/RepositoriesContainerPushVersionsApi.md +5 -17
  54. data/docs/RepositoriesContainerVersionsApi.md +5 -17
  55. data/docs/RepositoryVersionResponse.md +0 -2
  56. data/docs/TokenApi.md +4 -14
  57. data/lib/pulp_container_client/api/content_blobs_api.rb +0 -6
  58. data/lib/pulp_container_client/api/content_manifests_api.rb +3 -9
  59. data/lib/pulp_container_client/api/content_signatures_api.rb +0 -6
  60. data/lib/pulp_container_client/api/content_tags_api.rb +0 -6
  61. data/lib/pulp_container_client/api/distributions_container_api.rb +0 -36
  62. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +0 -36
  63. data/lib/pulp_container_client/api/index_dynamic_api.rb +74 -0
  64. data/lib/pulp_container_client/api/index_static_api.rb +74 -0
  65. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -24
  66. data/lib/pulp_container_client/api/remotes_container_api.rb +0 -36
  67. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +0 -36
  68. data/lib/pulp_container_client/api/repositories_container_api.rb +2 -65
  69. data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -39
  70. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +0 -12
  71. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +0 -12
  72. data/lib/pulp_container_client/api/token_api.rb +0 -9
  73. data/lib/pulp_container_client/configuration.rb +2 -2
  74. data/lib/pulp_container_client/models/container_blob_response.rb +1 -11
  75. data/lib/pulp_container_client/models/container_container_distribution.rb +58 -58
  76. data/lib/pulp_container_client/models/container_container_distribution_response.rb +47 -57
  77. data/lib/pulp_container_client/models/container_container_namespace_response.rb +1 -11
  78. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +58 -58
  79. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +47 -57
  80. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +1 -1
  81. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +12 -12
  82. data/lib/pulp_container_client/models/container_container_pull_through_remote_response_hidden_fields.rb +0 -10
  83. data/lib/pulp_container_client/models/container_container_push_repository.rb +47 -47
  84. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +59 -69
  85. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  86. data/lib/pulp_container_client/models/container_container_remote_response.rb +12 -12
  87. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -11
  88. data/lib/pulp_container_client/models/container_manifest_response.rb +3 -28
  89. data/lib/pulp_container_client/models/container_manifest_signature_response.rb +1 -11
  90. data/lib/pulp_container_client/models/container_tag_response.rb +1 -11
  91. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  92. data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +0 -10
  93. data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +0 -10
  94. data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +0 -10
  95. data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +0 -10
  96. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +0 -10
  97. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +0 -10
  98. data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +0 -10
  99. data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +0 -10
  100. data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +0 -10
  101. data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +0 -10
  102. data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +0 -10
  103. data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +0 -10
  104. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +49 -49
  105. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +49 -49
  106. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +1 -1
  107. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +47 -47
  108. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  109. data/lib/pulp_container_client/models/{policy692_enum.rb → policy762_enum.rb} +3 -3
  110. data/lib/pulp_container_client/models/{policy7e0_enum.rb → policy8e2_enum.rb} +3 -3
  111. data/lib/pulp_container_client/models/repository_version_response.rb +1 -11
  112. data/lib/pulp_container_client/version.rb +1 -1
  113. data/lib/pulp_container_client.rb +4 -2
  114. data/spec/api/content_blobs_api_spec.rb +0 -2
  115. data/spec/api/content_manifests_api_spec.rb +1 -3
  116. data/spec/api/content_signatures_api_spec.rb +0 -2
  117. data/spec/api/content_tags_api_spec.rb +0 -2
  118. data/spec/api/distributions_container_api_spec.rb +0 -12
  119. data/spec/api/distributions_pull_through_api_spec.rb +0 -12
  120. data/spec/api/index_dynamic_api_spec.rb +45 -0
  121. data/spec/api/index_static_api_spec.rb +45 -0
  122. data/spec/api/pulp_container_namespaces_api_spec.rb +0 -8
  123. data/spec/api/remotes_container_api_spec.rb +0 -12
  124. data/spec/api/remotes_pull_through_api_spec.rb +0 -12
  125. data/spec/api/repositories_container_api_spec.rb +1 -22
  126. data/spec/api/repositories_container_push_api_spec.rb +0 -13
  127. data/spec/api/repositories_container_push_versions_api_spec.rb +0 -4
  128. data/spec/api/repositories_container_versions_api_spec.rb +0 -4
  129. data/spec/api/token_api_spec.rb +0 -3
  130. data/spec/configuration_spec.rb +3 -3
  131. data/spec/models/container_blob_response_spec.rb +0 -6
  132. data/spec/models/container_container_distribution_response_spec.rb +8 -14
  133. data/spec/models/container_container_distribution_spec.rb +5 -5
  134. data/spec/models/container_container_namespace_response_spec.rb +0 -6
  135. data/spec/models/container_container_pull_through_distribution_response_spec.rb +8 -14
  136. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  137. data/spec/models/container_container_pull_through_remote_response_spec.rb +6 -6
  138. data/spec/models/container_container_push_repository_response_spec.rb +9 -15
  139. data/spec/models/container_container_push_repository_spec.rb +4 -4
  140. data/spec/models/container_container_remote_response_spec.rb +6 -6
  141. data/spec/models/container_container_repository_response_spec.rb +0 -6
  142. data/spec/models/container_manifest_response_spec.rb +0 -12
  143. data/spec/models/container_manifest_signature_response_spec.rb +0 -6
  144. data/spec/models/container_tag_response_spec.rb +0 -6
  145. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  146. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  147. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  148. data/spec/models/{policy692_enum_spec.rb → policy762_enum_spec.rb} +6 -6
  149. data/spec/models/{policy7e0_enum_spec.rb → policy8e2_enum_spec.rb} +6 -6
  150. data/spec/models/repository_version_response_spec.rb +0 -6
  151. metadata +89 -81
@@ -15,20 +15,6 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for a specialized pull-through distribution referencing sub-distributions.
17
17
  class ContainerContainerPullThroughDistributionResponse
18
- # A unique name. Ex, `rawhide` and `stable`.
19
- attr_accessor :name
20
-
21
- attr_accessor :pulp_labels
22
-
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
- attr_accessor :base_path
25
-
26
- # Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
27
- attr_accessor :pulp_last_updated
28
-
29
- # The latest RepositoryVersion for this Repository will be served.
30
- attr_accessor :repository
31
-
32
18
  # An optional content-guard. If none is specified, a default one will be used.
33
19
  attr_accessor :content_guard
34
20
 
@@ -40,6 +26,17 @@ module PulpContainerClient
40
26
  # Timestamp of creation.
41
27
  attr_accessor :pulp_created
42
28
 
29
+ attr_accessor :pulp_labels
30
+
31
+ # The latest RepositoryVersion for this Repository will be served.
32
+ attr_accessor :repository
33
+
34
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
35
+ attr_accessor :base_path
36
+
37
+ # A unique name. Ex, `rawhide` and `stable`.
38
+ attr_accessor :name
39
+
43
40
  # Remote that can be used to fetch content when using pull-through caching.
44
41
  attr_accessor :remote
45
42
 
@@ -58,15 +55,14 @@ module PulpContainerClient
58
55
  # Attribute mapping from ruby-style variable name to JSON key.
59
56
  def self.attribute_map
60
57
  {
61
- :'name' => :'name',
62
- :'pulp_labels' => :'pulp_labels',
63
- :'base_path' => :'base_path',
64
- :'pulp_last_updated' => :'pulp_last_updated',
65
- :'repository' => :'repository',
66
58
  :'content_guard' => :'content_guard',
67
59
  :'hidden' => :'hidden',
68
60
  :'pulp_href' => :'pulp_href',
69
61
  :'pulp_created' => :'pulp_created',
62
+ :'pulp_labels' => :'pulp_labels',
63
+ :'repository' => :'repository',
64
+ :'base_path' => :'base_path',
65
+ :'name' => :'name',
70
66
  :'remote' => :'remote',
71
67
  :'distributions' => :'distributions',
72
68
  :'namespace' => :'namespace',
@@ -78,15 +74,14 @@ module PulpContainerClient
78
74
  # Attribute type mapping.
79
75
  def self.openapi_types
80
76
  {
81
- :'name' => :'String',
82
- :'pulp_labels' => :'Hash<String, String>',
83
- :'base_path' => :'String',
84
- :'pulp_last_updated' => :'DateTime',
85
- :'repository' => :'String',
86
77
  :'content_guard' => :'String',
87
78
  :'hidden' => :'Boolean',
88
79
  :'pulp_href' => :'String',
89
80
  :'pulp_created' => :'DateTime',
81
+ :'pulp_labels' => :'Hash<String, String>',
82
+ :'repository' => :'String',
83
+ :'base_path' => :'String',
84
+ :'name' => :'String',
90
85
  :'remote' => :'String',
91
86
  :'distributions' => :'Array<String>',
92
87
  :'namespace' => :'String',
@@ -118,28 +113,6 @@ module PulpContainerClient
118
113
  h[k.to_sym] = v
119
114
  }
120
115
 
121
- if attributes.key?(:'name')
122
- self.name = attributes[:'name']
123
- end
124
-
125
- if attributes.key?(:'pulp_labels')
126
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
127
- self.pulp_labels = value
128
- end
129
- end
130
-
131
- if attributes.key?(:'base_path')
132
- self.base_path = attributes[:'base_path']
133
- end
134
-
135
- if attributes.key?(:'pulp_last_updated')
136
- self.pulp_last_updated = attributes[:'pulp_last_updated']
137
- end
138
-
139
- if attributes.key?(:'repository')
140
- self.repository = attributes[:'repository']
141
- end
142
-
143
116
  if attributes.key?(:'content_guard')
144
117
  self.content_guard = attributes[:'content_guard']
145
118
  end
@@ -158,6 +131,24 @@ module PulpContainerClient
158
131
  self.pulp_created = attributes[:'pulp_created']
159
132
  end
160
133
 
134
+ if attributes.key?(:'pulp_labels')
135
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
136
+ self.pulp_labels = value
137
+ end
138
+ end
139
+
140
+ if attributes.key?(:'repository')
141
+ self.repository = attributes[:'repository']
142
+ end
143
+
144
+ if attributes.key?(:'base_path')
145
+ self.base_path = attributes[:'base_path']
146
+ end
147
+
148
+ if attributes.key?(:'name')
149
+ self.name = attributes[:'name']
150
+ end
151
+
161
152
  if attributes.key?(:'remote')
162
153
  self.remote = attributes[:'remote']
163
154
  end
@@ -185,14 +176,14 @@ module PulpContainerClient
185
176
  # @return Array for valid properties with the reasons
186
177
  def list_invalid_properties
187
178
  invalid_properties = Array.new
188
- if @name.nil?
189
- invalid_properties.push('invalid value for "name", name cannot be nil.')
190
- end
191
-
192
179
  if @base_path.nil?
193
180
  invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
194
181
  end
195
182
 
183
+ if @name.nil?
184
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
185
+ end
186
+
196
187
  if @remote.nil?
197
188
  invalid_properties.push('invalid value for "remote", remote cannot be nil.')
198
189
  end
@@ -203,8 +194,8 @@ module PulpContainerClient
203
194
  # Check to see if the all the properties in the model are valid
204
195
  # @return true if the model is valid
205
196
  def valid?
206
- return false if @name.nil?
207
197
  return false if @base_path.nil?
198
+ return false if @name.nil?
208
199
  return false if @remote.nil?
209
200
  true
210
201
  end
@@ -214,15 +205,14 @@ module PulpContainerClient
214
205
  def ==(o)
215
206
  return true if self.equal?(o)
216
207
  self.class == o.class &&
217
- name == o.name &&
218
- pulp_labels == o.pulp_labels &&
219
- base_path == o.base_path &&
220
- pulp_last_updated == o.pulp_last_updated &&
221
- repository == o.repository &&
222
208
  content_guard == o.content_guard &&
223
209
  hidden == o.hidden &&
224
210
  pulp_href == o.pulp_href &&
225
211
  pulp_created == o.pulp_created &&
212
+ pulp_labels == o.pulp_labels &&
213
+ repository == o.repository &&
214
+ base_path == o.base_path &&
215
+ name == o.name &&
226
216
  remote == o.remote &&
227
217
  distributions == o.distributions &&
228
218
  namespace == o.namespace &&
@@ -239,7 +229,7 @@ module PulpContainerClient
239
229
  # Calculates hash code according to all attributes.
240
230
  # @return [Integer] Hash code
241
231
  def hash
242
- [name, pulp_labels, base_path, pulp_last_updated, repository, content_guard, hidden, pulp_href, pulp_created, remote, distributions, namespace, private, description].hash
232
+ [content_guard, hidden, pulp_href, pulp_created, pulp_labels, repository, base_path, name, remote, distributions, namespace, private, description].hash
243
233
  end
244
234
 
245
235
  # 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' => :'Policy7e0Enum',
123
+ :'policy' => :'Policy8e2Enum',
124
124
  :'total_timeout' => :'Float',
125
125
  :'connect_timeout' => :'Float',
126
126
  :'sock_connect_timeout' => :'Float',
@@ -20,9 +20,6 @@ module PulpContainerClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
- # Timestamp of the most recent update of the remote.
24
- attr_accessor :pulp_last_updated
25
-
26
23
  # A unique name for this remote.
27
24
  attr_accessor :name
28
25
 
@@ -43,6 +40,9 @@ module PulpContainerClient
43
40
 
44
41
  attr_accessor :pulp_labels
45
42
 
43
+ # Timestamp of the most recent update of the remote.
44
+ attr_accessor :pulp_last_updated
45
+
46
46
  # Total number of simultaneous connections. If not set then the default value will be used.
47
47
  attr_accessor :download_concurrency
48
48
 
@@ -77,7 +77,6 @@ module PulpContainerClient
77
77
  {
78
78
  :'pulp_href' => :'pulp_href',
79
79
  :'pulp_created' => :'pulp_created',
80
- :'pulp_last_updated' => :'pulp_last_updated',
81
80
  :'name' => :'name',
82
81
  :'url' => :'url',
83
82
  :'ca_cert' => :'ca_cert',
@@ -85,6 +84,7 @@ module PulpContainerClient
85
84
  :'tls_validation' => :'tls_validation',
86
85
  :'proxy_url' => :'proxy_url',
87
86
  :'pulp_labels' => :'pulp_labels',
87
+ :'pulp_last_updated' => :'pulp_last_updated',
88
88
  :'download_concurrency' => :'download_concurrency',
89
89
  :'max_retries' => :'max_retries',
90
90
  :'policy' => :'policy',
@@ -103,7 +103,6 @@ module PulpContainerClient
103
103
  {
104
104
  :'pulp_href' => :'String',
105
105
  :'pulp_created' => :'DateTime',
106
- :'pulp_last_updated' => :'DateTime',
107
106
  :'name' => :'String',
108
107
  :'url' => :'String',
109
108
  :'ca_cert' => :'String',
@@ -111,9 +110,10 @@ module PulpContainerClient
111
110
  :'tls_validation' => :'Boolean',
112
111
  :'proxy_url' => :'String',
113
112
  :'pulp_labels' => :'Hash<String, String>',
113
+ :'pulp_last_updated' => :'DateTime',
114
114
  :'download_concurrency' => :'Integer',
115
115
  :'max_retries' => :'Integer',
116
- :'policy' => :'Policy7e0Enum',
116
+ :'policy' => :'Policy8e2Enum',
117
117
  :'total_timeout' => :'Float',
118
118
  :'connect_timeout' => :'Float',
119
119
  :'sock_connect_timeout' => :'Float',
@@ -163,10 +163,6 @@ module PulpContainerClient
163
163
  self.pulp_created = attributes[:'pulp_created']
164
164
  end
165
165
 
166
- if attributes.key?(:'pulp_last_updated')
167
- self.pulp_last_updated = attributes[:'pulp_last_updated']
168
- end
169
-
170
166
  if attributes.key?(:'name')
171
167
  self.name = attributes[:'name']
172
168
  end
@@ -197,6 +193,10 @@ module PulpContainerClient
197
193
  end
198
194
  end
199
195
 
196
+ if attributes.key?(:'pulp_last_updated')
197
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
198
+ end
199
+
200
200
  if attributes.key?(:'download_concurrency')
201
201
  self.download_concurrency = attributes[:'download_concurrency']
202
202
  end
@@ -347,7 +347,6 @@ module PulpContainerClient
347
347
  self.class == o.class &&
348
348
  pulp_href == o.pulp_href &&
349
349
  pulp_created == o.pulp_created &&
350
- pulp_last_updated == o.pulp_last_updated &&
351
350
  name == o.name &&
352
351
  url == o.url &&
353
352
  ca_cert == o.ca_cert &&
@@ -355,6 +354,7 @@ module PulpContainerClient
355
354
  tls_validation == o.tls_validation &&
356
355
  proxy_url == o.proxy_url &&
357
356
  pulp_labels == o.pulp_labels &&
357
+ pulp_last_updated == o.pulp_last_updated &&
358
358
  download_concurrency == o.download_concurrency &&
359
359
  max_retries == o.max_retries &&
360
360
  policy == o.policy &&
@@ -376,7 +376,7 @@ module PulpContainerClient
376
376
  # Calculates hash code according to all attributes.
377
377
  # @return [Integer] Hash code
378
378
  def hash
379
- [pulp_href, pulp_created, pulp_last_updated, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields].hash
379
+ [pulp_href, pulp_created, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, pulp_last_updated, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields].hash
380
380
  end
381
381
 
382
382
  # 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,48 +15,48 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class ContainerContainerPushRepository
18
- # An optional description.
19
- attr_accessor :description
20
-
21
- # A unique name for this repository.
22
- attr_accessor :name
23
-
24
- attr_accessor :pulp_labels
25
-
26
18
  # Retain X versions of the repository. Default is null which retains all versions.
27
19
  attr_accessor :retain_repo_versions
28
20
 
29
21
  # A reference to an associated signing service.
30
22
  attr_accessor :manifest_signing_service
31
23
 
24
+ attr_accessor :pulp_labels
25
+
26
+ # A unique name for this repository.
27
+ attr_accessor :name
28
+
29
+ # An optional description.
30
+ attr_accessor :description
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
- :'name' => :'name',
37
- :'pulp_labels' => :'pulp_labels',
38
35
  :'retain_repo_versions' => :'retain_repo_versions',
39
- :'manifest_signing_service' => :'manifest_signing_service'
36
+ :'manifest_signing_service' => :'manifest_signing_service',
37
+ :'pulp_labels' => :'pulp_labels',
38
+ :'name' => :'name',
39
+ :'description' => :'description'
40
40
  }
41
41
  end
42
42
 
43
43
  # Attribute type mapping.
44
44
  def self.openapi_types
45
45
  {
46
- :'description' => :'String',
47
- :'name' => :'String',
48
- :'pulp_labels' => :'Hash<String, String>',
49
46
  :'retain_repo_versions' => :'Integer',
50
- :'manifest_signing_service' => :'String'
47
+ :'manifest_signing_service' => :'String',
48
+ :'pulp_labels' => :'Hash<String, String>',
49
+ :'name' => :'String',
50
+ :'description' => :'String'
51
51
  }
52
52
  end
53
53
 
54
54
  # List of attributes with nullable: true
55
55
  def self.openapi_nullable
56
56
  Set.new([
57
- :'description',
58
57
  :'retain_repo_versions',
59
- :'manifest_signing_service'
58
+ :'manifest_signing_service',
59
+ :'description'
60
60
  ])
61
61
  end
62
62
 
@@ -75,12 +75,12 @@ module PulpContainerClient
75
75
  h[k.to_sym] = v
76
76
  }
77
77
 
78
- if attributes.key?(:'description')
79
- self.description = attributes[:'description']
78
+ if attributes.key?(:'retain_repo_versions')
79
+ self.retain_repo_versions = attributes[:'retain_repo_versions']
80
80
  end
81
81
 
82
- if attributes.key?(:'name')
83
- self.name = attributes[:'name']
82
+ if attributes.key?(:'manifest_signing_service')
83
+ self.manifest_signing_service = attributes[:'manifest_signing_service']
84
84
  end
85
85
 
86
86
  if attributes.key?(:'pulp_labels')
@@ -89,12 +89,12 @@ module PulpContainerClient
89
89
  end
90
90
  end
91
91
 
92
- if attributes.key?(:'retain_repo_versions')
93
- self.retain_repo_versions = attributes[:'retain_repo_versions']
92
+ if attributes.key?(:'name')
93
+ self.name = attributes[:'name']
94
94
  end
95
95
 
96
- if attributes.key?(:'manifest_signing_service')
97
- self.manifest_signing_service = attributes[:'manifest_signing_service']
96
+ if attributes.key?(:'description')
97
+ self.description = attributes[:'description']
98
98
  end
99
99
  end
100
100
 
@@ -102,8 +102,8 @@ module PulpContainerClient
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.')
105
+ if !@retain_repo_versions.nil? && @retain_repo_versions < 1
106
+ invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
107
107
  end
108
108
 
109
109
  if @name.nil?
@@ -114,8 +114,8 @@ module PulpContainerClient
114
114
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
115
115
  end
116
116
 
117
- if !@retain_repo_versions.nil? && @retain_repo_versions < 1
118
- invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
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
119
  end
120
120
 
121
121
  invalid_properties
@@ -124,21 +124,21 @@ module PulpContainerClient
124
124
  # Check to see if the all the properties in the model are valid
125
125
  # @return true if the model is valid
126
126
  def valid?
127
- return false if !@description.nil? && @description.to_s.length < 1
127
+ return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
128
128
  return false if @name.nil?
129
129
  return false if @name.to_s.length < 1
130
- 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
 
134
134
  # Custom attribute writer method with validation
135
- # @param [Object] description Value to be assigned
136
- def description=(description)
137
- if !description.nil? && description.to_s.length < 1
138
- fail ArgumentError, 'invalid value for "description", the character length must be great than or equal to 1.'
135
+ # @param [Object] retain_repo_versions Value to be assigned
136
+ def retain_repo_versions=(retain_repo_versions)
137
+ if !retain_repo_versions.nil? && retain_repo_versions < 1
138
+ fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
139
139
  end
140
140
 
141
- @description = description
141
+ @retain_repo_versions = retain_repo_versions
142
142
  end
143
143
 
144
144
  # Custom attribute writer method with validation
@@ -156,13 +156,13 @@ module PulpContainerClient
156
156
  end
157
157
 
158
158
  # Custom attribute writer method with validation
159
- # @param [Object] retain_repo_versions Value to be assigned
160
- def retain_repo_versions=(retain_repo_versions)
161
- if !retain_repo_versions.nil? && retain_repo_versions < 1
162
- fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
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
163
  end
164
164
 
165
- @retain_repo_versions = retain_repo_versions
165
+ @description = description
166
166
  end
167
167
 
168
168
  # Checks equality by comparing each attribute.
@@ -170,11 +170,11 @@ module PulpContainerClient
170
170
  def ==(o)
171
171
  return true if self.equal?(o)
172
172
  self.class == o.class &&
173
- description == o.description &&
174
- name == o.name &&
175
- pulp_labels == o.pulp_labels &&
176
173
  retain_repo_versions == o.retain_repo_versions &&
177
- manifest_signing_service == o.manifest_signing_service
174
+ manifest_signing_service == o.manifest_signing_service &&
175
+ pulp_labels == o.pulp_labels &&
176
+ name == o.name &&
177
+ description == o.description
178
178
  end
179
179
 
180
180
  # @see the `==` method
@@ -186,7 +186,7 @@ module PulpContainerClient
186
186
  # Calculates hash code according to all attributes.
187
187
  # @return [Integer] Hash code
188
188
  def hash
189
- [description, name, pulp_labels, retain_repo_versions, manifest_signing_service].hash
189
+ [retain_repo_versions, manifest_signing_service, pulp_labels, name, description].hash
190
190
  end
191
191
 
192
192
  # Builds the object from hash