pulp_container_client 2.3.0.dev01611461257 → 2.3.0.dev01611547658
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 +2 -2
- data/docs/ContainerContainerDistributionResponse.md +6 -6
- data/docs/PatchedcontainerContainerDistribution.md +2 -2
- data/lib/pulp_container_client/models/container_container_distribution.rb +12 -12
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +26 -26
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +12 -12
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/models/container_container_distribution_response_spec.rb +4 -4
- data/spec/models/container_container_distribution_spec.rb +2 -2
- data/spec/models/patchedcontainer_container_distribution_spec.rb +2 -2
- 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: 65edc78fe704e6f046f1dfe6215dbf318a560f2612f7870ec476aac74455f286
|
|
4
|
+
data.tar.gz: 7c3fda0ed0a5ac7f4e5fba5db3182fb6ca3187a220578478568c11479009b25f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d44676da876879e1ff7a0bfac952a8bb48881baf1f3776d06f060a6f8de0cd3c8682261a4aec2eb9eb44d6c870a42c65738424567e9e15a1f1bd469ed252b923
|
|
7
|
+
data.tar.gz: 86f210842127d91fc761fb4489983cd52ff733a953ca99a33b320e4eecba85369e6feca50d31f972e21f0011e78709217950741cc38a04f42ce7510a538983c7
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
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.3.0.
|
|
10
|
+
- Package version: 2.3.0.dev01611547658
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
13
13
|
|
|
@@ -24,16 +24,16 @@ gem build pulp_container_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_container_client-2.3.0.
|
|
27
|
+
gem install ./pulp_container_client-2.3.0.dev01611547658.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_container_client-2.3.0.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_container_client-2.3.0.dev01611547658.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'pulp_container_client', '~> 2.3.0.
|
|
36
|
+
gem 'pulp_container_client', '~> 2.3.0.dev01611547658'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
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
8
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
9
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
9
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
10
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
11
11
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
12
12
|
|
|
13
13
|
## Code Sample
|
|
@@ -17,8 +17,8 @@ require 'PulpContainerClient'
|
|
|
17
17
|
|
|
18
18
|
instance = PulpContainerClient::ContainerContainerDistribution.new(base_path: null,
|
|
19
19
|
content_guard: null,
|
|
20
|
-
repository: null,
|
|
21
20
|
repository_version: null,
|
|
21
|
+
repository: null,
|
|
22
22
|
name: null)
|
|
23
23
|
```
|
|
24
24
|
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
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
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
10
8
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
11
|
-
**
|
|
9
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
12
10
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
11
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
12
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
13
13
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
14
14
|
**registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
|
|
15
15
|
**namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
|
|
@@ -20,11 +20,11 @@ Name | Type | Description | Notes
|
|
|
20
20
|
require 'PulpContainerClient'
|
|
21
21
|
|
|
22
22
|
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(base_path: null,
|
|
23
|
-
pulp_created: null,
|
|
24
|
-
pulp_href: null,
|
|
25
23
|
content_guard: null,
|
|
26
|
-
|
|
24
|
+
pulp_href: null,
|
|
27
25
|
repository_version: null,
|
|
26
|
+
pulp_created: null,
|
|
27
|
+
repository: null,
|
|
28
28
|
name: null,
|
|
29
29
|
registry_path: null,
|
|
30
30
|
namespace: null)
|
|
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
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\") | [optional]
|
|
8
8
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
9
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
9
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
10
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
11
11
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
|
12
12
|
|
|
13
13
|
## Code Sample
|
|
@@ -17,8 +17,8 @@ require 'PulpContainerClient'
|
|
|
17
17
|
|
|
18
18
|
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(base_path: null,
|
|
19
19
|
content_guard: null,
|
|
20
|
-
repository: null,
|
|
21
20
|
repository_version: null,
|
|
21
|
+
repository: null,
|
|
22
22
|
name: null)
|
|
23
23
|
```
|
|
24
24
|
|
|
@@ -21,12 +21,12 @@ module PulpContainerClient
|
|
|
21
21
|
# An optional content-guard. If none is specified, a default one will be used.
|
|
22
22
|
attr_accessor :content_guard
|
|
23
23
|
|
|
24
|
-
# The latest RepositoryVersion for this Repository will be served.
|
|
25
|
-
attr_accessor :repository
|
|
26
|
-
|
|
27
24
|
# RepositoryVersion to be served
|
|
28
25
|
attr_accessor :repository_version
|
|
29
26
|
|
|
27
|
+
# The latest RepositoryVersion for this Repository will be served.
|
|
28
|
+
attr_accessor :repository
|
|
29
|
+
|
|
30
30
|
# A unique name. Ex, `rawhide` and `stable`.
|
|
31
31
|
attr_accessor :name
|
|
32
32
|
|
|
@@ -35,8 +35,8 @@ module PulpContainerClient
|
|
|
35
35
|
{
|
|
36
36
|
:'base_path' => :'base_path',
|
|
37
37
|
:'content_guard' => :'content_guard',
|
|
38
|
-
:'repository' => :'repository',
|
|
39
38
|
:'repository_version' => :'repository_version',
|
|
39
|
+
:'repository' => :'repository',
|
|
40
40
|
:'name' => :'name'
|
|
41
41
|
}
|
|
42
42
|
end
|
|
@@ -46,8 +46,8 @@ module PulpContainerClient
|
|
|
46
46
|
{
|
|
47
47
|
:'base_path' => :'String',
|
|
48
48
|
:'content_guard' => :'String',
|
|
49
|
-
:'repository' => :'String',
|
|
50
49
|
:'repository_version' => :'String',
|
|
50
|
+
:'repository' => :'String',
|
|
51
51
|
:'name' => :'String'
|
|
52
52
|
}
|
|
53
53
|
end
|
|
@@ -55,8 +55,8 @@ module PulpContainerClient
|
|
|
55
55
|
# List of attributes with nullable: true
|
|
56
56
|
def self.openapi_nullable
|
|
57
57
|
Set.new([
|
|
58
|
-
:'repository',
|
|
59
58
|
:'repository_version',
|
|
59
|
+
:'repository',
|
|
60
60
|
])
|
|
61
61
|
end
|
|
62
62
|
|
|
@@ -83,14 +83,14 @@ module PulpContainerClient
|
|
|
83
83
|
self.content_guard = attributes[:'content_guard']
|
|
84
84
|
end
|
|
85
85
|
|
|
86
|
-
if attributes.key?(:'repository')
|
|
87
|
-
self.repository = attributes[:'repository']
|
|
88
|
-
end
|
|
89
|
-
|
|
90
86
|
if attributes.key?(:'repository_version')
|
|
91
87
|
self.repository_version = attributes[:'repository_version']
|
|
92
88
|
end
|
|
93
89
|
|
|
90
|
+
if attributes.key?(:'repository')
|
|
91
|
+
self.repository = attributes[:'repository']
|
|
92
|
+
end
|
|
93
|
+
|
|
94
94
|
if attributes.key?(:'name')
|
|
95
95
|
self.name = attributes[:'name']
|
|
96
96
|
end
|
|
@@ -126,8 +126,8 @@ module PulpContainerClient
|
|
|
126
126
|
self.class == o.class &&
|
|
127
127
|
base_path == o.base_path &&
|
|
128
128
|
content_guard == o.content_guard &&
|
|
129
|
-
repository == o.repository &&
|
|
130
129
|
repository_version == o.repository_version &&
|
|
130
|
+
repository == o.repository &&
|
|
131
131
|
name == o.name
|
|
132
132
|
end
|
|
133
133
|
|
|
@@ -140,7 +140,7 @@ module PulpContainerClient
|
|
|
140
140
|
# Calculates hash code according to all attributes.
|
|
141
141
|
# @return [Integer] Hash code
|
|
142
142
|
def hash
|
|
143
|
-
[base_path, content_guard,
|
|
143
|
+
[base_path, content_guard, repository_version, repository, name].hash
|
|
144
144
|
end
|
|
145
145
|
|
|
146
146
|
# Builds the object from hash
|
|
@@ -18,20 +18,20 @@ module PulpContainerClient
|
|
|
18
18
|
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
19
19
|
attr_accessor :base_path
|
|
20
20
|
|
|
21
|
-
# Timestamp of creation.
|
|
22
|
-
attr_accessor :pulp_created
|
|
23
|
-
|
|
24
|
-
attr_accessor :pulp_href
|
|
25
|
-
|
|
26
21
|
# An optional content-guard. If none is specified, a default one will be used.
|
|
27
22
|
attr_accessor :content_guard
|
|
28
23
|
|
|
29
|
-
|
|
30
|
-
attr_accessor :repository
|
|
24
|
+
attr_accessor :pulp_href
|
|
31
25
|
|
|
32
26
|
# RepositoryVersion to be served
|
|
33
27
|
attr_accessor :repository_version
|
|
34
28
|
|
|
29
|
+
# Timestamp of creation.
|
|
30
|
+
attr_accessor :pulp_created
|
|
31
|
+
|
|
32
|
+
# The latest RepositoryVersion for this Repository will be served.
|
|
33
|
+
attr_accessor :repository
|
|
34
|
+
|
|
35
35
|
# A unique name. Ex, `rawhide` and `stable`.
|
|
36
36
|
attr_accessor :name
|
|
37
37
|
|
|
@@ -45,11 +45,11 @@ module PulpContainerClient
|
|
|
45
45
|
def self.attribute_map
|
|
46
46
|
{
|
|
47
47
|
:'base_path' => :'base_path',
|
|
48
|
-
:'pulp_created' => :'pulp_created',
|
|
49
|
-
:'pulp_href' => :'pulp_href',
|
|
50
48
|
:'content_guard' => :'content_guard',
|
|
51
|
-
:'
|
|
49
|
+
:'pulp_href' => :'pulp_href',
|
|
52
50
|
:'repository_version' => :'repository_version',
|
|
51
|
+
:'pulp_created' => :'pulp_created',
|
|
52
|
+
:'repository' => :'repository',
|
|
53
53
|
:'name' => :'name',
|
|
54
54
|
:'registry_path' => :'registry_path',
|
|
55
55
|
:'namespace' => :'namespace'
|
|
@@ -60,11 +60,11 @@ module PulpContainerClient
|
|
|
60
60
|
def self.openapi_types
|
|
61
61
|
{
|
|
62
62
|
:'base_path' => :'String',
|
|
63
|
-
:'pulp_created' => :'DateTime',
|
|
64
|
-
:'pulp_href' => :'String',
|
|
65
63
|
:'content_guard' => :'String',
|
|
66
|
-
:'
|
|
64
|
+
:'pulp_href' => :'String',
|
|
67
65
|
:'repository_version' => :'String',
|
|
66
|
+
:'pulp_created' => :'DateTime',
|
|
67
|
+
:'repository' => :'String',
|
|
68
68
|
:'name' => :'String',
|
|
69
69
|
:'registry_path' => :'String',
|
|
70
70
|
:'namespace' => :'String'
|
|
@@ -74,8 +74,8 @@ module PulpContainerClient
|
|
|
74
74
|
# List of attributes with nullable: true
|
|
75
75
|
def self.openapi_nullable
|
|
76
76
|
Set.new([
|
|
77
|
-
:'repository',
|
|
78
77
|
:'repository_version',
|
|
78
|
+
:'repository',
|
|
79
79
|
])
|
|
80
80
|
end
|
|
81
81
|
|
|
@@ -98,24 +98,24 @@ module PulpContainerClient
|
|
|
98
98
|
self.base_path = attributes[:'base_path']
|
|
99
99
|
end
|
|
100
100
|
|
|
101
|
-
if attributes.key?(:'
|
|
102
|
-
self.
|
|
101
|
+
if attributes.key?(:'content_guard')
|
|
102
|
+
self.content_guard = attributes[:'content_guard']
|
|
103
103
|
end
|
|
104
104
|
|
|
105
105
|
if attributes.key?(:'pulp_href')
|
|
106
106
|
self.pulp_href = attributes[:'pulp_href']
|
|
107
107
|
end
|
|
108
108
|
|
|
109
|
-
if attributes.key?(:'
|
|
110
|
-
self.
|
|
109
|
+
if attributes.key?(:'repository_version')
|
|
110
|
+
self.repository_version = attributes[:'repository_version']
|
|
111
111
|
end
|
|
112
112
|
|
|
113
|
-
if attributes.key?(:'
|
|
114
|
-
self.
|
|
113
|
+
if attributes.key?(:'pulp_created')
|
|
114
|
+
self.pulp_created = attributes[:'pulp_created']
|
|
115
115
|
end
|
|
116
116
|
|
|
117
|
-
if attributes.key?(:'
|
|
118
|
-
self.
|
|
117
|
+
if attributes.key?(:'repository')
|
|
118
|
+
self.repository = attributes[:'repository']
|
|
119
119
|
end
|
|
120
120
|
|
|
121
121
|
if attributes.key?(:'name')
|
|
@@ -160,11 +160,11 @@ module PulpContainerClient
|
|
|
160
160
|
return true if self.equal?(o)
|
|
161
161
|
self.class == o.class &&
|
|
162
162
|
base_path == o.base_path &&
|
|
163
|
-
pulp_created == o.pulp_created &&
|
|
164
|
-
pulp_href == o.pulp_href &&
|
|
165
163
|
content_guard == o.content_guard &&
|
|
166
|
-
|
|
164
|
+
pulp_href == o.pulp_href &&
|
|
167
165
|
repository_version == o.repository_version &&
|
|
166
|
+
pulp_created == o.pulp_created &&
|
|
167
|
+
repository == o.repository &&
|
|
168
168
|
name == o.name &&
|
|
169
169
|
registry_path == o.registry_path &&
|
|
170
170
|
namespace == o.namespace
|
|
@@ -179,7 +179,7 @@ module PulpContainerClient
|
|
|
179
179
|
# Calculates hash code according to all attributes.
|
|
180
180
|
# @return [Integer] Hash code
|
|
181
181
|
def hash
|
|
182
|
-
[base_path,
|
|
182
|
+
[base_path, content_guard, pulp_href, repository_version, pulp_created, repository, name, registry_path, namespace].hash
|
|
183
183
|
end
|
|
184
184
|
|
|
185
185
|
# Builds the object from hash
|
|
@@ -21,12 +21,12 @@ module PulpContainerClient
|
|
|
21
21
|
# An optional content-guard. If none is specified, a default one will be used.
|
|
22
22
|
attr_accessor :content_guard
|
|
23
23
|
|
|
24
|
-
# The latest RepositoryVersion for this Repository will be served.
|
|
25
|
-
attr_accessor :repository
|
|
26
|
-
|
|
27
24
|
# RepositoryVersion to be served
|
|
28
25
|
attr_accessor :repository_version
|
|
29
26
|
|
|
27
|
+
# The latest RepositoryVersion for this Repository will be served.
|
|
28
|
+
attr_accessor :repository
|
|
29
|
+
|
|
30
30
|
# A unique name. Ex, `rawhide` and `stable`.
|
|
31
31
|
attr_accessor :name
|
|
32
32
|
|
|
@@ -35,8 +35,8 @@ module PulpContainerClient
|
|
|
35
35
|
{
|
|
36
36
|
:'base_path' => :'base_path',
|
|
37
37
|
:'content_guard' => :'content_guard',
|
|
38
|
-
:'repository' => :'repository',
|
|
39
38
|
:'repository_version' => :'repository_version',
|
|
39
|
+
:'repository' => :'repository',
|
|
40
40
|
:'name' => :'name'
|
|
41
41
|
}
|
|
42
42
|
end
|
|
@@ -46,8 +46,8 @@ module PulpContainerClient
|
|
|
46
46
|
{
|
|
47
47
|
:'base_path' => :'String',
|
|
48
48
|
:'content_guard' => :'String',
|
|
49
|
-
:'repository' => :'String',
|
|
50
49
|
:'repository_version' => :'String',
|
|
50
|
+
:'repository' => :'String',
|
|
51
51
|
:'name' => :'String'
|
|
52
52
|
}
|
|
53
53
|
end
|
|
@@ -55,8 +55,8 @@ module PulpContainerClient
|
|
|
55
55
|
# List of attributes with nullable: true
|
|
56
56
|
def self.openapi_nullable
|
|
57
57
|
Set.new([
|
|
58
|
-
:'repository',
|
|
59
58
|
:'repository_version',
|
|
59
|
+
:'repository',
|
|
60
60
|
])
|
|
61
61
|
end
|
|
62
62
|
|
|
@@ -83,14 +83,14 @@ module PulpContainerClient
|
|
|
83
83
|
self.content_guard = attributes[:'content_guard']
|
|
84
84
|
end
|
|
85
85
|
|
|
86
|
-
if attributes.key?(:'repository')
|
|
87
|
-
self.repository = attributes[:'repository']
|
|
88
|
-
end
|
|
89
|
-
|
|
90
86
|
if attributes.key?(:'repository_version')
|
|
91
87
|
self.repository_version = attributes[:'repository_version']
|
|
92
88
|
end
|
|
93
89
|
|
|
90
|
+
if attributes.key?(:'repository')
|
|
91
|
+
self.repository = attributes[:'repository']
|
|
92
|
+
end
|
|
93
|
+
|
|
94
94
|
if attributes.key?(:'name')
|
|
95
95
|
self.name = attributes[:'name']
|
|
96
96
|
end
|
|
@@ -116,8 +116,8 @@ module PulpContainerClient
|
|
|
116
116
|
self.class == o.class &&
|
|
117
117
|
base_path == o.base_path &&
|
|
118
118
|
content_guard == o.content_guard &&
|
|
119
|
-
repository == o.repository &&
|
|
120
119
|
repository_version == o.repository_version &&
|
|
120
|
+
repository == o.repository &&
|
|
121
121
|
name == o.name
|
|
122
122
|
end
|
|
123
123
|
|
|
@@ -130,7 +130,7 @@ module PulpContainerClient
|
|
|
130
130
|
# Calculates hash code according to all attributes.
|
|
131
131
|
# @return [Integer] Hash code
|
|
132
132
|
def hash
|
|
133
|
-
[base_path, content_guard,
|
|
133
|
+
[base_path, content_guard, repository_version, repository, name].hash
|
|
134
134
|
end
|
|
135
135
|
|
|
136
136
|
# Builds the object from hash
|
|
@@ -38,7 +38,7 @@ describe 'ContainerContainerDistributionResponse' do
|
|
|
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
|
|
@@ -50,19 +50,19 @@ describe 'ContainerContainerDistributionResponse' do
|
|
|
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_created"' 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
|
|
@@ -44,13 +44,13 @@ describe 'ContainerContainerDistribution' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "repository_version"' 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"' 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
|
|
@@ -44,13 +44,13 @@ describe 'PatchedcontainerContainerDistribution' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "repository_version"' 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"' 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
|
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.3.0.
|
|
4
|
+
version: 2.3.0.dev01611547658
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-01-
|
|
11
|
+
date: 2021-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|