pulp_container_client 2.15.0.dev1674270360 → 2.15.0.dev1674443130

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_container_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28572ee808819f04b1d88a2fd4ba80a7c8d4db79508fa52014be6f29c4ee3214
4
- data.tar.gz: ab3b8829f20c9bbd6698862cd13be642aea1d40bbe2fbf045eeaa3ff567f917d
3
+ metadata.gz: 4d231f494b71e0b0a185440d008ef5566e9aee9b1d45b2bb99de519ad184c3c8
4
+ data.tar.gz: 41778e5615ca2fb57acdf6b1baab4f5ba262e06347ef0d0f80d2c0e40d9666a8
5
5
  SHA512:
6
- metadata.gz: e788499554f98dcb418e3d8d8ae82f4af115b785c95da58fb5daa73da7162ff8dee6d4c2ed7ca6e9560a1884ccbee040950e30b8713ea325879f5bf7cb2274d3
7
- data.tar.gz: 1fbdd6435d8c691729a445e0c04e3cd4d4269da25c4ad538aada60d90e6000ab332364f8ddf360360cf711ff2a936c3eba33a4c8325b8b147c802e17f4177f86
6
+ metadata.gz: 4b122095ec4aa1a3493426c1ec0af802ea85b7137fe977a585d1c6cc979e0fe1c9e636e4588fef68b2c2786275ba2a3d906d589ac67833ff0b04ea91573b0f1a
7
+ data.tar.gz: 3c7f48a8f69c6f8205219ed835ee8207d23b3b5c34585da8389689bb0b4109dc97e48748b73e1c3f489188b39e589748f554aa9c18799815a519967fbfa1b7e3
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 2.15.0.dev1674270360
10
+ - Package version: 2.15.0.dev1674443130
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_container_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_container_client-2.15.0.dev1674270360.gem
27
+ gem install ./pulp_container_client-2.15.0.dev1674443130.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.15.0.dev1674270360.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.15.0.dev1674443130.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_container_client', '~> 2.15.0.dev1674270360'
36
+ gem 'pulp_container_client', '~> 2.15.0.dev1674443130'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -5,8 +5,8 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
8
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
9
8
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
10
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
11
11
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
12
12
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
@@ -19,8 +19,8 @@ Name | Type | Description | Notes
19
19
  require 'PulpContainerClient'
20
20
 
21
21
  instance = PulpContainerClient::ContainerContainerDistribution.new(pulp_labels: null,
22
- name: null,
23
22
  repository: null,
23
+ name: null,
24
24
  content_guard: null,
25
25
  base_path: null,
26
26
  repository_version: null,
@@ -6,9 +6,9 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
8
  **pulp_labels** | **Hash<String, String>** | | [optional]
9
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
9
  **pulp_href** | **String** | | [optional] [readonly]
11
10
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
12
12
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
13
13
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
14
14
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
@@ -24,9 +24,9 @@ require 'PulpContainerClient'
24
24
 
25
25
  instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_created: null,
26
26
  pulp_labels: null,
27
- name: null,
28
27
  pulp_href: null,
29
28
  repository: null,
29
+ name: null,
30
30
  content_guard: null,
31
31
  base_path: null,
32
32
  repository_version: null,
@@ -5,10 +5,10 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
8
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
8
9
  **name** | **String** | A unique name for this repository. |
9
- **description** | **String** | An optional description. | [optional]
10
10
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
11
+ **description** | **String** | An optional description. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
@@ -16,10 +16,10 @@ Name | Type | Description | Notes
16
16
  require 'PulpContainerClient'
17
17
 
18
18
  instance = PulpContainerClient::ContainerContainerPushRepository.new(pulp_labels: null,
19
+ retain_repo_versions: null,
19
20
  name: null,
20
- description: null,
21
21
  manifest_signing_service: null,
22
- retain_repo_versions: null)
22
+ description: null)
23
23
  ```
24
24
 
25
25
 
@@ -4,30 +4,30 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
7
8
  **pulp_labels** | **Hash<String, String>** | | [optional]
8
- **name** | **String** | A unique name for this repository. |
9
- **latest_version_href** | **String** | | [optional] [readonly]
10
- **description** | **String** | An optional description. | [optional]
11
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
12
9
  **pulp_href** | **String** | | [optional] [readonly]
13
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
14
10
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
15
11
  **versions_href** | **String** | | [optional] [readonly]
12
+ **name** | **String** | A unique name for this repository. |
13
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
14
+ **description** | **String** | An optional description. | [optional]
15
+ **latest_version_href** | **String** | | [optional] [readonly]
16
16
 
17
17
  ## Code Sample
18
18
 
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_labels: null,
23
- name: null,
24
- latest_version_href: null,
25
- description: null,
26
- manifest_signing_service: null,
22
+ instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_created: null,
23
+ pulp_labels: null,
27
24
  pulp_href: null,
28
- pulp_created: null,
29
25
  retain_repo_versions: null,
30
- versions_href: null)
26
+ versions_href: null,
27
+ name: null,
28
+ manifest_signing_service: null,
29
+ description: null,
30
+ latest_version_href: null)
31
31
  ```
32
32
 
33
33
 
@@ -5,8 +5,8 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
8
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
9
8
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
10
10
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
11
11
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
12
12
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
@@ -19,8 +19,8 @@ Name | Type | Description | Notes
19
19
  require 'PulpContainerClient'
20
20
 
21
21
  instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(pulp_labels: null,
22
- name: null,
23
22
  repository: null,
23
+ name: null,
24
24
  content_guard: null,
25
25
  base_path: null,
26
26
  repository_version: null,
@@ -5,10 +5,10 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
8
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
8
9
  **name** | **String** | A unique name for this repository. | [optional]
9
- **description** | **String** | An optional description. | [optional]
10
10
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
11
+ **description** | **String** | An optional description. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
@@ -16,10 +16,10 @@ Name | Type | Description | Notes
16
16
  require 'PulpContainerClient'
17
17
 
18
18
  instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(pulp_labels: null,
19
+ retain_repo_versions: null,
19
20
  name: null,
20
- description: null,
21
21
  manifest_signing_service: null,
22
- retain_repo_versions: null)
22
+ description: null)
23
23
  ```
24
24
 
25
25
 
@@ -17,12 +17,12 @@ module PulpContainerClient
17
17
  class ContainerContainerDistribution
18
18
  attr_accessor :pulp_labels
19
19
 
20
- # A unique name. Ex, `rawhide` and `stable`.
21
- attr_accessor :name
22
-
23
20
  # The latest RepositoryVersion for this Repository will be served.
24
21
  attr_accessor :repository
25
22
 
23
+ # A unique name. Ex, `rawhide` and `stable`.
24
+ attr_accessor :name
25
+
26
26
  # An optional content-guard. If none is specified, a default one will be used.
27
27
  attr_accessor :content_guard
28
28
 
@@ -42,8 +42,8 @@ module PulpContainerClient
42
42
  def self.attribute_map
43
43
  {
44
44
  :'pulp_labels' => :'pulp_labels',
45
- :'name' => :'name',
46
45
  :'repository' => :'repository',
46
+ :'name' => :'name',
47
47
  :'content_guard' => :'content_guard',
48
48
  :'base_path' => :'base_path',
49
49
  :'repository_version' => :'repository_version',
@@ -56,8 +56,8 @@ module PulpContainerClient
56
56
  def self.openapi_types
57
57
  {
58
58
  :'pulp_labels' => :'Hash<String, String>',
59
- :'name' => :'String',
60
59
  :'repository' => :'String',
60
+ :'name' => :'String',
61
61
  :'content_guard' => :'String',
62
62
  :'base_path' => :'String',
63
63
  :'repository_version' => :'String',
@@ -96,14 +96,14 @@ module PulpContainerClient
96
96
  end
97
97
  end
98
98
 
99
- if attributes.key?(:'name')
100
- self.name = attributes[:'name']
101
- end
102
-
103
99
  if attributes.key?(:'repository')
104
100
  self.repository = attributes[:'repository']
105
101
  end
106
102
 
103
+ if attributes.key?(:'name')
104
+ self.name = attributes[:'name']
105
+ end
106
+
107
107
  if attributes.key?(:'content_guard')
108
108
  self.content_guard = attributes[:'content_guard']
109
109
  end
@@ -207,8 +207,8 @@ module PulpContainerClient
207
207
  return true if self.equal?(o)
208
208
  self.class == o.class &&
209
209
  pulp_labels == o.pulp_labels &&
210
- name == o.name &&
211
210
  repository == o.repository &&
211
+ name == o.name &&
212
212
  content_guard == o.content_guard &&
213
213
  base_path == o.base_path &&
214
214
  repository_version == o.repository_version &&
@@ -225,7 +225,7 @@ module PulpContainerClient
225
225
  # Calculates hash code according to all attributes.
226
226
  # @return [Integer] Hash code
227
227
  def hash
228
- [pulp_labels, name, repository, content_guard, base_path, repository_version, private, description].hash
228
+ [pulp_labels, repository, name, content_guard, base_path, repository_version, private, description].hash
229
229
  end
230
230
 
231
231
  # Builds the object from hash
@@ -20,14 +20,14 @@ module PulpContainerClient
20
20
 
21
21
  attr_accessor :pulp_labels
22
22
 
23
- # A unique name. Ex, `rawhide` and `stable`.
24
- attr_accessor :name
25
-
26
23
  attr_accessor :pulp_href
27
24
 
28
25
  # The latest RepositoryVersion for this Repository will be served.
29
26
  attr_accessor :repository
30
27
 
28
+ # A unique name. Ex, `rawhide` and `stable`.
29
+ attr_accessor :name
30
+
31
31
  # An optional content-guard. If none is specified, a default one will be used.
32
32
  attr_accessor :content_guard
33
33
 
@@ -54,9 +54,9 @@ module PulpContainerClient
54
54
  {
55
55
  :'pulp_created' => :'pulp_created',
56
56
  :'pulp_labels' => :'pulp_labels',
57
- :'name' => :'name',
58
57
  :'pulp_href' => :'pulp_href',
59
58
  :'repository' => :'repository',
59
+ :'name' => :'name',
60
60
  :'content_guard' => :'content_guard',
61
61
  :'base_path' => :'base_path',
62
62
  :'repository_version' => :'repository_version',
@@ -72,9 +72,9 @@ module PulpContainerClient
72
72
  {
73
73
  :'pulp_created' => :'DateTime',
74
74
  :'pulp_labels' => :'Hash<String, String>',
75
- :'name' => :'String',
76
75
  :'pulp_href' => :'String',
77
76
  :'repository' => :'String',
77
+ :'name' => :'String',
78
78
  :'content_guard' => :'String',
79
79
  :'base_path' => :'String',
80
80
  :'repository_version' => :'String',
@@ -119,10 +119,6 @@ module PulpContainerClient
119
119
  end
120
120
  end
121
121
 
122
- if attributes.key?(:'name')
123
- self.name = attributes[:'name']
124
- end
125
-
126
122
  if attributes.key?(:'pulp_href')
127
123
  self.pulp_href = attributes[:'pulp_href']
128
124
  end
@@ -131,6 +127,10 @@ module PulpContainerClient
131
127
  self.repository = attributes[:'repository']
132
128
  end
133
129
 
130
+ if attributes.key?(:'name')
131
+ self.name = attributes[:'name']
132
+ end
133
+
134
134
  if attributes.key?(:'content_guard')
135
135
  self.content_guard = attributes[:'content_guard']
136
136
  end
@@ -190,9 +190,9 @@ module PulpContainerClient
190
190
  self.class == o.class &&
191
191
  pulp_created == o.pulp_created &&
192
192
  pulp_labels == o.pulp_labels &&
193
- name == o.name &&
194
193
  pulp_href == o.pulp_href &&
195
194
  repository == o.repository &&
195
+ name == o.name &&
196
196
  content_guard == o.content_guard &&
197
197
  base_path == o.base_path &&
198
198
  repository_version == o.repository_version &&
@@ -211,7 +211,7 @@ module PulpContainerClient
211
211
  # Calculates hash code according to all attributes.
212
212
  # @return [Integer] Hash code
213
213
  def hash
214
- [pulp_created, pulp_labels, name, pulp_href, repository, content_guard, base_path, repository_version, registry_path, namespace, private, description].hash
214
+ [pulp_created, pulp_labels, pulp_href, repository, name, content_guard, base_path, repository_version, registry_path, namespace, private, description].hash
215
215
  end
216
216
 
217
217
  # Builds the object from hash
@@ -17,26 +17,26 @@ module PulpContainerClient
17
17
  class ContainerContainerPushRepository
18
18
  attr_accessor :pulp_labels
19
19
 
20
+ # Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future.
21
+ attr_accessor :retain_repo_versions
22
+
20
23
  # A unique name for this repository.
21
24
  attr_accessor :name
22
25
 
23
- # An optional description.
24
- attr_accessor :description
25
-
26
26
  # A reference to an associated signing service.
27
27
  attr_accessor :manifest_signing_service
28
28
 
29
- # Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future.
30
- attr_accessor :retain_repo_versions
29
+ # An optional description.
30
+ attr_accessor :description
31
31
 
32
32
  # Attribute mapping from ruby-style variable name to JSON key.
33
33
  def self.attribute_map
34
34
  {
35
35
  :'pulp_labels' => :'pulp_labels',
36
+ :'retain_repo_versions' => :'retain_repo_versions',
36
37
  :'name' => :'name',
37
- :'description' => :'description',
38
38
  :'manifest_signing_service' => :'manifest_signing_service',
39
- :'retain_repo_versions' => :'retain_repo_versions'
39
+ :'description' => :'description'
40
40
  }
41
41
  end
42
42
 
@@ -44,19 +44,19 @@ module PulpContainerClient
44
44
  def self.openapi_types
45
45
  {
46
46
  :'pulp_labels' => :'Hash<String, String>',
47
+ :'retain_repo_versions' => :'Integer',
47
48
  :'name' => :'String',
48
- :'description' => :'String',
49
49
  :'manifest_signing_service' => :'String',
50
- :'retain_repo_versions' => :'Integer'
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',
57
+ :'retain_repo_versions',
58
58
  :'manifest_signing_service',
59
- :'retain_repo_versions'
59
+ :'description'
60
60
  ])
61
61
  end
62
62
 
@@ -81,20 +81,20 @@ module PulpContainerClient
81
81
  end
82
82
  end
83
83
 
84
- if attributes.key?(:'name')
85
- self.name = attributes[:'name']
84
+ if attributes.key?(:'retain_repo_versions')
85
+ self.retain_repo_versions = attributes[:'retain_repo_versions']
86
86
  end
87
87
 
88
- if attributes.key?(:'description')
89
- self.description = attributes[:'description']
88
+ if attributes.key?(:'name')
89
+ self.name = attributes[:'name']
90
90
  end
91
91
 
92
92
  if attributes.key?(:'manifest_signing_service')
93
93
  self.manifest_signing_service = attributes[:'manifest_signing_service']
94
94
  end
95
95
 
96
- if attributes.key?(:'retain_repo_versions')
97
- self.retain_repo_versions = attributes[:'retain_repo_versions']
96
+ if attributes.key?(:'description')
97
+ self.description = attributes[:'description']
98
98
  end
99
99
  end
100
100
 
@@ -102,6 +102,10 @@ 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 !@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
+ end
108
+
105
109
  if @name.nil?
106
110
  invalid_properties.push('invalid value for "name", name cannot be nil.')
107
111
  end
@@ -114,23 +118,29 @@ module PulpContainerClient
114
118
  invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
115
119
  end
116
120
 
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.')
119
- end
120
-
121
121
  invalid_properties
122
122
  end
123
123
 
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 !@retain_repo_versions.nil? && @retain_repo_versions < 1
127
128
  return false if @name.nil?
128
129
  return false if @name.to_s.length < 1
129
130
  return false if !@description.nil? && @description.to_s.length < 1
130
- return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
131
131
  true
132
132
  end
133
133
 
134
+ # Custom attribute writer method with validation
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
+ end
140
+
141
+ @retain_repo_versions = retain_repo_versions
142
+ end
143
+
134
144
  # Custom attribute writer method with validation
135
145
  # @param [Object] name Value to be assigned
136
146
  def name=(name)
@@ -155,26 +165,16 @@ module PulpContainerClient
155
165
  @description = description
156
166
  end
157
167
 
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.'
163
- end
164
-
165
- @retain_repo_versions = retain_repo_versions
166
- end
167
-
168
168
  # Checks equality by comparing each attribute.
169
169
  # @param [Object] Object to be compared
170
170
  def ==(o)
171
171
  return true if self.equal?(o)
172
172
  self.class == o.class &&
173
173
  pulp_labels == o.pulp_labels &&
174
+ retain_repo_versions == o.retain_repo_versions &&
174
175
  name == o.name &&
175
- description == o.description &&
176
176
  manifest_signing_service == o.manifest_signing_service &&
177
- retain_repo_versions == o.retain_repo_versions
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
- [pulp_labels, name, description, manifest_signing_service, retain_repo_versions].hash
189
+ [pulp_labels, retain_repo_versions, name, manifest_signing_service, description].hash
190
190
  end
191
191
 
192
192
  # Builds the object from hash
@@ -15,65 +15,65 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class ContainerContainerPushRepositoryResponse
18
+ # Timestamp of creation.
19
+ attr_accessor :pulp_created
20
+
18
21
  attr_accessor :pulp_labels
19
22
 
20
- # A unique name for this repository.
21
- attr_accessor :name
23
+ attr_accessor :pulp_href
22
24
 
23
- attr_accessor :latest_version_href
25
+ # Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future.
26
+ attr_accessor :retain_repo_versions
24
27
 
25
- # An optional description.
26
- attr_accessor :description
28
+ attr_accessor :versions_href
29
+
30
+ # A unique name for this repository.
31
+ attr_accessor :name
27
32
 
28
33
  # A reference to an associated signing service.
29
34
  attr_accessor :manifest_signing_service
30
35
 
31
- attr_accessor :pulp_href
32
-
33
- # Timestamp of creation.
34
- attr_accessor :pulp_created
35
-
36
- # Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future.
37
- attr_accessor :retain_repo_versions
36
+ # An optional description.
37
+ attr_accessor :description
38
38
 
39
- attr_accessor :versions_href
39
+ attr_accessor :latest_version_href
40
40
 
41
41
  # Attribute mapping from ruby-style variable name to JSON key.
42
42
  def self.attribute_map
43
43
  {
44
+ :'pulp_created' => :'pulp_created',
44
45
  :'pulp_labels' => :'pulp_labels',
45
- :'name' => :'name',
46
- :'latest_version_href' => :'latest_version_href',
47
- :'description' => :'description',
48
- :'manifest_signing_service' => :'manifest_signing_service',
49
46
  :'pulp_href' => :'pulp_href',
50
- :'pulp_created' => :'pulp_created',
51
47
  :'retain_repo_versions' => :'retain_repo_versions',
52
- :'versions_href' => :'versions_href'
48
+ :'versions_href' => :'versions_href',
49
+ :'name' => :'name',
50
+ :'manifest_signing_service' => :'manifest_signing_service',
51
+ :'description' => :'description',
52
+ :'latest_version_href' => :'latest_version_href'
53
53
  }
54
54
  end
55
55
 
56
56
  # Attribute type mapping.
57
57
  def self.openapi_types
58
58
  {
59
+ :'pulp_created' => :'DateTime',
59
60
  :'pulp_labels' => :'Hash<String, String>',
60
- :'name' => :'String',
61
- :'latest_version_href' => :'String',
62
- :'description' => :'String',
63
- :'manifest_signing_service' => :'String',
64
61
  :'pulp_href' => :'String',
65
- :'pulp_created' => :'DateTime',
66
62
  :'retain_repo_versions' => :'Integer',
67
- :'versions_href' => :'String'
63
+ :'versions_href' => :'String',
64
+ :'name' => :'String',
65
+ :'manifest_signing_service' => :'String',
66
+ :'description' => :'String',
67
+ :'latest_version_href' => :'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
- :'manifest_signing_service',
76
74
  :'retain_repo_versions',
75
+ :'manifest_signing_service',
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?(:'pulp_created')
96
+ self.pulp_created = attributes[:'pulp_created']
97
+ end
98
+
95
99
  if attributes.key?(:'pulp_labels')
96
100
  if (value = attributes[:'pulp_labels']).is_a?(Hash)
97
101
  self.pulp_labels = value
98
102
  end
99
103
  end
100
104
 
101
- if attributes.key?(:'name')
102
- self.name = attributes[:'name']
103
- end
104
-
105
- if attributes.key?(:'latest_version_href')
106
- self.latest_version_href = attributes[:'latest_version_href']
105
+ if attributes.key?(:'pulp_href')
106
+ self.pulp_href = attributes[:'pulp_href']
107
107
  end
108
108
 
109
- if attributes.key?(:'description')
110
- self.description = attributes[:'description']
109
+ if attributes.key?(:'retain_repo_versions')
110
+ self.retain_repo_versions = attributes[:'retain_repo_versions']
111
111
  end
112
112
 
113
- if attributes.key?(:'manifest_signing_service')
114
- self.manifest_signing_service = attributes[:'manifest_signing_service']
113
+ if attributes.key?(:'versions_href')
114
+ self.versions_href = attributes[:'versions_href']
115
115
  end
116
116
 
117
- if attributes.key?(:'pulp_href')
118
- self.pulp_href = attributes[:'pulp_href']
117
+ if attributes.key?(:'name')
118
+ self.name = attributes[:'name']
119
119
  end
120
120
 
121
- if attributes.key?(:'pulp_created')
122
- self.pulp_created = attributes[:'pulp_created']
121
+ if attributes.key?(:'manifest_signing_service')
122
+ self.manifest_signing_service = attributes[:'manifest_signing_service']
123
123
  end
124
124
 
125
- if attributes.key?(:'retain_repo_versions')
126
- self.retain_repo_versions = attributes[:'retain_repo_versions']
125
+ if attributes.key?(:'description')
126
+ self.description = attributes[:'description']
127
127
  end
128
128
 
129
- if attributes.key?(:'versions_href')
130
- self.versions_href = attributes[:'versions_href']
129
+ if attributes.key?(:'latest_version_href')
130
+ self.latest_version_href = attributes[:'latest_version_href']
131
131
  end
132
132
  end
133
133
 
@@ -135,22 +135,22 @@ module PulpContainerClient
135
135
  # @return Array for valid properties with the reasons
136
136
  def list_invalid_properties
137
137
  invalid_properties = Array.new
138
- if @name.nil?
139
- invalid_properties.push('invalid value for "name", name cannot be nil.')
140
- end
141
-
142
138
  if !@retain_repo_versions.nil? && @retain_repo_versions < 1
143
139
  invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
144
140
  end
145
141
 
142
+ if @name.nil?
143
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
144
+ end
145
+
146
146
  invalid_properties
147
147
  end
148
148
 
149
149
  # Check to see if the all the properties in the model are valid
150
150
  # @return true if the model is valid
151
151
  def valid?
152
- return false if @name.nil?
153
152
  return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
153
+ return false if @name.nil?
154
154
  true
155
155
  end
156
156
 
@@ -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
+ pulp_created == o.pulp_created &&
172
173
  pulp_labels == o.pulp_labels &&
173
- name == o.name &&
174
- latest_version_href == o.latest_version_href &&
175
- description == o.description &&
176
- manifest_signing_service == o.manifest_signing_service &&
177
174
  pulp_href == o.pulp_href &&
178
- pulp_created == o.pulp_created &&
179
175
  retain_repo_versions == o.retain_repo_versions &&
180
- versions_href == o.versions_href
176
+ versions_href == o.versions_href &&
177
+ name == o.name &&
178
+ manifest_signing_service == o.manifest_signing_service &&
179
+ description == o.description &&
180
+ latest_version_href == o.latest_version_href
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
- [pulp_labels, name, latest_version_href, description, manifest_signing_service, pulp_href, pulp_created, retain_repo_versions, versions_href].hash
192
+ [pulp_created, pulp_labels, pulp_href, retain_repo_versions, versions_href, name, manifest_signing_service, description, latest_version_href].hash
193
193
  end
194
194
 
195
195
  # Builds the object from hash
@@ -17,12 +17,12 @@ module PulpContainerClient
17
17
  class PatchedcontainerContainerDistribution
18
18
  attr_accessor :pulp_labels
19
19
 
20
- # A unique name. Ex, `rawhide` and `stable`.
21
- attr_accessor :name
22
-
23
20
  # The latest RepositoryVersion for this Repository will be served.
24
21
  attr_accessor :repository
25
22
 
23
+ # A unique name. Ex, `rawhide` and `stable`.
24
+ attr_accessor :name
25
+
26
26
  # An optional content-guard. If none is specified, a default one will be used.
27
27
  attr_accessor :content_guard
28
28
 
@@ -42,8 +42,8 @@ module PulpContainerClient
42
42
  def self.attribute_map
43
43
  {
44
44
  :'pulp_labels' => :'pulp_labels',
45
- :'name' => :'name',
46
45
  :'repository' => :'repository',
46
+ :'name' => :'name',
47
47
  :'content_guard' => :'content_guard',
48
48
  :'base_path' => :'base_path',
49
49
  :'repository_version' => :'repository_version',
@@ -56,8 +56,8 @@ module PulpContainerClient
56
56
  def self.openapi_types
57
57
  {
58
58
  :'pulp_labels' => :'Hash<String, String>',
59
- :'name' => :'String',
60
59
  :'repository' => :'String',
60
+ :'name' => :'String',
61
61
  :'content_guard' => :'String',
62
62
  :'base_path' => :'String',
63
63
  :'repository_version' => :'String',
@@ -96,14 +96,14 @@ module PulpContainerClient
96
96
  end
97
97
  end
98
98
 
99
- if attributes.key?(:'name')
100
- self.name = attributes[:'name']
101
- end
102
-
103
99
  if attributes.key?(:'repository')
104
100
  self.repository = attributes[:'repository']
105
101
  end
106
102
 
103
+ if attributes.key?(:'name')
104
+ self.name = attributes[:'name']
105
+ end
106
+
107
107
  if attributes.key?(:'content_guard')
108
108
  self.content_guard = attributes[:'content_guard']
109
109
  end
@@ -189,8 +189,8 @@ module PulpContainerClient
189
189
  return true if self.equal?(o)
190
190
  self.class == o.class &&
191
191
  pulp_labels == o.pulp_labels &&
192
- name == o.name &&
193
192
  repository == o.repository &&
193
+ name == o.name &&
194
194
  content_guard == o.content_guard &&
195
195
  base_path == o.base_path &&
196
196
  repository_version == o.repository_version &&
@@ -207,7 +207,7 @@ module PulpContainerClient
207
207
  # Calculates hash code according to all attributes.
208
208
  # @return [Integer] Hash code
209
209
  def hash
210
- [pulp_labels, name, repository, content_guard, base_path, repository_version, private, description].hash
210
+ [pulp_labels, repository, name, content_guard, base_path, repository_version, private, description].hash
211
211
  end
212
212
 
213
213
  # Builds the object from hash
@@ -17,26 +17,26 @@ module PulpContainerClient
17
17
  class PatchedcontainerContainerPushRepository
18
18
  attr_accessor :pulp_labels
19
19
 
20
+ # Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future.
21
+ attr_accessor :retain_repo_versions
22
+
20
23
  # A unique name for this repository.
21
24
  attr_accessor :name
22
25
 
23
- # An optional description.
24
- attr_accessor :description
25
-
26
26
  # A reference to an associated signing service.
27
27
  attr_accessor :manifest_signing_service
28
28
 
29
- # Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future.
30
- attr_accessor :retain_repo_versions
29
+ # An optional description.
30
+ attr_accessor :description
31
31
 
32
32
  # Attribute mapping from ruby-style variable name to JSON key.
33
33
  def self.attribute_map
34
34
  {
35
35
  :'pulp_labels' => :'pulp_labels',
36
+ :'retain_repo_versions' => :'retain_repo_versions',
36
37
  :'name' => :'name',
37
- :'description' => :'description',
38
38
  :'manifest_signing_service' => :'manifest_signing_service',
39
- :'retain_repo_versions' => :'retain_repo_versions'
39
+ :'description' => :'description'
40
40
  }
41
41
  end
42
42
 
@@ -44,19 +44,19 @@ module PulpContainerClient
44
44
  def self.openapi_types
45
45
  {
46
46
  :'pulp_labels' => :'Hash<String, String>',
47
+ :'retain_repo_versions' => :'Integer',
47
48
  :'name' => :'String',
48
- :'description' => :'String',
49
49
  :'manifest_signing_service' => :'String',
50
- :'retain_repo_versions' => :'Integer'
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',
57
+ :'retain_repo_versions',
58
58
  :'manifest_signing_service',
59
- :'retain_repo_versions'
59
+ :'description'
60
60
  ])
61
61
  end
62
62
 
@@ -81,20 +81,20 @@ module PulpContainerClient
81
81
  end
82
82
  end
83
83
 
84
- if attributes.key?(:'name')
85
- self.name = attributes[:'name']
84
+ if attributes.key?(:'retain_repo_versions')
85
+ self.retain_repo_versions = attributes[:'retain_repo_versions']
86
86
  end
87
87
 
88
- if attributes.key?(:'description')
89
- self.description = attributes[:'description']
88
+ if attributes.key?(:'name')
89
+ self.name = attributes[:'name']
90
90
  end
91
91
 
92
92
  if attributes.key?(:'manifest_signing_service')
93
93
  self.manifest_signing_service = attributes[:'manifest_signing_service']
94
94
  end
95
95
 
96
- if attributes.key?(:'retain_repo_versions')
97
- self.retain_repo_versions = attributes[:'retain_repo_versions']
96
+ if attributes.key?(:'description')
97
+ self.description = attributes[:'description']
98
98
  end
99
99
  end
100
100
 
@@ -102,6 +102,10 @@ 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 !@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
+ end
108
+
105
109
  if !@name.nil? && @name.to_s.length < 1
106
110
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
107
111
  end
@@ -110,22 +114,28 @@ module PulpContainerClient
110
114
  invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
111
115
  end
112
116
 
113
- if !@retain_repo_versions.nil? && @retain_repo_versions < 1
114
- invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
115
- end
116
-
117
117
  invalid_properties
118
118
  end
119
119
 
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 !@retain_repo_versions.nil? && @retain_repo_versions < 1
123
124
  return false if !@name.nil? && @name.to_s.length < 1
124
125
  return false if !@description.nil? && @description.to_s.length < 1
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] retain_repo_versions Value to be assigned
131
+ def retain_repo_versions=(retain_repo_versions)
132
+ if !retain_repo_versions.nil? && retain_repo_versions < 1
133
+ fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
134
+ end
135
+
136
+ @retain_repo_versions = retain_repo_versions
137
+ end
138
+
129
139
  # Custom attribute writer method with validation
130
140
  # @param [Object] name Value to be assigned
131
141
  def name=(name)
@@ -146,26 +156,16 @@ module PulpContainerClient
146
156
  @description = description
147
157
  end
148
158
 
149
- # Custom attribute writer method with validation
150
- # @param [Object] retain_repo_versions Value to be assigned
151
- def retain_repo_versions=(retain_repo_versions)
152
- if !retain_repo_versions.nil? && retain_repo_versions < 1
153
- fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
154
- end
155
-
156
- @retain_repo_versions = retain_repo_versions
157
- end
158
-
159
159
  # Checks equality by comparing each attribute.
160
160
  # @param [Object] Object to be compared
161
161
  def ==(o)
162
162
  return true if self.equal?(o)
163
163
  self.class == o.class &&
164
164
  pulp_labels == o.pulp_labels &&
165
+ retain_repo_versions == o.retain_repo_versions &&
165
166
  name == o.name &&
166
- description == o.description &&
167
167
  manifest_signing_service == o.manifest_signing_service &&
168
- retain_repo_versions == o.retain_repo_versions
168
+ description == o.description
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, name, description, manifest_signing_service, retain_repo_versions].hash
180
+ [pulp_labels, retain_repo_versions, name, manifest_signing_service, description].hash
181
181
  end
182
182
 
183
183
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpContainerClient
14
- VERSION = '2.15.0.dev1674270360'
14
+ VERSION = '2.15.0.dev1674443130'
15
15
  end
@@ -44,19 +44,19 @@ describe 'ContainerContainerDistributionResponse' do
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "name"' do
47
+ describe 'test attribute "pulp_href"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "pulp_href"' do
53
+ describe 'test attribute "repository"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "repository"' do
59
+ describe 'test attribute "name"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
@@ -38,13 +38,13 @@ describe 'ContainerContainerDistribution' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "name"' do
41
+ describe 'test attribute "repository"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "repository"' do
47
+ describe 'test attribute "name"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
@@ -32,55 +32,55 @@ describe 'ContainerContainerPushRepositoryResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepositoryResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_labels"' do
35
+ describe 'test attribute "pulp_created"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "name"' do
41
+ describe 'test attribute "pulp_labels"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "latest_version_href"' do
47
+ describe 'test attribute "pulp_href"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "description"' do
53
+ describe 'test attribute "retain_repo_versions"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "manifest_signing_service"' do
59
+ describe 'test attribute "versions_href"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "pulp_href"' do
65
+ describe 'test attribute "name"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "pulp_created"' do
71
+ describe 'test attribute "manifest_signing_service"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "retain_repo_versions"' do
77
+ describe 'test attribute "description"' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
80
  end
81
81
  end
82
82
 
83
- describe 'test attribute "versions_href"' do
83
+ describe 'test attribute "latest_version_href"' do
84
84
  it 'should work' do
85
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
86
  end
@@ -38,13 +38,13 @@ describe 'ContainerContainerPushRepository' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "name"' do
41
+ describe 'test attribute "retain_repo_versions"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "description"' do
47
+ describe 'test attribute "name"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
@@ -56,7 +56,7 @@ describe 'ContainerContainerPushRepository' do
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "retain_repo_versions"' do
59
+ describe 'test attribute "description"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
@@ -38,13 +38,13 @@ describe 'PatchedcontainerContainerDistribution' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "name"' do
41
+ describe 'test attribute "repository"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "repository"' do
47
+ describe 'test attribute "name"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
@@ -38,13 +38,13 @@ describe 'PatchedcontainerContainerPushRepository' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "name"' do
41
+ describe 'test attribute "retain_repo_versions"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "description"' do
47
+ describe 'test attribute "name"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
@@ -56,7 +56,7 @@ describe 'PatchedcontainerContainerPushRepository' do
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "retain_repo_versions"' do
59
+ describe 'test attribute "description"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_container_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.15.0.dev1674270360
4
+ version: 2.15.0.dev1674443130
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-21 00:00:00.000000000 Z
11
+ date: 2023-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday