pulp_container_client 2.15.0.dev1674443130 → 2.15.0.dev1674789963

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: 4d231f494b71e0b0a185440d008ef5566e9aee9b1d45b2bb99de519ad184c3c8
4
- data.tar.gz: 41778e5615ca2fb57acdf6b1baab4f5ba262e06347ef0d0f80d2c0e40d9666a8
3
+ metadata.gz: 8840540b4d66fd045b4fb5d50e2f61b99cf2d36271843c295822baa2df5b57c6
4
+ data.tar.gz: ae5947df34a92da43a2ae8c8f63dd3d6d5934c5f14f4c1685ab97887fa45a87b
5
5
  SHA512:
6
- metadata.gz: 4b122095ec4aa1a3493426c1ec0af802ea85b7137fe977a585d1c6cc979e0fe1c9e636e4588fef68b2c2786275ba2a3d906d589ac67833ff0b04ea91573b0f1a
7
- data.tar.gz: 3c7f48a8f69c6f8205219ed835ee8207d23b3b5c34585da8389689bb0b4109dc97e48748b73e1c3f489188b39e589748f554aa9c18799815a519967fbfa1b7e3
6
+ metadata.gz: 9455fb3040fade6ad3728b52460dcbf3f8994bf2b918ce79376fe46c6bc7605559f5b2266b4dee30079642e0bd4f0f896166b3bcecc6eba6b90589a253eae498
7
+ data.tar.gz: f20d458ec129a40c4734c44adcf86629ec4e0aefb8c45f2f93612858a7f4e4f109df196635619fd80632c3df63799f67ed0327e4360bcb3f94b9000866c76300
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.dev1674443130
10
+ - Package version: 2.15.0.dev1674789963
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.dev1674443130.gem
27
+ gem install ./pulp_container_client-2.15.0.dev1674789963.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.15.0.dev1674443130.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.15.0.dev1674789963.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.dev1674443130'
36
+ gem 'pulp_container_client', '~> 2.15.0.dev1674789963'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_labels** | **Hash<String, String>** | | [optional]
8
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
7
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
8
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
9
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
10
+ **pulp_labels** | **Hash<String, String>** | | [optional]
11
11
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
12
12
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
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(pulp_labels: null,
22
- repository: null,
21
+ instance = PulpContainerClient::ContainerContainerDistribution.new(content_guard: null,
23
22
  name: null,
24
- content_guard: null,
23
+ repository: null,
24
+ pulp_labels: null,
25
25
  base_path: null,
26
26
  repository_version: null,
27
27
  private: null,
@@ -4,13 +4,13 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **pulp_labels** | **Hash<String, String>** | | [optional]
9
- **pulp_href** | **String** | | [optional] [readonly]
10
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
12
7
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
8
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
9
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
10
+ **pulp_labels** | **Hash<String, String>** | | [optional]
11
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
13
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
+ **pulp_href** | **String** | | [optional] [readonly]
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]
16
16
  **namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
@@ -22,13 +22,13 @@ Name | Type | Description | Notes
22
22
  ```ruby
23
23
  require 'PulpContainerClient'
24
24
 
25
- instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_created: null,
26
- pulp_labels: null,
27
- pulp_href: null,
28
- repository: null,
25
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(content_guard: null,
29
26
  name: null,
30
- content_guard: null,
27
+ repository: null,
28
+ pulp_labels: null,
29
+ pulp_created: null,
31
30
  base_path: null,
31
+ pulp_href: null,
32
32
  repository_version: null,
33
33
  registry_path: null,
34
34
  namespace: null,
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_labels** | **Hash<String, String>** | | [optional]
7
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
8
8
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
9
9
  **name** | **String** | A unique name for this repository. |
10
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
10
  **description** | **String** | An optional description. | [optional]
11
+ **pulp_labels** | **Hash<String, String>** | | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::ContainerContainerPushRepository.new(pulp_labels: null,
18
+ instance = PulpContainerClient::ContainerContainerPushRepository.new(manifest_signing_service: null,
19
19
  retain_repo_versions: null,
20
20
  name: null,
21
- manifest_signing_service: null,
22
- description: null)
21
+ description: null,
22
+ pulp_labels: null)
23
23
  ```
24
24
 
25
25
 
@@ -4,14 +4,14 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **pulp_labels** | **Hash<String, String>** | | [optional]
7
+ **versions_href** | **String** | | [optional] [readonly]
8
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
9
9
  **pulp_href** | **String** | | [optional] [readonly]
10
10
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
11
- **versions_href** | **String** | | [optional] [readonly]
12
11
  **name** | **String** | A unique name for this repository. |
13
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
14
12
  **description** | **String** | An optional description. | [optional]
13
+ **pulp_labels** | **Hash<String, String>** | | [optional]
14
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
15
15
  **latest_version_href** | **String** | | [optional] [readonly]
16
16
 
17
17
  ## Code Sample
@@ -19,14 +19,14 @@ Name | Type | Description | Notes
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_created: null,
23
- pulp_labels: null,
22
+ instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(versions_href: null,
23
+ manifest_signing_service: null,
24
24
  pulp_href: null,
25
25
  retain_repo_versions: null,
26
- versions_href: null,
27
26
  name: null,
28
- manifest_signing_service: null,
29
27
  description: null,
28
+ pulp_labels: null,
29
+ pulp_created: null,
30
30
  latest_version_href: null)
31
31
  ```
32
32
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_labels** | **Hash<String, String>** | | [optional]
8
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
10
7
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
8
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
9
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
10
+ **pulp_labels** | **Hash<String, String>** | | [optional]
11
11
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
12
12
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
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(pulp_labels: null,
22
- repository: null,
21
+ instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(content_guard: null,
23
22
  name: null,
24
- content_guard: null,
23
+ repository: null,
24
+ pulp_labels: null,
25
25
  base_path: null,
26
26
  repository_version: null,
27
27
  private: null,
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_labels** | **Hash<String, String>** | | [optional]
7
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
8
8
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
9
9
  **name** | **String** | A unique name for this repository. | [optional]
10
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
10
  **description** | **String** | An optional description. | [optional]
11
+ **pulp_labels** | **Hash<String, String>** | | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(pulp_labels: null,
18
+ instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(manifest_signing_service: null,
19
19
  retain_repo_versions: null,
20
20
  name: null,
21
- manifest_signing_service: null,
22
- description: null)
21
+ description: null,
22
+ pulp_labels: null)
23
23
  ```
24
24
 
25
25
 
@@ -15,16 +15,16 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistribution
18
- attr_accessor :pulp_labels
19
-
20
- # The latest RepositoryVersion for this Repository will be served.
21
- attr_accessor :repository
18
+ # An optional content-guard. If none is specified, a default one will be used.
19
+ attr_accessor :content_guard
22
20
 
23
21
  # A unique name. Ex, `rawhide` and `stable`.
24
22
  attr_accessor :name
25
23
 
26
- # An optional content-guard. If none is specified, a default one will be used.
27
- attr_accessor :content_guard
24
+ # The latest RepositoryVersion for this Repository will be served.
25
+ attr_accessor :repository
26
+
27
+ attr_accessor :pulp_labels
28
28
 
29
29
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
30
30
  attr_accessor :base_path
@@ -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
- :'pulp_labels' => :'pulp_labels',
45
- :'repository' => :'repository',
46
- :'name' => :'name',
47
44
  :'content_guard' => :'content_guard',
45
+ :'name' => :'name',
46
+ :'repository' => :'repository',
47
+ :'pulp_labels' => :'pulp_labels',
48
48
  :'base_path' => :'base_path',
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
- :'pulp_labels' => :'Hash<String, String>',
59
- :'repository' => :'String',
60
- :'name' => :'String',
61
58
  :'content_guard' => :'String',
59
+ :'name' => :'String',
60
+ :'repository' => :'String',
61
+ :'pulp_labels' => :'Hash<String, String>',
62
62
  :'base_path' => :'String',
63
63
  :'repository_version' => :'String',
64
64
  :'private' => :'Boolean',
@@ -90,22 +90,22 @@ module PulpContainerClient
90
90
  h[k.to_sym] = v
91
91
  }
92
92
 
93
- if attributes.key?(:'pulp_labels')
94
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
95
- self.pulp_labels = value
96
- end
97
- end
98
-
99
- if attributes.key?(:'repository')
100
- self.repository = attributes[:'repository']
93
+ if attributes.key?(:'content_guard')
94
+ self.content_guard = attributes[:'content_guard']
101
95
  end
102
96
 
103
97
  if attributes.key?(:'name')
104
98
  self.name = attributes[:'name']
105
99
  end
106
100
 
107
- if attributes.key?(:'content_guard')
108
- self.content_guard = attributes[:'content_guard']
101
+ if attributes.key?(:'repository')
102
+ self.repository = attributes[:'repository']
103
+ end
104
+
105
+ if attributes.key?(:'pulp_labels')
106
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
107
+ self.pulp_labels = value
108
+ end
109
109
  end
110
110
 
111
111
  if attributes.key?(:'base_path')
@@ -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
- pulp_labels == o.pulp_labels &&
210
- repository == o.repository &&
211
- name == o.name &&
212
209
  content_guard == o.content_guard &&
210
+ name == o.name &&
211
+ repository == o.repository &&
212
+ pulp_labels == o.pulp_labels &&
213
213
  base_path == o.base_path &&
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
- [pulp_labels, repository, name, content_guard, base_path, repository_version, private, description].hash
228
+ [content_guard, name, repository, pulp_labels, base_path, repository_version, private, description].hash
229
229
  end
230
230
 
231
231
  # Builds the object from hash
@@ -15,25 +15,25 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistributionResponse
18
- # Timestamp of creation.
19
- attr_accessor :pulp_created
20
-
21
- attr_accessor :pulp_labels
18
+ # An optional content-guard. If none is specified, a default one will be used.
19
+ attr_accessor :content_guard
22
20
 
23
- attr_accessor :pulp_href
21
+ # A unique name. Ex, `rawhide` and `stable`.
22
+ attr_accessor :name
24
23
 
25
24
  # The latest RepositoryVersion for this Repository will be served.
26
25
  attr_accessor :repository
27
26
 
28
- # A unique name. Ex, `rawhide` and `stable`.
29
- attr_accessor :name
27
+ attr_accessor :pulp_labels
30
28
 
31
- # An optional content-guard. If none is specified, a default one will be used.
32
- attr_accessor :content_guard
29
+ # Timestamp of creation.
30
+ attr_accessor :pulp_created
33
31
 
34
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\")
35
33
  attr_accessor :base_path
36
34
 
35
+ attr_accessor :pulp_href
36
+
37
37
  # RepositoryVersion to be served
38
38
  attr_accessor :repository_version
39
39
 
@@ -52,13 +52,13 @@ module PulpContainerClient
52
52
  # Attribute mapping from ruby-style variable name to JSON key.
53
53
  def self.attribute_map
54
54
  {
55
- :'pulp_created' => :'pulp_created',
56
- :'pulp_labels' => :'pulp_labels',
57
- :'pulp_href' => :'pulp_href',
58
- :'repository' => :'repository',
59
- :'name' => :'name',
60
55
  :'content_guard' => :'content_guard',
56
+ :'name' => :'name',
57
+ :'repository' => :'repository',
58
+ :'pulp_labels' => :'pulp_labels',
59
+ :'pulp_created' => :'pulp_created',
61
60
  :'base_path' => :'base_path',
61
+ :'pulp_href' => :'pulp_href',
62
62
  :'repository_version' => :'repository_version',
63
63
  :'registry_path' => :'registry_path',
64
64
  :'namespace' => :'namespace',
@@ -70,13 +70,13 @@ module PulpContainerClient
70
70
  # Attribute type mapping.
71
71
  def self.openapi_types
72
72
  {
73
- :'pulp_created' => :'DateTime',
74
- :'pulp_labels' => :'Hash<String, String>',
75
- :'pulp_href' => :'String',
76
- :'repository' => :'String',
77
- :'name' => :'String',
78
73
  :'content_guard' => :'String',
74
+ :'name' => :'String',
75
+ :'repository' => :'String',
76
+ :'pulp_labels' => :'Hash<String, String>',
77
+ :'pulp_created' => :'DateTime',
79
78
  :'base_path' => :'String',
79
+ :'pulp_href' => :'String',
80
80
  :'repository_version' => :'String',
81
81
  :'registry_path' => :'String',
82
82
  :'namespace' => :'String',
@@ -109,36 +109,36 @@ module PulpContainerClient
109
109
  h[k.to_sym] = v
110
110
  }
111
111
 
112
- if attributes.key?(:'pulp_created')
113
- self.pulp_created = attributes[:'pulp_created']
114
- end
115
-
116
- if attributes.key?(:'pulp_labels')
117
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
118
- self.pulp_labels = value
119
- end
112
+ if attributes.key?(:'content_guard')
113
+ self.content_guard = attributes[:'content_guard']
120
114
  end
121
115
 
122
- if attributes.key?(:'pulp_href')
123
- self.pulp_href = attributes[:'pulp_href']
116
+ if attributes.key?(:'name')
117
+ self.name = attributes[:'name']
124
118
  end
125
119
 
126
120
  if attributes.key?(:'repository')
127
121
  self.repository = attributes[:'repository']
128
122
  end
129
123
 
130
- if attributes.key?(:'name')
131
- self.name = attributes[:'name']
124
+ if attributes.key?(:'pulp_labels')
125
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
126
+ self.pulp_labels = value
127
+ end
132
128
  end
133
129
 
134
- if attributes.key?(:'content_guard')
135
- self.content_guard = attributes[:'content_guard']
130
+ if attributes.key?(:'pulp_created')
131
+ self.pulp_created = attributes[:'pulp_created']
136
132
  end
137
133
 
138
134
  if attributes.key?(:'base_path')
139
135
  self.base_path = attributes[:'base_path']
140
136
  end
141
137
 
138
+ if attributes.key?(:'pulp_href')
139
+ self.pulp_href = attributes[:'pulp_href']
140
+ end
141
+
142
142
  if attributes.key?(:'repository_version')
143
143
  self.repository_version = attributes[:'repository_version']
144
144
  end
@@ -188,13 +188,13 @@ module PulpContainerClient
188
188
  def ==(o)
189
189
  return true if self.equal?(o)
190
190
  self.class == o.class &&
191
- pulp_created == o.pulp_created &&
192
- pulp_labels == o.pulp_labels &&
193
- pulp_href == o.pulp_href &&
194
- repository == o.repository &&
195
- name == o.name &&
196
191
  content_guard == o.content_guard &&
192
+ name == o.name &&
193
+ repository == o.repository &&
194
+ pulp_labels == o.pulp_labels &&
195
+ pulp_created == o.pulp_created &&
197
196
  base_path == o.base_path &&
197
+ pulp_href == o.pulp_href &&
198
198
  repository_version == o.repository_version &&
199
199
  registry_path == o.registry_path &&
200
200
  namespace == o.namespace &&
@@ -211,7 +211,7 @@ module PulpContainerClient
211
211
  # Calculates hash code according to all attributes.
212
212
  # @return [Integer] Hash code
213
213
  def hash
214
- [pulp_created, pulp_labels, pulp_href, repository, name, content_guard, base_path, repository_version, registry_path, namespace, private, description].hash
214
+ [content_guard, name, repository, pulp_labels, pulp_created, base_path, pulp_href, repository_version, registry_path, namespace, private, description].hash
215
215
  end
216
216
 
217
217
  # Builds the object from hash
@@ -15,7 +15,8 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class ContainerContainerPushRepository
18
- attr_accessor :pulp_labels
18
+ # A reference to an associated signing service.
19
+ attr_accessor :manifest_signing_service
19
20
 
20
21
  # 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
22
  attr_accessor :retain_repo_versions
@@ -23,40 +24,39 @@ module PulpContainerClient
23
24
  # A unique name for this repository.
24
25
  attr_accessor :name
25
26
 
26
- # A reference to an associated signing service.
27
- attr_accessor :manifest_signing_service
28
-
29
27
  # An optional description.
30
28
  attr_accessor :description
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
- :'pulp_labels' => :'pulp_labels',
35
+ :'manifest_signing_service' => :'manifest_signing_service',
36
36
  :'retain_repo_versions' => :'retain_repo_versions',
37
37
  :'name' => :'name',
38
- :'manifest_signing_service' => :'manifest_signing_service',
39
- :'description' => :'description'
38
+ :'description' => :'description',
39
+ :'pulp_labels' => :'pulp_labels'
40
40
  }
41
41
  end
42
42
 
43
43
  # Attribute type mapping.
44
44
  def self.openapi_types
45
45
  {
46
- :'pulp_labels' => :'Hash<String, String>',
46
+ :'manifest_signing_service' => :'String',
47
47
  :'retain_repo_versions' => :'Integer',
48
48
  :'name' => :'String',
49
- :'manifest_signing_service' => :'String',
50
- :'description' => :'String'
49
+ :'description' => :'String',
50
+ :'pulp_labels' => :'Hash<String, String>'
51
51
  }
52
52
  end
53
53
 
54
54
  # List of attributes with nullable: true
55
55
  def self.openapi_nullable
56
56
  Set.new([
57
- :'retain_repo_versions',
58
57
  :'manifest_signing_service',
59
- :'description'
58
+ :'retain_repo_versions',
59
+ :'description',
60
60
  ])
61
61
  end
62
62
 
@@ -75,10 +75,8 @@ module PulpContainerClient
75
75
  h[k.to_sym] = v
76
76
  }
77
77
 
78
- if attributes.key?(:'pulp_labels')
79
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
80
- self.pulp_labels = value
81
- end
78
+ if attributes.key?(:'manifest_signing_service')
79
+ self.manifest_signing_service = attributes[:'manifest_signing_service']
82
80
  end
83
81
 
84
82
  if attributes.key?(:'retain_repo_versions')
@@ -89,13 +87,15 @@ module PulpContainerClient
89
87
  self.name = attributes[:'name']
90
88
  end
91
89
 
92
- if attributes.key?(:'manifest_signing_service')
93
- self.manifest_signing_service = attributes[:'manifest_signing_service']
94
- end
95
-
96
90
  if attributes.key?(:'description')
97
91
  self.description = attributes[:'description']
98
92
  end
93
+
94
+ if attributes.key?(:'pulp_labels')
95
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
96
+ self.pulp_labels = value
97
+ end
98
+ end
99
99
  end
100
100
 
101
101
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -170,11 +170,11 @@ module PulpContainerClient
170
170
  def ==(o)
171
171
  return true if self.equal?(o)
172
172
  self.class == o.class &&
173
- pulp_labels == o.pulp_labels &&
173
+ manifest_signing_service == o.manifest_signing_service &&
174
174
  retain_repo_versions == o.retain_repo_versions &&
175
175
  name == o.name &&
176
- manifest_signing_service == o.manifest_signing_service &&
177
- description == o.description
176
+ description == o.description &&
177
+ pulp_labels == o.pulp_labels
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, retain_repo_versions, name, manifest_signing_service, description].hash
189
+ [manifest_signing_service, retain_repo_versions, name, description, pulp_labels].hash
190
190
  end
191
191
 
192
192
  # Builds the object from hash
@@ -15,40 +15,40 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class ContainerContainerPushRepositoryResponse
18
- # Timestamp of creation.
19
- attr_accessor :pulp_created
18
+ attr_accessor :versions_href
20
19
 
21
- attr_accessor :pulp_labels
20
+ # A reference to an associated signing service.
21
+ attr_accessor :manifest_signing_service
22
22
 
23
23
  attr_accessor :pulp_href
24
24
 
25
25
  # Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future.
26
26
  attr_accessor :retain_repo_versions
27
27
 
28
- attr_accessor :versions_href
29
-
30
28
  # A unique name for this repository.
31
29
  attr_accessor :name
32
30
 
33
- # A reference to an associated signing service.
34
- attr_accessor :manifest_signing_service
35
-
36
31
  # An optional description.
37
32
  attr_accessor :description
38
33
 
34
+ attr_accessor :pulp_labels
35
+
36
+ # Timestamp of creation.
37
+ attr_accessor :pulp_created
38
+
39
39
  attr_accessor :latest_version_href
40
40
 
41
41
  # Attribute mapping from ruby-style variable name to JSON key.
42
42
  def self.attribute_map
43
43
  {
44
- :'pulp_created' => :'pulp_created',
45
- :'pulp_labels' => :'pulp_labels',
44
+ :'versions_href' => :'versions_href',
45
+ :'manifest_signing_service' => :'manifest_signing_service',
46
46
  :'pulp_href' => :'pulp_href',
47
47
  :'retain_repo_versions' => :'retain_repo_versions',
48
- :'versions_href' => :'versions_href',
49
48
  :'name' => :'name',
50
- :'manifest_signing_service' => :'manifest_signing_service',
51
49
  :'description' => :'description',
50
+ :'pulp_labels' => :'pulp_labels',
51
+ :'pulp_created' => :'pulp_created',
52
52
  :'latest_version_href' => :'latest_version_href'
53
53
  }
54
54
  end
@@ -56,14 +56,14 @@ module PulpContainerClient
56
56
  # Attribute type mapping.
57
57
  def self.openapi_types
58
58
  {
59
- :'pulp_created' => :'DateTime',
60
- :'pulp_labels' => :'Hash<String, String>',
59
+ :'versions_href' => :'String',
60
+ :'manifest_signing_service' => :'String',
61
61
  :'pulp_href' => :'String',
62
62
  :'retain_repo_versions' => :'Integer',
63
- :'versions_href' => :'String',
64
63
  :'name' => :'String',
65
- :'manifest_signing_service' => :'String',
66
64
  :'description' => :'String',
65
+ :'pulp_labels' => :'Hash<String, String>',
66
+ :'pulp_created' => :'DateTime',
67
67
  :'latest_version_href' => :'String'
68
68
  }
69
69
  end
@@ -71,8 +71,8 @@ module PulpContainerClient
71
71
  # List of attributes with nullable: true
72
72
  def self.openapi_nullable
73
73
  Set.new([
74
- :'retain_repo_versions',
75
74
  :'manifest_signing_service',
75
+ :'retain_repo_versions',
76
76
  :'description',
77
77
  ])
78
78
  end
@@ -92,14 +92,12 @@ module PulpContainerClient
92
92
  h[k.to_sym] = v
93
93
  }
94
94
 
95
- if attributes.key?(:'pulp_created')
96
- self.pulp_created = attributes[:'pulp_created']
95
+ if attributes.key?(:'versions_href')
96
+ self.versions_href = attributes[:'versions_href']
97
97
  end
98
98
 
99
- if attributes.key?(:'pulp_labels')
100
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
101
- self.pulp_labels = value
102
- end
99
+ if attributes.key?(:'manifest_signing_service')
100
+ self.manifest_signing_service = attributes[:'manifest_signing_service']
103
101
  end
104
102
 
105
103
  if attributes.key?(:'pulp_href')
@@ -110,22 +108,24 @@ module PulpContainerClient
110
108
  self.retain_repo_versions = attributes[:'retain_repo_versions']
111
109
  end
112
110
 
113
- if attributes.key?(:'versions_href')
114
- self.versions_href = attributes[:'versions_href']
115
- end
116
-
117
111
  if attributes.key?(:'name')
118
112
  self.name = attributes[:'name']
119
113
  end
120
114
 
121
- if attributes.key?(:'manifest_signing_service')
122
- self.manifest_signing_service = attributes[:'manifest_signing_service']
123
- end
124
-
125
115
  if attributes.key?(:'description')
126
116
  self.description = attributes[:'description']
127
117
  end
128
118
 
119
+ if attributes.key?(:'pulp_labels')
120
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
121
+ self.pulp_labels = value
122
+ end
123
+ end
124
+
125
+ if attributes.key?(:'pulp_created')
126
+ self.pulp_created = attributes[:'pulp_created']
127
+ end
128
+
129
129
  if attributes.key?(:'latest_version_href')
130
130
  self.latest_version_href = attributes[:'latest_version_href']
131
131
  end
@@ -169,14 +169,14 @@ module PulpContainerClient
169
169
  def ==(o)
170
170
  return true if self.equal?(o)
171
171
  self.class == o.class &&
172
- pulp_created == o.pulp_created &&
173
- pulp_labels == o.pulp_labels &&
172
+ versions_href == o.versions_href &&
173
+ manifest_signing_service == o.manifest_signing_service &&
174
174
  pulp_href == o.pulp_href &&
175
175
  retain_repo_versions == o.retain_repo_versions &&
176
- versions_href == o.versions_href &&
177
176
  name == o.name &&
178
- manifest_signing_service == o.manifest_signing_service &&
179
177
  description == o.description &&
178
+ pulp_labels == o.pulp_labels &&
179
+ pulp_created == o.pulp_created &&
180
180
  latest_version_href == o.latest_version_href
181
181
  end
182
182
 
@@ -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_created, pulp_labels, pulp_href, retain_repo_versions, versions_href, name, manifest_signing_service, description, latest_version_href].hash
192
+ [versions_href, manifest_signing_service, pulp_href, retain_repo_versions, name, description, pulp_labels, pulp_created, latest_version_href].hash
193
193
  end
194
194
 
195
195
  # Builds the object from hash
@@ -15,16 +15,16 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class PatchedcontainerContainerDistribution
18
- attr_accessor :pulp_labels
19
-
20
- # The latest RepositoryVersion for this Repository will be served.
21
- attr_accessor :repository
18
+ # An optional content-guard. If none is specified, a default one will be used.
19
+ attr_accessor :content_guard
22
20
 
23
21
  # A unique name. Ex, `rawhide` and `stable`.
24
22
  attr_accessor :name
25
23
 
26
- # An optional content-guard. If none is specified, a default one will be used.
27
- attr_accessor :content_guard
24
+ # The latest RepositoryVersion for this Repository will be served.
25
+ attr_accessor :repository
26
+
27
+ attr_accessor :pulp_labels
28
28
 
29
29
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
30
30
  attr_accessor :base_path
@@ -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
- :'pulp_labels' => :'pulp_labels',
45
- :'repository' => :'repository',
46
- :'name' => :'name',
47
44
  :'content_guard' => :'content_guard',
45
+ :'name' => :'name',
46
+ :'repository' => :'repository',
47
+ :'pulp_labels' => :'pulp_labels',
48
48
  :'base_path' => :'base_path',
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
- :'pulp_labels' => :'Hash<String, String>',
59
- :'repository' => :'String',
60
- :'name' => :'String',
61
58
  :'content_guard' => :'String',
59
+ :'name' => :'String',
60
+ :'repository' => :'String',
61
+ :'pulp_labels' => :'Hash<String, String>',
62
62
  :'base_path' => :'String',
63
63
  :'repository_version' => :'String',
64
64
  :'private' => :'Boolean',
@@ -90,22 +90,22 @@ module PulpContainerClient
90
90
  h[k.to_sym] = v
91
91
  }
92
92
 
93
- if attributes.key?(:'pulp_labels')
94
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
95
- self.pulp_labels = value
96
- end
97
- end
98
-
99
- if attributes.key?(:'repository')
100
- self.repository = attributes[:'repository']
93
+ if attributes.key?(:'content_guard')
94
+ self.content_guard = attributes[:'content_guard']
101
95
  end
102
96
 
103
97
  if attributes.key?(:'name')
104
98
  self.name = attributes[:'name']
105
99
  end
106
100
 
107
- if attributes.key?(:'content_guard')
108
- self.content_guard = attributes[:'content_guard']
101
+ if attributes.key?(:'repository')
102
+ self.repository = attributes[:'repository']
103
+ end
104
+
105
+ if attributes.key?(:'pulp_labels')
106
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
107
+ self.pulp_labels = value
108
+ end
109
109
  end
110
110
 
111
111
  if attributes.key?(:'base_path')
@@ -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
- pulp_labels == o.pulp_labels &&
192
- repository == o.repository &&
193
- name == o.name &&
194
191
  content_guard == o.content_guard &&
192
+ name == o.name &&
193
+ repository == o.repository &&
194
+ pulp_labels == o.pulp_labels &&
195
195
  base_path == o.base_path &&
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
- [pulp_labels, repository, name, content_guard, base_path, repository_version, private, description].hash
210
+ [content_guard, name, repository, pulp_labels, base_path, repository_version, private, description].hash
211
211
  end
212
212
 
213
213
  # Builds the object from hash
@@ -15,7 +15,8 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class PatchedcontainerContainerPushRepository
18
- attr_accessor :pulp_labels
18
+ # A reference to an associated signing service.
19
+ attr_accessor :manifest_signing_service
19
20
 
20
21
  # 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
22
  attr_accessor :retain_repo_versions
@@ -23,40 +24,39 @@ module PulpContainerClient
23
24
  # A unique name for this repository.
24
25
  attr_accessor :name
25
26
 
26
- # A reference to an associated signing service.
27
- attr_accessor :manifest_signing_service
28
-
29
27
  # An optional description.
30
28
  attr_accessor :description
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
- :'pulp_labels' => :'pulp_labels',
35
+ :'manifest_signing_service' => :'manifest_signing_service',
36
36
  :'retain_repo_versions' => :'retain_repo_versions',
37
37
  :'name' => :'name',
38
- :'manifest_signing_service' => :'manifest_signing_service',
39
- :'description' => :'description'
38
+ :'description' => :'description',
39
+ :'pulp_labels' => :'pulp_labels'
40
40
  }
41
41
  end
42
42
 
43
43
  # Attribute type mapping.
44
44
  def self.openapi_types
45
45
  {
46
- :'pulp_labels' => :'Hash<String, String>',
46
+ :'manifest_signing_service' => :'String',
47
47
  :'retain_repo_versions' => :'Integer',
48
48
  :'name' => :'String',
49
- :'manifest_signing_service' => :'String',
50
- :'description' => :'String'
49
+ :'description' => :'String',
50
+ :'pulp_labels' => :'Hash<String, String>'
51
51
  }
52
52
  end
53
53
 
54
54
  # List of attributes with nullable: true
55
55
  def self.openapi_nullable
56
56
  Set.new([
57
- :'retain_repo_versions',
58
57
  :'manifest_signing_service',
59
- :'description'
58
+ :'retain_repo_versions',
59
+ :'description',
60
60
  ])
61
61
  end
62
62
 
@@ -75,10 +75,8 @@ module PulpContainerClient
75
75
  h[k.to_sym] = v
76
76
  }
77
77
 
78
- if attributes.key?(:'pulp_labels')
79
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
80
- self.pulp_labels = value
81
- end
78
+ if attributes.key?(:'manifest_signing_service')
79
+ self.manifest_signing_service = attributes[:'manifest_signing_service']
82
80
  end
83
81
 
84
82
  if attributes.key?(:'retain_repo_versions')
@@ -89,13 +87,15 @@ module PulpContainerClient
89
87
  self.name = attributes[:'name']
90
88
  end
91
89
 
92
- if attributes.key?(:'manifest_signing_service')
93
- self.manifest_signing_service = attributes[:'manifest_signing_service']
94
- end
95
-
96
90
  if attributes.key?(:'description')
97
91
  self.description = attributes[:'description']
98
92
  end
93
+
94
+ if attributes.key?(:'pulp_labels')
95
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
96
+ self.pulp_labels = value
97
+ end
98
+ end
99
99
  end
100
100
 
101
101
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -161,11 +161,11 @@ module PulpContainerClient
161
161
  def ==(o)
162
162
  return true if self.equal?(o)
163
163
  self.class == o.class &&
164
- pulp_labels == o.pulp_labels &&
164
+ manifest_signing_service == o.manifest_signing_service &&
165
165
  retain_repo_versions == o.retain_repo_versions &&
166
166
  name == o.name &&
167
- manifest_signing_service == o.manifest_signing_service &&
168
- description == o.description
167
+ description == o.description &&
168
+ pulp_labels == o.pulp_labels
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, retain_repo_versions, name, manifest_signing_service, description].hash
180
+ [manifest_signing_service, retain_repo_versions, name, description, pulp_labels].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.dev1674443130'
14
+ VERSION = '2.15.0.dev1674789963'
15
15
  end
@@ -32,43 +32,43 @@ describe 'ContainerContainerDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_created"' do
35
+ describe 'test attribute "content_guard"' 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 "pulp_href"' do
47
+ describe 'test attribute "repository"' 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 "repository"' do
53
+ describe 'test attribute "pulp_labels"' 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 "name"' 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 "content_guard"' 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
69
69
  end
70
70
 
71
- describe 'test attribute "base_path"' do
71
+ describe 'test attribute "pulp_href"' 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
@@ -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 "pulp_labels"' do
35
+ describe 'test attribute "content_guard"' 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 "repository"' 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 "repository"' 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 "content_guard"' do
53
+ describe 'test attribute "pulp_labels"' 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_created"' 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_labels"' do
41
+ describe 'test attribute "manifest_signing_service"' 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
@@ -56,25 +56,25 @@ describe 'ContainerContainerPushRepositoryResponse' do
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "versions_href"' do
59
+ describe 'test attribute "name"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "name"' do
65
+ describe 'test attribute "description"' 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 "manifest_signing_service"' do
71
+ describe 'test attribute "pulp_labels"' 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 "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
@@ -32,7 +32,7 @@ describe 'ContainerContainerPushRepository' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepository)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_labels"' do
35
+ describe 'test attribute "manifest_signing_service"' 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,13 +50,13 @@ describe 'ContainerContainerPushRepository' do
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "manifest_signing_service"' 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 "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,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 "pulp_labels"' do
35
+ describe 'test attribute "content_guard"' 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 "repository"' 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 "repository"' 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 "content_guard"' do
53
+ describe 'test attribute "pulp_labels"' 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,7 +32,7 @@ describe 'PatchedcontainerContainerPushRepository' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerPushRepository)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_labels"' do
35
+ describe 'test attribute "manifest_signing_service"' 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,13 +50,13 @@ describe 'PatchedcontainerContainerPushRepository' do
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "manifest_signing_service"' 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 "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.15.0.dev1674443130
4
+ version: 2.15.0.dev1674789963
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-23 00:00:00.000000000 Z
11
+ date: 2023-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday