pulp_container_client 1.5.0.dev01593366836 → 1.5.0.dev01593804344
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 +4 -4
- data/README.md +4 -4
- data/docs/ContainerContainerDistribution.md +6 -6
- data/docs/ContainerContainerDistributionRead.md +6 -6
- data/lib/pulp_container_client/models/container_container_distribution.rb +28 -28
- data/lib/pulp_container_client/models/container_container_distribution_read.rb +28 -28
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/models/container_container_distribution_read_spec.rb +6 -6
- data/spec/models/container_container_distribution_spec.rb +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15a5e9281530490e39918b6fcb94632fb881b7962e9f23a3f23b0e0b741a74a1
|
|
4
|
+
data.tar.gz: 54c20642497a9d2c7e48a8ca54a6058513e86eb29490340d973bcb66a6b83287
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44611701afa0b576f3d9aa23715256840b78c2556eee6d048fa3e7ad2ff66cb6e4f77e6c30a4a2c8f7a9653fe2de3f93469c7abbf957f1f8152c9e098eba761a
|
|
7
|
+
data.tar.gz: d66493150f3915f6db213ec226107c8bbd90706ea1e5b8b9ec4d05a68a5a1fdf67b200ee6b55c6aed7a49499eb519d8e8c78d2e5023646f2bc4e807637bff79a
|
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.
|
|
10
|
+
- Package version: 1.5.0.dev01593804344
|
|
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.
|
|
26
|
+
gem install ./pulp_container_client-1.5.0.dev01593804344.gem
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
(for development, run `gem install --dev ./pulp_container_client-1.5.0.
|
|
29
|
+
(for development, run `gem install --dev ./pulp_container_client-1.5.0.dev01593804344.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.
|
|
35
|
+
gem 'pulp_container_client', '~> 1.5.0.dev01593804344'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**
|
|
8
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
7
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
9
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
10
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
10
|
+
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
11
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
11
12
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
12
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
13
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
|
|
|
@@ -18,12 +18,12 @@ Name | Type | Description | Notes
|
|
|
18
18
|
```ruby
|
|
19
19
|
require 'PulpContainerClient'
|
|
20
20
|
|
|
21
|
-
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
|
22
|
-
pulp_href: null,
|
|
21
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(name: null,
|
|
23
22
|
content_guard: null,
|
|
24
23
|
pulp_created: null,
|
|
24
|
+
repository_version: null,
|
|
25
|
+
pulp_href: null,
|
|
25
26
|
repository: null,
|
|
26
|
-
name: null,
|
|
27
27
|
base_path: null,
|
|
28
28
|
registry_path: null)
|
|
29
29
|
```
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**
|
|
8
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
7
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
9
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
10
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
10
|
+
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
11
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
11
12
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
12
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
13
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
|
|
|
@@ -18,12 +18,12 @@ Name | Type | Description | Notes
|
|
|
18
18
|
```ruby
|
|
19
19
|
require 'PulpContainerClient'
|
|
20
20
|
|
|
21
|
-
instance = PulpContainerClient::ContainerContainerDistributionRead.new(
|
|
22
|
-
pulp_href: null,
|
|
21
|
+
instance = PulpContainerClient::ContainerContainerDistributionRead.new(name: null,
|
|
23
22
|
content_guard: null,
|
|
24
23
|
pulp_created: null,
|
|
24
|
+
repository_version: null,
|
|
25
|
+
pulp_href: null,
|
|
25
26
|
repository: null,
|
|
26
|
-
name: null,
|
|
27
27
|
base_path: null,
|
|
28
28
|
registry_path: null)
|
|
29
29
|
```
|
|
@@ -14,10 +14,8 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
class ContainerContainerDistribution
|
|
17
|
-
#
|
|
18
|
-
attr_accessor :
|
|
19
|
-
|
|
20
|
-
attr_accessor :pulp_href
|
|
17
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
|
18
|
+
attr_accessor :name
|
|
21
19
|
|
|
22
20
|
# An optional content-guard.
|
|
23
21
|
attr_accessor :content_guard
|
|
@@ -25,12 +23,14 @@ module PulpContainerClient
|
|
|
25
23
|
# Timestamp of creation.
|
|
26
24
|
attr_accessor :pulp_created
|
|
27
25
|
|
|
26
|
+
# RepositoryVersion to be served
|
|
27
|
+
attr_accessor :repository_version
|
|
28
|
+
|
|
29
|
+
attr_accessor :pulp_href
|
|
30
|
+
|
|
28
31
|
# The latest RepositoryVersion for this Repository will be served.
|
|
29
32
|
attr_accessor :repository
|
|
30
33
|
|
|
31
|
-
# A unique name. Ex, `rawhide` and `stable`.
|
|
32
|
-
attr_accessor :name
|
|
33
|
-
|
|
34
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
35
|
attr_accessor :base_path
|
|
36
36
|
|
|
@@ -40,12 +40,12 @@ module PulpContainerClient
|
|
|
40
40
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
41
41
|
def self.attribute_map
|
|
42
42
|
{
|
|
43
|
-
:'
|
|
44
|
-
:'pulp_href' => :'pulp_href',
|
|
43
|
+
:'name' => :'name',
|
|
45
44
|
:'content_guard' => :'content_guard',
|
|
46
45
|
:'pulp_created' => :'pulp_created',
|
|
46
|
+
:'repository_version' => :'repository_version',
|
|
47
|
+
:'pulp_href' => :'pulp_href',
|
|
47
48
|
:'repository' => :'repository',
|
|
48
|
-
:'name' => :'name',
|
|
49
49
|
:'base_path' => :'base_path',
|
|
50
50
|
:'registry_path' => :'registry_path'
|
|
51
51
|
}
|
|
@@ -54,12 +54,12 @@ module PulpContainerClient
|
|
|
54
54
|
# Attribute type mapping.
|
|
55
55
|
def self.openapi_types
|
|
56
56
|
{
|
|
57
|
-
:'
|
|
58
|
-
:'pulp_href' => :'String',
|
|
57
|
+
:'name' => :'String',
|
|
59
58
|
:'content_guard' => :'String',
|
|
60
59
|
:'pulp_created' => :'DateTime',
|
|
60
|
+
:'repository_version' => :'String',
|
|
61
|
+
:'pulp_href' => :'String',
|
|
61
62
|
:'repository' => :'String',
|
|
62
|
-
:'name' => :'String',
|
|
63
63
|
:'base_path' => :'String',
|
|
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
|
:'content_guard',
|
|
72
|
+
:'repository_version',
|
|
73
73
|
:'repository',
|
|
74
74
|
])
|
|
75
75
|
end
|
|
@@ -89,12 +89,8 @@ module PulpContainerClient
|
|
|
89
89
|
h[k.to_sym] = v
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
if attributes.key?(:'
|
|
93
|
-
self.
|
|
94
|
-
end
|
|
95
|
-
|
|
96
|
-
if attributes.key?(:'pulp_href')
|
|
97
|
-
self.pulp_href = attributes[:'pulp_href']
|
|
92
|
+
if attributes.key?(:'name')
|
|
93
|
+
self.name = attributes[:'name']
|
|
98
94
|
end
|
|
99
95
|
|
|
100
96
|
if attributes.key?(:'content_guard')
|
|
@@ -105,12 +101,16 @@ module PulpContainerClient
|
|
|
105
101
|
self.pulp_created = attributes[:'pulp_created']
|
|
106
102
|
end
|
|
107
103
|
|
|
108
|
-
if attributes.key?(:'
|
|
109
|
-
self.
|
|
104
|
+
if attributes.key?(:'repository_version')
|
|
105
|
+
self.repository_version = attributes[:'repository_version']
|
|
110
106
|
end
|
|
111
107
|
|
|
112
|
-
if attributes.key?(:'
|
|
113
|
-
self.
|
|
108
|
+
if attributes.key?(:'pulp_href')
|
|
109
|
+
self.pulp_href = attributes[:'pulp_href']
|
|
110
|
+
end
|
|
111
|
+
|
|
112
|
+
if attributes.key?(:'repository')
|
|
113
|
+
self.repository = attributes[:'repository']
|
|
114
114
|
end
|
|
115
115
|
|
|
116
116
|
if attributes.key?(:'base_path')
|
|
@@ -203,12 +203,12 @@ module PulpContainerClient
|
|
|
203
203
|
def ==(o)
|
|
204
204
|
return true if self.equal?(o)
|
|
205
205
|
self.class == o.class &&
|
|
206
|
-
|
|
207
|
-
pulp_href == o.pulp_href &&
|
|
206
|
+
name == o.name &&
|
|
208
207
|
content_guard == o.content_guard &&
|
|
209
208
|
pulp_created == o.pulp_created &&
|
|
209
|
+
repository_version == o.repository_version &&
|
|
210
|
+
pulp_href == o.pulp_href &&
|
|
210
211
|
repository == o.repository &&
|
|
211
|
-
name == o.name &&
|
|
212
212
|
base_path == o.base_path &&
|
|
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
|
-
[
|
|
225
|
+
[name, content_guard, pulp_created, repository_version, pulp_href, repository, base_path, registry_path].hash
|
|
226
226
|
end
|
|
227
227
|
|
|
228
228
|
# Builds the object from hash
|
|
@@ -14,10 +14,8 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
class ContainerContainerDistributionRead
|
|
17
|
-
#
|
|
18
|
-
attr_accessor :
|
|
19
|
-
|
|
20
|
-
attr_accessor :pulp_href
|
|
17
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
|
18
|
+
attr_accessor :name
|
|
21
19
|
|
|
22
20
|
# An optional content-guard.
|
|
23
21
|
attr_accessor :content_guard
|
|
@@ -25,12 +23,14 @@ module PulpContainerClient
|
|
|
25
23
|
# Timestamp of creation.
|
|
26
24
|
attr_accessor :pulp_created
|
|
27
25
|
|
|
26
|
+
# RepositoryVersion to be served
|
|
27
|
+
attr_accessor :repository_version
|
|
28
|
+
|
|
29
|
+
attr_accessor :pulp_href
|
|
30
|
+
|
|
28
31
|
# The latest RepositoryVersion for this Repository will be served.
|
|
29
32
|
attr_accessor :repository
|
|
30
33
|
|
|
31
|
-
# A unique name. Ex, `rawhide` and `stable`.
|
|
32
|
-
attr_accessor :name
|
|
33
|
-
|
|
34
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
35
|
attr_accessor :base_path
|
|
36
36
|
|
|
@@ -40,12 +40,12 @@ module PulpContainerClient
|
|
|
40
40
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
41
41
|
def self.attribute_map
|
|
42
42
|
{
|
|
43
|
-
:'
|
|
44
|
-
:'pulp_href' => :'pulp_href',
|
|
43
|
+
:'name' => :'name',
|
|
45
44
|
:'content_guard' => :'content_guard',
|
|
46
45
|
:'pulp_created' => :'pulp_created',
|
|
46
|
+
:'repository_version' => :'repository_version',
|
|
47
|
+
:'pulp_href' => :'pulp_href',
|
|
47
48
|
:'repository' => :'repository',
|
|
48
|
-
:'name' => :'name',
|
|
49
49
|
:'base_path' => :'base_path',
|
|
50
50
|
:'registry_path' => :'registry_path'
|
|
51
51
|
}
|
|
@@ -54,12 +54,12 @@ module PulpContainerClient
|
|
|
54
54
|
# Attribute type mapping.
|
|
55
55
|
def self.openapi_types
|
|
56
56
|
{
|
|
57
|
-
:'
|
|
58
|
-
:'pulp_href' => :'String',
|
|
57
|
+
:'name' => :'String',
|
|
59
58
|
:'content_guard' => :'String',
|
|
60
59
|
:'pulp_created' => :'DateTime',
|
|
60
|
+
:'repository_version' => :'String',
|
|
61
|
+
:'pulp_href' => :'String',
|
|
61
62
|
:'repository' => :'String',
|
|
62
|
-
:'name' => :'String',
|
|
63
63
|
:'base_path' => :'String',
|
|
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
|
:'content_guard',
|
|
72
|
+
:'repository_version',
|
|
73
73
|
:'repository',
|
|
74
74
|
])
|
|
75
75
|
end
|
|
@@ -89,12 +89,8 @@ module PulpContainerClient
|
|
|
89
89
|
h[k.to_sym] = v
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
if attributes.key?(:'
|
|
93
|
-
self.
|
|
94
|
-
end
|
|
95
|
-
|
|
96
|
-
if attributes.key?(:'pulp_href')
|
|
97
|
-
self.pulp_href = attributes[:'pulp_href']
|
|
92
|
+
if attributes.key?(:'name')
|
|
93
|
+
self.name = attributes[:'name']
|
|
98
94
|
end
|
|
99
95
|
|
|
100
96
|
if attributes.key?(:'content_guard')
|
|
@@ -105,12 +101,16 @@ module PulpContainerClient
|
|
|
105
101
|
self.pulp_created = attributes[:'pulp_created']
|
|
106
102
|
end
|
|
107
103
|
|
|
108
|
-
if attributes.key?(:'
|
|
109
|
-
self.
|
|
104
|
+
if attributes.key?(:'repository_version')
|
|
105
|
+
self.repository_version = attributes[:'repository_version']
|
|
110
106
|
end
|
|
111
107
|
|
|
112
|
-
if attributes.key?(:'
|
|
113
|
-
self.
|
|
108
|
+
if attributes.key?(:'pulp_href')
|
|
109
|
+
self.pulp_href = attributes[:'pulp_href']
|
|
110
|
+
end
|
|
111
|
+
|
|
112
|
+
if attributes.key?(:'repository')
|
|
113
|
+
self.repository = attributes[:'repository']
|
|
114
114
|
end
|
|
115
115
|
|
|
116
116
|
if attributes.key?(:'base_path')
|
|
@@ -203,12 +203,12 @@ module PulpContainerClient
|
|
|
203
203
|
def ==(o)
|
|
204
204
|
return true if self.equal?(o)
|
|
205
205
|
self.class == o.class &&
|
|
206
|
-
|
|
207
|
-
pulp_href == o.pulp_href &&
|
|
206
|
+
name == o.name &&
|
|
208
207
|
content_guard == o.content_guard &&
|
|
209
208
|
pulp_created == o.pulp_created &&
|
|
209
|
+
repository_version == o.repository_version &&
|
|
210
|
+
pulp_href == o.pulp_href &&
|
|
210
211
|
repository == o.repository &&
|
|
211
|
-
name == o.name &&
|
|
212
212
|
base_path == o.base_path &&
|
|
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
|
-
[
|
|
225
|
+
[name, content_guard, pulp_created, repository_version, pulp_href, repository, base_path, registry_path].hash
|
|
226
226
|
end
|
|
227
227
|
|
|
228
228
|
# Builds the object from hash
|
|
@@ -32,37 +32,37 @@ describe 'ContainerContainerDistributionRead' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionRead)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "name"' 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 "
|
|
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 "
|
|
47
|
+
describe 'test attribute "pulp_created"' 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 "
|
|
53
|
+
describe 'test attribute "repository_version"' 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 "
|
|
59
|
+
describe 'test attribute "pulp_href"' 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 "
|
|
65
|
+
describe 'test attribute "repository"' 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
|
|
@@ -32,37 +32,37 @@ describe 'ContainerContainerDistribution' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistribution)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "name"' 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 "
|
|
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 "
|
|
47
|
+
describe 'test attribute "pulp_created"' 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 "
|
|
53
|
+
describe 'test attribute "repository_version"' 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 "
|
|
59
|
+
describe 'test attribute "pulp_href"' 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 "
|
|
65
|
+
describe 'test attribute "repository"' 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.
|
|
4
|
+
version: 1.5.0.dev01593804344
|
|
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-
|
|
11
|
+
date: 2020-07-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|