pulp_container_client 2.14.0.dev1659067589 → 2.14.0.dev1659330569

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: bde30d7f07efd56b9871d7a923d6b44fb35de816170ae0464e65f58c5ec72c16
4
- data.tar.gz: 4952f312986351ddd494f4d79f1aed5ff17e43439295174dc6713edfb5f25b2c
3
+ metadata.gz: 9d8ec072f20a8e2ffea727a319b4be4ba5ffba279088998b0d1cfaca8517e815
4
+ data.tar.gz: '08101f3471666145c8289bc946ff73cf2005d2e112ef28e0b03a97a1f78af41a'
5
5
  SHA512:
6
- metadata.gz: '04291a7c8228d27cf8214b9116d953f3bd5a2a8491870e9f612642a92496eb826e4c4e0d32dc675840bc9f02d44447a84820186081e55657da6fae00f870cb7f'
7
- data.tar.gz: 6d66521c0926d719543d3a128bada9f890cc7af3f9e0cc21bb99e83f54ab1f126c9279d06874b73c6b43af60333acc480eefba8af728eeac8f718a3599f7ee36
6
+ metadata.gz: e379a4436b2e98e0309d5a673eef879f4a1fd576e192fe442fdddadf98a3ebc46768065eabad78cc361d66e6b9ca663ffffc1ca2612609d6fd4a09fdcc0b5685
7
+ data.tar.gz: 4cdedba0e806aeef20e98c6214830b663fa4d1f9380474b0eecc85bf5fe12ea0126c62aff83e1b7b4cc87c0d1c2d9bffda8e1f1c8763a1baaa9f6e451b38b03d
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.14.0.dev1659067589
10
+ - Package version: 2.14.0.dev1659330569
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.14.0.dev1659067589.gem
27
+ gem install ./pulp_container_client-2.14.0.dev1659330569.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.14.0.dev1659067589.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.14.0.dev1659330569.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.14.0.dev1659067589'
36
+ gem 'pulp_container_client', '~> 2.14.0.dev1659330569'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **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\") |
7
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
8
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
9
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
10
+ **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\") |
11
11
  **pulp_labels** | [**Object**](.md) | | [optional]
12
12
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
13
13
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
@@ -18,10 +18,10 @@ Name | Type | Description | Notes
18
18
  ```ruby
19
19
  require 'PulpContainerClient'
20
20
 
21
- instance = PulpContainerClient::ContainerContainerDistribution.new(base_path: null,
21
+ instance = PulpContainerClient::ContainerContainerDistribution.new(repository: null,
22
22
  content_guard: null,
23
23
  name: null,
24
- repository: null,
24
+ base_path: null,
25
25
  pulp_labels: null,
26
26
  repository_version: null,
27
27
  private: null,
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **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\") |
8
- **pulp_href** | **String** | | [optional] [readonly]
7
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
8
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
+ **pulp_href** | **String** | | [optional] [readonly]
10
10
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
11
11
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
12
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
+ **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\") |
13
13
  **pulp_labels** | [**Object**](.md) | | [optional]
14
14
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
15
15
  **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
@@ -22,12 +22,12 @@ Name | Type | Description | Notes
22
22
  ```ruby
23
23
  require 'PulpContainerClient'
24
24
 
25
- instance = PulpContainerClient::ContainerContainerDistributionResponse.new(base_path: null,
26
- pulp_href: null,
25
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(repository: null,
27
26
  content_guard: null,
27
+ pulp_href: null,
28
28
  name: null,
29
29
  pulp_created: null,
30
- repository: null,
30
+ base_path: null,
31
31
  pulp_labels: null,
32
32
  repository_version: null,
33
33
  registry_path: null,
@@ -7,8 +7,8 @@ Name | Type | Description | Notes
7
7
  **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
8
  **name** | **String** | A unique name for this repository. |
9
9
  **description** | **String** | An optional description. | [optional]
10
- **pulp_labels** | [**Object**](.md) | | [optional]
11
10
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
+ **pulp_labels** | [**Object**](.md) | | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
@@ -18,8 +18,8 @@ require 'PulpContainerClient'
18
18
  instance = PulpContainerClient::ContainerContainerPushRepository.new(retain_repo_versions: null,
19
19
  name: null,
20
20
  description: null,
21
- pulp_labels: null,
22
- manifest_signing_service: null)
21
+ manifest_signing_service: null,
22
+ pulp_labels: null)
23
23
  ```
24
24
 
25
25
 
@@ -4,30 +4,30 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
7
  **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
+ **pulp_href** | **String** | | [optional] [readonly]
9
9
  **name** | **String** | A unique name for this repository. |
10
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
11
10
  **description** | **String** | An optional description. | [optional]
11
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
12
+ **pulp_labels** | [**Object**](.md) | | [optional]
13
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
12
14
  **versions_href** | **String** | | [optional] [readonly]
13
15
  **latest_version_href** | **String** | | [optional] [readonly]
14
- **pulp_labels** | [**Object**](.md) | | [optional]
15
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
16
16
 
17
17
  ## Code Sample
18
18
 
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_href: null,
23
- retain_repo_versions: null,
22
+ instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(retain_repo_versions: null,
23
+ pulp_href: null,
24
24
  name: null,
25
- pulp_created: null,
26
25
  description: null,
27
- versions_href: null,
28
- latest_version_href: null,
26
+ manifest_signing_service: null,
29
27
  pulp_labels: null,
30
- manifest_signing_service: null)
28
+ pulp_created: null,
29
+ versions_href: null,
30
+ latest_version_href: null)
31
31
  ```
32
32
 
33
33
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **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]
7
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
8
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
9
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
10
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
10
+ **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]
11
11
  **pulp_labels** | [**Object**](.md) | | [optional]
12
12
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
13
13
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
@@ -18,10 +18,10 @@ Name | Type | Description | Notes
18
18
  ```ruby
19
19
  require 'PulpContainerClient'
20
20
 
21
- instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(base_path: null,
21
+ instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(repository: null,
22
22
  content_guard: null,
23
23
  name: null,
24
- repository: null,
24
+ base_path: null,
25
25
  pulp_labels: null,
26
26
  repository_version: null,
27
27
  private: null,
@@ -7,8 +7,8 @@ Name | Type | Description | Notes
7
7
  **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
8
  **name** | **String** | A unique name for this repository. | [optional]
9
9
  **description** | **String** | An optional description. | [optional]
10
- **pulp_labels** | [**Object**](.md) | | [optional]
11
10
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
+ **pulp_labels** | [**Object**](.md) | | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
@@ -18,8 +18,8 @@ require 'PulpContainerClient'
18
18
  instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(retain_repo_versions: null,
19
19
  name: null,
20
20
  description: null,
21
- pulp_labels: null,
22
- manifest_signing_service: null)
21
+ manifest_signing_service: null,
22
+ pulp_labels: null)
23
23
  ```
24
24
 
25
25
 
@@ -15,8 +15,8 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistribution
18
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
19
- attr_accessor :base_path
18
+ # The latest RepositoryVersion for this Repository will be served.
19
+ attr_accessor :repository
20
20
 
21
21
  # An optional content-guard. If none is specified, a default one will be used.
22
22
  attr_accessor :content_guard
@@ -24,8 +24,8 @@ module PulpContainerClient
24
24
  # A unique name. Ex, `rawhide` and `stable`.
25
25
  attr_accessor :name
26
26
 
27
- # The latest RepositoryVersion for this Repository will be served.
28
- attr_accessor :repository
27
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
28
+ attr_accessor :base_path
29
29
 
30
30
  attr_accessor :pulp_labels
31
31
 
@@ -41,10 +41,10 @@ module PulpContainerClient
41
41
  # Attribute mapping from ruby-style variable name to JSON key.
42
42
  def self.attribute_map
43
43
  {
44
- :'base_path' => :'base_path',
44
+ :'repository' => :'repository',
45
45
  :'content_guard' => :'content_guard',
46
46
  :'name' => :'name',
47
- :'repository' => :'repository',
47
+ :'base_path' => :'base_path',
48
48
  :'pulp_labels' => :'pulp_labels',
49
49
  :'repository_version' => :'repository_version',
50
50
  :'private' => :'private',
@@ -55,10 +55,10 @@ module PulpContainerClient
55
55
  # Attribute type mapping.
56
56
  def self.openapi_types
57
57
  {
58
- :'base_path' => :'String',
58
+ :'repository' => :'String',
59
59
  :'content_guard' => :'String',
60
60
  :'name' => :'String',
61
- :'repository' => :'String',
61
+ :'base_path' => :'String',
62
62
  :'pulp_labels' => :'Object',
63
63
  :'repository_version' => :'String',
64
64
  :'private' => :'Boolean',
@@ -90,8 +90,8 @@ module PulpContainerClient
90
90
  h[k.to_sym] = v
91
91
  }
92
92
 
93
- if attributes.key?(:'base_path')
94
- self.base_path = attributes[:'base_path']
93
+ if attributes.key?(:'repository')
94
+ self.repository = attributes[:'repository']
95
95
  end
96
96
 
97
97
  if attributes.key?(:'content_guard')
@@ -102,8 +102,8 @@ module PulpContainerClient
102
102
  self.name = attributes[:'name']
103
103
  end
104
104
 
105
- if attributes.key?(:'repository')
106
- self.repository = attributes[:'repository']
105
+ if attributes.key?(:'base_path')
106
+ self.base_path = attributes[:'base_path']
107
107
  end
108
108
 
109
109
  if attributes.key?(:'pulp_labels')
@@ -127,14 +127,6 @@ module PulpContainerClient
127
127
  # @return Array for valid properties with the reasons
128
128
  def list_invalid_properties
129
129
  invalid_properties = Array.new
130
- if @base_path.nil?
131
- invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
132
- end
133
-
134
- if @base_path.to_s.length < 1
135
- invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
136
- end
137
-
138
130
  if @name.nil?
139
131
  invalid_properties.push('invalid value for "name", name cannot be nil.')
140
132
  end
@@ -143,6 +135,14 @@ module PulpContainerClient
143
135
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
144
136
  end
145
137
 
138
+ if @base_path.nil?
139
+ invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
140
+ end
141
+
142
+ if @base_path.to_s.length < 1
143
+ invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
144
+ end
145
+
146
146
  if !@description.nil? && @description.to_s.length < 1
147
147
  invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
148
148
  end
@@ -153,28 +153,14 @@ module PulpContainerClient
153
153
  # Check to see if the all the properties in the model are valid
154
154
  # @return true if the model is valid
155
155
  def valid?
156
- return false if @base_path.nil?
157
- return false if @base_path.to_s.length < 1
158
156
  return false if @name.nil?
159
157
  return false if @name.to_s.length < 1
158
+ return false if @base_path.nil?
159
+ return false if @base_path.to_s.length < 1
160
160
  return false if !@description.nil? && @description.to_s.length < 1
161
161
  true
162
162
  end
163
163
 
164
- # Custom attribute writer method with validation
165
- # @param [Object] base_path Value to be assigned
166
- def base_path=(base_path)
167
- if base_path.nil?
168
- fail ArgumentError, 'base_path cannot be nil'
169
- end
170
-
171
- if base_path.to_s.length < 1
172
- fail ArgumentError, 'invalid value for "base_path", the character length must be great than or equal to 1.'
173
- end
174
-
175
- @base_path = base_path
176
- end
177
-
178
164
  # Custom attribute writer method with validation
179
165
  # @param [Object] name Value to be assigned
180
166
  def name=(name)
@@ -189,6 +175,20 @@ module PulpContainerClient
189
175
  @name = name
190
176
  end
191
177
 
178
+ # Custom attribute writer method with validation
179
+ # @param [Object] base_path Value to be assigned
180
+ def base_path=(base_path)
181
+ if base_path.nil?
182
+ fail ArgumentError, 'base_path cannot be nil'
183
+ end
184
+
185
+ if base_path.to_s.length < 1
186
+ fail ArgumentError, 'invalid value for "base_path", the character length must be great than or equal to 1.'
187
+ end
188
+
189
+ @base_path = base_path
190
+ end
191
+
192
192
  # Custom attribute writer method with validation
193
193
  # @param [Object] description Value to be assigned
194
194
  def description=(description)
@@ -204,10 +204,10 @@ module PulpContainerClient
204
204
  def ==(o)
205
205
  return true if self.equal?(o)
206
206
  self.class == o.class &&
207
- base_path == o.base_path &&
207
+ repository == o.repository &&
208
208
  content_guard == o.content_guard &&
209
209
  name == o.name &&
210
- repository == o.repository &&
210
+ base_path == o.base_path &&
211
211
  pulp_labels == o.pulp_labels &&
212
212
  repository_version == o.repository_version &&
213
213
  private == o.private &&
@@ -223,7 +223,7 @@ module PulpContainerClient
223
223
  # Calculates hash code according to all attributes.
224
224
  # @return [Integer] Hash code
225
225
  def hash
226
- [base_path, content_guard, name, repository, pulp_labels, repository_version, private, description].hash
226
+ [repository, content_guard, name, base_path, pulp_labels, repository_version, private, description].hash
227
227
  end
228
228
 
229
229
  # Builds the object from hash
@@ -15,22 +15,22 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistributionResponse
18
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
19
- attr_accessor :base_path
20
-
21
- attr_accessor :pulp_href
18
+ # The latest RepositoryVersion for this Repository will be served.
19
+ attr_accessor :repository
22
20
 
23
21
  # An optional content-guard. If none is specified, a default one will be used.
24
22
  attr_accessor :content_guard
25
23
 
24
+ attr_accessor :pulp_href
25
+
26
26
  # A unique name. Ex, `rawhide` and `stable`.
27
27
  attr_accessor :name
28
28
 
29
29
  # Timestamp of creation.
30
30
  attr_accessor :pulp_created
31
31
 
32
- # The latest RepositoryVersion for this Repository will be served.
33
- attr_accessor :repository
32
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
33
+ attr_accessor :base_path
34
34
 
35
35
  attr_accessor :pulp_labels
36
36
 
@@ -52,12 +52,12 @@ module PulpContainerClient
52
52
  # Attribute mapping from ruby-style variable name to JSON key.
53
53
  def self.attribute_map
54
54
  {
55
- :'base_path' => :'base_path',
56
- :'pulp_href' => :'pulp_href',
55
+ :'repository' => :'repository',
57
56
  :'content_guard' => :'content_guard',
57
+ :'pulp_href' => :'pulp_href',
58
58
  :'name' => :'name',
59
59
  :'pulp_created' => :'pulp_created',
60
- :'repository' => :'repository',
60
+ :'base_path' => :'base_path',
61
61
  :'pulp_labels' => :'pulp_labels',
62
62
  :'repository_version' => :'repository_version',
63
63
  :'registry_path' => :'registry_path',
@@ -70,12 +70,12 @@ module PulpContainerClient
70
70
  # Attribute type mapping.
71
71
  def self.openapi_types
72
72
  {
73
- :'base_path' => :'String',
74
- :'pulp_href' => :'String',
73
+ :'repository' => :'String',
75
74
  :'content_guard' => :'String',
75
+ :'pulp_href' => :'String',
76
76
  :'name' => :'String',
77
77
  :'pulp_created' => :'DateTime',
78
- :'repository' => :'String',
78
+ :'base_path' => :'String',
79
79
  :'pulp_labels' => :'Object',
80
80
  :'repository_version' => :'String',
81
81
  :'registry_path' => :'String',
@@ -109,18 +109,18 @@ module PulpContainerClient
109
109
  h[k.to_sym] = v
110
110
  }
111
111
 
112
- if attributes.key?(:'base_path')
113
- self.base_path = attributes[:'base_path']
114
- end
115
-
116
- if attributes.key?(:'pulp_href')
117
- self.pulp_href = attributes[:'pulp_href']
112
+ if attributes.key?(:'repository')
113
+ self.repository = attributes[:'repository']
118
114
  end
119
115
 
120
116
  if attributes.key?(:'content_guard')
121
117
  self.content_guard = attributes[:'content_guard']
122
118
  end
123
119
 
120
+ if attributes.key?(:'pulp_href')
121
+ self.pulp_href = attributes[:'pulp_href']
122
+ end
123
+
124
124
  if attributes.key?(:'name')
125
125
  self.name = attributes[:'name']
126
126
  end
@@ -129,8 +129,8 @@ module PulpContainerClient
129
129
  self.pulp_created = attributes[:'pulp_created']
130
130
  end
131
131
 
132
- if attributes.key?(:'repository')
133
- self.repository = attributes[:'repository']
132
+ if attributes.key?(:'base_path')
133
+ self.base_path = attributes[:'base_path']
134
134
  end
135
135
 
136
136
  if attributes.key?(:'pulp_labels')
@@ -162,22 +162,22 @@ module PulpContainerClient
162
162
  # @return Array for valid properties with the reasons
163
163
  def list_invalid_properties
164
164
  invalid_properties = Array.new
165
- if @base_path.nil?
166
- invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
167
- end
168
-
169
165
  if @name.nil?
170
166
  invalid_properties.push('invalid value for "name", name cannot be nil.')
171
167
  end
172
168
 
169
+ if @base_path.nil?
170
+ invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
171
+ end
172
+
173
173
  invalid_properties
174
174
  end
175
175
 
176
176
  # Check to see if the all the properties in the model are valid
177
177
  # @return true if the model is valid
178
178
  def valid?
179
- return false if @base_path.nil?
180
179
  return false if @name.nil?
180
+ return false if @base_path.nil?
181
181
  true
182
182
  end
183
183
 
@@ -186,12 +186,12 @@ module PulpContainerClient
186
186
  def ==(o)
187
187
  return true if self.equal?(o)
188
188
  self.class == o.class &&
189
- base_path == o.base_path &&
190
- pulp_href == o.pulp_href &&
189
+ repository == o.repository &&
191
190
  content_guard == o.content_guard &&
191
+ pulp_href == o.pulp_href &&
192
192
  name == o.name &&
193
193
  pulp_created == o.pulp_created &&
194
- repository == o.repository &&
194
+ base_path == o.base_path &&
195
195
  pulp_labels == o.pulp_labels &&
196
196
  repository_version == o.repository_version &&
197
197
  registry_path == o.registry_path &&
@@ -209,7 +209,7 @@ module PulpContainerClient
209
209
  # Calculates hash code according to all attributes.
210
210
  # @return [Integer] Hash code
211
211
  def hash
212
- [base_path, pulp_href, content_guard, name, pulp_created, repository, pulp_labels, repository_version, registry_path, namespace, private, description].hash
212
+ [repository, content_guard, pulp_href, name, pulp_created, base_path, pulp_labels, repository_version, registry_path, namespace, private, description].hash
213
213
  end
214
214
 
215
215
  # Builds the object from hash
@@ -24,19 +24,19 @@ module PulpContainerClient
24
24
  # An optional description.
25
25
  attr_accessor :description
26
26
 
27
- attr_accessor :pulp_labels
28
-
29
27
  # A reference to an associated signing service.
30
28
  attr_accessor :manifest_signing_service
31
29
 
30
+ attr_accessor :pulp_labels
31
+
32
32
  # Attribute mapping from ruby-style variable name to JSON key.
33
33
  def self.attribute_map
34
34
  {
35
35
  :'retain_repo_versions' => :'retain_repo_versions',
36
36
  :'name' => :'name',
37
37
  :'description' => :'description',
38
- :'pulp_labels' => :'pulp_labels',
39
- :'manifest_signing_service' => :'manifest_signing_service'
38
+ :'manifest_signing_service' => :'manifest_signing_service',
39
+ :'pulp_labels' => :'pulp_labels'
40
40
  }
41
41
  end
42
42
 
@@ -46,8 +46,8 @@ module PulpContainerClient
46
46
  :'retain_repo_versions' => :'Integer',
47
47
  :'name' => :'String',
48
48
  :'description' => :'String',
49
- :'pulp_labels' => :'Object',
50
- :'manifest_signing_service' => :'String'
49
+ :'manifest_signing_service' => :'String',
50
+ :'pulp_labels' => :'Object'
51
51
  }
52
52
  end
53
53
 
@@ -56,7 +56,7 @@ module PulpContainerClient
56
56
  Set.new([
57
57
  :'retain_repo_versions',
58
58
  :'description',
59
- :'manifest_signing_service'
59
+ :'manifest_signing_service',
60
60
  ])
61
61
  end
62
62
 
@@ -87,13 +87,13 @@ module PulpContainerClient
87
87
  self.description = attributes[:'description']
88
88
  end
89
89
 
90
- if attributes.key?(:'pulp_labels')
91
- self.pulp_labels = attributes[:'pulp_labels']
92
- end
93
-
94
90
  if attributes.key?(:'manifest_signing_service')
95
91
  self.manifest_signing_service = attributes[:'manifest_signing_service']
96
92
  end
93
+
94
+ if attributes.key?(:'pulp_labels')
95
+ self.pulp_labels = attributes[:'pulp_labels']
96
+ end
97
97
  end
98
98
 
99
99
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -171,8 +171,8 @@ module PulpContainerClient
171
171
  retain_repo_versions == o.retain_repo_versions &&
172
172
  name == o.name &&
173
173
  description == o.description &&
174
- pulp_labels == o.pulp_labels &&
175
- manifest_signing_service == o.manifest_signing_service
174
+ manifest_signing_service == o.manifest_signing_service &&
175
+ pulp_labels == o.pulp_labels
176
176
  end
177
177
 
178
178
  # @see the `==` method
@@ -184,7 +184,7 @@ module PulpContainerClient
184
184
  # Calculates hash code according to all attributes.
185
185
  # @return [Integer] Hash code
186
186
  def hash
187
- [retain_repo_versions, name, description, pulp_labels, manifest_signing_service].hash
187
+ [retain_repo_versions, name, description, manifest_signing_service, pulp_labels].hash
188
188
  end
189
189
 
190
190
  # Builds the object from hash
@@ -15,56 +15,56 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class ContainerContainerPushRepositoryResponse
18
- attr_accessor :pulp_href
19
-
20
18
  # 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
19
  attr_accessor :retain_repo_versions
22
20
 
21
+ attr_accessor :pulp_href
22
+
23
23
  # A unique name for this repository.
24
24
  attr_accessor :name
25
25
 
26
- # Timestamp of creation.
27
- attr_accessor :pulp_created
28
-
29
26
  # An optional description.
30
27
  attr_accessor :description
31
28
 
32
- attr_accessor :versions_href
33
-
34
- attr_accessor :latest_version_href
29
+ # A reference to an associated signing service.
30
+ attr_accessor :manifest_signing_service
35
31
 
36
32
  attr_accessor :pulp_labels
37
33
 
38
- # A reference to an associated signing service.
39
- attr_accessor :manifest_signing_service
34
+ # Timestamp of creation.
35
+ attr_accessor :pulp_created
36
+
37
+ attr_accessor :versions_href
38
+
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_href' => :'pulp_href',
45
44
  :'retain_repo_versions' => :'retain_repo_versions',
45
+ :'pulp_href' => :'pulp_href',
46
46
  :'name' => :'name',
47
- :'pulp_created' => :'pulp_created',
48
47
  :'description' => :'description',
49
- :'versions_href' => :'versions_href',
50
- :'latest_version_href' => :'latest_version_href',
48
+ :'manifest_signing_service' => :'manifest_signing_service',
51
49
  :'pulp_labels' => :'pulp_labels',
52
- :'manifest_signing_service' => :'manifest_signing_service'
50
+ :'pulp_created' => :'pulp_created',
51
+ :'versions_href' => :'versions_href',
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_href' => :'String',
60
59
  :'retain_repo_versions' => :'Integer',
60
+ :'pulp_href' => :'String',
61
61
  :'name' => :'String',
62
- :'pulp_created' => :'DateTime',
63
62
  :'description' => :'String',
64
- :'versions_href' => :'String',
65
- :'latest_version_href' => :'String',
63
+ :'manifest_signing_service' => :'String',
66
64
  :'pulp_labels' => :'Object',
67
- :'manifest_signing_service' => :'String'
65
+ :'pulp_created' => :'DateTime',
66
+ :'versions_href' => :'String',
67
+ :'latest_version_href' => :'String'
68
68
  }
69
69
  end
70
70
 
@@ -73,7 +73,7 @@ module PulpContainerClient
73
73
  Set.new([
74
74
  :'retain_repo_versions',
75
75
  :'description',
76
- :'manifest_signing_service'
76
+ :'manifest_signing_service',
77
77
  ])
78
78
  end
79
79
 
@@ -92,40 +92,40 @@ module PulpContainerClient
92
92
  h[k.to_sym] = v
93
93
  }
94
94
 
95
- if attributes.key?(:'pulp_href')
96
- self.pulp_href = attributes[:'pulp_href']
97
- end
98
-
99
95
  if attributes.key?(:'retain_repo_versions')
100
96
  self.retain_repo_versions = attributes[:'retain_repo_versions']
101
97
  end
102
98
 
103
- if attributes.key?(:'name')
104
- self.name = attributes[:'name']
99
+ if attributes.key?(:'pulp_href')
100
+ self.pulp_href = attributes[:'pulp_href']
105
101
  end
106
102
 
107
- if attributes.key?(:'pulp_created')
108
- self.pulp_created = attributes[:'pulp_created']
103
+ if attributes.key?(:'name')
104
+ self.name = attributes[:'name']
109
105
  end
110
106
 
111
107
  if attributes.key?(:'description')
112
108
  self.description = attributes[:'description']
113
109
  end
114
110
 
115
- if attributes.key?(:'versions_href')
116
- self.versions_href = attributes[:'versions_href']
117
- end
118
-
119
- if attributes.key?(:'latest_version_href')
120
- self.latest_version_href = attributes[:'latest_version_href']
111
+ if attributes.key?(:'manifest_signing_service')
112
+ self.manifest_signing_service = attributes[:'manifest_signing_service']
121
113
  end
122
114
 
123
115
  if attributes.key?(:'pulp_labels')
124
116
  self.pulp_labels = attributes[:'pulp_labels']
125
117
  end
126
118
 
127
- if attributes.key?(:'manifest_signing_service')
128
- self.manifest_signing_service = attributes[:'manifest_signing_service']
119
+ if attributes.key?(:'pulp_created')
120
+ self.pulp_created = attributes[:'pulp_created']
121
+ end
122
+
123
+ if attributes.key?(:'versions_href')
124
+ self.versions_href = attributes[:'versions_href']
125
+ end
126
+
127
+ if attributes.key?(:'latest_version_href')
128
+ self.latest_version_href = attributes[:'latest_version_href']
129
129
  end
130
130
  end
131
131
 
@@ -167,15 +167,15 @@ module PulpContainerClient
167
167
  def ==(o)
168
168
  return true if self.equal?(o)
169
169
  self.class == o.class &&
170
- pulp_href == o.pulp_href &&
171
170
  retain_repo_versions == o.retain_repo_versions &&
171
+ pulp_href == o.pulp_href &&
172
172
  name == o.name &&
173
- pulp_created == o.pulp_created &&
174
173
  description == o.description &&
175
- versions_href == o.versions_href &&
176
- latest_version_href == o.latest_version_href &&
174
+ manifest_signing_service == o.manifest_signing_service &&
177
175
  pulp_labels == o.pulp_labels &&
178
- manifest_signing_service == o.manifest_signing_service
176
+ pulp_created == o.pulp_created &&
177
+ versions_href == o.versions_href &&
178
+ latest_version_href == o.latest_version_href
179
179
  end
180
180
 
181
181
  # @see the `==` method
@@ -187,7 +187,7 @@ module PulpContainerClient
187
187
  # Calculates hash code according to all attributes.
188
188
  # @return [Integer] Hash code
189
189
  def hash
190
- [pulp_href, retain_repo_versions, name, pulp_created, description, versions_href, latest_version_href, pulp_labels, manifest_signing_service].hash
190
+ [retain_repo_versions, pulp_href, name, description, manifest_signing_service, pulp_labels, pulp_created, versions_href, latest_version_href].hash
191
191
  end
192
192
 
193
193
  # Builds the object from hash
@@ -15,8 +15,8 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class PatchedcontainerContainerDistribution
18
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
19
- attr_accessor :base_path
18
+ # The latest RepositoryVersion for this Repository will be served.
19
+ attr_accessor :repository
20
20
 
21
21
  # An optional content-guard. If none is specified, a default one will be used.
22
22
  attr_accessor :content_guard
@@ -24,8 +24,8 @@ module PulpContainerClient
24
24
  # A unique name. Ex, `rawhide` and `stable`.
25
25
  attr_accessor :name
26
26
 
27
- # The latest RepositoryVersion for this Repository will be served.
28
- attr_accessor :repository
27
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
28
+ attr_accessor :base_path
29
29
 
30
30
  attr_accessor :pulp_labels
31
31
 
@@ -41,10 +41,10 @@ module PulpContainerClient
41
41
  # Attribute mapping from ruby-style variable name to JSON key.
42
42
  def self.attribute_map
43
43
  {
44
- :'base_path' => :'base_path',
44
+ :'repository' => :'repository',
45
45
  :'content_guard' => :'content_guard',
46
46
  :'name' => :'name',
47
- :'repository' => :'repository',
47
+ :'base_path' => :'base_path',
48
48
  :'pulp_labels' => :'pulp_labels',
49
49
  :'repository_version' => :'repository_version',
50
50
  :'private' => :'private',
@@ -55,10 +55,10 @@ module PulpContainerClient
55
55
  # Attribute type mapping.
56
56
  def self.openapi_types
57
57
  {
58
- :'base_path' => :'String',
58
+ :'repository' => :'String',
59
59
  :'content_guard' => :'String',
60
60
  :'name' => :'String',
61
- :'repository' => :'String',
61
+ :'base_path' => :'String',
62
62
  :'pulp_labels' => :'Object',
63
63
  :'repository_version' => :'String',
64
64
  :'private' => :'Boolean',
@@ -90,8 +90,8 @@ module PulpContainerClient
90
90
  h[k.to_sym] = v
91
91
  }
92
92
 
93
- if attributes.key?(:'base_path')
94
- self.base_path = attributes[:'base_path']
93
+ if attributes.key?(:'repository')
94
+ self.repository = attributes[:'repository']
95
95
  end
96
96
 
97
97
  if attributes.key?(:'content_guard')
@@ -102,8 +102,8 @@ module PulpContainerClient
102
102
  self.name = attributes[:'name']
103
103
  end
104
104
 
105
- if attributes.key?(:'repository')
106
- self.repository = attributes[:'repository']
105
+ if attributes.key?(:'base_path')
106
+ self.base_path = attributes[:'base_path']
107
107
  end
108
108
 
109
109
  if attributes.key?(:'pulp_labels')
@@ -127,14 +127,14 @@ module PulpContainerClient
127
127
  # @return Array for valid properties with the reasons
128
128
  def list_invalid_properties
129
129
  invalid_properties = Array.new
130
- if !@base_path.nil? && @base_path.to_s.length < 1
131
- invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
132
- end
133
-
134
130
  if !@name.nil? && @name.to_s.length < 1
135
131
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
136
132
  end
137
133
 
134
+ if !@base_path.nil? && @base_path.to_s.length < 1
135
+ invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
136
+ end
137
+
138
138
  if !@description.nil? && @description.to_s.length < 1
139
139
  invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
140
140
  end
@@ -145,22 +145,12 @@ module PulpContainerClient
145
145
  # Check to see if the all the properties in the model are valid
146
146
  # @return true if the model is valid
147
147
  def valid?
148
- return false if !@base_path.nil? && @base_path.to_s.length < 1
149
148
  return false if !@name.nil? && @name.to_s.length < 1
149
+ return false if !@base_path.nil? && @base_path.to_s.length < 1
150
150
  return false if !@description.nil? && @description.to_s.length < 1
151
151
  true
152
152
  end
153
153
 
154
- # Custom attribute writer method with validation
155
- # @param [Object] base_path Value to be assigned
156
- def base_path=(base_path)
157
- if !base_path.nil? && base_path.to_s.length < 1
158
- fail ArgumentError, 'invalid value for "base_path", the character length must be great than or equal to 1.'
159
- end
160
-
161
- @base_path = base_path
162
- end
163
-
164
154
  # Custom attribute writer method with validation
165
155
  # @param [Object] name Value to be assigned
166
156
  def name=(name)
@@ -171,6 +161,16 @@ module PulpContainerClient
171
161
  @name = name
172
162
  end
173
163
 
164
+ # Custom attribute writer method with validation
165
+ # @param [Object] base_path Value to be assigned
166
+ def base_path=(base_path)
167
+ if !base_path.nil? && base_path.to_s.length < 1
168
+ fail ArgumentError, 'invalid value for "base_path", the character length must be great than or equal to 1.'
169
+ end
170
+
171
+ @base_path = base_path
172
+ end
173
+
174
174
  # Custom attribute writer method with validation
175
175
  # @param [Object] description Value to be assigned
176
176
  def description=(description)
@@ -186,10 +186,10 @@ module PulpContainerClient
186
186
  def ==(o)
187
187
  return true if self.equal?(o)
188
188
  self.class == o.class &&
189
- base_path == o.base_path &&
189
+ repository == o.repository &&
190
190
  content_guard == o.content_guard &&
191
191
  name == o.name &&
192
- repository == o.repository &&
192
+ base_path == o.base_path &&
193
193
  pulp_labels == o.pulp_labels &&
194
194
  repository_version == o.repository_version &&
195
195
  private == o.private &&
@@ -205,7 +205,7 @@ module PulpContainerClient
205
205
  # Calculates hash code according to all attributes.
206
206
  # @return [Integer] Hash code
207
207
  def hash
208
- [base_path, content_guard, name, repository, pulp_labels, repository_version, private, description].hash
208
+ [repository, content_guard, name, base_path, pulp_labels, repository_version, private, description].hash
209
209
  end
210
210
 
211
211
  # Builds the object from hash
@@ -24,19 +24,19 @@ module PulpContainerClient
24
24
  # An optional description.
25
25
  attr_accessor :description
26
26
 
27
- attr_accessor :pulp_labels
28
-
29
27
  # A reference to an associated signing service.
30
28
  attr_accessor :manifest_signing_service
31
29
 
30
+ attr_accessor :pulp_labels
31
+
32
32
  # Attribute mapping from ruby-style variable name to JSON key.
33
33
  def self.attribute_map
34
34
  {
35
35
  :'retain_repo_versions' => :'retain_repo_versions',
36
36
  :'name' => :'name',
37
37
  :'description' => :'description',
38
- :'pulp_labels' => :'pulp_labels',
39
- :'manifest_signing_service' => :'manifest_signing_service'
38
+ :'manifest_signing_service' => :'manifest_signing_service',
39
+ :'pulp_labels' => :'pulp_labels'
40
40
  }
41
41
  end
42
42
 
@@ -46,8 +46,8 @@ module PulpContainerClient
46
46
  :'retain_repo_versions' => :'Integer',
47
47
  :'name' => :'String',
48
48
  :'description' => :'String',
49
- :'pulp_labels' => :'Object',
50
- :'manifest_signing_service' => :'String'
49
+ :'manifest_signing_service' => :'String',
50
+ :'pulp_labels' => :'Object'
51
51
  }
52
52
  end
53
53
 
@@ -56,7 +56,7 @@ module PulpContainerClient
56
56
  Set.new([
57
57
  :'retain_repo_versions',
58
58
  :'description',
59
- :'manifest_signing_service'
59
+ :'manifest_signing_service',
60
60
  ])
61
61
  end
62
62
 
@@ -87,13 +87,13 @@ module PulpContainerClient
87
87
  self.description = attributes[:'description']
88
88
  end
89
89
 
90
- if attributes.key?(:'pulp_labels')
91
- self.pulp_labels = attributes[:'pulp_labels']
92
- end
93
-
94
90
  if attributes.key?(:'manifest_signing_service')
95
91
  self.manifest_signing_service = attributes[:'manifest_signing_service']
96
92
  end
93
+
94
+ if attributes.key?(:'pulp_labels')
95
+ self.pulp_labels = attributes[:'pulp_labels']
96
+ end
97
97
  end
98
98
 
99
99
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -162,8 +162,8 @@ module PulpContainerClient
162
162
  retain_repo_versions == o.retain_repo_versions &&
163
163
  name == o.name &&
164
164
  description == o.description &&
165
- pulp_labels == o.pulp_labels &&
166
- manifest_signing_service == o.manifest_signing_service
165
+ manifest_signing_service == o.manifest_signing_service &&
166
+ pulp_labels == o.pulp_labels
167
167
  end
168
168
 
169
169
  # @see the `==` method
@@ -175,7 +175,7 @@ module PulpContainerClient
175
175
  # Calculates hash code according to all attributes.
176
176
  # @return [Integer] Hash code
177
177
  def hash
178
- [retain_repo_versions, name, description, pulp_labels, manifest_signing_service].hash
178
+ [retain_repo_versions, name, description, manifest_signing_service, pulp_labels].hash
179
179
  end
180
180
 
181
181
  # 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.14.0.dev1659067589'
14
+ VERSION = '2.14.0.dev1659330569'
15
15
  end
@@ -32,19 +32,19 @@ describe 'ContainerContainerDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "base_path"' do
35
+ describe 'test attribute "repository"' 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 "pulp_href"' do
41
+ describe 'test attribute "content_guard"' 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 "content_guard"' 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
@@ -62,7 +62,7 @@ describe 'ContainerContainerDistributionResponse' do
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "repository"' do
65
+ describe 'test attribute "base_path"' 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
@@ -32,7 +32,7 @@ describe 'ContainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "base_path"' do
35
+ describe 'test attribute "repository"' 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
@@ -50,7 +50,7 @@ describe 'ContainerContainerDistribution' do
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "repository"' do
53
+ describe 'test attribute "base_path"' 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
@@ -32,13 +32,13 @@ describe 'ContainerContainerPushRepositoryResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepositoryResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_href"' do
35
+ describe 'test attribute "retain_repo_versions"' 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 "retain_repo_versions"' do
41
+ describe 'test attribute "pulp_href"' 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
@@ -50,37 +50,37 @@ describe 'ContainerContainerPushRepositoryResponse' do
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "pulp_created"' do
53
+ describe 'test attribute "description"' 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 "description"' do
59
+ describe 'test attribute "manifest_signing_service"' 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 "versions_href"' do
65
+ describe 'test attribute "pulp_labels"' 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 "latest_version_href"' do
71
+ describe 'test attribute "pulp_created"' 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 "pulp_labels"' do
77
+ describe 'test attribute "versions_href"' 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 "manifest_signing_service"' 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
@@ -50,13 +50,13 @@ describe 'ContainerContainerPushRepository' do
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "pulp_labels"' do
53
+ describe 'test attribute "manifest_signing_service"' 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 "pulp_labels"' 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
@@ -32,7 +32,7 @@ describe 'PatchedcontainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "base_path"' do
35
+ describe 'test attribute "repository"' 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
@@ -50,7 +50,7 @@ describe 'PatchedcontainerContainerDistribution' do
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "repository"' do
53
+ describe 'test attribute "base_path"' 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
@@ -50,13 +50,13 @@ describe 'PatchedcontainerContainerPushRepository' do
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "pulp_labels"' do
53
+ describe 'test attribute "manifest_signing_service"' 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 "pulp_labels"' 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.14.0.dev1659067589
4
+ version: 2.14.0.dev1659330569
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-29 00:00:00.000000000 Z
11
+ date: 2022-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday