pulp_container_client 2.3.0.dev01612063510 → 2.3.0.dev01612322499

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: 9eb456d0ae802813bbfe45e0cd12798996516c2a725e23172db54681b80f697a
4
- data.tar.gz: 426c5936ff8bae7a58fa534c9b1f0c563558a337173be2e40f1d9bc29dd2f639
3
+ metadata.gz: 89623f705767cbbbb5c57c97ebbaf4473fe52d2fd528a7acaef008a055c332b0
4
+ data.tar.gz: 92e3301ca9a8011df136263b3adf78383854dd885f520b78cef1c4bd556384fc
5
5
  SHA512:
6
- metadata.gz: fe43660744458f2670a3c175aa277f905530649e90a1da647f6e0f41969418a59b76f3c4855433710b265c10ea19f062c50f5d1bb3950ac16cc16cc5e0af3dfe
7
- data.tar.gz: cec7f3b1a54e45b307c2bc1b12796c2c58d807728f9fdc41c464372b41857580bc6aba7895c8407552290986310df8e0a57925e5ce6ca76e77d1b2f50916315a
6
+ metadata.gz: 29f96d1d72dbbf6865e4e3766bcb7c320560af97f390e02c40c9d264e6fe11ac2d3a15a7d2ca50d51a4bef8a775f012b9a970d8dfabbc4e1f5d8b9ff11021559
7
+ data.tar.gz: 5642f77efda8fa96bcdd52e2b22f5d7ab3b512128d8c49e5e8ee4732221dc99f7ff6a6177a38342e5dd5cce42205504d5f6a00c91be3d6f2092d6d93db432bb9
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.3.0.dev01612063510
10
+ - Package version: 2.3.0.dev01612322499
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.3.0.dev01612063510.gem
27
+ gem install ./pulp_container_client-2.3.0.dev01612322499.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.3.0.dev01612063510.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.3.0.dev01612322499.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.3.0.dev01612063510'
36
+ gem 'pulp_container_client', '~> 2.3.0.dev01612322499'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,24 +4,24 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
8
7
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
- **repository_version** | **String** | RepositoryVersion to be served | [optional]
10
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
11
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
12
8
  **pulp_labels** | [**Object**](.md) | | [optional]
9
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
11
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
12
+ **repository_version** | **String** | RepositoryVersion to be served | [optional]
13
13
 
14
14
  ## Code Sample
15
15
 
16
16
  ```ruby
17
17
  require 'PulpContainerClient'
18
18
 
19
- instance = PulpContainerClient::ContainerContainerDistribution.new(base_path: null,
20
- repository: null,
21
- repository_version: null,
22
- content_guard: null,
19
+ instance = PulpContainerClient::ContainerContainerDistribution.new(repository: null,
20
+ pulp_labels: null,
23
21
  name: null,
24
- pulp_labels: null)
22
+ base_path: null,
23
+ content_guard: null,
24
+ repository_version: null)
25
25
  ```
26
26
 
27
27
 
@@ -4,14 +4,14 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
8
7
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
+ **pulp_labels** | [**Object**](.md) | | [optional]
9
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
11
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
12
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
13
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
11
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
12
14
  **pulp_href** | **String** | | [optional] [readonly]
13
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
14
- **pulp_labels** | [**Object**](.md) | | [optional]
15
15
  **registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
16
16
  **namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
17
17
 
@@ -20,14 +20,14 @@ Name | Type | Description | Notes
20
20
  ```ruby
21
21
  require 'PulpContainerClient'
22
22
 
23
- instance = PulpContainerClient::ContainerContainerDistributionResponse.new(base_path: null,
24
- repository: null,
23
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(repository: null,
24
+ pulp_labels: null,
25
+ name: null,
26
+ base_path: null,
27
+ content_guard: null,
25
28
  pulp_created: null,
26
29
  repository_version: null,
27
- content_guard: null,
28
30
  pulp_href: null,
29
- name: null,
30
- pulp_labels: null,
31
31
  registry_path: null,
32
32
  namespace: null)
33
33
  ```
@@ -154,6 +154,7 @@ opts = {
154
154
  namespace__name: 'namespace__name_example', # String | namespace__name
155
155
  offset: 56, # Integer | The initial index from which to return the results.
156
156
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
157
+ pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
157
158
  fields: 'fields_example', # String | A list of fields to include in the response.
158
159
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
159
160
  }
@@ -185,6 +186,7 @@ Name | Type | Description | Notes
185
186
  **namespace__name** | **String**| namespace__name | [optional]
186
187
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
187
188
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
189
+ **pulp_label_select** | **String**| pulp_label_select | [optional]
188
190
  **fields** | **String**| A list of fields to include in the response. | [optional]
189
191
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
190
192
 
@@ -4,24 +4,24 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
8
7
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
- **repository_version** | **String** | RepositoryVersion to be served | [optional]
10
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
11
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
12
8
  **pulp_labels** | [**Object**](.md) | | [optional]
9
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
10
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
11
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
12
+ **repository_version** | **String** | RepositoryVersion to be served | [optional]
13
13
 
14
14
  ## Code Sample
15
15
 
16
16
  ```ruby
17
17
  require 'PulpContainerClient'
18
18
 
19
- instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(base_path: null,
20
- repository: null,
21
- repository_version: null,
22
- content_guard: null,
19
+ instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(repository: null,
20
+ pulp_labels: null,
23
21
  name: null,
24
- pulp_labels: null)
22
+ base_path: null,
23
+ content_guard: null,
24
+ repository_version: null)
25
25
  ```
26
26
 
27
27
 
@@ -149,6 +149,7 @@ opts = {
149
149
  name__startswith: 'name__startswith_example', # String | name__startswith
150
150
  offset: 56, # Integer | The initial index from which to return the results.
151
151
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
152
+ pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
152
153
  pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
153
154
  pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
154
155
  pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
@@ -181,6 +182,7 @@ Name | Type | Description | Notes
181
182
  **name__startswith** | **String**| name__startswith | [optional]
182
183
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
183
184
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
185
+ **pulp_label_select** | **String**| pulp_label_select | [optional]
184
186
  **pulp_last_updated** | **String**| pulp_last_updated | [optional]
185
187
  **pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
186
188
  **pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
@@ -385,6 +385,7 @@ opts = {
385
385
  name__startswith: 'name__startswith_example', # String | name__startswith
386
386
  offset: 56, # Integer | The initial index from which to return the results.
387
387
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
388
+ pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
388
389
  fields: 'fields_example', # String | A list of fields to include in the response.
389
390
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
390
391
  }
@@ -411,6 +412,7 @@ Name | Type | Description | Notes
411
412
  **name__startswith** | **String**| name__startswith | [optional]
412
413
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
413
414
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
415
+ **pulp_label_select** | **String**| pulp_label_select | [optional]
414
416
  **fields** | **String**| A list of fields to include in the response. | [optional]
415
417
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
416
418
 
@@ -39,6 +39,7 @@ opts = {
39
39
  name__startswith: 'name__startswith_example', # String | name__startswith
40
40
  offset: 56, # Integer | The initial index from which to return the results.
41
41
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
42
+ pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
42
43
  fields: 'fields_example', # String | A list of fields to include in the response.
43
44
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
44
45
  }
@@ -65,6 +66,7 @@ Name | Type | Description | Notes
65
66
  **name__startswith** | **String**| name__startswith | [optional]
66
67
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
67
68
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
69
+ **pulp_label_select** | **String**| pulp_label_select | [optional]
68
70
  **fields** | **String**| A list of fields to include in the response. | [optional]
69
71
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
70
72
 
@@ -161,6 +161,7 @@ module PulpContainerClient
161
161
  # @option opts [String] :namespace__name namespace__name
162
162
  # @option opts [Integer] :offset The initial index from which to return the results.
163
163
  # @option opts [String] :ordering Which field to use when ordering the results.
164
+ # @option opts [String] :pulp_label_select pulp_label_select
164
165
  # @option opts [String] :fields A list of fields to include in the response.
165
166
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
166
167
  # @return [PaginatedcontainerContainerDistributionResponseList]
@@ -185,6 +186,7 @@ module PulpContainerClient
185
186
  # @option opts [String] :namespace__name namespace__name
186
187
  # @option opts [Integer] :offset The initial index from which to return the results.
187
188
  # @option opts [String] :ordering Which field to use when ordering the results.
189
+ # @option opts [String] :pulp_label_select pulp_label_select
188
190
  # @option opts [String] :fields A list of fields to include in the response.
189
191
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
190
192
  # @return [Array<(PaginatedcontainerContainerDistributionResponseList, Integer, Hash)>] PaginatedcontainerContainerDistributionResponseList data, response status code and response headers
@@ -210,6 +212,7 @@ module PulpContainerClient
210
212
  query_params[:'namespace__name'] = opts[:'namespace__name'] if !opts[:'namespace__name'].nil?
211
213
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
212
214
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
215
+ query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
213
216
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
214
217
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
215
218
 
@@ -156,6 +156,7 @@ module PulpContainerClient
156
156
  # @option opts [String] :name__startswith name__startswith
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
158
  # @option opts [String] :ordering Which field to use when ordering the results.
159
+ # @option opts [String] :pulp_label_select pulp_label_select
159
160
  # @option opts [String] :pulp_last_updated pulp_last_updated
160
161
  # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
161
162
  # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
@@ -181,6 +182,7 @@ module PulpContainerClient
181
182
  # @option opts [String] :name__startswith name__startswith
182
183
  # @option opts [Integer] :offset The initial index from which to return the results.
183
184
  # @option opts [String] :ordering Which field to use when ordering the results.
185
+ # @option opts [String] :pulp_label_select pulp_label_select
184
186
  # @option opts [String] :pulp_last_updated pulp_last_updated
185
187
  # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
186
188
  # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
@@ -207,6 +209,7 @@ module PulpContainerClient
207
209
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
208
210
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
209
211
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
212
+ query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
210
213
  query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
211
214
  query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
212
215
  query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
@@ -442,6 +442,7 @@ module PulpContainerClient
442
442
  # @option opts [String] :name__startswith name__startswith
443
443
  # @option opts [Integer] :offset The initial index from which to return the results.
444
444
  # @option opts [String] :ordering Which field to use when ordering the results.
445
+ # @option opts [String] :pulp_label_select pulp_label_select
445
446
  # @option opts [String] :fields A list of fields to include in the response.
446
447
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
447
448
  # @return [PaginatedcontainerContainerRepositoryResponseList]
@@ -461,6 +462,7 @@ module PulpContainerClient
461
462
  # @option opts [String] :name__startswith name__startswith
462
463
  # @option opts [Integer] :offset The initial index from which to return the results.
463
464
  # @option opts [String] :ordering Which field to use when ordering the results.
465
+ # @option opts [String] :pulp_label_select pulp_label_select
464
466
  # @option opts [String] :fields A list of fields to include in the response.
465
467
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
466
468
  # @return [Array<(PaginatedcontainerContainerRepositoryResponseList, Integer, Hash)>] PaginatedcontainerContainerRepositoryResponseList data, response status code and response headers
@@ -481,6 +483,7 @@ module PulpContainerClient
481
483
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
482
484
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
483
485
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
486
+ query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
484
487
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
485
488
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
486
489
 
@@ -30,6 +30,7 @@ module PulpContainerClient
30
30
  # @option opts [String] :name__startswith name__startswith
31
31
  # @option opts [Integer] :offset The initial index from which to return the results.
32
32
  # @option opts [String] :ordering Which field to use when ordering the results.
33
+ # @option opts [String] :pulp_label_select pulp_label_select
33
34
  # @option opts [String] :fields A list of fields to include in the response.
34
35
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
35
36
  # @return [PaginatedcontainerContainerPushRepositoryResponseList]
@@ -49,6 +50,7 @@ module PulpContainerClient
49
50
  # @option opts [String] :name__startswith name__startswith
50
51
  # @option opts [Integer] :offset The initial index from which to return the results.
51
52
  # @option opts [String] :ordering Which field to use when ordering the results.
53
+ # @option opts [String] :pulp_label_select pulp_label_select
52
54
  # @option opts [String] :fields A list of fields to include in the response.
53
55
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
54
56
  # @return [Array<(PaginatedcontainerContainerPushRepositoryResponseList, Integer, Hash)>] PaginatedcontainerContainerPushRepositoryResponseList data, response status code and response headers
@@ -69,6 +71,7 @@ module PulpContainerClient
69
71
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
70
72
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
71
73
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
74
+ query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
72
75
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
73
76
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
74
77
 
@@ -15,44 +15,44 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistribution
18
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
19
- attr_accessor :base_path
20
-
21
18
  # The latest RepositoryVersion for this Repository will be served.
22
19
  attr_accessor :repository
23
20
 
24
- # RepositoryVersion to be served
25
- attr_accessor :repository_version
26
-
27
- # An optional content-guard. If none is specified, a default one will be used.
28
- attr_accessor :content_guard
21
+ attr_accessor :pulp_labels
29
22
 
30
23
  # A unique name. Ex, `rawhide` and `stable`.
31
24
  attr_accessor :name
32
25
 
33
- attr_accessor :pulp_labels
26
+ # 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
+ attr_accessor :base_path
28
+
29
+ # An optional content-guard. If none is specified, a default one will be used.
30
+ attr_accessor :content_guard
31
+
32
+ # RepositoryVersion to be served
33
+ attr_accessor :repository_version
34
34
 
35
35
  # Attribute mapping from ruby-style variable name to JSON key.
36
36
  def self.attribute_map
37
37
  {
38
- :'base_path' => :'base_path',
39
38
  :'repository' => :'repository',
40
- :'repository_version' => :'repository_version',
41
- :'content_guard' => :'content_guard',
39
+ :'pulp_labels' => :'pulp_labels',
42
40
  :'name' => :'name',
43
- :'pulp_labels' => :'pulp_labels'
41
+ :'base_path' => :'base_path',
42
+ :'content_guard' => :'content_guard',
43
+ :'repository_version' => :'repository_version'
44
44
  }
45
45
  end
46
46
 
47
47
  # Attribute type mapping.
48
48
  def self.openapi_types
49
49
  {
50
- :'base_path' => :'String',
51
50
  :'repository' => :'String',
52
- :'repository_version' => :'String',
53
- :'content_guard' => :'String',
51
+ :'pulp_labels' => :'Object',
54
52
  :'name' => :'String',
55
- :'pulp_labels' => :'Object'
53
+ :'base_path' => :'String',
54
+ :'content_guard' => :'String',
55
+ :'repository_version' => :'String'
56
56
  }
57
57
  end
58
58
 
@@ -60,7 +60,7 @@ module PulpContainerClient
60
60
  def self.openapi_nullable
61
61
  Set.new([
62
62
  :'repository',
63
- :'repository_version',
63
+ :'repository_version'
64
64
  ])
65
65
  end
66
66
 
@@ -79,28 +79,28 @@ module PulpContainerClient
79
79
  h[k.to_sym] = v
80
80
  }
81
81
 
82
- if attributes.key?(:'base_path')
83
- self.base_path = attributes[:'base_path']
84
- end
85
-
86
82
  if attributes.key?(:'repository')
87
83
  self.repository = attributes[:'repository']
88
84
  end
89
85
 
90
- if attributes.key?(:'repository_version')
91
- self.repository_version = attributes[:'repository_version']
92
- end
93
-
94
- if attributes.key?(:'content_guard')
95
- self.content_guard = attributes[:'content_guard']
86
+ if attributes.key?(:'pulp_labels')
87
+ self.pulp_labels = attributes[:'pulp_labels']
96
88
  end
97
89
 
98
90
  if attributes.key?(:'name')
99
91
  self.name = attributes[:'name']
100
92
  end
101
93
 
102
- if attributes.key?(:'pulp_labels')
103
- self.pulp_labels = attributes[:'pulp_labels']
94
+ if attributes.key?(:'base_path')
95
+ self.base_path = attributes[:'base_path']
96
+ end
97
+
98
+ if attributes.key?(:'content_guard')
99
+ self.content_guard = attributes[:'content_guard']
100
+ end
101
+
102
+ if attributes.key?(:'repository_version')
103
+ self.repository_version = attributes[:'repository_version']
104
104
  end
105
105
  end
106
106
 
@@ -108,22 +108,22 @@ module PulpContainerClient
108
108
  # @return Array for valid properties with the reasons
109
109
  def list_invalid_properties
110
110
  invalid_properties = Array.new
111
- if @base_path.nil?
112
- invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
113
- end
114
-
115
111
  if @name.nil?
116
112
  invalid_properties.push('invalid value for "name", name cannot be nil.')
117
113
  end
118
114
 
115
+ if @base_path.nil?
116
+ invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
117
+ end
118
+
119
119
  invalid_properties
120
120
  end
121
121
 
122
122
  # Check to see if the all the properties in the model are valid
123
123
  # @return true if the model is valid
124
124
  def valid?
125
- return false if @base_path.nil?
126
125
  return false if @name.nil?
126
+ return false if @base_path.nil?
127
127
  true
128
128
  end
129
129
 
@@ -132,12 +132,12 @@ module PulpContainerClient
132
132
  def ==(o)
133
133
  return true if self.equal?(o)
134
134
  self.class == o.class &&
135
- base_path == o.base_path &&
136
135
  repository == o.repository &&
137
- repository_version == o.repository_version &&
138
- content_guard == o.content_guard &&
136
+ pulp_labels == o.pulp_labels &&
139
137
  name == o.name &&
140
- pulp_labels == o.pulp_labels
138
+ base_path == o.base_path &&
139
+ content_guard == o.content_guard &&
140
+ repository_version == o.repository_version
141
141
  end
142
142
 
143
143
  # @see the `==` method
@@ -149,7 +149,7 @@ module PulpContainerClient
149
149
  # Calculates hash code according to all attributes.
150
150
  # @return [Integer] Hash code
151
151
  def hash
152
- [base_path, repository, repository_version, content_guard, name, pulp_labels].hash
152
+ [repository, pulp_labels, name, base_path, content_guard, repository_version].hash
153
153
  end
154
154
 
155
155
  # Builds the object from hash
@@ -15,11 +15,19 @@ 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_labels
22
+
23
+ # A unique name. Ex, `rawhide` and `stable`.
24
+ attr_accessor :name
25
+
18
26
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
19
27
  attr_accessor :base_path
20
28
 
21
- # The latest RepositoryVersion for this Repository will be served.
22
- attr_accessor :repository
29
+ # An optional content-guard. If none is specified, a default one will be used.
30
+ attr_accessor :content_guard
23
31
 
24
32
  # Timestamp of creation.
25
33
  attr_accessor :pulp_created
@@ -27,16 +35,8 @@ module PulpContainerClient
27
35
  # RepositoryVersion to be served
28
36
  attr_accessor :repository_version
29
37
 
30
- # An optional content-guard. If none is specified, a default one will be used.
31
- attr_accessor :content_guard
32
-
33
38
  attr_accessor :pulp_href
34
39
 
35
- # A unique name. Ex, `rawhide` and `stable`.
36
- attr_accessor :name
37
-
38
- attr_accessor :pulp_labels
39
-
40
40
  # The Registry hostame/name/ to use with docker pull command defined by this distribution.
41
41
  attr_accessor :registry_path
42
42
 
@@ -46,14 +46,14 @@ module PulpContainerClient
46
46
  # Attribute mapping from ruby-style variable name to JSON key.
47
47
  def self.attribute_map
48
48
  {
49
- :'base_path' => :'base_path',
50
49
  :'repository' => :'repository',
50
+ :'pulp_labels' => :'pulp_labels',
51
+ :'name' => :'name',
52
+ :'base_path' => :'base_path',
53
+ :'content_guard' => :'content_guard',
51
54
  :'pulp_created' => :'pulp_created',
52
55
  :'repository_version' => :'repository_version',
53
- :'content_guard' => :'content_guard',
54
56
  :'pulp_href' => :'pulp_href',
55
- :'name' => :'name',
56
- :'pulp_labels' => :'pulp_labels',
57
57
  :'registry_path' => :'registry_path',
58
58
  :'namespace' => :'namespace'
59
59
  }
@@ -62,14 +62,14 @@ module PulpContainerClient
62
62
  # Attribute type mapping.
63
63
  def self.openapi_types
64
64
  {
65
- :'base_path' => :'String',
66
65
  :'repository' => :'String',
66
+ :'pulp_labels' => :'Object',
67
+ :'name' => :'String',
68
+ :'base_path' => :'String',
69
+ :'content_guard' => :'String',
67
70
  :'pulp_created' => :'DateTime',
68
71
  :'repository_version' => :'String',
69
- :'content_guard' => :'String',
70
72
  :'pulp_href' => :'String',
71
- :'name' => :'String',
72
- :'pulp_labels' => :'Object',
73
73
  :'registry_path' => :'String',
74
74
  :'namespace' => :'String'
75
75
  }
@@ -98,36 +98,36 @@ module PulpContainerClient
98
98
  h[k.to_sym] = v
99
99
  }
100
100
 
101
- if attributes.key?(:'base_path')
102
- self.base_path = attributes[:'base_path']
103
- end
104
-
105
101
  if attributes.key?(:'repository')
106
102
  self.repository = attributes[:'repository']
107
103
  end
108
104
 
109
- if attributes.key?(:'pulp_created')
110
- self.pulp_created = attributes[:'pulp_created']
105
+ if attributes.key?(:'pulp_labels')
106
+ self.pulp_labels = attributes[:'pulp_labels']
111
107
  end
112
108
 
113
- if attributes.key?(:'repository_version')
114
- self.repository_version = attributes[:'repository_version']
109
+ if attributes.key?(:'name')
110
+ self.name = attributes[:'name']
111
+ end
112
+
113
+ if attributes.key?(:'base_path')
114
+ self.base_path = attributes[:'base_path']
115
115
  end
116
116
 
117
117
  if attributes.key?(:'content_guard')
118
118
  self.content_guard = attributes[:'content_guard']
119
119
  end
120
120
 
121
- if attributes.key?(:'pulp_href')
122
- self.pulp_href = attributes[:'pulp_href']
121
+ if attributes.key?(:'pulp_created')
122
+ self.pulp_created = attributes[:'pulp_created']
123
123
  end
124
124
 
125
- if attributes.key?(:'name')
126
- self.name = attributes[:'name']
125
+ if attributes.key?(:'repository_version')
126
+ self.repository_version = attributes[:'repository_version']
127
127
  end
128
128
 
129
- if attributes.key?(:'pulp_labels')
130
- self.pulp_labels = attributes[:'pulp_labels']
129
+ if attributes.key?(:'pulp_href')
130
+ self.pulp_href = attributes[:'pulp_href']
131
131
  end
132
132
 
133
133
  if attributes.key?(:'registry_path')
@@ -143,22 +143,22 @@ module PulpContainerClient
143
143
  # @return Array for valid properties with the reasons
144
144
  def list_invalid_properties
145
145
  invalid_properties = Array.new
146
- if @base_path.nil?
147
- invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
148
- end
149
-
150
146
  if @name.nil?
151
147
  invalid_properties.push('invalid value for "name", name cannot be nil.')
152
148
  end
153
149
 
150
+ if @base_path.nil?
151
+ invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
152
+ end
153
+
154
154
  invalid_properties
155
155
  end
156
156
 
157
157
  # Check to see if the all the properties in the model are valid
158
158
  # @return true if the model is valid
159
159
  def valid?
160
- return false if @base_path.nil?
161
160
  return false if @name.nil?
161
+ return false if @base_path.nil?
162
162
  true
163
163
  end
164
164
 
@@ -167,14 +167,14 @@ module PulpContainerClient
167
167
  def ==(o)
168
168
  return true if self.equal?(o)
169
169
  self.class == o.class &&
170
- base_path == o.base_path &&
171
170
  repository == o.repository &&
171
+ pulp_labels == o.pulp_labels &&
172
+ name == o.name &&
173
+ base_path == o.base_path &&
174
+ content_guard == o.content_guard &&
172
175
  pulp_created == o.pulp_created &&
173
176
  repository_version == o.repository_version &&
174
- content_guard == o.content_guard &&
175
177
  pulp_href == o.pulp_href &&
176
- name == o.name &&
177
- pulp_labels == o.pulp_labels &&
178
178
  registry_path == o.registry_path &&
179
179
  namespace == o.namespace
180
180
  end
@@ -188,7 +188,7 @@ module PulpContainerClient
188
188
  # Calculates hash code according to all attributes.
189
189
  # @return [Integer] Hash code
190
190
  def hash
191
- [base_path, repository, pulp_created, repository_version, content_guard, pulp_href, name, pulp_labels, registry_path, namespace].hash
191
+ [repository, pulp_labels, name, base_path, content_guard, pulp_created, repository_version, pulp_href, registry_path, namespace].hash
192
192
  end
193
193
 
194
194
  # Builds the object from hash
@@ -15,44 +15,44 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class PatchedcontainerContainerDistribution
18
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
19
- attr_accessor :base_path
20
-
21
18
  # The latest RepositoryVersion for this Repository will be served.
22
19
  attr_accessor :repository
23
20
 
24
- # RepositoryVersion to be served
25
- attr_accessor :repository_version
26
-
27
- # An optional content-guard. If none is specified, a default one will be used.
28
- attr_accessor :content_guard
21
+ attr_accessor :pulp_labels
29
22
 
30
23
  # A unique name. Ex, `rawhide` and `stable`.
31
24
  attr_accessor :name
32
25
 
33
- attr_accessor :pulp_labels
26
+ # 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
+ attr_accessor :base_path
28
+
29
+ # An optional content-guard. If none is specified, a default one will be used.
30
+ attr_accessor :content_guard
31
+
32
+ # RepositoryVersion to be served
33
+ attr_accessor :repository_version
34
34
 
35
35
  # Attribute mapping from ruby-style variable name to JSON key.
36
36
  def self.attribute_map
37
37
  {
38
- :'base_path' => :'base_path',
39
38
  :'repository' => :'repository',
40
- :'repository_version' => :'repository_version',
41
- :'content_guard' => :'content_guard',
39
+ :'pulp_labels' => :'pulp_labels',
42
40
  :'name' => :'name',
43
- :'pulp_labels' => :'pulp_labels'
41
+ :'base_path' => :'base_path',
42
+ :'content_guard' => :'content_guard',
43
+ :'repository_version' => :'repository_version'
44
44
  }
45
45
  end
46
46
 
47
47
  # Attribute type mapping.
48
48
  def self.openapi_types
49
49
  {
50
- :'base_path' => :'String',
51
50
  :'repository' => :'String',
52
- :'repository_version' => :'String',
53
- :'content_guard' => :'String',
51
+ :'pulp_labels' => :'Object',
54
52
  :'name' => :'String',
55
- :'pulp_labels' => :'Object'
53
+ :'base_path' => :'String',
54
+ :'content_guard' => :'String',
55
+ :'repository_version' => :'String'
56
56
  }
57
57
  end
58
58
 
@@ -60,7 +60,7 @@ module PulpContainerClient
60
60
  def self.openapi_nullable
61
61
  Set.new([
62
62
  :'repository',
63
- :'repository_version',
63
+ :'repository_version'
64
64
  ])
65
65
  end
66
66
 
@@ -79,28 +79,28 @@ module PulpContainerClient
79
79
  h[k.to_sym] = v
80
80
  }
81
81
 
82
- if attributes.key?(:'base_path')
83
- self.base_path = attributes[:'base_path']
84
- end
85
-
86
82
  if attributes.key?(:'repository')
87
83
  self.repository = attributes[:'repository']
88
84
  end
89
85
 
90
- if attributes.key?(:'repository_version')
91
- self.repository_version = attributes[:'repository_version']
92
- end
93
-
94
- if attributes.key?(:'content_guard')
95
- self.content_guard = attributes[:'content_guard']
86
+ if attributes.key?(:'pulp_labels')
87
+ self.pulp_labels = attributes[:'pulp_labels']
96
88
  end
97
89
 
98
90
  if attributes.key?(:'name')
99
91
  self.name = attributes[:'name']
100
92
  end
101
93
 
102
- if attributes.key?(:'pulp_labels')
103
- self.pulp_labels = attributes[:'pulp_labels']
94
+ if attributes.key?(:'base_path')
95
+ self.base_path = attributes[:'base_path']
96
+ end
97
+
98
+ if attributes.key?(:'content_guard')
99
+ self.content_guard = attributes[:'content_guard']
100
+ end
101
+
102
+ if attributes.key?(:'repository_version')
103
+ self.repository_version = attributes[:'repository_version']
104
104
  end
105
105
  end
106
106
 
@@ -122,12 +122,12 @@ module PulpContainerClient
122
122
  def ==(o)
123
123
  return true if self.equal?(o)
124
124
  self.class == o.class &&
125
- base_path == o.base_path &&
126
125
  repository == o.repository &&
127
- repository_version == o.repository_version &&
128
- content_guard == o.content_guard &&
126
+ pulp_labels == o.pulp_labels &&
129
127
  name == o.name &&
130
- pulp_labels == o.pulp_labels
128
+ base_path == o.base_path &&
129
+ content_guard == o.content_guard &&
130
+ repository_version == o.repository_version
131
131
  end
132
132
 
133
133
  # @see the `==` method
@@ -139,7 +139,7 @@ module PulpContainerClient
139
139
  # Calculates hash code according to all attributes.
140
140
  # @return [Integer] Hash code
141
141
  def hash
142
- [base_path, repository, repository_version, content_guard, name, pulp_labels].hash
142
+ [repository, pulp_labels, name, base_path, content_guard, repository_version].hash
143
143
  end
144
144
 
145
145
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpContainerClient
14
- VERSION = '2.3.0.dev01612063510'
14
+ VERSION = '2.3.0.dev01612322499'
15
15
  end
@@ -73,6 +73,7 @@ describe 'DistributionsContainerApi' do
73
73
  # @option opts [String] :namespace__name namespace__name
74
74
  # @option opts [Integer] :offset The initial index from which to return the results.
75
75
  # @option opts [String] :ordering Which field to use when ordering the results.
76
+ # @option opts [String] :pulp_label_select pulp_label_select
76
77
  # @option opts [String] :fields A list of fields to include in the response.
77
78
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
78
79
  # @return [PaginatedcontainerContainerDistributionResponseList]
@@ -68,6 +68,7 @@ describe 'RemotesContainerApi' do
68
68
  # @option opts [String] :name__startswith name__startswith
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
70
  # @option opts [String] :ordering Which field to use when ordering the results.
71
+ # @option opts [String] :pulp_label_select pulp_label_select
71
72
  # @option opts [String] :pulp_last_updated pulp_last_updated
72
73
  # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
73
74
  # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
@@ -123,6 +123,7 @@ describe 'RepositoriesContainerApi' do
123
123
  # @option opts [String] :name__startswith name__startswith
124
124
  # @option opts [Integer] :offset The initial index from which to return the results.
125
125
  # @option opts [String] :ordering Which field to use when ordering the results.
126
+ # @option opts [String] :pulp_label_select pulp_label_select
126
127
  # @option opts [String] :fields A list of fields to include in the response.
127
128
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
128
129
  # @return [PaginatedcontainerContainerRepositoryResponseList]
@@ -44,6 +44,7 @@ describe 'RepositoriesContainerPushApi' do
44
44
  # @option opts [String] :name__startswith name__startswith
45
45
  # @option opts [Integer] :offset The initial index from which to return the results.
46
46
  # @option opts [String] :ordering Which field to use when ordering the results.
47
+ # @option opts [String] :pulp_label_select pulp_label_select
47
48
  # @option opts [String] :fields A list of fields to include in the response.
48
49
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
49
50
  # @return [PaginatedcontainerContainerPushRepositoryResponseList]
@@ -32,25 +32,25 @@ describe 'ContainerContainerDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "base_path"' do
35
+ describe 'test attribute "repository"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "repository"' 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 "pulp_created"' 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 "repository_version"' do
53
+ describe 'test attribute "base_path"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
@@ -62,19 +62,19 @@ describe 'ContainerContainerDistributionResponse' do
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "pulp_href"' do
65
+ describe 'test attribute "pulp_created"' 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 "name"' do
71
+ describe 'test attribute "repository_version"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "pulp_labels"' do
77
+ describe 'test attribute "pulp_href"' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
80
  end
@@ -32,37 +32,37 @@ describe 'ContainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "base_path"' do
35
+ describe 'test attribute "repository"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "repository"' 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 "repository_version"' 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 "content_guard"' do
53
+ describe 'test attribute "base_path"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "name"' do
59
+ describe 'test attribute "content_guard"' 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_labels"' do
65
+ describe 'test attribute "repository_version"' 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,37 +32,37 @@ describe 'PatchedcontainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "base_path"' do
35
+ describe 'test attribute "repository"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "repository"' 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 "repository_version"' 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 "content_guard"' do
53
+ describe 'test attribute "base_path"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "name"' do
59
+ describe 'test attribute "content_guard"' 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_labels"' do
65
+ describe 'test attribute "repository_version"' 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
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.3.0.dev01612063510
4
+ version: 2.3.0.dev01612322499
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-31 00:00:00.000000000 Z
11
+ date: 2021-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday