pulp_container_client 1.3.0 → 1.4.0
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.
- checksums.yaml +4 -4
- data/README.md +12 -8
- data/docs/{ContainerBlob.md → ContainerBlobRead.md} +2 -2
- data/docs/ContainerContainerDistribution.md +9 -9
- data/docs/ContainerContainerDistributionRead.md +31 -0
- data/docs/ContainerContainerRemote.md +7 -3
- data/docs/ContainerContainerRemoteRead.md +47 -0
- data/docs/ContainerContainerRepositoryRead.md +27 -0
- data/docs/{ContainerManifest.md → ContainerManifestRead.md} +2 -2
- data/docs/{ContainerTag.md → ContainerTagRead.md} +2 -2
- data/docs/ContentBlobsApi.md +3 -3
- data/docs/ContentManifestsApi.md +3 -3
- data/docs/ContentTagsApi.md +3 -3
- data/docs/DistributionsContainerApi.md +3 -3
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +1 -1
- data/docs/InlineResponse2002.md +1 -1
- data/docs/InlineResponse2003.md +1 -1
- data/docs/InlineResponse2004.md +1 -1
- data/docs/InlineResponse2005.md +1 -1
- data/docs/InlineResponse2006.md +1 -1
- data/docs/RemotesContainerApi.md +5 -5
- data/docs/RepositoriesContainerApi.md +10 -10
- data/docs/RepositoriesContainerVersionsApi.md +3 -3
- data/docs/RepositoryVersionRead.md +25 -0
- data/lib/pulp_container_client/api/content_blobs_api.rb +3 -3
- data/lib/pulp_container_client/api/content_manifests_api.rb +3 -3
- data/lib/pulp_container_client/api/content_tags_api.rb +3 -3
- data/lib/pulp_container_client/api/distributions_container_api.rb +3 -3
- data/lib/pulp_container_client/api/remotes_container_api.rb +6 -6
- data/lib/pulp_container_client/api/repositories_container_api.rb +15 -15
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +3 -3
- data/lib/pulp_container_client/configuration.rb +2 -2
- data/lib/pulp_container_client/models/{container_blob.rb → container_blob_read.rb} +3 -3
- data/lib/pulp_container_client/models/container_container_distribution.rb +60 -60
- data/lib/pulp_container_client/models/container_container_distribution_read.rb +342 -0
- data/lib/pulp_container_client/models/container_container_remote.rb +56 -4
- data/lib/pulp_container_client/models/container_container_remote_read.rb +578 -0
- data/lib/pulp_container_client/models/container_container_repository_read.rb +294 -0
- data/lib/pulp_container_client/models/{container_manifest.rb → container_manifest_read.rb} +3 -3
- data/lib/pulp_container_client/models/{container_tag.rb → container_tag_read.rb} +3 -3
- data/lib/pulp_container_client/models/inline_response200.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2003.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2004.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2005.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2006.rb +1 -1
- data/lib/pulp_container_client/models/repository_version_read.rb +244 -0
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +7 -3
- data/spec/api/content_blobs_api_spec.rb +1 -1
- data/spec/api/content_manifests_api_spec.rb +1 -1
- data/spec/api/content_tags_api_spec.rb +1 -1
- data/spec/api/distributions_container_api_spec.rb +1 -1
- data/spec/api/remotes_container_api_spec.rb +2 -2
- data/spec/api/repositories_container_api_spec.rb +6 -6
- data/spec/api/repositories_container_versions_api_spec.rb +1 -1
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/{container_blob_spec.rb → container_blob_read_spec.rb} +6 -6
- data/spec/models/container_container_distribution_read_spec.rb +83 -0
- data/spec/models/container_container_distribution_spec.rb +7 -7
- data/spec/models/container_container_remote_read_spec.rb +135 -0
- data/spec/models/container_container_remote_spec.rb +12 -0
- data/spec/models/container_container_repository_read_spec.rb +71 -0
- data/spec/models/{container_manifest_spec.rb → container_manifest_read_spec.rb} +6 -6
- data/spec/models/{container_tag_spec.rb → container_tag_read_spec.rb} +6 -6
- data/spec/models/repository_version_read_spec.rb +65 -0
- metadata +30 -14
@@ -0,0 +1,65 @@
|
|
1
|
+
=begin
|
2
|
+
#Pulp 3 API
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v3
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for PulpContainerClient::RepositoryVersionRead
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'RepositoryVersionRead' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = PulpContainerClient::RepositoryVersionRead.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of RepositoryVersionRead' do
|
31
|
+
it 'should create an instance of RepositoryVersionRead' do
|
32
|
+
expect(@instance).to be_instance_of(PulpContainerClient::RepositoryVersionRead)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "pulp_href"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "pulp_created"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
describe 'test attribute "number"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
describe 'test attribute "base_version"' do
|
54
|
+
it 'should work' do
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
describe 'test attribute "content_summary"' do
|
60
|
+
it 'should work' do
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
65
|
+
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.
|
4
|
+
version: 1.4.0
|
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-05-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -75,12 +75,15 @@ files:
|
|
75
75
|
- README.md
|
76
76
|
- Rakefile
|
77
77
|
- docs/AsyncOperationResponse.md
|
78
|
-
- docs/
|
78
|
+
- docs/ContainerBlobRead.md
|
79
79
|
- docs/ContainerContainerDistribution.md
|
80
|
+
- docs/ContainerContainerDistributionRead.md
|
80
81
|
- docs/ContainerContainerRemote.md
|
82
|
+
- docs/ContainerContainerRemoteRead.md
|
81
83
|
- docs/ContainerContainerRepository.md
|
82
|
-
- docs/
|
83
|
-
- docs/
|
84
|
+
- docs/ContainerContainerRepositoryRead.md
|
85
|
+
- docs/ContainerManifestRead.md
|
86
|
+
- docs/ContainerTagRead.md
|
84
87
|
- docs/ContentBlobsApi.md
|
85
88
|
- docs/ContentManifestsApi.md
|
86
89
|
- docs/ContentSummary.md
|
@@ -100,6 +103,7 @@ files:
|
|
100
103
|
- docs/RepositoriesContainerVersionsApi.md
|
101
104
|
- docs/RepositorySyncURL.md
|
102
105
|
- docs/RepositoryVersion.md
|
106
|
+
- docs/RepositoryVersionRead.md
|
103
107
|
- docs/TagCopy.md
|
104
108
|
- docs/TagImage.md
|
105
109
|
- docs/UnTagImage.md
|
@@ -116,12 +120,15 @@ files:
|
|
116
120
|
- lib/pulp_container_client/api_error.rb
|
117
121
|
- lib/pulp_container_client/configuration.rb
|
118
122
|
- lib/pulp_container_client/models/async_operation_response.rb
|
119
|
-
- lib/pulp_container_client/models/
|
123
|
+
- lib/pulp_container_client/models/container_blob_read.rb
|
120
124
|
- lib/pulp_container_client/models/container_container_distribution.rb
|
125
|
+
- lib/pulp_container_client/models/container_container_distribution_read.rb
|
121
126
|
- lib/pulp_container_client/models/container_container_remote.rb
|
127
|
+
- lib/pulp_container_client/models/container_container_remote_read.rb
|
122
128
|
- lib/pulp_container_client/models/container_container_repository.rb
|
123
|
-
- lib/pulp_container_client/models/
|
124
|
-
- lib/pulp_container_client/models/
|
129
|
+
- lib/pulp_container_client/models/container_container_repository_read.rb
|
130
|
+
- lib/pulp_container_client/models/container_manifest_read.rb
|
131
|
+
- lib/pulp_container_client/models/container_tag_read.rb
|
125
132
|
- lib/pulp_container_client/models/content_summary.rb
|
126
133
|
- lib/pulp_container_client/models/inline_response200.rb
|
127
134
|
- lib/pulp_container_client/models/inline_response2001.rb
|
@@ -134,6 +141,7 @@ files:
|
|
134
141
|
- lib/pulp_container_client/models/recursive_manage.rb
|
135
142
|
- lib/pulp_container_client/models/repository_sync_url.rb
|
136
143
|
- lib/pulp_container_client/models/repository_version.rb
|
144
|
+
- lib/pulp_container_client/models/repository_version_read.rb
|
137
145
|
- lib/pulp_container_client/models/tag_copy.rb
|
138
146
|
- lib/pulp_container_client/models/tag_image.rb
|
139
147
|
- lib/pulp_container_client/models/un_tag_image.rb
|
@@ -149,12 +157,15 @@ files:
|
|
149
157
|
- spec/api_client_spec.rb
|
150
158
|
- spec/configuration_spec.rb
|
151
159
|
- spec/models/async_operation_response_spec.rb
|
152
|
-
- spec/models/
|
160
|
+
- spec/models/container_blob_read_spec.rb
|
161
|
+
- spec/models/container_container_distribution_read_spec.rb
|
153
162
|
- spec/models/container_container_distribution_spec.rb
|
163
|
+
- spec/models/container_container_remote_read_spec.rb
|
154
164
|
- spec/models/container_container_remote_spec.rb
|
165
|
+
- spec/models/container_container_repository_read_spec.rb
|
155
166
|
- spec/models/container_container_repository_spec.rb
|
156
|
-
- spec/models/
|
157
|
-
- spec/models/
|
167
|
+
- spec/models/container_manifest_read_spec.rb
|
168
|
+
- spec/models/container_tag_read_spec.rb
|
158
169
|
- spec/models/content_summary_spec.rb
|
159
170
|
- spec/models/inline_response2001_spec.rb
|
160
171
|
- spec/models/inline_response2002_spec.rb
|
@@ -166,6 +177,7 @@ files:
|
|
166
177
|
- spec/models/manifest_copy_spec.rb
|
167
178
|
- spec/models/recursive_manage_spec.rb
|
168
179
|
- spec/models/repository_sync_url_spec.rb
|
180
|
+
- spec/models/repository_version_read_spec.rb
|
169
181
|
- spec/models/repository_version_spec.rb
|
170
182
|
- spec/models/tag_copy_spec.rb
|
171
183
|
- spec/models/tag_image_spec.rb
|
@@ -204,26 +216,30 @@ test_files:
|
|
204
216
|
- spec/api/repositories_container_versions_api_spec.rb
|
205
217
|
- spec/api_client_spec.rb
|
206
218
|
- spec/configuration_spec.rb
|
207
|
-
- spec/models/container_tag_spec.rb
|
208
219
|
- spec/models/container_container_repository_spec.rb
|
209
220
|
- spec/models/container_container_distribution_spec.rb
|
210
221
|
- spec/models/repository_sync_url_spec.rb
|
211
|
-
- spec/models/container_manifest_spec.rb
|
212
222
|
- spec/models/async_operation_response_spec.rb
|
213
223
|
- spec/models/container_container_remote_spec.rb
|
214
224
|
- spec/models/inline_response2003_spec.rb
|
225
|
+
- spec/models/container_container_distribution_read_spec.rb
|
226
|
+
- spec/models/container_container_repository_read_spec.rb
|
227
|
+
- spec/models/container_container_remote_read_spec.rb
|
215
228
|
- spec/models/repository_version_spec.rb
|
216
229
|
- spec/models/tag_image_spec.rb
|
217
230
|
- spec/models/un_tag_image_spec.rb
|
218
231
|
- spec/models/inline_response2004_spec.rb
|
219
232
|
- spec/models/inline_response2005_spec.rb
|
220
233
|
- spec/models/inline_response2001_spec.rb
|
234
|
+
- spec/models/container_tag_read_spec.rb
|
221
235
|
- spec/models/manifest_copy_spec.rb
|
222
236
|
- spec/models/inline_response200_spec.rb
|
223
|
-
- spec/models/container_blob_spec.rb
|
224
237
|
- spec/models/tag_copy_spec.rb
|
225
238
|
- spec/models/inline_response2002_spec.rb
|
226
239
|
- spec/models/recursive_manage_spec.rb
|
240
|
+
- spec/models/container_blob_read_spec.rb
|
227
241
|
- spec/models/inline_response2006_spec.rb
|
242
|
+
- spec/models/container_manifest_read_spec.rb
|
228
243
|
- spec/models/content_summary_spec.rb
|
244
|
+
- spec/models/repository_version_read_spec.rb
|
229
245
|
- spec/spec_helper.rb
|