pulp_container_client 2.15.0.dev1671419159 → 2.15.0.dev1671505567

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: a8821cdc10aaef9f9574e30cf63a7849eb078fc9dd946a61cc6a1747ea3abe07
4
- data.tar.gz: 79a54408ebf3194df075a8a078b90e2e992f348d0b04b11039bf754941771093
3
+ metadata.gz: 64c4e22665a9246fc97128525fed9d662670ce2649a4837060545b4d5d9826cd
4
+ data.tar.gz: f4408210ff6e1461bbf6ecb65c231a9d8832dca1e99a52329fdc754487b7cb7a
5
5
  SHA512:
6
- metadata.gz: b56c3c2a38fa1778664ec3aeb849ff0865db306dc9fa4f59daefbc2efe916d37b89fcfaeb75b0cd23ba10074a7edcc9874c741e6782bf42803dc200ed80bd450
7
- data.tar.gz: 4366cb73862679f0f58c0a77465dd8a8c7737072348d1d14892a552b96d546b46ecbc1e950a64ed1c5694990d19e2894cf12152447087b36e9119b208fc3d311
6
+ metadata.gz: 12e270f29077fe4f4f94fc1109b959fd74ac04c921c8bc24ed433801892387c17828194e30c18a43dbcf243fcd0e31db570771ee0c8c0bf1fc2a51615a0fea62
7
+ data.tar.gz: 17701e25bb66c717723542beadc013570d57415341cee2864f6fe1da3012a3be78e0d011aa5032194c604e67ba04f56203ee2c2ea848a761d8a6b85b51deaada
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.dev1671419159
10
+ - Package version: 2.15.0.dev1671505567
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.dev1671419159.gem
27
+ gem install ./pulp_container_client-2.15.0.dev1671505567.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.15.0.dev1671419159.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.15.0.dev1671505567.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.dev1671419159'
36
+ gem 'pulp_container_client', '~> 2.15.0.dev1671505567'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
9
8
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
9
  **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\") |
10
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
11
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [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(repository: null,
22
- pulp_labels: null,
21
+ instance = PulpContainerClient::ContainerContainerDistribution.new(pulp_labels: null,
23
22
  name: null,
24
23
  base_path: null,
24
+ repository: null,
25
25
  content_guard: 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
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
- **pulp_href** | **String** | | [optional] [readonly]
9
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
10
8
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
11
9
  **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\") |
10
+ **pulp_href** | **String** | | [optional] [readonly]
12
11
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
12
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
13
13
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [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(repository: null,
26
- pulp_href: null,
27
- pulp_labels: null,
25
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_labels: null,
28
26
  name: null,
29
27
  base_path: null,
28
+ pulp_href: null,
30
29
  pulp_created: null,
30
+ repository: null,
31
31
  content_guard: null,
32
32
  repository_version: null,
33
33
  registry_path: null,
@@ -6,9 +6,9 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
8
8
  **name** | **String** | A unique name for this repository. |
9
- **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]
10
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
9
  **description** | **String** | An optional description. | [optional]
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]
12
12
 
13
13
  ## Code Sample
14
14
 
@@ -17,9 +17,9 @@ require 'PulpContainerClient'
17
17
 
18
18
  instance = PulpContainerClient::ContainerContainerPushRepository.new(pulp_labels: null,
19
19
  name: null,
20
- retain_repo_versions: null,
20
+ description: null,
21
21
  manifest_signing_service: null,
22
- description: null)
22
+ retain_repo_versions: null)
23
23
  ```
24
24
 
25
25
 
@@ -4,30 +4,30 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **versions_href** | **String** | | [optional] [readonly]
7
8
  **pulp_labels** | **Hash<String, String>** | | [optional]
9
+ **name** | **String** | A unique name for this repository. |
8
10
  **pulp_href** | **String** | | [optional] [readonly]
11
+ **description** | **String** | An optional description. | [optional]
9
12
  **latest_version_href** | **String** | | [optional] [readonly]
10
- **name** | **String** | A unique name for this repository. |
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]
12
- **versions_href** | **String** | | [optional] [readonly]
13
13
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
14
- **description** | **String** | An optional description. | [optional]
15
14
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
15
+ **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]
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,
22
+ instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(versions_href: null,
23
+ pulp_labels: null,
24
+ name: null,
23
25
  pulp_href: null,
26
+ description: null,
24
27
  latest_version_href: null,
25
- name: null,
26
- retain_repo_versions: null,
27
- versions_href: null,
28
28
  manifest_signing_service: null,
29
- description: null,
30
- pulp_created: null)
29
+ pulp_created: null,
30
+ retain_repo_versions: null)
31
31
  ```
32
32
 
33
33
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
9
8
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
10
9
  **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]
10
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
11
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [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(repository: null,
22
- pulp_labels: null,
21
+ instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(pulp_labels: null,
23
22
  name: null,
24
23
  base_path: null,
24
+ repository: null,
25
25
  content_guard: null,
26
26
  repository_version: null,
27
27
  private: null,
@@ -6,9 +6,9 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
8
8
  **name** | **String** | A unique name for this repository. | [optional]
9
- **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]
10
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
9
  **description** | **String** | An optional description. | [optional]
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]
12
12
 
13
13
  ## Code Sample
14
14
 
@@ -17,9 +17,9 @@ require 'PulpContainerClient'
17
17
 
18
18
  instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(pulp_labels: null,
19
19
  name: null,
20
- retain_repo_versions: null,
20
+ description: null,
21
21
  manifest_signing_service: null,
22
- description: null)
22
+ retain_repo_versions: null)
23
23
  ```
24
24
 
25
25
 
@@ -15,9 +15,6 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistribution
18
- # The latest RepositoryVersion for this Repository will be served.
19
- attr_accessor :repository
20
-
21
18
  attr_accessor :pulp_labels
22
19
 
23
20
  # A unique name. Ex, `rawhide` and `stable`.
@@ -26,6 +23,9 @@ module PulpContainerClient
26
23
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
27
24
  attr_accessor :base_path
28
25
 
26
+ # The latest RepositoryVersion for this Repository will be served.
27
+ attr_accessor :repository
28
+
29
29
  # An optional content-guard. If none is specified, a default one will be used.
30
30
  attr_accessor :content_guard
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
- :'repository' => :'repository',
45
44
  :'pulp_labels' => :'pulp_labels',
46
45
  :'name' => :'name',
47
46
  :'base_path' => :'base_path',
47
+ :'repository' => :'repository',
48
48
  :'content_guard' => :'content_guard',
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
- :'repository' => :'String',
59
58
  :'pulp_labels' => :'Hash<String, String>',
60
59
  :'name' => :'String',
61
60
  :'base_path' => :'String',
61
+ :'repository' => :'String',
62
62
  :'content_guard' => :'String',
63
63
  :'repository_version' => :'String',
64
64
  :'private' => :'Boolean',
@@ -90,10 +90,6 @@ module PulpContainerClient
90
90
  h[k.to_sym] = v
91
91
  }
92
92
 
93
- if attributes.key?(:'repository')
94
- self.repository = attributes[:'repository']
95
- end
96
-
97
93
  if attributes.key?(:'pulp_labels')
98
94
  if (value = attributes[:'pulp_labels']).is_a?(Hash)
99
95
  self.pulp_labels = value
@@ -108,6 +104,10 @@ module PulpContainerClient
108
104
  self.base_path = attributes[:'base_path']
109
105
  end
110
106
 
107
+ if attributes.key?(:'repository')
108
+ self.repository = attributes[:'repository']
109
+ end
110
+
111
111
  if attributes.key?(:'content_guard')
112
112
  self.content_guard = attributes[:'content_guard']
113
113
  end
@@ -206,10 +206,10 @@ module PulpContainerClient
206
206
  def ==(o)
207
207
  return true if self.equal?(o)
208
208
  self.class == o.class &&
209
- repository == o.repository &&
210
209
  pulp_labels == o.pulp_labels &&
211
210
  name == o.name &&
212
211
  base_path == o.base_path &&
212
+ repository == o.repository &&
213
213
  content_guard == o.content_guard &&
214
214
  repository_version == o.repository_version &&
215
215
  private == o.private &&
@@ -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
- [repository, pulp_labels, name, base_path, content_guard, repository_version, private, description].hash
228
+ [pulp_labels, name, base_path, repository, content_guard, repository_version, private, description].hash
229
229
  end
230
230
 
231
231
  # Builds the object from hash
@@ -15,11 +15,6 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistributionResponse
18
- # The latest RepositoryVersion for this Repository will be served.
19
- attr_accessor :repository
20
-
21
- attr_accessor :pulp_href
22
-
23
18
  attr_accessor :pulp_labels
24
19
 
25
20
  # A unique name. Ex, `rawhide` and `stable`.
@@ -28,9 +23,14 @@ module PulpContainerClient
28
23
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
29
24
  attr_accessor :base_path
30
25
 
26
+ attr_accessor :pulp_href
27
+
31
28
  # Timestamp of creation.
32
29
  attr_accessor :pulp_created
33
30
 
31
+ # The latest RepositoryVersion for this Repository will be served.
32
+ attr_accessor :repository
33
+
34
34
  # An optional content-guard. If none is specified, a default one will be used.
35
35
  attr_accessor :content_guard
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
- :'repository' => :'repository',
56
- :'pulp_href' => :'pulp_href',
57
55
  :'pulp_labels' => :'pulp_labels',
58
56
  :'name' => :'name',
59
57
  :'base_path' => :'base_path',
58
+ :'pulp_href' => :'pulp_href',
60
59
  :'pulp_created' => :'pulp_created',
60
+ :'repository' => :'repository',
61
61
  :'content_guard' => :'content_guard',
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
- :'repository' => :'String',
74
- :'pulp_href' => :'String',
75
73
  :'pulp_labels' => :'Hash<String, String>',
76
74
  :'name' => :'String',
77
75
  :'base_path' => :'String',
76
+ :'pulp_href' => :'String',
78
77
  :'pulp_created' => :'DateTime',
78
+ :'repository' => :'String',
79
79
  :'content_guard' => :'String',
80
80
  :'repository_version' => :'String',
81
81
  :'registry_path' => :'String',
@@ -109,14 +109,6 @@ module PulpContainerClient
109
109
  h[k.to_sym] = v
110
110
  }
111
111
 
112
- if attributes.key?(:'repository')
113
- self.repository = attributes[:'repository']
114
- end
115
-
116
- if attributes.key?(:'pulp_href')
117
- self.pulp_href = attributes[:'pulp_href']
118
- end
119
-
120
112
  if attributes.key?(:'pulp_labels')
121
113
  if (value = attributes[:'pulp_labels']).is_a?(Hash)
122
114
  self.pulp_labels = value
@@ -131,10 +123,18 @@ module PulpContainerClient
131
123
  self.base_path = attributes[:'base_path']
132
124
  end
133
125
 
126
+ if attributes.key?(:'pulp_href')
127
+ self.pulp_href = attributes[:'pulp_href']
128
+ end
129
+
134
130
  if attributes.key?(:'pulp_created')
135
131
  self.pulp_created = attributes[:'pulp_created']
136
132
  end
137
133
 
134
+ if attributes.key?(:'repository')
135
+ self.repository = attributes[:'repository']
136
+ end
137
+
138
138
  if attributes.key?(:'content_guard')
139
139
  self.content_guard = attributes[:'content_guard']
140
140
  end
@@ -188,12 +188,12 @@ module PulpContainerClient
188
188
  def ==(o)
189
189
  return true if self.equal?(o)
190
190
  self.class == o.class &&
191
- repository == o.repository &&
192
- pulp_href == o.pulp_href &&
193
191
  pulp_labels == o.pulp_labels &&
194
192
  name == o.name &&
195
193
  base_path == o.base_path &&
194
+ pulp_href == o.pulp_href &&
196
195
  pulp_created == o.pulp_created &&
196
+ repository == o.repository &&
197
197
  content_guard == o.content_guard &&
198
198
  repository_version == o.repository_version &&
199
199
  registry_path == o.registry_path &&
@@ -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
- [repository, pulp_href, pulp_labels, name, base_path, pulp_created, content_guard, repository_version, registry_path, namespace, private, description].hash
214
+ [pulp_labels, name, base_path, pulp_href, pulp_created, repository, content_guard, repository_version, registry_path, namespace, private, description].hash
215
215
  end
216
216
 
217
217
  # Builds the object from hash
@@ -20,23 +20,23 @@ module PulpContainerClient
20
20
  # A unique name for this repository.
21
21
  attr_accessor :name
22
22
 
23
- # 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.
24
- attr_accessor :retain_repo_versions
23
+ # An optional description.
24
+ attr_accessor :description
25
25
 
26
26
  # A reference to an associated signing service.
27
27
  attr_accessor :manifest_signing_service
28
28
 
29
- # An optional description.
30
- attr_accessor :description
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
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
36
  :'name' => :'name',
37
- :'retain_repo_versions' => :'retain_repo_versions',
37
+ :'description' => :'description',
38
38
  :'manifest_signing_service' => :'manifest_signing_service',
39
- :'description' => :'description'
39
+ :'retain_repo_versions' => :'retain_repo_versions'
40
40
  }
41
41
  end
42
42
 
@@ -45,18 +45,18 @@ module PulpContainerClient
45
45
  {
46
46
  :'pulp_labels' => :'Hash<String, String>',
47
47
  :'name' => :'String',
48
- :'retain_repo_versions' => :'Integer',
48
+ :'description' => :'String',
49
49
  :'manifest_signing_service' => :'String',
50
- :'description' => :'String'
50
+ :'retain_repo_versions' => :'Integer'
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
- :'retain_repo_versions',
57
+ :'description',
58
58
  :'manifest_signing_service',
59
- :'description'
59
+ :'retain_repo_versions'
60
60
  ])
61
61
  end
62
62
 
@@ -85,16 +85,16 @@ module PulpContainerClient
85
85
  self.name = attributes[:'name']
86
86
  end
87
87
 
88
- if attributes.key?(:'retain_repo_versions')
89
- self.retain_repo_versions = attributes[:'retain_repo_versions']
88
+ if attributes.key?(:'description')
89
+ self.description = attributes[:'description']
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?(:'description')
97
- self.description = attributes[:'description']
96
+ if attributes.key?(:'retain_repo_versions')
97
+ self.retain_repo_versions = attributes[:'retain_repo_versions']
98
98
  end
99
99
  end
100
100
 
@@ -110,14 +110,14 @@ module PulpContainerClient
110
110
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
111
111
  end
112
112
 
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
113
  if !@description.nil? && @description.to_s.length < 1
118
114
  invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
119
115
  end
120
116
 
117
+ if !@retain_repo_versions.nil? && @retain_repo_versions < 1
118
+ invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
119
+ end
120
+
121
121
  invalid_properties
122
122
  end
123
123
 
@@ -126,8 +126,8 @@ module PulpContainerClient
126
126
  def valid?
127
127
  return false if @name.nil?
128
128
  return false if @name.to_s.length < 1
129
- return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
130
129
  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
 
@@ -145,16 +145,6 @@ module PulpContainerClient
145
145
  @name = name
146
146
  end
147
147
 
148
- # Custom attribute writer method with validation
149
- # @param [Object] retain_repo_versions Value to be assigned
150
- def retain_repo_versions=(retain_repo_versions)
151
- if !retain_repo_versions.nil? && retain_repo_versions < 1
152
- fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
153
- end
154
-
155
- @retain_repo_versions = retain_repo_versions
156
- end
157
-
158
148
  # Custom attribute writer method with validation
159
149
  # @param [Object] description Value to be assigned
160
150
  def description=(description)
@@ -165,6 +155,16 @@ module PulpContainerClient
165
155
  @description = description
166
156
  end
167
157
 
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)
@@ -172,9 +172,9 @@ module PulpContainerClient
172
172
  self.class == o.class &&
173
173
  pulp_labels == o.pulp_labels &&
174
174
  name == o.name &&
175
- retain_repo_versions == o.retain_repo_versions &&
175
+ description == o.description &&
176
176
  manifest_signing_service == o.manifest_signing_service &&
177
- description == o.description
177
+ retain_repo_versions == o.retain_repo_versions
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, retain_repo_versions, manifest_signing_service, description].hash
189
+ [pulp_labels, name, description, manifest_signing_service, retain_repo_versions].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
- attr_accessor :pulp_labels
19
-
20
- attr_accessor :pulp_href
18
+ attr_accessor :versions_href
21
19
 
22
- attr_accessor :latest_version_href
20
+ attr_accessor :pulp_labels
23
21
 
24
22
  # A unique name for this repository.
25
23
  attr_accessor :name
26
24
 
27
- # 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.
28
- attr_accessor :retain_repo_versions
25
+ attr_accessor :pulp_href
29
26
 
30
- attr_accessor :versions_href
27
+ # An optional description.
28
+ attr_accessor :description
29
+
30
+ attr_accessor :latest_version_href
31
31
 
32
32
  # A reference to an associated signing service.
33
33
  attr_accessor :manifest_signing_service
34
34
 
35
- # An optional description.
36
- attr_accessor :description
37
-
38
35
  # Timestamp of creation.
39
36
  attr_accessor :pulp_created
40
37
 
38
+ # 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.
39
+ attr_accessor :retain_repo_versions
40
+
41
41
  # Attribute mapping from ruby-style variable name to JSON key.
42
42
  def self.attribute_map
43
43
  {
44
+ :'versions_href' => :'versions_href',
44
45
  :'pulp_labels' => :'pulp_labels',
46
+ :'name' => :'name',
45
47
  :'pulp_href' => :'pulp_href',
48
+ :'description' => :'description',
46
49
  :'latest_version_href' => :'latest_version_href',
47
- :'name' => :'name',
48
- :'retain_repo_versions' => :'retain_repo_versions',
49
- :'versions_href' => :'versions_href',
50
50
  :'manifest_signing_service' => :'manifest_signing_service',
51
- :'description' => :'description',
52
- :'pulp_created' => :'pulp_created'
51
+ :'pulp_created' => :'pulp_created',
52
+ :'retain_repo_versions' => :'retain_repo_versions'
53
53
  }
54
54
  end
55
55
 
56
56
  # Attribute type mapping.
57
57
  def self.openapi_types
58
58
  {
59
+ :'versions_href' => :'String',
59
60
  :'pulp_labels' => :'Hash<String, String>',
61
+ :'name' => :'String',
60
62
  :'pulp_href' => :'String',
63
+ :'description' => :'String',
61
64
  :'latest_version_href' => :'String',
62
- :'name' => :'String',
63
- :'retain_repo_versions' => :'Integer',
64
- :'versions_href' => :'String',
65
65
  :'manifest_signing_service' => :'String',
66
- :'description' => :'String',
67
- :'pulp_created' => :'DateTime'
66
+ :'pulp_created' => :'DateTime',
67
+ :'retain_repo_versions' => :'Integer'
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
- :'retain_repo_versions',
75
- :'manifest_signing_service',
76
74
  :'description',
75
+ :'manifest_signing_service',
76
+ :'retain_repo_versions'
77
77
  ])
78
78
  end
79
79
 
@@ -92,43 +92,43 @@ module PulpContainerClient
92
92
  h[k.to_sym] = v
93
93
  }
94
94
 
95
+ if attributes.key?(:'versions_href')
96
+ self.versions_href = attributes[:'versions_href']
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?(:'pulp_href')
102
- self.pulp_href = attributes[:'pulp_href']
103
- end
104
-
105
- if attributes.key?(:'latest_version_href')
106
- self.latest_version_href = attributes[:'latest_version_href']
107
- end
108
-
109
105
  if attributes.key?(:'name')
110
106
  self.name = attributes[:'name']
111
107
  end
112
108
 
113
- if attributes.key?(:'retain_repo_versions')
114
- self.retain_repo_versions = attributes[:'retain_repo_versions']
109
+ if attributes.key?(:'pulp_href')
110
+ self.pulp_href = attributes[:'pulp_href']
115
111
  end
116
112
 
117
- if attributes.key?(:'versions_href')
118
- self.versions_href = attributes[:'versions_href']
113
+ if attributes.key?(:'description')
114
+ self.description = attributes[:'description']
119
115
  end
120
116
 
121
- if attributes.key?(:'manifest_signing_service')
122
- self.manifest_signing_service = attributes[:'manifest_signing_service']
117
+ if attributes.key?(:'latest_version_href')
118
+ self.latest_version_href = attributes[:'latest_version_href']
123
119
  end
124
120
 
125
- if attributes.key?(:'description')
126
- self.description = attributes[:'description']
121
+ if attributes.key?(:'manifest_signing_service')
122
+ self.manifest_signing_service = attributes[:'manifest_signing_service']
127
123
  end
128
124
 
129
125
  if attributes.key?(:'pulp_created')
130
126
  self.pulp_created = attributes[:'pulp_created']
131
127
  end
128
+
129
+ if attributes.key?(:'retain_repo_versions')
130
+ self.retain_repo_versions = attributes[:'retain_repo_versions']
131
+ end
132
132
  end
133
133
 
134
134
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -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
+ versions_href == o.versions_href &&
172
173
  pulp_labels == o.pulp_labels &&
174
+ name == o.name &&
173
175
  pulp_href == o.pulp_href &&
176
+ description == o.description &&
174
177
  latest_version_href == o.latest_version_href &&
175
- name == o.name &&
176
- retain_repo_versions == o.retain_repo_versions &&
177
- versions_href == o.versions_href &&
178
178
  manifest_signing_service == o.manifest_signing_service &&
179
- description == o.description &&
180
- pulp_created == o.pulp_created
179
+ pulp_created == o.pulp_created &&
180
+ retain_repo_versions == o.retain_repo_versions
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, pulp_href, latest_version_href, name, retain_repo_versions, versions_href, manifest_signing_service, description, pulp_created].hash
192
+ [versions_href, pulp_labels, name, pulp_href, description, latest_version_href, manifest_signing_service, pulp_created, retain_repo_versions].hash
193
193
  end
194
194
 
195
195
  # Builds the object from hash
@@ -15,9 +15,6 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class PatchedcontainerContainerDistribution
18
- # The latest RepositoryVersion for this Repository will be served.
19
- attr_accessor :repository
20
-
21
18
  attr_accessor :pulp_labels
22
19
 
23
20
  # A unique name. Ex, `rawhide` and `stable`.
@@ -26,6 +23,9 @@ module PulpContainerClient
26
23
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
27
24
  attr_accessor :base_path
28
25
 
26
+ # The latest RepositoryVersion for this Repository will be served.
27
+ attr_accessor :repository
28
+
29
29
  # An optional content-guard. If none is specified, a default one will be used.
30
30
  attr_accessor :content_guard
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
- :'repository' => :'repository',
45
44
  :'pulp_labels' => :'pulp_labels',
46
45
  :'name' => :'name',
47
46
  :'base_path' => :'base_path',
47
+ :'repository' => :'repository',
48
48
  :'content_guard' => :'content_guard',
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
- :'repository' => :'String',
59
58
  :'pulp_labels' => :'Hash<String, String>',
60
59
  :'name' => :'String',
61
60
  :'base_path' => :'String',
61
+ :'repository' => :'String',
62
62
  :'content_guard' => :'String',
63
63
  :'repository_version' => :'String',
64
64
  :'private' => :'Boolean',
@@ -90,10 +90,6 @@ module PulpContainerClient
90
90
  h[k.to_sym] = v
91
91
  }
92
92
 
93
- if attributes.key?(:'repository')
94
- self.repository = attributes[:'repository']
95
- end
96
-
97
93
  if attributes.key?(:'pulp_labels')
98
94
  if (value = attributes[:'pulp_labels']).is_a?(Hash)
99
95
  self.pulp_labels = value
@@ -108,6 +104,10 @@ module PulpContainerClient
108
104
  self.base_path = attributes[:'base_path']
109
105
  end
110
106
 
107
+ if attributes.key?(:'repository')
108
+ self.repository = attributes[:'repository']
109
+ end
110
+
111
111
  if attributes.key?(:'content_guard')
112
112
  self.content_guard = attributes[:'content_guard']
113
113
  end
@@ -188,10 +188,10 @@ module PulpContainerClient
188
188
  def ==(o)
189
189
  return true if self.equal?(o)
190
190
  self.class == o.class &&
191
- repository == o.repository &&
192
191
  pulp_labels == o.pulp_labels &&
193
192
  name == o.name &&
194
193
  base_path == o.base_path &&
194
+ repository == o.repository &&
195
195
  content_guard == o.content_guard &&
196
196
  repository_version == o.repository_version &&
197
197
  private == o.private &&
@@ -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
- [repository, pulp_labels, name, base_path, content_guard, repository_version, private, description].hash
210
+ [pulp_labels, name, base_path, repository, content_guard, repository_version, private, description].hash
211
211
  end
212
212
 
213
213
  # Builds the object from hash
@@ -20,23 +20,23 @@ module PulpContainerClient
20
20
  # A unique name for this repository.
21
21
  attr_accessor :name
22
22
 
23
- # 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.
24
- attr_accessor :retain_repo_versions
23
+ # An optional description.
24
+ attr_accessor :description
25
25
 
26
26
  # A reference to an associated signing service.
27
27
  attr_accessor :manifest_signing_service
28
28
 
29
- # An optional description.
30
- attr_accessor :description
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
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
36
  :'name' => :'name',
37
- :'retain_repo_versions' => :'retain_repo_versions',
37
+ :'description' => :'description',
38
38
  :'manifest_signing_service' => :'manifest_signing_service',
39
- :'description' => :'description'
39
+ :'retain_repo_versions' => :'retain_repo_versions'
40
40
  }
41
41
  end
42
42
 
@@ -45,18 +45,18 @@ module PulpContainerClient
45
45
  {
46
46
  :'pulp_labels' => :'Hash<String, String>',
47
47
  :'name' => :'String',
48
- :'retain_repo_versions' => :'Integer',
48
+ :'description' => :'String',
49
49
  :'manifest_signing_service' => :'String',
50
- :'description' => :'String'
50
+ :'retain_repo_versions' => :'Integer'
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
- :'retain_repo_versions',
57
+ :'description',
58
58
  :'manifest_signing_service',
59
- :'description'
59
+ :'retain_repo_versions'
60
60
  ])
61
61
  end
62
62
 
@@ -85,16 +85,16 @@ module PulpContainerClient
85
85
  self.name = attributes[:'name']
86
86
  end
87
87
 
88
- if attributes.key?(:'retain_repo_versions')
89
- self.retain_repo_versions = attributes[:'retain_repo_versions']
88
+ if attributes.key?(:'description')
89
+ self.description = attributes[:'description']
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?(:'description')
97
- self.description = attributes[:'description']
96
+ if attributes.key?(:'retain_repo_versions')
97
+ self.retain_repo_versions = attributes[:'retain_repo_versions']
98
98
  end
99
99
  end
100
100
 
@@ -106,14 +106,14 @@ module PulpContainerClient
106
106
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
107
107
  end
108
108
 
109
- if !@retain_repo_versions.nil? && @retain_repo_versions < 1
110
- invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
111
- end
112
-
113
109
  if !@description.nil? && @description.to_s.length < 1
114
110
  invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
115
111
  end
116
112
 
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
 
@@ -121,8 +121,8 @@ module PulpContainerClient
121
121
  # @return true if the model is valid
122
122
  def valid?
123
123
  return false if !@name.nil? && @name.to_s.length < 1
124
- return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
125
124
  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
 
@@ -136,16 +136,6 @@ module PulpContainerClient
136
136
  @name = name
137
137
  end
138
138
 
139
- # Custom attribute writer method with validation
140
- # @param [Object] retain_repo_versions Value to be assigned
141
- def retain_repo_versions=(retain_repo_versions)
142
- if !retain_repo_versions.nil? && retain_repo_versions < 1
143
- fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
144
- end
145
-
146
- @retain_repo_versions = retain_repo_versions
147
- end
148
-
149
139
  # Custom attribute writer method with validation
150
140
  # @param [Object] description Value to be assigned
151
141
  def description=(description)
@@ -156,6 +146,16 @@ module PulpContainerClient
156
146
  @description = description
157
147
  end
158
148
 
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)
@@ -163,9 +163,9 @@ module PulpContainerClient
163
163
  self.class == o.class &&
164
164
  pulp_labels == o.pulp_labels &&
165
165
  name == o.name &&
166
- retain_repo_versions == o.retain_repo_versions &&
166
+ description == o.description &&
167
167
  manifest_signing_service == o.manifest_signing_service &&
168
- description == o.description
168
+ retain_repo_versions == o.retain_repo_versions
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, retain_repo_versions, manifest_signing_service, description].hash
180
+ [pulp_labels, name, description, manifest_signing_service, retain_repo_versions].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.dev1671419159'
14
+ VERSION = '2.15.0.dev1671505567'
15
15
  end
@@ -32,37 +32,37 @@ describe 'ContainerContainerDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "repository"' do
35
+ describe 'test attribute "pulp_labels"' 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 "name"' 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 "pulp_labels"' do
47
+ describe 'test attribute "base_path"' 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 "name"' do
53
+ describe 'test attribute "pulp_href"' 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 "base_path"' do
59
+ describe 'test attribute "pulp_created"' 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_created"' do
65
+ describe 'test attribute "repository"' 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,25 +32,25 @@ describe 'ContainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "repository"' do
35
+ describe 'test attribute "pulp_labels"' 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_labels"' do
41
+ describe 'test attribute "name"' 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 "name"' do
47
+ describe 'test attribute "base_path"' 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 "base_path"' 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
@@ -32,37 +32,37 @@ 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 "versions_href"' 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 "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 "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
51
51
  end
52
52
 
53
- describe 'test attribute "name"' do
53
+ describe 'test attribute "pulp_href"' 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 "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
63
63
  end
64
64
 
65
- describe 'test attribute "versions_href"' do
65
+ describe 'test attribute "latest_version_href"' 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
@@ -74,13 +74,13 @@ describe 'ContainerContainerPushRepositoryResponse' do
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "description"' do
77
+ describe 'test attribute "pulp_created"' 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 "pulp_created"' do
83
+ describe 'test attribute "retain_repo_versions"' 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
@@ -44,7 +44,7 @@ describe 'ContainerContainerPushRepository' do
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "retain_repo_versions"' do
47
+ describe 'test attribute "description"' 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 "description"' do
59
+ describe 'test attribute "retain_repo_versions"' 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,25 +32,25 @@ describe 'PatchedcontainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "repository"' do
35
+ describe 'test attribute "pulp_labels"' 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_labels"' do
41
+ describe 'test attribute "name"' 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 "name"' do
47
+ describe 'test attribute "base_path"' 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 "base_path"' 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
@@ -44,7 +44,7 @@ describe 'PatchedcontainerContainerPushRepository' do
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "retain_repo_versions"' do
47
+ describe 'test attribute "description"' 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 "description"' do
59
+ describe 'test attribute "retain_repo_versions"' 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.dev1671419159
4
+ version: 2.15.0.dev1671505567
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-12-19 00:00:00.000000000 Z
11
+ date: 2022-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday