pulp_container_client 2.0.0b1 → 2.0.0b2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9a89bdb3e49dbe1e50fb45fe8de2bc7e63d098cfae8d1dada6228ace21089cb
4
- data.tar.gz: 78cc6f11a5eff0b34a2f8b33cbbdb9c9a749adfff0599694d52f2e4a7aa24af0
3
+ metadata.gz: 7c1a6ec5c5e4e9a1f1013b19ceef90e28f93f41a30faa770924ac482a6cb61dc
4
+ data.tar.gz: d766e13aabd2920e88e0fa957b6d6d1b8beeae8cdbfc88b9c199afaf94379730
5
5
  SHA512:
6
- metadata.gz: d534a2b0d018b1a3f1e29f31ef74b89c4baf303ed33ce82804f3dcc627cdbf6bad9da5ccf1311a325f27f86ec4b907cb49802b6016cf6846dbaac923900834c6
7
- data.tar.gz: 5d811e10df2cdd2a8a9c8f700f00cea36f4a364b7309be40c19c4b28190a08e815fceccd4d4b2c1a928d01229d4e4aeacbdb8763a016ab975b9ce34a3d1df62a
6
+ metadata.gz: 578013747f0407d927c1636e338fc7b3255ddf5bf386255ac57d587d7da001f5c87e14aaa5a1a528f1f8c5d1b356eb6cf367eef942b68374d40ef8250bd3fbce
7
+ data.tar.gz: a2362c033b98d0c790b0033228c83645e16819896a2b73539ac0ee175fce7484ebc6e4d16d48b9ac45634cbf4a4f566b0dc741468fa0702009cf1f94fcd4e823
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: 2.0.0b1
10
+ - Package version: 2.0.0b2
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-2.0.0b1.gem
26
+ gem install ./pulp_container_client-2.0.0b2.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_container_client-2.0.0b1.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_container_client-2.0.0b2.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', '~> 2.0.0b1'
35
+ gem 'pulp_container_client', '~> 2.0.0b2'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -4,13 +4,13 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
7
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
9
- **pulp_href** | **String** | | [optional] [readonly]
8
+ **content_guard** | **String** | An optional content-guard. | [optional]
10
9
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
10
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
11
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
12
- **content_guard** | **String** | An optional content-guard. | [optional]
13
12
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
13
+ **pulp_href** | **String** | | [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
 
16
16
  ## Code Sample
@@ -18,13 +18,13 @@ Name | Type | Description | Notes
18
18
  ```ruby
19
19
  require 'PulpContainerClient'
20
20
 
21
- instance = PulpContainerClient::ContainerContainerDistribution.new(repository: null,
22
- repository_version: null,
23
- pulp_href: null,
21
+ instance = PulpContainerClient::ContainerContainerDistribution.new(repository_version: null,
22
+ content_guard: null,
24
23
  base_path: null,
24
+ repository: null,
25
25
  pulp_created: null,
26
- content_guard: null,
27
26
  name: null,
27
+ pulp_href: null,
28
28
  registry_path: null)
29
29
  ```
30
30
 
@@ -4,13 +4,13 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
7
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
9
- **pulp_href** | **String** | | [optional] [readonly]
8
+ **content_guard** | **String** | An optional content-guard. | [optional]
10
9
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
10
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
11
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
12
- **content_guard** | **String** | An optional content-guard. | [optional]
13
12
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
13
+ **pulp_href** | **String** | | [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
 
16
16
  ## Code Sample
@@ -18,13 +18,13 @@ Name | Type | Description | Notes
18
18
  ```ruby
19
19
  require 'PulpContainerClient'
20
20
 
21
- instance = PulpContainerClient::ContainerContainerDistributionRead.new(repository: null,
22
- repository_version: null,
23
- pulp_href: null,
21
+ instance = PulpContainerClient::ContainerContainerDistributionRead.new(repository_version: null,
22
+ content_guard: null,
24
23
  base_path: null,
24
+ repository: null,
25
25
  pulp_created: null,
26
- content_guard: null,
27
26
  name: null,
27
+ pulp_href: null,
28
28
  registry_path: null)
29
29
  ```
30
30
 
@@ -14,39 +14,39 @@ require 'date'
14
14
 
15
15
  module PulpContainerClient
16
16
  class ContainerContainerDistribution
17
- # The latest RepositoryVersion for this Repository will be served.
18
- attr_accessor :repository
19
-
20
17
  # RepositoryVersion to be served
21
18
  attr_accessor :repository_version
22
19
 
23
- attr_accessor :pulp_href
20
+ # An optional content-guard.
21
+ attr_accessor :content_guard
24
22
 
25
23
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
26
24
  attr_accessor :base_path
27
25
 
26
+ # The latest RepositoryVersion for this Repository will be served.
27
+ attr_accessor :repository
28
+
28
29
  # Timestamp of creation.
29
30
  attr_accessor :pulp_created
30
31
 
31
- # An optional content-guard.
32
- attr_accessor :content_guard
33
-
34
32
  # A unique name. Ex, `rawhide` and `stable`.
35
33
  attr_accessor :name
36
34
 
35
+ attr_accessor :pulp_href
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
 
40
40
  # Attribute mapping from ruby-style variable name to JSON key.
41
41
  def self.attribute_map
42
42
  {
43
- :'repository' => :'repository',
44
43
  :'repository_version' => :'repository_version',
45
- :'pulp_href' => :'pulp_href',
44
+ :'content_guard' => :'content_guard',
46
45
  :'base_path' => :'base_path',
46
+ :'repository' => :'repository',
47
47
  :'pulp_created' => :'pulp_created',
48
- :'content_guard' => :'content_guard',
49
48
  :'name' => :'name',
49
+ :'pulp_href' => :'pulp_href',
50
50
  :'registry_path' => :'registry_path'
51
51
  }
52
52
  end
@@ -54,13 +54,13 @@ module PulpContainerClient
54
54
  # Attribute type mapping.
55
55
  def self.openapi_types
56
56
  {
57
- :'repository' => :'String',
58
57
  :'repository_version' => :'String',
59
- :'pulp_href' => :'String',
58
+ :'content_guard' => :'String',
60
59
  :'base_path' => :'String',
60
+ :'repository' => :'String',
61
61
  :'pulp_created' => :'DateTime',
62
- :'content_guard' => :'String',
63
62
  :'name' => :'String',
63
+ :'pulp_href' => :'String',
64
64
  :'registry_path' => :'String'
65
65
  }
66
66
  end
@@ -68,9 +68,9 @@ module PulpContainerClient
68
68
  # List of attributes with nullable: true
69
69
  def self.openapi_nullable
70
70
  Set.new([
71
- :'repository',
72
71
  :'repository_version',
73
72
  :'content_guard',
73
+ :'repository',
74
74
  ])
75
75
  end
76
76
 
@@ -89,34 +89,34 @@ module PulpContainerClient
89
89
  h[k.to_sym] = v
90
90
  }
91
91
 
92
- if attributes.key?(:'repository')
93
- self.repository = attributes[:'repository']
94
- end
95
-
96
92
  if attributes.key?(:'repository_version')
97
93
  self.repository_version = attributes[:'repository_version']
98
94
  end
99
95
 
100
- if attributes.key?(:'pulp_href')
101
- self.pulp_href = attributes[:'pulp_href']
96
+ if attributes.key?(:'content_guard')
97
+ self.content_guard = attributes[:'content_guard']
102
98
  end
103
99
 
104
100
  if attributes.key?(:'base_path')
105
101
  self.base_path = attributes[:'base_path']
106
102
  end
107
103
 
108
- if attributes.key?(:'pulp_created')
109
- self.pulp_created = attributes[:'pulp_created']
104
+ if attributes.key?(:'repository')
105
+ self.repository = attributes[:'repository']
110
106
  end
111
107
 
112
- if attributes.key?(:'content_guard')
113
- self.content_guard = attributes[:'content_guard']
108
+ if attributes.key?(:'pulp_created')
109
+ self.pulp_created = attributes[:'pulp_created']
114
110
  end
115
111
 
116
112
  if attributes.key?(:'name')
117
113
  self.name = attributes[:'name']
118
114
  end
119
115
 
116
+ if attributes.key?(:'pulp_href')
117
+ self.pulp_href = attributes[:'pulp_href']
118
+ end
119
+
120
120
  if attributes.key?(:'registry_path')
121
121
  self.registry_path = attributes[:'registry_path']
122
122
  end
@@ -203,13 +203,13 @@ module PulpContainerClient
203
203
  def ==(o)
204
204
  return true if self.equal?(o)
205
205
  self.class == o.class &&
206
- repository == o.repository &&
207
206
  repository_version == o.repository_version &&
208
- pulp_href == o.pulp_href &&
207
+ content_guard == o.content_guard &&
209
208
  base_path == o.base_path &&
209
+ repository == o.repository &&
210
210
  pulp_created == o.pulp_created &&
211
- content_guard == o.content_guard &&
212
211
  name == o.name &&
212
+ pulp_href == o.pulp_href &&
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, repository_version, pulp_href, base_path, pulp_created, content_guard, name, registry_path].hash
225
+ [repository_version, content_guard, base_path, repository, pulp_created, name, pulp_href, registry_path].hash
226
226
  end
227
227
 
228
228
  # Builds the object from hash
@@ -14,39 +14,39 @@ require 'date'
14
14
 
15
15
  module PulpContainerClient
16
16
  class ContainerContainerDistributionRead
17
- # The latest RepositoryVersion for this Repository will be served.
18
- attr_accessor :repository
19
-
20
17
  # RepositoryVersion to be served
21
18
  attr_accessor :repository_version
22
19
 
23
- attr_accessor :pulp_href
20
+ # An optional content-guard.
21
+ attr_accessor :content_guard
24
22
 
25
23
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
26
24
  attr_accessor :base_path
27
25
 
26
+ # The latest RepositoryVersion for this Repository will be served.
27
+ attr_accessor :repository
28
+
28
29
  # Timestamp of creation.
29
30
  attr_accessor :pulp_created
30
31
 
31
- # An optional content-guard.
32
- attr_accessor :content_guard
33
-
34
32
  # A unique name. Ex, `rawhide` and `stable`.
35
33
  attr_accessor :name
36
34
 
35
+ attr_accessor :pulp_href
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
 
40
40
  # Attribute mapping from ruby-style variable name to JSON key.
41
41
  def self.attribute_map
42
42
  {
43
- :'repository' => :'repository',
44
43
  :'repository_version' => :'repository_version',
45
- :'pulp_href' => :'pulp_href',
44
+ :'content_guard' => :'content_guard',
46
45
  :'base_path' => :'base_path',
46
+ :'repository' => :'repository',
47
47
  :'pulp_created' => :'pulp_created',
48
- :'content_guard' => :'content_guard',
49
48
  :'name' => :'name',
49
+ :'pulp_href' => :'pulp_href',
50
50
  :'registry_path' => :'registry_path'
51
51
  }
52
52
  end
@@ -54,13 +54,13 @@ module PulpContainerClient
54
54
  # Attribute type mapping.
55
55
  def self.openapi_types
56
56
  {
57
- :'repository' => :'String',
58
57
  :'repository_version' => :'String',
59
- :'pulp_href' => :'String',
58
+ :'content_guard' => :'String',
60
59
  :'base_path' => :'String',
60
+ :'repository' => :'String',
61
61
  :'pulp_created' => :'DateTime',
62
- :'content_guard' => :'String',
63
62
  :'name' => :'String',
63
+ :'pulp_href' => :'String',
64
64
  :'registry_path' => :'String'
65
65
  }
66
66
  end
@@ -68,9 +68,9 @@ module PulpContainerClient
68
68
  # List of attributes with nullable: true
69
69
  def self.openapi_nullable
70
70
  Set.new([
71
- :'repository',
72
71
  :'repository_version',
73
72
  :'content_guard',
73
+ :'repository',
74
74
  ])
75
75
  end
76
76
 
@@ -89,34 +89,34 @@ module PulpContainerClient
89
89
  h[k.to_sym] = v
90
90
  }
91
91
 
92
- if attributes.key?(:'repository')
93
- self.repository = attributes[:'repository']
94
- end
95
-
96
92
  if attributes.key?(:'repository_version')
97
93
  self.repository_version = attributes[:'repository_version']
98
94
  end
99
95
 
100
- if attributes.key?(:'pulp_href')
101
- self.pulp_href = attributes[:'pulp_href']
96
+ if attributes.key?(:'content_guard')
97
+ self.content_guard = attributes[:'content_guard']
102
98
  end
103
99
 
104
100
  if attributes.key?(:'base_path')
105
101
  self.base_path = attributes[:'base_path']
106
102
  end
107
103
 
108
- if attributes.key?(:'pulp_created')
109
- self.pulp_created = attributes[:'pulp_created']
104
+ if attributes.key?(:'repository')
105
+ self.repository = attributes[:'repository']
110
106
  end
111
107
 
112
- if attributes.key?(:'content_guard')
113
- self.content_guard = attributes[:'content_guard']
108
+ if attributes.key?(:'pulp_created')
109
+ self.pulp_created = attributes[:'pulp_created']
114
110
  end
115
111
 
116
112
  if attributes.key?(:'name')
117
113
  self.name = attributes[:'name']
118
114
  end
119
115
 
116
+ if attributes.key?(:'pulp_href')
117
+ self.pulp_href = attributes[:'pulp_href']
118
+ end
119
+
120
120
  if attributes.key?(:'registry_path')
121
121
  self.registry_path = attributes[:'registry_path']
122
122
  end
@@ -203,13 +203,13 @@ module PulpContainerClient
203
203
  def ==(o)
204
204
  return true if self.equal?(o)
205
205
  self.class == o.class &&
206
- repository == o.repository &&
207
206
  repository_version == o.repository_version &&
208
- pulp_href == o.pulp_href &&
207
+ content_guard == o.content_guard &&
209
208
  base_path == o.base_path &&
209
+ repository == o.repository &&
210
210
  pulp_created == o.pulp_created &&
211
- content_guard == o.content_guard &&
212
211
  name == o.name &&
212
+ pulp_href == o.pulp_href &&
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, repository_version, pulp_href, base_path, pulp_created, content_guard, name, registry_path].hash
225
+ [repository_version, content_guard, base_path, repository, pulp_created, name, pulp_href, 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 = '2.0.0b1'
14
+ VERSION = '2.0.0b2'
15
15
  end
@@ -32,25 +32,25 @@ describe 'ContainerContainerDistributionRead' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionRead)
33
33
  end
34
34
  end
35
- describe 'test attribute "repository"' do
35
+ describe 'test attribute "repository_version"' 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_version"' do
41
+ describe 'test attribute "content_guard"' 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 "base_path"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "base_path"' do
53
+ describe 'test attribute "repository"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
@@ -62,13 +62,13 @@ describe 'ContainerContainerDistributionRead' do
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "content_guard"' do
65
+ describe 'test attribute "name"' 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 "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 "repository"' do
35
+ describe 'test attribute "repository_version"' 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_version"' do
41
+ describe 'test attribute "content_guard"' 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 "base_path"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "base_path"' do
53
+ describe 'test attribute "repository"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
@@ -62,13 +62,13 @@ describe 'ContainerContainerDistribution' do
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "content_guard"' do
65
+ describe 'test attribute "name"' 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 "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
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.0.0b1
4
+ version: 2.0.0b2
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-06-03 00:00:00.000000000 Z
11
+ date: 2020-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday