pulp_container_client 1.1.0.dev01575913345 → 1.1.0.dev01576863102

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: 7e43c5dabae6cb0583925ad3e8fd1c11bd042cc155c9bdc98a4aa7c6270cb9aa
4
- data.tar.gz: 37ded54258358b39191caf38acc7a9e65ebdbd654028296e8ea41e9152855746
3
+ metadata.gz: 90c71dc951a47c6cad62a80c518bf7c72d6d6412079f149ed664b51cca21a0b2
4
+ data.tar.gz: e37bac0db9c8c4ee0c43d395d1d455e38c30813a9ad007b5b00ed6ccf95ee466
5
5
  SHA512:
6
- metadata.gz: bf1607b5db7ab50a997a1132cb3cba1011d9c96ce27d2cb8fbeeb0cf126a7eb0181c589713ec46559223aeb8746e2cbe66028b42c1b223890a4526f5b1a4fbce
7
- data.tar.gz: b838d84cf426ed87ffb04c9618ec4f5eb19411dc15a71d56fcb762e02fd46c71ba33be9d48ff0e3e8d233ba82b79926d22e5f896d2182b54d3373d89301d862c
6
+ metadata.gz: 77f1dde0ff27768b8e447c4b140fe6a2df162d3dcb31aee7ecb078ce650400497c1be82db7b731ece1c830c72fee20488b3dd07640136a16a3b5d69b602252d1
7
+ data.tar.gz: c2a58304806422d1086fcbf3b76501c4597944de06c2c203eaf9b5d13f3fca7f20e674fe130da51f6b75046d8f59d806e124159aea65106eeecfb56cca1114ab
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.1.0.dev01575913345
10
+ - Package version: 1.1.0.dev01576863102
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.1.0.dev01575913345.gem
26
+ gem install ./pulp_container_client-1.1.0.dev01576863102.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_container_client-1.1.0.dev01575913345.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_container_client-1.1.0.dev01576863102.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.1.0.dev01575913345'
35
+ gem 'pulp_container_client', '~> 1.1.0.dev01576863102'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -4,13 +4,13 @@
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
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
7
+ **pulp_href** | **String** | | [optional] [readonly]
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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
10
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
11
- **pulp_href** | **String** | | [optional] [readonly]
12
11
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
13
12
  **content_guard** | **String** | An optional content-guard. | [optional]
13
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
14
14
  **registry_path** | **String** | The Registry hostame:port/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(base_path: null,
22
- repository: null,
21
+ instance = PulpContainerClient::ContainerContainerDistribution.new(pulp_href: null,
23
22
  pulp_created: null,
23
+ base_path: null,
24
24
  name: null,
25
- pulp_href: null,
26
25
  repository_version: null,
27
26
  content_guard: null,
27
+ repository: 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 base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
18
- attr_accessor :base_path
19
-
20
- # The latest RepositoryVersion for this Repository will be served.
21
- attr_accessor :repository
17
+ attr_accessor :pulp_href
22
18
 
23
19
  # Timestamp of creation.
24
20
  attr_accessor :pulp_created
25
21
 
22
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
23
+ attr_accessor :base_path
24
+
26
25
  # A unique name. Ex, `rawhide` and `stable`.
27
26
  attr_accessor :name
28
27
 
29
- attr_accessor :pulp_href
30
-
31
28
  # RepositoryVersion to be served
32
29
  attr_accessor :repository_version
33
30
 
34
31
  # An optional content-guard.
35
32
  attr_accessor :content_guard
36
33
 
34
+ # The latest RepositoryVersion for this Repository will be served.
35
+ attr_accessor :repository
36
+
37
37
  # The Registry hostame:port/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
- :'base_path' => :'base_path',
44
- :'repository' => :'repository',
43
+ :'pulp_href' => :'pulp_href',
45
44
  :'pulp_created' => :'pulp_created',
45
+ :'base_path' => :'base_path',
46
46
  :'name' => :'name',
47
- :'pulp_href' => :'pulp_href',
48
47
  :'repository_version' => :'repository_version',
49
48
  :'content_guard' => :'content_guard',
49
+ :'repository' => :'repository',
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
- :'base_path' => :'String',
58
- :'repository' => :'String',
57
+ :'pulp_href' => :'String',
59
58
  :'pulp_created' => :'DateTime',
59
+ :'base_path' => :'String',
60
60
  :'name' => :'String',
61
- :'pulp_href' => :'String',
62
61
  :'repository_version' => :'String',
63
62
  :'content_guard' => :'String',
63
+ :'repository' => :'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,24 +89,20 @@ module PulpContainerClient
89
89
  h[k.to_sym] = v
90
90
  }
91
91
 
92
- if attributes.key?(:'base_path')
93
- self.base_path = attributes[:'base_path']
94
- end
95
-
96
- if attributes.key?(:'repository')
97
- self.repository = attributes[:'repository']
92
+ if attributes.key?(:'pulp_href')
93
+ self.pulp_href = attributes[:'pulp_href']
98
94
  end
99
95
 
100
96
  if attributes.key?(:'pulp_created')
101
97
  self.pulp_created = attributes[:'pulp_created']
102
98
  end
103
99
 
104
- if attributes.key?(:'name')
105
- self.name = attributes[:'name']
100
+ if attributes.key?(:'base_path')
101
+ self.base_path = attributes[:'base_path']
106
102
  end
107
103
 
108
- if attributes.key?(:'pulp_href')
109
- self.pulp_href = attributes[:'pulp_href']
104
+ if attributes.key?(:'name')
105
+ self.name = attributes[:'name']
110
106
  end
111
107
 
112
108
  if attributes.key?(:'repository_version')
@@ -117,6 +113,10 @@ module PulpContainerClient
117
113
  self.content_guard = attributes[:'content_guard']
118
114
  end
119
115
 
116
+ if attributes.key?(:'repository')
117
+ self.repository = attributes[:'repository']
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
- base_path == o.base_path &&
207
- repository == o.repository &&
206
+ pulp_href == o.pulp_href &&
208
207
  pulp_created == o.pulp_created &&
208
+ base_path == o.base_path &&
209
209
  name == o.name &&
210
- pulp_href == o.pulp_href &&
211
210
  repository_version == o.repository_version &&
212
211
  content_guard == o.content_guard &&
212
+ repository == o.repository &&
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
- [base_path, repository, pulp_created, name, pulp_href, repository_version, content_guard, registry_path].hash
225
+ [pulp_href, pulp_created, base_path, name, repository_version, content_guard, repository, 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-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module PulpContainerClient
14
- VERSION = '1.1.0.dev01575913345'
14
+ VERSION = '1.1.0.dev01576863102'
15
15
  end
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
  s.homepage = "https://openapi-generator.tech"
25
25
  s.summary = "Pulp 3 API Ruby Gem"
26
26
  s.description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)"
27
- s.license = 'GPL-2.0'
27
+ s.license = 'GPL-2.0+'
28
28
  s.required_ruby_version = ">= 1.9"
29
29
 
30
30
  s.add_runtime_dependency 'faraday', '>= 0.14.0'
@@ -32,19 +32,19 @@ 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 "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"' do
41
+ describe 'test attribute "pulp_created"' 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 "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
@@ -56,19 +56,19 @@ describe 'ContainerContainerDistribution' do
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "pulp_href"' do
59
+ describe 'test attribute "repository_version"' 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 "repository_version"' 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 "repository"' 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.1.0.dev01575913345
4
+ version: 1.1.0.dev01576863102
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-09 00:00:00.000000000 Z
11
+ date: 2019-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -173,7 +173,7 @@ files:
173
173
  - spec/spec_helper.rb
174
174
  homepage: https://openapi-generator.tech
175
175
  licenses:
176
- - GPL-2.0
176
+ - GPL-2.0+
177
177
  metadata: {}
178
178
  post_install_message:
179
179
  rdoc_options: []