pulp_container_client 1.5.0.dev01593638309 → 1.5.0.dev01593712906

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: c226719a796208b5735cdd945384667d13c23d4af4c4421d6187bdc97e1c2793
4
- data.tar.gz: 27f777219c7033d58e2393cb80baf752894f6056695b42874f891c38488905d9
3
+ metadata.gz: 95e4c088708e74602b2e1d08454ecce87b5947ebe782911ac38e0839d5adc08c
4
+ data.tar.gz: bf7e94edb7b2db4a864d9f3e09d425685f6c92697212a7bf3dca31cdd9a71edf
5
5
  SHA512:
6
- metadata.gz: 8b12e40479650ba2f662abcd55f66ddbbce5dee14b20380cbae38ec361989a4de84db766aa15e171ac096867cdd773777266933d31ce3c6a842073060e1866ff
7
- data.tar.gz: a973d92a366d9bc598ee21c078c94788b487ea70b521549993f8c245d5b4def87ace74df51ea5dff1ff9b04808ba618448c4f9bcc907cd029a9d15ab7f16d434
6
+ metadata.gz: a018fdd39ee5602c90f944d25d7bf26dea5b676fc92b6c3e0aad29a3330a32eb44dfbe848d6145dfd1fd307493436dc90ae7455e154e5cc89364eb823dd73569
7
+ data.tar.gz: 6c88e1d3d93e664a1ca451e43c79800dd3a3a3b3ac58157a5197a51e99151e3c2a9091621ec7e60027bb30617f12a0691c69c19ad5e84d75a7d0cb37d29d2564
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.5.0.dev01593638309
10
+ - Package version: 1.5.0.dev01593712906
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.5.0.dev01593638309.gem
26
+ gem install ./pulp_container_client-1.5.0.dev01593712906.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_container_client-1.5.0.dev01593638309.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_container_client-1.5.0.dev01593712906.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.5.0.dev01593638309'
35
+ gem 'pulp_container_client', '~> 1.5.0.dev01593712906'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -5,11 +5,11 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
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
- **repository_version** | **String** | RepositoryVersion to be served | [optional]
9
8
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
+ **repository_version** | **String** | RepositoryVersion to be served | [optional]
10
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
11
  **content_guard** | **String** | An optional content-guard. | [optional]
11
12
  **pulp_href** | **String** | | [optional] [readonly]
12
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
13
13
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
14
14
  **registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
15
15
 
@@ -19,11 +19,11 @@ Name | Type | Description | Notes
19
19
  require 'PulpContainerClient'
20
20
 
21
21
  instance = PulpContainerClient::ContainerContainerDistribution.new(base_path: null,
22
- repository_version: null,
23
22
  repository: null,
23
+ repository_version: null,
24
+ name: null,
24
25
  content_guard: null,
25
26
  pulp_href: null,
26
- name: null,
27
27
  pulp_created: null,
28
28
  registry_path: null)
29
29
  ```
@@ -5,11 +5,11 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
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
- **repository_version** | **String** | RepositoryVersion to be served | [optional]
9
8
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
+ **repository_version** | **String** | RepositoryVersion to be served | [optional]
10
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
11
  **content_guard** | **String** | An optional content-guard. | [optional]
11
12
  **pulp_href** | **String** | | [optional] [readonly]
12
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
13
13
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
14
14
  **registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
15
15
 
@@ -19,11 +19,11 @@ Name | Type | Description | Notes
19
19
  require 'PulpContainerClient'
20
20
 
21
21
  instance = PulpContainerClient::ContainerContainerDistributionRead.new(base_path: null,
22
- repository_version: null,
23
22
  repository: null,
23
+ repository_version: null,
24
+ name: null,
24
25
  content_guard: null,
25
26
  pulp_href: null,
26
- name: null,
27
27
  pulp_created: null,
28
28
  registry_path: null)
29
29
  ```
@@ -17,20 +17,20 @@ module PulpContainerClient
17
17
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
18
18
  attr_accessor :base_path
19
19
 
20
+ # The latest RepositoryVersion for this Repository will be served.
21
+ attr_accessor :repository
22
+
20
23
  # RepositoryVersion to be served
21
24
  attr_accessor :repository_version
22
25
 
23
- # The latest RepositoryVersion for this Repository will be served.
24
- attr_accessor :repository
26
+ # A unique name. Ex, `rawhide` and `stable`.
27
+ attr_accessor :name
25
28
 
26
29
  # An optional content-guard.
27
30
  attr_accessor :content_guard
28
31
 
29
32
  attr_accessor :pulp_href
30
33
 
31
- # A unique name. Ex, `rawhide` and `stable`.
32
- attr_accessor :name
33
-
34
34
  # Timestamp of creation.
35
35
  attr_accessor :pulp_created
36
36
 
@@ -41,11 +41,11 @@ module PulpContainerClient
41
41
  def self.attribute_map
42
42
  {
43
43
  :'base_path' => :'base_path',
44
- :'repository_version' => :'repository_version',
45
44
  :'repository' => :'repository',
45
+ :'repository_version' => :'repository_version',
46
+ :'name' => :'name',
46
47
  :'content_guard' => :'content_guard',
47
48
  :'pulp_href' => :'pulp_href',
48
- :'name' => :'name',
49
49
  :'pulp_created' => :'pulp_created',
50
50
  :'registry_path' => :'registry_path'
51
51
  }
@@ -55,11 +55,11 @@ module PulpContainerClient
55
55
  def self.openapi_types
56
56
  {
57
57
  :'base_path' => :'String',
58
- :'repository_version' => :'String',
59
58
  :'repository' => :'String',
59
+ :'repository_version' => :'String',
60
+ :'name' => :'String',
60
61
  :'content_guard' => :'String',
61
62
  :'pulp_href' => :'String',
62
- :'name' => :'String',
63
63
  :'pulp_created' => :'DateTime',
64
64
  :'registry_path' => :'String'
65
65
  }
@@ -68,8 +68,8 @@ module PulpContainerClient
68
68
  # List of attributes with nullable: true
69
69
  def self.openapi_nullable
70
70
  Set.new([
71
- :'repository_version',
72
71
  :'repository',
72
+ :'repository_version',
73
73
  :'content_guard',
74
74
  ])
75
75
  end
@@ -93,12 +93,16 @@ module PulpContainerClient
93
93
  self.base_path = attributes[:'base_path']
94
94
  end
95
95
 
96
+ if attributes.key?(:'repository')
97
+ self.repository = attributes[:'repository']
98
+ end
99
+
96
100
  if attributes.key?(:'repository_version')
97
101
  self.repository_version = attributes[:'repository_version']
98
102
  end
99
103
 
100
- if attributes.key?(:'repository')
101
- self.repository = attributes[:'repository']
104
+ if attributes.key?(:'name')
105
+ self.name = attributes[:'name']
102
106
  end
103
107
 
104
108
  if attributes.key?(:'content_guard')
@@ -109,10 +113,6 @@ module PulpContainerClient
109
113
  self.pulp_href = attributes[:'pulp_href']
110
114
  end
111
115
 
112
- if attributes.key?(:'name')
113
- self.name = attributes[:'name']
114
- end
115
-
116
116
  if attributes.key?(:'pulp_created')
117
117
  self.pulp_created = attributes[:'pulp_created']
118
118
  end
@@ -204,11 +204,11 @@ module PulpContainerClient
204
204
  return true if self.equal?(o)
205
205
  self.class == o.class &&
206
206
  base_path == o.base_path &&
207
- repository_version == o.repository_version &&
208
207
  repository == o.repository &&
208
+ repository_version == o.repository_version &&
209
+ name == o.name &&
209
210
  content_guard == o.content_guard &&
210
211
  pulp_href == o.pulp_href &&
211
- name == o.name &&
212
212
  pulp_created == o.pulp_created &&
213
213
  registry_path == o.registry_path
214
214
  end
@@ -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
- [base_path, repository_version, repository, content_guard, pulp_href, name, pulp_created, registry_path].hash
225
+ [base_path, repository, repository_version, name, content_guard, pulp_href, pulp_created, registry_path].hash
226
226
  end
227
227
 
228
228
  # Builds the object from hash
@@ -17,20 +17,20 @@ module PulpContainerClient
17
17
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
18
18
  attr_accessor :base_path
19
19
 
20
+ # The latest RepositoryVersion for this Repository will be served.
21
+ attr_accessor :repository
22
+
20
23
  # RepositoryVersion to be served
21
24
  attr_accessor :repository_version
22
25
 
23
- # The latest RepositoryVersion for this Repository will be served.
24
- attr_accessor :repository
26
+ # A unique name. Ex, `rawhide` and `stable`.
27
+ attr_accessor :name
25
28
 
26
29
  # An optional content-guard.
27
30
  attr_accessor :content_guard
28
31
 
29
32
  attr_accessor :pulp_href
30
33
 
31
- # A unique name. Ex, `rawhide` and `stable`.
32
- attr_accessor :name
33
-
34
34
  # Timestamp of creation.
35
35
  attr_accessor :pulp_created
36
36
 
@@ -41,11 +41,11 @@ module PulpContainerClient
41
41
  def self.attribute_map
42
42
  {
43
43
  :'base_path' => :'base_path',
44
- :'repository_version' => :'repository_version',
45
44
  :'repository' => :'repository',
45
+ :'repository_version' => :'repository_version',
46
+ :'name' => :'name',
46
47
  :'content_guard' => :'content_guard',
47
48
  :'pulp_href' => :'pulp_href',
48
- :'name' => :'name',
49
49
  :'pulp_created' => :'pulp_created',
50
50
  :'registry_path' => :'registry_path'
51
51
  }
@@ -55,11 +55,11 @@ module PulpContainerClient
55
55
  def self.openapi_types
56
56
  {
57
57
  :'base_path' => :'String',
58
- :'repository_version' => :'String',
59
58
  :'repository' => :'String',
59
+ :'repository_version' => :'String',
60
+ :'name' => :'String',
60
61
  :'content_guard' => :'String',
61
62
  :'pulp_href' => :'String',
62
- :'name' => :'String',
63
63
  :'pulp_created' => :'DateTime',
64
64
  :'registry_path' => :'String'
65
65
  }
@@ -68,8 +68,8 @@ module PulpContainerClient
68
68
  # List of attributes with nullable: true
69
69
  def self.openapi_nullable
70
70
  Set.new([
71
- :'repository_version',
72
71
  :'repository',
72
+ :'repository_version',
73
73
  :'content_guard',
74
74
  ])
75
75
  end
@@ -93,12 +93,16 @@ module PulpContainerClient
93
93
  self.base_path = attributes[:'base_path']
94
94
  end
95
95
 
96
+ if attributes.key?(:'repository')
97
+ self.repository = attributes[:'repository']
98
+ end
99
+
96
100
  if attributes.key?(:'repository_version')
97
101
  self.repository_version = attributes[:'repository_version']
98
102
  end
99
103
 
100
- if attributes.key?(:'repository')
101
- self.repository = attributes[:'repository']
104
+ if attributes.key?(:'name')
105
+ self.name = attributes[:'name']
102
106
  end
103
107
 
104
108
  if attributes.key?(:'content_guard')
@@ -109,10 +113,6 @@ module PulpContainerClient
109
113
  self.pulp_href = attributes[:'pulp_href']
110
114
  end
111
115
 
112
- if attributes.key?(:'name')
113
- self.name = attributes[:'name']
114
- end
115
-
116
116
  if attributes.key?(:'pulp_created')
117
117
  self.pulp_created = attributes[:'pulp_created']
118
118
  end
@@ -204,11 +204,11 @@ module PulpContainerClient
204
204
  return true if self.equal?(o)
205
205
  self.class == o.class &&
206
206
  base_path == o.base_path &&
207
- repository_version == o.repository_version &&
208
207
  repository == o.repository &&
208
+ repository_version == o.repository_version &&
209
+ name == o.name &&
209
210
  content_guard == o.content_guard &&
210
211
  pulp_href == o.pulp_href &&
211
- name == o.name &&
212
212
  pulp_created == o.pulp_created &&
213
213
  registry_path == o.registry_path
214
214
  end
@@ -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
- [base_path, repository_version, repository, content_guard, pulp_href, name, pulp_created, registry_path].hash
225
+ [base_path, repository, repository_version, name, content_guard, pulp_href, pulp_created, registry_path].hash
226
226
  end
227
227
 
228
228
  # 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 = '1.5.0.dev01593638309'
14
+ VERSION = '1.5.0.dev01593712906'
15
15
  end
@@ -38,31 +38,31 @@ describe 'ContainerContainerDistributionRead' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "repository_version"' do
41
+ describe 'test attribute "repository"' 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"' do
47
+ describe 'test attribute "repository_version"' 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 "name"' 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 "pulp_href"' 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 "name"' do
65
+ describe 'test attribute "pulp_href"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
@@ -38,31 +38,31 @@ describe 'ContainerContainerDistribution' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "repository_version"' do
41
+ describe 'test attribute "repository"' 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"' do
47
+ describe 'test attribute "repository_version"' 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 "name"' 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 "pulp_href"' 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 "name"' do
65
+ describe 'test attribute "pulp_href"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
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.5.0.dev01593638309
4
+ version: 1.5.0.dev01593712906
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-07-01 00:00:00.000000000 Z
11
+ date: 2020-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday