pulp_container_client 2.19.7 → 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.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -6
  3. data/docs/ContainerContainerDistribution.md +7 -7
  4. data/docs/ContainerContainerDistributionResponse.md +9 -9
  5. data/docs/ContainerContainerPullThroughDistribution.md +7 -7
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -9
  7. data/docs/ContainerContainerPullThroughRemote.md +1 -1
  8. data/docs/ContainerContainerPullThroughRemoteResponse.md +1 -1
  9. data/docs/ContainerContainerPushRepository.md +6 -6
  10. data/docs/ContainerContainerPushRepositoryResponse.md +10 -10
  11. data/docs/ContainerContainerRemote.md +1 -1
  12. data/docs/ContainerContainerRemoteResponse.md +1 -1
  13. data/docs/ContainerManifestResponse.md +2 -2
  14. data/docs/ContentBlobsApi.md +4 -0
  15. data/docs/ContentManifestsApi.md +4 -0
  16. data/docs/ContentSignaturesApi.md +4 -0
  17. data/docs/ContentTagsApi.md +4 -0
  18. data/docs/DistributionsContainerApi.md +56 -16
  19. data/docs/DistributionsPullThroughApi.md +56 -16
  20. data/docs/OCIBuildImage.md +1 -1
  21. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  22. data/docs/PatchedcontainerContainerPullThroughDistribution.md +7 -7
  23. data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
  24. data/docs/PatchedcontainerContainerPushRepository.md +6 -6
  25. data/docs/PatchedcontainerContainerRemote.md +1 -1
  26. data/docs/{Policy762Enum.md → Policy692Enum.md} +2 -2
  27. data/docs/{Policy8e2Enum.md → Policy7e0Enum.md} +2 -2
  28. data/docs/PulpContainerNamespacesApi.md +32 -8
  29. data/docs/RemotesContainerApi.md +56 -16
  30. data/docs/RemotesPullThroughApi.md +56 -16
  31. data/docs/RepositoriesContainerApi.md +108 -34
  32. data/docs/RepositoriesContainerPushApi.md +62 -18
  33. data/docs/RepositoriesContainerPushVersionsApi.md +16 -4
  34. data/docs/RepositoriesContainerVersionsApi.md +16 -4
  35. data/docs/TokenApi.md +13 -3
  36. data/lib/pulp_container_client/api/content_blobs_api.rb +6 -0
  37. data/lib/pulp_container_client/api/content_manifests_api.rb +6 -0
  38. data/lib/pulp_container_client/api/content_signatures_api.rb +6 -0
  39. data/lib/pulp_container_client/api/content_tags_api.rb +6 -0
  40. data/lib/pulp_container_client/api/distributions_container_api.rb +36 -0
  41. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +36 -0
  42. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +24 -0
  43. data/lib/pulp_container_client/api/remotes_container_api.rb +36 -0
  44. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +36 -0
  45. data/lib/pulp_container_client/api/repositories_container_api.rb +65 -2
  46. data/lib/pulp_container_client/api/repositories_container_push_api.rb +39 -0
  47. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +12 -0
  48. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +12 -0
  49. data/lib/pulp_container_client/api/token_api.rb +9 -0
  50. data/lib/pulp_container_client/models/container_container_distribution.rb +29 -29
  51. data/lib/pulp_container_client/models/container_container_distribution_response.rb +38 -38
  52. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +29 -29
  53. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +38 -38
  54. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +1 -1
  55. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +1 -1
  56. data/lib/pulp_container_client/models/container_container_push_repository.rb +38 -38
  57. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +46 -46
  58. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  59. data/lib/pulp_container_client/models/container_container_remote_response.rb +1 -1
  60. data/lib/pulp_container_client/models/container_manifest_response.rb +2 -2
  61. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  62. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +29 -29
  63. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +29 -29
  64. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +1 -1
  65. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +38 -38
  66. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  67. data/lib/pulp_container_client/models/{policy762_enum.rb → policy692_enum.rb} +3 -3
  68. data/lib/pulp_container_client/models/{policy8e2_enum.rb → policy7e0_enum.rb} +3 -3
  69. data/lib/pulp_container_client/version.rb +1 -1
  70. data/lib/pulp_container_client.rb +2 -2
  71. data/spec/api/content_blobs_api_spec.rb +2 -0
  72. data/spec/api/content_manifests_api_spec.rb +2 -0
  73. data/spec/api/content_signatures_api_spec.rb +2 -0
  74. data/spec/api/content_tags_api_spec.rb +2 -0
  75. data/spec/api/distributions_container_api_spec.rb +12 -0
  76. data/spec/api/distributions_pull_through_api_spec.rb +12 -0
  77. data/spec/api/pulp_container_namespaces_api_spec.rb +8 -0
  78. data/spec/api/remotes_container_api_spec.rb +12 -0
  79. data/spec/api/remotes_pull_through_api_spec.rb +12 -0
  80. data/spec/api/repositories_container_api_spec.rb +22 -1
  81. data/spec/api/repositories_container_push_api_spec.rb +13 -0
  82. data/spec/api/repositories_container_push_versions_api_spec.rb +4 -0
  83. data/spec/api/repositories_container_versions_api_spec.rb +4 -0
  84. data/spec/api/token_api_spec.rb +3 -0
  85. data/spec/models/container_container_distribution_response_spec.rb +8 -8
  86. data/spec/models/container_container_distribution_spec.rb +6 -6
  87. data/spec/models/container_container_pull_through_distribution_response_spec.rb +8 -8
  88. data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
  89. data/spec/models/container_container_push_repository_response_spec.rb +8 -8
  90. data/spec/models/container_container_push_repository_spec.rb +5 -5
  91. data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
  92. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
  93. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  94. data/spec/models/{policy762_enum_spec.rb → policy692_enum_spec.rb} +6 -6
  95. data/spec/models/{policy8e2_enum_spec.rb → policy7e0_enum_spec.rb} +6 -6
  96. metadata +67 -67
@@ -15,61 +15,61 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class ContainerContainerPushRepositoryResponse
18
- # 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.
19
- attr_accessor :pulp_last_updated
20
-
21
- attr_accessor :pulp_labels
18
+ attr_accessor :latest_version_href
22
19
 
23
20
  attr_accessor :pulp_href
24
21
 
22
+ # 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.
23
+ attr_accessor :pulp_last_updated
24
+
25
25
  # Timestamp of creation.
26
26
  attr_accessor :pulp_created
27
27
 
28
+ # A unique name for this repository.
29
+ attr_accessor :name
30
+
31
+ attr_accessor :pulp_labels
32
+
28
33
  attr_accessor :versions_href
29
34
 
30
35
  # An optional description.
31
36
  attr_accessor :description
32
37
 
33
- # A unique name for this repository.
34
- attr_accessor :name
35
-
36
- # A reference to an associated signing service.
37
- attr_accessor :manifest_signing_service
38
-
39
38
  # Retain X versions of the repository. Default is null which retains all versions.
40
39
  attr_accessor :retain_repo_versions
41
40
 
42
- attr_accessor :latest_version_href
41
+ # A reference to an associated signing service.
42
+ attr_accessor :manifest_signing_service
43
43
 
44
44
  # Attribute mapping from ruby-style variable name to JSON key.
45
45
  def self.attribute_map
46
46
  {
47
- :'pulp_last_updated' => :'pulp_last_updated',
48
- :'pulp_labels' => :'pulp_labels',
47
+ :'latest_version_href' => :'latest_version_href',
49
48
  :'pulp_href' => :'pulp_href',
49
+ :'pulp_last_updated' => :'pulp_last_updated',
50
50
  :'pulp_created' => :'pulp_created',
51
+ :'name' => :'name',
52
+ :'pulp_labels' => :'pulp_labels',
51
53
  :'versions_href' => :'versions_href',
52
54
  :'description' => :'description',
53
- :'name' => :'name',
54
- :'manifest_signing_service' => :'manifest_signing_service',
55
55
  :'retain_repo_versions' => :'retain_repo_versions',
56
- :'latest_version_href' => :'latest_version_href'
56
+ :'manifest_signing_service' => :'manifest_signing_service'
57
57
  }
58
58
  end
59
59
 
60
60
  # Attribute type mapping.
61
61
  def self.openapi_types
62
62
  {
63
- :'pulp_last_updated' => :'DateTime',
64
- :'pulp_labels' => :'Hash<String, String>',
63
+ :'latest_version_href' => :'String',
65
64
  :'pulp_href' => :'String',
65
+ :'pulp_last_updated' => :'DateTime',
66
66
  :'pulp_created' => :'DateTime',
67
+ :'name' => :'String',
68
+ :'pulp_labels' => :'Hash<String, String>',
67
69
  :'versions_href' => :'String',
68
70
  :'description' => :'String',
69
- :'name' => :'String',
70
- :'manifest_signing_service' => :'String',
71
71
  :'retain_repo_versions' => :'Integer',
72
- :'latest_version_href' => :'String'
72
+ :'manifest_signing_service' => :'String'
73
73
  }
74
74
  end
75
75
 
@@ -77,8 +77,8 @@ module PulpContainerClient
77
77
  def self.openapi_nullable
78
78
  Set.new([
79
79
  :'description',
80
- :'manifest_signing_service',
81
80
  :'retain_repo_versions',
81
+ :'manifest_signing_service'
82
82
  ])
83
83
  end
84
84
 
@@ -97,46 +97,46 @@ module PulpContainerClient
97
97
  h[k.to_sym] = v
98
98
  }
99
99
 
100
- if attributes.key?(:'pulp_last_updated')
101
- self.pulp_last_updated = attributes[:'pulp_last_updated']
102
- end
103
-
104
- if attributes.key?(:'pulp_labels')
105
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
106
- self.pulp_labels = value
107
- end
100
+ if attributes.key?(:'latest_version_href')
101
+ self.latest_version_href = attributes[:'latest_version_href']
108
102
  end
109
103
 
110
104
  if attributes.key?(:'pulp_href')
111
105
  self.pulp_href = attributes[:'pulp_href']
112
106
  end
113
107
 
108
+ if attributes.key?(:'pulp_last_updated')
109
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
110
+ end
111
+
114
112
  if attributes.key?(:'pulp_created')
115
113
  self.pulp_created = attributes[:'pulp_created']
116
114
  end
117
115
 
118
- if attributes.key?(:'versions_href')
119
- self.versions_href = attributes[:'versions_href']
116
+ if attributes.key?(:'name')
117
+ self.name = attributes[:'name']
120
118
  end
121
119
 
122
- if attributes.key?(:'description')
123
- self.description = attributes[:'description']
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?(:'name')
127
- self.name = attributes[:'name']
126
+ if attributes.key?(:'versions_href')
127
+ self.versions_href = attributes[:'versions_href']
128
128
  end
129
129
 
130
- if attributes.key?(:'manifest_signing_service')
131
- self.manifest_signing_service = attributes[:'manifest_signing_service']
130
+ if attributes.key?(:'description')
131
+ self.description = attributes[:'description']
132
132
  end
133
133
 
134
134
  if attributes.key?(:'retain_repo_versions')
135
135
  self.retain_repo_versions = attributes[:'retain_repo_versions']
136
136
  end
137
137
 
138
- if attributes.key?(:'latest_version_href')
139
- self.latest_version_href = attributes[:'latest_version_href']
138
+ if attributes.key?(:'manifest_signing_service')
139
+ self.manifest_signing_service = attributes[:'manifest_signing_service']
140
140
  end
141
141
  end
142
142
 
@@ -178,16 +178,16 @@ module PulpContainerClient
178
178
  def ==(o)
179
179
  return true if self.equal?(o)
180
180
  self.class == o.class &&
181
- pulp_last_updated == o.pulp_last_updated &&
182
- pulp_labels == o.pulp_labels &&
181
+ latest_version_href == o.latest_version_href &&
183
182
  pulp_href == o.pulp_href &&
183
+ pulp_last_updated == o.pulp_last_updated &&
184
184
  pulp_created == o.pulp_created &&
185
+ name == o.name &&
186
+ pulp_labels == o.pulp_labels &&
185
187
  versions_href == o.versions_href &&
186
188
  description == o.description &&
187
- name == o.name &&
188
- manifest_signing_service == o.manifest_signing_service &&
189
189
  retain_repo_versions == o.retain_repo_versions &&
190
- latest_version_href == o.latest_version_href
190
+ manifest_signing_service == o.manifest_signing_service
191
191
  end
192
192
 
193
193
  # @see the `==` method
@@ -199,7 +199,7 @@ module PulpContainerClient
199
199
  # Calculates hash code according to all attributes.
200
200
  # @return [Integer] Hash code
201
201
  def hash
202
- [pulp_last_updated, pulp_labels, pulp_href, pulp_created, versions_href, description, name, manifest_signing_service, retain_repo_versions, latest_version_href].hash
202
+ [latest_version_href, pulp_href, pulp_last_updated, pulp_created, name, pulp_labels, versions_href, description, retain_repo_versions, manifest_signing_service].hash
203
203
  end
204
204
 
205
205
  # 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' => :'Policy762Enum',
140
+ :'policy' => :'Policy692Enum',
141
141
  :'total_timeout' => :'Float',
142
142
  :'connect_timeout' => :'Float',
143
143
  :'sock_connect_timeout' => :'Float',
@@ -130,7 +130,7 @@ module PulpContainerClient
130
130
  :'pulp_labels' => :'Hash<String, String>',
131
131
  :'download_concurrency' => :'Integer',
132
132
  :'max_retries' => :'Integer',
133
- :'policy' => :'Policy762Enum',
133
+ :'policy' => :'Policy692Enum',
134
134
  :'total_timeout' => :'Float',
135
135
  :'connect_timeout' => :'Float',
136
136
  :'sock_connect_timeout' => :'Float',
@@ -89,8 +89,8 @@ module PulpContainerClient
89
89
  :'listed_manifests' => :'Array<String>',
90
90
  :'config_blob' => :'String',
91
91
  :'blobs' => :'Array<String>',
92
- :'annotations' => :'Object',
93
- :'labels' => :'Object',
92
+ :'annotations' => :'AnyType',
93
+ :'labels' => :'AnyType',
94
94
  :'is_bootable' => :'Boolean',
95
95
  :'is_flatpak' => :'Boolean'
96
96
  }
@@ -43,7 +43,7 @@ module PulpContainerClient
43
43
  :'containerfile_artifact' => :'String',
44
44
  :'containerfile' => :'File',
45
45
  :'tag' => :'String',
46
- :'artifacts' => :'Object'
46
+ :'artifacts' => :'AnyType'
47
47
  }
48
48
  end
49
49
 
@@ -15,22 +15,22 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class PatchedcontainerContainerDistribution
18
- attr_accessor :pulp_labels
19
-
20
18
  # An optional content-guard. If none is specified, a default one will be used.
21
19
  attr_accessor :content_guard
22
20
 
23
- # The latest RepositoryVersion for this Repository will be served.
24
- attr_accessor :repository
25
-
26
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\")
27
22
  attr_accessor :base_path
28
23
 
24
+ # A unique name. Ex, `rawhide` and `stable`.
25
+ attr_accessor :name
26
+
29
27
  # Whether this distribution should be shown in the content app.
30
28
  attr_accessor :hidden
31
29
 
32
- # A unique name. Ex, `rawhide` and `stable`.
33
- attr_accessor :name
30
+ attr_accessor :pulp_labels
31
+
32
+ # The latest RepositoryVersion for this Repository will be served.
33
+ attr_accessor :repository
34
34
 
35
35
  # RepositoryVersion to be served
36
36
  attr_accessor :repository_version
@@ -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
47
  :'content_guard' => :'content_guard',
49
- :'repository' => :'repository',
50
48
  :'base_path' => :'base_path',
51
- :'hidden' => :'hidden',
52
49
  :'name' => :'name',
50
+ :'hidden' => :'hidden',
51
+ :'pulp_labels' => :'pulp_labels',
52
+ :'repository' => :'repository',
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
62
  :'content_guard' => :'String',
64
- :'repository' => :'String',
65
63
  :'base_path' => :'String',
66
- :'hidden' => :'Boolean',
67
64
  :'name' => :'String',
65
+ :'hidden' => :'Boolean',
66
+ :'pulp_labels' => :'Hash<String, String>',
67
+ :'repository' => :'String',
68
68
  :'repository_version' => :'String',
69
69
  :'private' => :'Boolean',
70
70
  :'description' => :'String'
@@ -95,32 +95,32 @@ module PulpContainerClient
95
95
  h[k.to_sym] = v
96
96
  }
97
97
 
98
- if attributes.key?(:'pulp_labels')
99
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
100
- self.pulp_labels = value
101
- end
102
- end
103
-
104
98
  if attributes.key?(:'content_guard')
105
99
  self.content_guard = attributes[:'content_guard']
106
100
  end
107
101
 
108
- if attributes.key?(:'repository')
109
- self.repository = attributes[:'repository']
110
- end
111
-
112
102
  if attributes.key?(:'base_path')
113
103
  self.base_path = attributes[:'base_path']
114
104
  end
115
105
 
106
+ if attributes.key?(:'name')
107
+ self.name = attributes[:'name']
108
+ end
109
+
116
110
  if attributes.key?(:'hidden')
117
111
  self.hidden = attributes[:'hidden']
118
112
  else
119
113
  self.hidden = false
120
114
  end
121
115
 
122
- if attributes.key?(:'name')
123
- self.name = attributes[:'name']
116
+ if attributes.key?(:'pulp_labels')
117
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
118
+ self.pulp_labels = value
119
+ end
120
+ end
121
+
122
+ if attributes.key?(:'repository')
123
+ self.repository = attributes[:'repository']
124
124
  end
125
125
 
126
126
  if attributes.key?(:'repository_version')
@@ -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
202
  content_guard == o.content_guard &&
204
- repository == o.repository &&
205
203
  base_path == o.base_path &&
206
- hidden == o.hidden &&
207
204
  name == o.name &&
205
+ hidden == o.hidden &&
206
+ pulp_labels == o.pulp_labels &&
207
+ repository == o.repository &&
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
- [pulp_labels, content_guard, repository, base_path, hidden, name, repository_version, private, description].hash
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
@@ -15,22 +15,22 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for a specialized pull-through distribution referencing sub-distributions.
17
17
  class PatchedcontainerContainerPullThroughDistribution
18
- attr_accessor :pulp_labels
19
-
20
18
  # An optional content-guard. If none is specified, a default one will be used.
21
19
  attr_accessor :content_guard
22
20
 
23
- # The latest RepositoryVersion for this Repository will be served.
24
- attr_accessor :repository
25
-
26
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\")
27
22
  attr_accessor :base_path
28
23
 
24
+ # A unique name. Ex, `rawhide` and `stable`.
25
+ attr_accessor :name
26
+
29
27
  # Whether this distribution should be shown in the content app.
30
28
  attr_accessor :hidden
31
29
 
32
- # A unique name. Ex, `rawhide` and `stable`.
33
- attr_accessor :name
30
+ attr_accessor :pulp_labels
31
+
32
+ # The latest RepositoryVersion for this Repository will be served.
33
+ attr_accessor :repository
34
34
 
35
35
  # Remote that can be used to fetch content when using pull-through caching.
36
36
  attr_accessor :remote
@@ -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
50
  :'content_guard' => :'content_guard',
52
- :'repository' => :'repository',
53
51
  :'base_path' => :'base_path',
54
- :'hidden' => :'hidden',
55
52
  :'name' => :'name',
53
+ :'hidden' => :'hidden',
54
+ :'pulp_labels' => :'pulp_labels',
55
+ :'repository' => :'repository',
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
66
  :'content_guard' => :'String',
68
- :'repository' => :'String',
69
67
  :'base_path' => :'String',
70
- :'hidden' => :'Boolean',
71
68
  :'name' => :'String',
69
+ :'hidden' => :'Boolean',
70
+ :'pulp_labels' => :'Hash<String, String>',
71
+ :'repository' => :'String',
72
72
  :'remote' => :'String',
73
73
  :'distributions' => :'Array<String>',
74
74
  :'private' => :'Boolean',
@@ -99,32 +99,32 @@ module PulpContainerClient
99
99
  h[k.to_sym] = v
100
100
  }
101
101
 
102
- if attributes.key?(:'pulp_labels')
103
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
104
- self.pulp_labels = value
105
- end
106
- end
107
-
108
102
  if attributes.key?(:'content_guard')
109
103
  self.content_guard = attributes[:'content_guard']
110
104
  end
111
105
 
112
- if attributes.key?(:'repository')
113
- self.repository = attributes[:'repository']
114
- end
115
-
116
106
  if attributes.key?(:'base_path')
117
107
  self.base_path = attributes[:'base_path']
118
108
  end
119
109
 
110
+ if attributes.key?(:'name')
111
+ self.name = attributes[:'name']
112
+ end
113
+
120
114
  if attributes.key?(:'hidden')
121
115
  self.hidden = attributes[:'hidden']
122
116
  else
123
117
  self.hidden = false
124
118
  end
125
119
 
126
- if attributes.key?(:'name')
127
- self.name = attributes[:'name']
120
+ if attributes.key?(:'pulp_labels')
121
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
122
+ self.pulp_labels = value
123
+ end
124
+ end
125
+
126
+ if attributes.key?(:'repository')
127
+ self.repository = attributes[:'repository']
128
128
  end
129
129
 
130
130
  if attributes.key?(:'remote')
@@ -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
212
  content_guard == o.content_guard &&
214
- repository == o.repository &&
215
213
  base_path == o.base_path &&
216
- hidden == o.hidden &&
217
214
  name == o.name &&
215
+ hidden == o.hidden &&
216
+ pulp_labels == o.pulp_labels &&
217
+ repository == o.repository &&
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
- [pulp_labels, content_guard, repository, base_path, hidden, name, remote, distributions, private, description].hash
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' => :'Policy8e2Enum',
123
+ :'policy' => :'Policy7e0Enum',
124
124
  :'total_timeout' => :'Float',
125
125
  :'connect_timeout' => :'Float',
126
126
  :'sock_connect_timeout' => :'Float',
@@ -15,39 +15,39 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class PatchedcontainerContainerPushRepository
18
+ # A unique name for this repository.
19
+ attr_accessor :name
20
+
18
21
  attr_accessor :pulp_labels
19
22
 
20
23
  # An optional description.
21
24
  attr_accessor :description
22
25
 
23
- # A unique name for this repository.
24
- attr_accessor :name
26
+ # Retain X versions of the repository. Default is null which retains all versions.
27
+ attr_accessor :retain_repo_versions
25
28
 
26
29
  # A reference to an associated signing service.
27
30
  attr_accessor :manifest_signing_service
28
31
 
29
- # Retain X versions of the repository. Default is null which retains all versions.
30
- attr_accessor :retain_repo_versions
31
-
32
32
  # Attribute mapping from ruby-style variable name to JSON key.
33
33
  def self.attribute_map
34
34
  {
35
+ :'name' => :'name',
35
36
  :'pulp_labels' => :'pulp_labels',
36
37
  :'description' => :'description',
37
- :'name' => :'name',
38
- :'manifest_signing_service' => :'manifest_signing_service',
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
+ :'name' => :'String',
46
47
  :'pulp_labels' => :'Hash<String, String>',
47
48
  :'description' => :'String',
48
- :'name' => :'String',
49
- :'manifest_signing_service' => :'String',
50
- :'retain_repo_versions' => :'Integer'
49
+ :'retain_repo_versions' => :'Integer',
50
+ :'manifest_signing_service' => :'String'
51
51
  }
52
52
  end
53
53
 
@@ -55,8 +55,8 @@ module PulpContainerClient
55
55
  def self.openapi_nullable
56
56
  Set.new([
57
57
  :'description',
58
- :'manifest_signing_service',
59
- :'retain_repo_versions'
58
+ :'retain_repo_versions',
59
+ :'manifest_signing_service'
60
60
  ])
61
61
  end
62
62
 
@@ -75,6 +75,10 @@ module PulpContainerClient
75
75
  h[k.to_sym] = v
76
76
  }
77
77
 
78
+ if attributes.key?(:'name')
79
+ self.name = attributes[:'name']
80
+ end
81
+
78
82
  if attributes.key?(:'pulp_labels')
79
83
  if (value = attributes[:'pulp_labels']).is_a?(Hash)
80
84
  self.pulp_labels = value
@@ -85,31 +89,27 @@ module PulpContainerClient
85
89
  self.description = attributes[:'description']
86
90
  end
87
91
 
88
- if attributes.key?(:'name')
89
- self.name = attributes[:'name']
92
+ if attributes.key?(:'retain_repo_versions')
93
+ self.retain_repo_versions = attributes[:'retain_repo_versions']
90
94
  end
91
95
 
92
96
  if attributes.key?(:'manifest_signing_service')
93
97
  self.manifest_signing_service = attributes[:'manifest_signing_service']
94
98
  end
95
-
96
- if attributes.key?(:'retain_repo_versions')
97
- self.retain_repo_versions = attributes[:'retain_repo_versions']
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 !@name.nil? && @name.to_s.length < 1
110
106
  invalid_properties.push('invalid value for "name", the character length must be great 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 !@retain_repo_versions.nil? && @retain_repo_versions < 1
114
114
  invalid_properties.push('invalid value for "retain_repo_versions", must be greater 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 !@name.nil? && @name.to_s.length < 1
124
+ return false if !@description.nil? && @description.to_s.length < 1
125
125
  return false if !@retain_repo_versions.nil? && @retain_repo_versions < 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] name Value to be assigned
141
131
  def name=(name)
@@ -146,6 +136,16 @@ module PulpContainerClient
146
136
  @name = name
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] retain_repo_versions Value to be assigned
151
151
  def retain_repo_versions=(retain_repo_versions)
@@ -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
+ name == o.name &&
164
165
  pulp_labels == o.pulp_labels &&
165
166
  description == o.description &&
166
- name == o.name &&
167
- manifest_signing_service == o.manifest_signing_service &&
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
- [pulp_labels, description, name, manifest_signing_service, retain_repo_versions].hash
180
+ [name, pulp_labels, description, retain_repo_versions, manifest_signing_service].hash
181
181
  end
182
182
 
183
183
  # Builds the object from hash