pulp_container_client 1.5.0.dev01593021022 → 1.5.0.dev01593107528

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: 3deaba370f2e2ad031e75cddb5f44663f09e9914feada0d6f54e2e74b2fdd969
4
- data.tar.gz: ea21ff8808960127322c4bb6329ce90e0ff317bc64c5c7998a087a32264b1d7c
3
+ metadata.gz: ce670d4cdfa7a4750e53853368ea9c1bdf2f2e3f2f0b5862150d3f603f41cd64
4
+ data.tar.gz: 471ea6ad2d917700c71a65e3da5b2c8bc984d5b0585b35a5c4ffdd28e844ef62
5
5
  SHA512:
6
- metadata.gz: 61ed3949ae4523817d0843f6d3cd62ca9072c712adaaec72cbc6d036bfb1233552e4675921776789e02d6ebaf07aab302e7a1549bc995e1321999b08c57e5abd
7
- data.tar.gz: b6f2d6a2e96ed3eb542b75a242bb8448b3162b7376f675ac74d859a4547602bfe37700cc4736499f916c7ada4131929830f8ee18c32766fa3c9f8cb6e512dbfe
6
+ metadata.gz: e7447260c0254a70ac1e35df578e0eb6e3a0710efa0c6667bd51ef25e7cfbdcdb2ba0d4c9496ea0d18788b48effd49f444644723f0bbba6f23cf1cbeae184ad3
7
+ data.tar.gz: 96123a15d0f58dc97ec62609d906e856034e72524e79aca2f5439f1e10e1f93595bb18779f406cd148adfa320603b8938b11ba846008280354c7ea217c262694
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.dev01593021022
10
+ - Package version: 1.5.0.dev01593107528
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.dev01593021022.gem
26
+ gem install ./pulp_container_client-1.5.0.dev01593107528.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_container_client-1.5.0.dev01593021022.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_container_client-1.5.0.dev01593107528.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.dev01593021022'
35
+ gem 'pulp_container_client', '~> 1.5.0.dev01593107528'
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
- **repository_version** | **String** | RepositoryVersion to be served | [optional]
9
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
11
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
9
  **content_guard** | **String** | An optional content-guard. | [optional]
10
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
13
11
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
12
+ **repository_version** | **String** | RepositoryVersion to be served | [optional]
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
 
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
- name: null,
24
- pulp_created: null,
25
- pulp_href: null,
21
+ instance = PulpContainerClient::ContainerContainerDistribution.new(pulp_href: null,
22
+ repository: null,
26
23
  content_guard: null,
24
+ name: null,
27
25
  base_path: null,
26
+ repository_version: null,
27
+ pulp_created: 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
- **repository_version** | **String** | RepositoryVersion to be served | [optional]
9
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
11
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
9
  **content_guard** | **String** | An optional content-guard. | [optional]
10
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
13
11
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
12
+ **repository_version** | **String** | RepositoryVersion to be served | [optional]
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
 
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
- name: null,
24
- pulp_created: null,
25
- pulp_href: null,
21
+ instance = PulpContainerClient::ContainerContainerDistributionRead.new(pulp_href: null,
22
+ repository: null,
26
23
  content_guard: null,
24
+ name: null,
27
25
  base_path: null,
26
+ repository_version: null,
27
+ pulp_created: 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
+ attr_accessor :pulp_href
18
+
17
19
  # The latest RepositoryVersion for this Repository will be served.
18
20
  attr_accessor :repository
19
21
 
20
- # RepositoryVersion to be served
21
- attr_accessor :repository_version
22
+ # An optional content-guard.
23
+ attr_accessor :content_guard
22
24
 
23
25
  # A unique name. Ex, `rawhide` and `stable`.
24
26
  attr_accessor :name
25
27
 
26
- # Timestamp of creation.
27
- attr_accessor :pulp_created
28
-
29
- attr_accessor :pulp_href
30
-
31
- # An optional content-guard.
32
- attr_accessor :content_guard
33
-
34
28
  # 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
29
  attr_accessor :base_path
36
30
 
31
+ # RepositoryVersion to be served
32
+ attr_accessor :repository_version
33
+
34
+ # Timestamp of creation.
35
+ attr_accessor :pulp_created
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
- :'repository_version' => :'repository_version',
45
- :'name' => :'name',
46
- :'pulp_created' => :'pulp_created',
47
43
  :'pulp_href' => :'pulp_href',
44
+ :'repository' => :'repository',
48
45
  :'content_guard' => :'content_guard',
46
+ :'name' => :'name',
49
47
  :'base_path' => :'base_path',
48
+ :'repository_version' => :'repository_version',
49
+ :'pulp_created' => :'pulp_created',
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
- :'repository_version' => :'String',
59
- :'name' => :'String',
60
- :'pulp_created' => :'DateTime',
61
57
  :'pulp_href' => :'String',
58
+ :'repository' => :'String',
62
59
  :'content_guard' => :'String',
60
+ :'name' => :'String',
63
61
  :'base_path' => :'String',
62
+ :'repository_version' => :'String',
63
+ :'pulp_created' => :'DateTime',
64
64
  :'registry_path' => :'String'
65
65
  }
66
66
  end
@@ -69,8 +69,8 @@ module PulpContainerClient
69
69
  def self.openapi_nullable
70
70
  Set.new([
71
71
  :'repository',
72
- :'repository_version',
73
72
  :'content_guard',
73
+ :'repository_version',
74
74
  ])
75
75
  end
76
76
 
@@ -89,32 +89,32 @@ module PulpContainerClient
89
89
  h[k.to_sym] = v
90
90
  }
91
91
 
92
+ if attributes.key?(:'pulp_href')
93
+ self.pulp_href = attributes[:'pulp_href']
94
+ end
95
+
92
96
  if attributes.key?(:'repository')
93
97
  self.repository = attributes[:'repository']
94
98
  end
95
99
 
96
- if attributes.key?(:'repository_version')
97
- self.repository_version = attributes[:'repository_version']
100
+ if attributes.key?(:'content_guard')
101
+ self.content_guard = attributes[:'content_guard']
98
102
  end
99
103
 
100
104
  if attributes.key?(:'name')
101
105
  self.name = attributes[:'name']
102
106
  end
103
107
 
104
- if attributes.key?(:'pulp_created')
105
- self.pulp_created = attributes[:'pulp_created']
106
- end
107
-
108
- if attributes.key?(:'pulp_href')
109
- self.pulp_href = attributes[:'pulp_href']
108
+ if attributes.key?(:'base_path')
109
+ self.base_path = attributes[:'base_path']
110
110
  end
111
111
 
112
- if attributes.key?(:'content_guard')
113
- self.content_guard = attributes[:'content_guard']
112
+ if attributes.key?(:'repository_version')
113
+ self.repository_version = attributes[:'repository_version']
114
114
  end
115
115
 
116
- if attributes.key?(:'base_path')
117
- self.base_path = attributes[:'base_path']
116
+ if attributes.key?(:'pulp_created')
117
+ self.pulp_created = attributes[:'pulp_created']
118
118
  end
119
119
 
120
120
  if attributes.key?(:'registry_path')
@@ -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
- repository_version == o.repository_version &&
208
- name == o.name &&
209
- pulp_created == o.pulp_created &&
210
206
  pulp_href == o.pulp_href &&
207
+ repository == o.repository &&
211
208
  content_guard == o.content_guard &&
209
+ name == o.name &&
212
210
  base_path == o.base_path &&
211
+ repository_version == o.repository_version &&
212
+ pulp_created == o.pulp_created &&
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, name, pulp_created, pulp_href, content_guard, base_path, registry_path].hash
225
+ [pulp_href, repository, content_guard, name, base_path, repository_version, pulp_created, 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
+ attr_accessor :pulp_href
18
+
17
19
  # The latest RepositoryVersion for this Repository will be served.
18
20
  attr_accessor :repository
19
21
 
20
- # RepositoryVersion to be served
21
- attr_accessor :repository_version
22
+ # An optional content-guard.
23
+ attr_accessor :content_guard
22
24
 
23
25
  # A unique name. Ex, `rawhide` and `stable`.
24
26
  attr_accessor :name
25
27
 
26
- # Timestamp of creation.
27
- attr_accessor :pulp_created
28
-
29
- attr_accessor :pulp_href
30
-
31
- # An optional content-guard.
32
- attr_accessor :content_guard
33
-
34
28
  # 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
29
  attr_accessor :base_path
36
30
 
31
+ # RepositoryVersion to be served
32
+ attr_accessor :repository_version
33
+
34
+ # Timestamp of creation.
35
+ attr_accessor :pulp_created
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
- :'repository_version' => :'repository_version',
45
- :'name' => :'name',
46
- :'pulp_created' => :'pulp_created',
47
43
  :'pulp_href' => :'pulp_href',
44
+ :'repository' => :'repository',
48
45
  :'content_guard' => :'content_guard',
46
+ :'name' => :'name',
49
47
  :'base_path' => :'base_path',
48
+ :'repository_version' => :'repository_version',
49
+ :'pulp_created' => :'pulp_created',
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
- :'repository_version' => :'String',
59
- :'name' => :'String',
60
- :'pulp_created' => :'DateTime',
61
57
  :'pulp_href' => :'String',
58
+ :'repository' => :'String',
62
59
  :'content_guard' => :'String',
60
+ :'name' => :'String',
63
61
  :'base_path' => :'String',
62
+ :'repository_version' => :'String',
63
+ :'pulp_created' => :'DateTime',
64
64
  :'registry_path' => :'String'
65
65
  }
66
66
  end
@@ -69,8 +69,8 @@ module PulpContainerClient
69
69
  def self.openapi_nullable
70
70
  Set.new([
71
71
  :'repository',
72
- :'repository_version',
73
72
  :'content_guard',
73
+ :'repository_version',
74
74
  ])
75
75
  end
76
76
 
@@ -89,32 +89,32 @@ module PulpContainerClient
89
89
  h[k.to_sym] = v
90
90
  }
91
91
 
92
+ if attributes.key?(:'pulp_href')
93
+ self.pulp_href = attributes[:'pulp_href']
94
+ end
95
+
92
96
  if attributes.key?(:'repository')
93
97
  self.repository = attributes[:'repository']
94
98
  end
95
99
 
96
- if attributes.key?(:'repository_version')
97
- self.repository_version = attributes[:'repository_version']
100
+ if attributes.key?(:'content_guard')
101
+ self.content_guard = attributes[:'content_guard']
98
102
  end
99
103
 
100
104
  if attributes.key?(:'name')
101
105
  self.name = attributes[:'name']
102
106
  end
103
107
 
104
- if attributes.key?(:'pulp_created')
105
- self.pulp_created = attributes[:'pulp_created']
106
- end
107
-
108
- if attributes.key?(:'pulp_href')
109
- self.pulp_href = attributes[:'pulp_href']
108
+ if attributes.key?(:'base_path')
109
+ self.base_path = attributes[:'base_path']
110
110
  end
111
111
 
112
- if attributes.key?(:'content_guard')
113
- self.content_guard = attributes[:'content_guard']
112
+ if attributes.key?(:'repository_version')
113
+ self.repository_version = attributes[:'repository_version']
114
114
  end
115
115
 
116
- if attributes.key?(:'base_path')
117
- self.base_path = attributes[:'base_path']
116
+ if attributes.key?(:'pulp_created')
117
+ self.pulp_created = attributes[:'pulp_created']
118
118
  end
119
119
 
120
120
  if attributes.key?(:'registry_path')
@@ -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
- repository_version == o.repository_version &&
208
- name == o.name &&
209
- pulp_created == o.pulp_created &&
210
206
  pulp_href == o.pulp_href &&
207
+ repository == o.repository &&
211
208
  content_guard == o.content_guard &&
209
+ name == o.name &&
212
210
  base_path == o.base_path &&
211
+ repository_version == o.repository_version &&
212
+ pulp_created == o.pulp_created &&
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, name, pulp_created, pulp_href, content_guard, base_path, registry_path].hash
225
+ [pulp_href, repository, content_guard, name, base_path, repository_version, 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.dev01593021022'
14
+ VERSION = '1.5.0.dev01593107528'
15
15
  end
@@ -32,43 +32,43 @@ 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 "pulp_href"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "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 "name"' do
47
+ describe 'test attribute "content_guard"' 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 "pulp_created"' 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 "base_path"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "content_guard"' do
65
+ describe 'test attribute "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
69
69
  end
70
70
 
71
- describe 'test attribute "base_path"' do
71
+ describe 'test attribute "pulp_created"' 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,43 +32,43 @@ 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 "pulp_href"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "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 "name"' do
47
+ describe 'test attribute "content_guard"' 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 "pulp_created"' 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 "base_path"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "content_guard"' do
65
+ describe 'test attribute "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
69
69
  end
70
70
 
71
- describe 'test attribute "base_path"' do
71
+ describe 'test attribute "pulp_created"' 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.5.0.dev01593021022
4
+ version: 1.5.0.dev01593107528
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-24 00:00:00.000000000 Z
11
+ date: 2020-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday