pulp_container_client 1.5.0.dev01593280300 → 1.5.0.dev01593366836
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 +7 -7
- data/spec/models/container_container_distribution_spec.rb +7 -7
- 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: 102ad6e6f9153502100fddebe99f87361e861a9a0c1349619a726bb281e10e31
|
|
4
|
+
data.tar.gz: 734fcce9428f9b2a650b7c32cb20340eb0b313e65844461ed970885729f98889
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec545772ba4381252e4288f5d3bff0ac2f7a8abdd33739064f01241d1fd69decc84d1df6e3f44e67529fa159229ed8822fcdb2a0580fd2b6bc274f4831860690
|
|
7
|
+
data.tar.gz: 1222d2c88aaaa7801e280e41bc73f673a036f00b49332b3455fa3d0511bca80e282a738a41ec35aec6add0bb1e57a7616886faa18810ec3b4d949a73a0e87d45
|
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.dev01593366836
|
|
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.dev01593366836.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.dev01593366836.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.dev01593366836'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**
|
|
7
|
+
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
8
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
9
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
10
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
12
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
11
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\") |
|
|
12
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
13
|
-
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
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(
|
|
21
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(repository_version: null,
|
|
22
|
+
pulp_href: null,
|
|
22
23
|
content_guard: null,
|
|
24
|
+
pulp_created: null,
|
|
23
25
|
repository: null,
|
|
24
26
|
name: null,
|
|
25
27
|
base_path: null,
|
|
26
|
-
pulp_href: null,
|
|
27
|
-
repository_version: 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
|
-
**
|
|
7
|
+
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
8
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
9
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
10
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
12
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
11
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\") |
|
|
12
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
13
|
-
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
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(
|
|
21
|
+
instance = PulpContainerClient::ContainerContainerDistributionRead.new(repository_version: null,
|
|
22
|
+
pulp_href: null,
|
|
22
23
|
content_guard: null,
|
|
24
|
+
pulp_created: null,
|
|
23
25
|
repository: null,
|
|
24
26
|
name: null,
|
|
25
27
|
base_path: null,
|
|
26
|
-
pulp_href: null,
|
|
27
|
-
repository_version: null,
|
|
28
28
|
registry_path: null)
|
|
29
29
|
```
|
|
30
30
|
|
|
@@ -14,12 +14,17 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
class ContainerContainerDistribution
|
|
17
|
-
#
|
|
18
|
-
attr_accessor :
|
|
17
|
+
# RepositoryVersion to be served
|
|
18
|
+
attr_accessor :repository_version
|
|
19
|
+
|
|
20
|
+
attr_accessor :pulp_href
|
|
19
21
|
|
|
20
22
|
# An optional content-guard.
|
|
21
23
|
attr_accessor :content_guard
|
|
22
24
|
|
|
25
|
+
# Timestamp of creation.
|
|
26
|
+
attr_accessor :pulp_created
|
|
27
|
+
|
|
23
28
|
# The latest RepositoryVersion for this Repository will be served.
|
|
24
29
|
attr_accessor :repository
|
|
25
30
|
|
|
@@ -29,24 +34,19 @@ module PulpContainerClient
|
|
|
29
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\")
|
|
30
35
|
attr_accessor :base_path
|
|
31
36
|
|
|
32
|
-
attr_accessor :pulp_href
|
|
33
|
-
|
|
34
|
-
# RepositoryVersion to be served
|
|
35
|
-
attr_accessor :repository_version
|
|
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
|
-
:'
|
|
43
|
+
:'repository_version' => :'repository_version',
|
|
44
|
+
:'pulp_href' => :'pulp_href',
|
|
44
45
|
:'content_guard' => :'content_guard',
|
|
46
|
+
:'pulp_created' => :'pulp_created',
|
|
45
47
|
:'repository' => :'repository',
|
|
46
48
|
:'name' => :'name',
|
|
47
49
|
:'base_path' => :'base_path',
|
|
48
|
-
:'pulp_href' => :'pulp_href',
|
|
49
|
-
:'repository_version' => :'repository_version',
|
|
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
|
-
:'
|
|
57
|
+
:'repository_version' => :'String',
|
|
58
|
+
:'pulp_href' => :'String',
|
|
58
59
|
:'content_guard' => :'String',
|
|
60
|
+
:'pulp_created' => :'DateTime',
|
|
59
61
|
:'repository' => :'String',
|
|
60
62
|
:'name' => :'String',
|
|
61
63
|
:'base_path' => :'String',
|
|
62
|
-
:'pulp_href' => :'String',
|
|
63
|
-
:'repository_version' => :'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_version',
|
|
71
72
|
:'content_guard',
|
|
72
73
|
:'repository',
|
|
73
|
-
:'repository_version',
|
|
74
74
|
])
|
|
75
75
|
end
|
|
76
76
|
|
|
@@ -89,14 +89,22 @@ module PulpContainerClient
|
|
|
89
89
|
h[k.to_sym] = v
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
if attributes.key?(:'
|
|
93
|
-
self.
|
|
92
|
+
if attributes.key?(:'repository_version')
|
|
93
|
+
self.repository_version = attributes[:'repository_version']
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
if attributes.key?(:'pulp_href')
|
|
97
|
+
self.pulp_href = attributes[:'pulp_href']
|
|
94
98
|
end
|
|
95
99
|
|
|
96
100
|
if attributes.key?(:'content_guard')
|
|
97
101
|
self.content_guard = attributes[:'content_guard']
|
|
98
102
|
end
|
|
99
103
|
|
|
104
|
+
if attributes.key?(:'pulp_created')
|
|
105
|
+
self.pulp_created = attributes[:'pulp_created']
|
|
106
|
+
end
|
|
107
|
+
|
|
100
108
|
if attributes.key?(:'repository')
|
|
101
109
|
self.repository = attributes[:'repository']
|
|
102
110
|
end
|
|
@@ -109,14 +117,6 @@ module PulpContainerClient
|
|
|
109
117
|
self.base_path = attributes[:'base_path']
|
|
110
118
|
end
|
|
111
119
|
|
|
112
|
-
if attributes.key?(:'pulp_href')
|
|
113
|
-
self.pulp_href = attributes[:'pulp_href']
|
|
114
|
-
end
|
|
115
|
-
|
|
116
|
-
if attributes.key?(:'repository_version')
|
|
117
|
-
self.repository_version = attributes[:'repository_version']
|
|
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
|
-
|
|
206
|
+
repository_version == o.repository_version &&
|
|
207
|
+
pulp_href == o.pulp_href &&
|
|
207
208
|
content_guard == o.content_guard &&
|
|
209
|
+
pulp_created == o.pulp_created &&
|
|
208
210
|
repository == o.repository &&
|
|
209
211
|
name == o.name &&
|
|
210
212
|
base_path == o.base_path &&
|
|
211
|
-
pulp_href == o.pulp_href &&
|
|
212
|
-
repository_version == o.repository_version &&
|
|
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
|
-
[
|
|
225
|
+
[repository_version, pulp_href, content_guard, pulp_created, repository, name, base_path, registry_path].hash
|
|
226
226
|
end
|
|
227
227
|
|
|
228
228
|
# Builds the object from hash
|
|
@@ -14,12 +14,17 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
class ContainerContainerDistributionRead
|
|
17
|
-
#
|
|
18
|
-
attr_accessor :
|
|
17
|
+
# RepositoryVersion to be served
|
|
18
|
+
attr_accessor :repository_version
|
|
19
|
+
|
|
20
|
+
attr_accessor :pulp_href
|
|
19
21
|
|
|
20
22
|
# An optional content-guard.
|
|
21
23
|
attr_accessor :content_guard
|
|
22
24
|
|
|
25
|
+
# Timestamp of creation.
|
|
26
|
+
attr_accessor :pulp_created
|
|
27
|
+
|
|
23
28
|
# The latest RepositoryVersion for this Repository will be served.
|
|
24
29
|
attr_accessor :repository
|
|
25
30
|
|
|
@@ -29,24 +34,19 @@ module PulpContainerClient
|
|
|
29
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\")
|
|
30
35
|
attr_accessor :base_path
|
|
31
36
|
|
|
32
|
-
attr_accessor :pulp_href
|
|
33
|
-
|
|
34
|
-
# RepositoryVersion to be served
|
|
35
|
-
attr_accessor :repository_version
|
|
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
|
-
:'
|
|
43
|
+
:'repository_version' => :'repository_version',
|
|
44
|
+
:'pulp_href' => :'pulp_href',
|
|
44
45
|
:'content_guard' => :'content_guard',
|
|
46
|
+
:'pulp_created' => :'pulp_created',
|
|
45
47
|
:'repository' => :'repository',
|
|
46
48
|
:'name' => :'name',
|
|
47
49
|
:'base_path' => :'base_path',
|
|
48
|
-
:'pulp_href' => :'pulp_href',
|
|
49
|
-
:'repository_version' => :'repository_version',
|
|
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
|
-
:'
|
|
57
|
+
:'repository_version' => :'String',
|
|
58
|
+
:'pulp_href' => :'String',
|
|
58
59
|
:'content_guard' => :'String',
|
|
60
|
+
:'pulp_created' => :'DateTime',
|
|
59
61
|
:'repository' => :'String',
|
|
60
62
|
:'name' => :'String',
|
|
61
63
|
:'base_path' => :'String',
|
|
62
|
-
:'pulp_href' => :'String',
|
|
63
|
-
:'repository_version' => :'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_version',
|
|
71
72
|
:'content_guard',
|
|
72
73
|
:'repository',
|
|
73
|
-
:'repository_version',
|
|
74
74
|
])
|
|
75
75
|
end
|
|
76
76
|
|
|
@@ -89,14 +89,22 @@ module PulpContainerClient
|
|
|
89
89
|
h[k.to_sym] = v
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
if attributes.key?(:'
|
|
93
|
-
self.
|
|
92
|
+
if attributes.key?(:'repository_version')
|
|
93
|
+
self.repository_version = attributes[:'repository_version']
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
if attributes.key?(:'pulp_href')
|
|
97
|
+
self.pulp_href = attributes[:'pulp_href']
|
|
94
98
|
end
|
|
95
99
|
|
|
96
100
|
if attributes.key?(:'content_guard')
|
|
97
101
|
self.content_guard = attributes[:'content_guard']
|
|
98
102
|
end
|
|
99
103
|
|
|
104
|
+
if attributes.key?(:'pulp_created')
|
|
105
|
+
self.pulp_created = attributes[:'pulp_created']
|
|
106
|
+
end
|
|
107
|
+
|
|
100
108
|
if attributes.key?(:'repository')
|
|
101
109
|
self.repository = attributes[:'repository']
|
|
102
110
|
end
|
|
@@ -109,14 +117,6 @@ module PulpContainerClient
|
|
|
109
117
|
self.base_path = attributes[:'base_path']
|
|
110
118
|
end
|
|
111
119
|
|
|
112
|
-
if attributes.key?(:'pulp_href')
|
|
113
|
-
self.pulp_href = attributes[:'pulp_href']
|
|
114
|
-
end
|
|
115
|
-
|
|
116
|
-
if attributes.key?(:'repository_version')
|
|
117
|
-
self.repository_version = attributes[:'repository_version']
|
|
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
|
-
|
|
206
|
+
repository_version == o.repository_version &&
|
|
207
|
+
pulp_href == o.pulp_href &&
|
|
207
208
|
content_guard == o.content_guard &&
|
|
209
|
+
pulp_created == o.pulp_created &&
|
|
208
210
|
repository == o.repository &&
|
|
209
211
|
name == o.name &&
|
|
210
212
|
base_path == o.base_path &&
|
|
211
|
-
pulp_href == o.pulp_href &&
|
|
212
|
-
repository_version == o.repository_version &&
|
|
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
|
-
[
|
|
225
|
+
[repository_version, pulp_href, content_guard, pulp_created, repository, name, base_path, registry_path].hash
|
|
226
226
|
end
|
|
227
227
|
|
|
228
228
|
# Builds the object from hash
|
|
@@ -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 "
|
|
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 "
|
|
41
|
+
describe 'test attribute "pulp_href"' 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 "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 "
|
|
53
|
+
describe 'test attribute "pulp_created"' 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 "repository"' 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 "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 "
|
|
71
|
+
describe 'test attribute "base_path"' 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 "
|
|
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 "
|
|
41
|
+
describe 'test attribute "pulp_href"' 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 "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 "
|
|
53
|
+
describe 'test attribute "pulp_created"' 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 "repository"' 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 "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 "
|
|
71
|
+
describe 'test attribute "base_path"' 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.
|
|
4
|
+
version: 1.5.0.dev01593366836
|
|
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-
|
|
11
|
+
date: 2020-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|