pulp_container_client 1.2.0.dev01581014489 → 1.2.0.dev01581103574

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

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: 6ca0c70ed507a0b29b82fef94c2dcc245f404cda27e0a608f29c8ee9c7b92280
4
- data.tar.gz: 59655ee36c245218c5d0dbacb12604920fb35b586ae03d181d03bcc4d8c3f782
3
+ metadata.gz: f13a9bce5ab4690554e8b658f52021c874305fd610695a1460ca59e6242779fa
4
+ data.tar.gz: 7b63b097d1da9e3ead7a896a2d638a5e1c8e939a6b975584cbc5c34c06e2efe3
5
5
  SHA512:
6
- metadata.gz: 4dd7c9e6101af709c5f6078f751584f732beb23409db9f7dc739ad86c0cc4e29be577923cd8118dc1858a8898d2ee65d8b971cb272860abf59f6ec5e982459ee
7
- data.tar.gz: f2e87df66f432db04a64d45c04913aa509cda9561d8be2716054cb4cee998c748a1e7c38a82b3bae9d6e7e83321646747ce3bce13b97e77021e7b0d7aace6464
6
+ metadata.gz: 6cccdefa83400bbaf3780e7635b0a496a1e062845a98b70ca7d58b9fe841ec9207ed8ce18517fe5f8916701f721a693a45d97f60e6eba42e05e90ae3f10d30d8
7
+ data.tar.gz: 81947d5cdcb3219a4792889aa32ae234a581c5d2837901ae3623f35ec346f87cb235d59f81c5ac0e4ec878e31437a7cd57fed0cf9fbf65d3c847644e0086c78a
data/README.md CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
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: 1.2.0.dev01581014489
10
+ - Package version: 1.2.0.dev01581103574
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build pulp_container_client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./pulp_container_client-1.2.0.dev01581014489.gem
26
+ gem install ./pulp_container_client-1.2.0.dev01581103574.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_container_client-1.2.0.dev01581014489.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_container_client-1.2.0.dev01581103574.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'pulp_container_client', '~> 1.2.0.dev01581014489'
35
+ gem 'pulp_container_client', '~> 1.2.0.dev01581103574'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -5,12 +5,12 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
8
+ **pulp_href** | **String** | | [optional] [readonly]
9
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
10
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
11
11
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
12
- **pulp_href** | **String** | | [optional] [readonly]
13
12
  **content_guard** | **String** | An optional content-guard. | [optional]
13
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
14
14
  **registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
15
15
 
16
16
  ## Code Sample
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
19
19
  require 'PulpContainerClient'
20
20
 
21
21
  instance = PulpContainerClient::ContainerContainerDistribution.new(repository: null,
22
- base_path: null,
22
+ pulp_href: null,
23
23
  pulp_created: null,
24
24
  repository_version: null,
25
25
  name: null,
26
- pulp_href: null,
27
26
  content_guard: null,
27
+ base_path: null,
28
28
  registry_path: null)
29
29
  ```
30
30
 
@@ -17,8 +17,7 @@ module PulpContainerClient
17
17
  # The latest RepositoryVersion for this Repository will be served.
18
18
  attr_accessor :repository
19
19
 
20
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
21
- attr_accessor :base_path
20
+ attr_accessor :pulp_href
22
21
 
23
22
  # Timestamp of creation.
24
23
  attr_accessor :pulp_created
@@ -29,11 +28,12 @@ module PulpContainerClient
29
28
  # A unique name. Ex, `rawhide` and `stable`.
30
29
  attr_accessor :name
31
30
 
32
- attr_accessor :pulp_href
33
-
34
31
  # An optional content-guard.
35
32
  attr_accessor :content_guard
36
33
 
34
+ # 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
+ attr_accessor :base_path
36
+
37
37
  # The Registry hostame/name/ to use with docker pull command defined by this distribution.
38
38
  attr_accessor :registry_path
39
39
 
@@ -41,12 +41,12 @@ module PulpContainerClient
41
41
  def self.attribute_map
42
42
  {
43
43
  :'repository' => :'repository',
44
- :'base_path' => :'base_path',
44
+ :'pulp_href' => :'pulp_href',
45
45
  :'pulp_created' => :'pulp_created',
46
46
  :'repository_version' => :'repository_version',
47
47
  :'name' => :'name',
48
- :'pulp_href' => :'pulp_href',
49
48
  :'content_guard' => :'content_guard',
49
+ :'base_path' => :'base_path',
50
50
  :'registry_path' => :'registry_path'
51
51
  }
52
52
  end
@@ -55,12 +55,12 @@ module PulpContainerClient
55
55
  def self.openapi_types
56
56
  {
57
57
  :'repository' => :'String',
58
- :'base_path' => :'String',
58
+ :'pulp_href' => :'String',
59
59
  :'pulp_created' => :'DateTime',
60
60
  :'repository_version' => :'String',
61
61
  :'name' => :'String',
62
- :'pulp_href' => :'String',
63
62
  :'content_guard' => :'String',
63
+ :'base_path' => :'String',
64
64
  :'registry_path' => :'String'
65
65
  }
66
66
  end
@@ -93,8 +93,8 @@ module PulpContainerClient
93
93
  self.repository = attributes[:'repository']
94
94
  end
95
95
 
96
- if attributes.key?(:'base_path')
97
- self.base_path = attributes[:'base_path']
96
+ if attributes.key?(:'pulp_href')
97
+ self.pulp_href = attributes[:'pulp_href']
98
98
  end
99
99
 
100
100
  if attributes.key?(:'pulp_created')
@@ -109,14 +109,14 @@ module PulpContainerClient
109
109
  self.name = attributes[:'name']
110
110
  end
111
111
 
112
- if attributes.key?(:'pulp_href')
113
- self.pulp_href = attributes[:'pulp_href']
114
- end
115
-
116
112
  if attributes.key?(:'content_guard')
117
113
  self.content_guard = attributes[:'content_guard']
118
114
  end
119
115
 
116
+ if attributes.key?(:'base_path')
117
+ self.base_path = attributes[:'base_path']
118
+ end
119
+
120
120
  if attributes.key?(:'registry_path')
121
121
  self.registry_path = attributes[:'registry_path']
122
122
  end
@@ -126,14 +126,6 @@ module PulpContainerClient
126
126
  # @return Array for valid properties with the reasons
127
127
  def list_invalid_properties
128
128
  invalid_properties = Array.new
129
- if @base_path.nil?
130
- invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
131
- end
132
-
133
- if @base_path.to_s.length < 1
134
- invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
135
- end
136
-
137
129
  if @name.nil?
138
130
  invalid_properties.push('invalid value for "name", name cannot be nil.')
139
131
  end
@@ -142,6 +134,14 @@ module PulpContainerClient
142
134
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
143
135
  end
144
136
 
137
+ if @base_path.nil?
138
+ invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
139
+ end
140
+
141
+ if @base_path.to_s.length < 1
142
+ invalid_properties.push('invalid value for "base_path", the character length must be great than or equal to 1.')
143
+ end
144
+
145
145
  if !@registry_path.nil? && @registry_path.to_s.length < 1
146
146
  invalid_properties.push('invalid value for "registry_path", the character length must be great than or equal to 1.')
147
147
  end
@@ -152,28 +152,14 @@ module PulpContainerClient
152
152
  # Check to see if the all the properties in the model are valid
153
153
  # @return true if the model is valid
154
154
  def valid?
155
- return false if @base_path.nil?
156
- return false if @base_path.to_s.length < 1
157
155
  return false if @name.nil?
158
156
  return false if @name.to_s.length < 1
157
+ return false if @base_path.nil?
158
+ return false if @base_path.to_s.length < 1
159
159
  return false if !@registry_path.nil? && @registry_path.to_s.length < 1
160
160
  true
161
161
  end
162
162
 
163
- # Custom attribute writer method with validation
164
- # @param [Object] base_path Value to be assigned
165
- def base_path=(base_path)
166
- if base_path.nil?
167
- fail ArgumentError, 'base_path cannot be nil'
168
- end
169
-
170
- if base_path.to_s.length < 1
171
- fail ArgumentError, 'invalid value for "base_path", the character length must be great than or equal to 1.'
172
- end
173
-
174
- @base_path = base_path
175
- end
176
-
177
163
  # Custom attribute writer method with validation
178
164
  # @param [Object] name Value to be assigned
179
165
  def name=(name)
@@ -188,6 +174,20 @@ module PulpContainerClient
188
174
  @name = name
189
175
  end
190
176
 
177
+ # Custom attribute writer method with validation
178
+ # @param [Object] base_path Value to be assigned
179
+ def base_path=(base_path)
180
+ if base_path.nil?
181
+ fail ArgumentError, 'base_path cannot be nil'
182
+ end
183
+
184
+ if base_path.to_s.length < 1
185
+ fail ArgumentError, 'invalid value for "base_path", the character length must be great than or equal to 1.'
186
+ end
187
+
188
+ @base_path = base_path
189
+ end
190
+
191
191
  # Custom attribute writer method with validation
192
192
  # @param [Object] registry_path Value to be assigned
193
193
  def registry_path=(registry_path)
@@ -204,12 +204,12 @@ module PulpContainerClient
204
204
  return true if self.equal?(o)
205
205
  self.class == o.class &&
206
206
  repository == o.repository &&
207
- base_path == o.base_path &&
207
+ pulp_href == o.pulp_href &&
208
208
  pulp_created == o.pulp_created &&
209
209
  repository_version == o.repository_version &&
210
210
  name == o.name &&
211
- pulp_href == o.pulp_href &&
212
211
  content_guard == o.content_guard &&
212
+ base_path == o.base_path &&
213
213
  registry_path == o.registry_path
214
214
  end
215
215
 
@@ -222,7 +222,7 @@ module PulpContainerClient
222
222
  # Calculates hash code according to all attributes.
223
223
  # @return [Integer] Hash code
224
224
  def hash
225
- [repository, base_path, pulp_created, repository_version, name, pulp_href, content_guard, registry_path].hash
225
+ [repository, pulp_href, pulp_created, repository_version, name, content_guard, base_path, registry_path].hash
226
226
  end
227
227
 
228
228
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.2
11
11
  =end
12
12
 
13
13
  module PulpContainerClient
14
- VERSION = '1.2.0.dev01581014489'
14
+ VERSION = '1.2.0.dev01581103574'
15
15
  end
@@ -38,7 +38,7 @@ describe 'ContainerContainerDistribution' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "base_path"' do
41
+ describe 'test attribute "pulp_href"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -62,13 +62,13 @@ describe 'ContainerContainerDistribution' do
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "pulp_href"' do
65
+ describe 'test attribute "content_guard"' 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 "content_guard"' do
71
+ describe 'test attribute "base_path"' 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
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: 1.2.0.dev01581014489
4
+ version: 1.2.0.dev01581103574
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-06 00:00:00.000000000 Z
11
+ date: 2020-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday