pulp_container_client 2.1.1 → 2.1.2
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 +13 -13
- data/docs/ContainerContainerDistribution.md +3 -3
- data/docs/ContainerContainerDistributionResponse.md +6 -6
- data/docs/ContentBlobsApi.md +2 -2
- data/docs/ContentManifestsApi.md +2 -2
- data/docs/ContentTagsApi.md +2 -2
- data/docs/ContentguardsContentRedirectApi.md +2 -2
- data/docs/DistributionsContainerApi.md +2 -2
- data/docs/{PaginatedcontainerBlobResponseList.md → InlineResponse200.md} +4 -4
- data/docs/{PaginatedcontainerManifestResponseList.md → InlineResponse2001.md} +4 -4
- data/docs/{PaginatedcontainerTagResponseList.md → InlineResponse2002.md} +4 -4
- data/docs/{PaginatedcontainerContentRedirectContentGuardResponseList.md → InlineResponse2003.md} +4 -4
- data/docs/{PaginatedcontainerContainerDistributionResponseList.md → InlineResponse2004.md} +4 -4
- data/docs/{PaginatedcontainerContainerRemoteResponseList.md → InlineResponse2005.md} +4 -4
- data/docs/{PaginatedcontainerContainerRepositoryResponseList.md → InlineResponse2006.md} +4 -4
- data/docs/{PaginatedcontainerContainerPushRepositoryResponseList.md → InlineResponse2007.md} +4 -4
- data/docs/{PaginatedRepositoryVersionResponseList.md → InlineResponse2008.md} +4 -4
- data/docs/PatchedcontainerContainerDistribution.md +3 -3
- data/docs/RemotesContainerApi.md +2 -2
- data/docs/RepositoriesContainerApi.md +2 -2
- data/docs/RepositoriesContainerPushApi.md +2 -2
- data/docs/RepositoriesContainerVersionsApi.md +4 -4
- data/lib/pulp_container_client.rb +9 -9
- 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/contentguards_content_redirect_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 +3 -3
- data/lib/pulp_container_client/api/repositories_container_api.rb +3 -3
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +3 -3
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +6 -6
- data/lib/pulp_container_client/models/container_container_distribution.rb +11 -11
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +24 -24
- data/lib/pulp_container_client/models/{paginatedcontainer_blob_response_list.rb → inline_response200.rb} +3 -3
- data/lib/pulp_container_client/models/{paginatedcontainer_manifest_response_list.rb → inline_response2001.rb} +3 -3
- data/lib/pulp_container_client/models/{paginatedcontainer_tag_response_list.rb → inline_response2002.rb} +3 -3
- data/lib/pulp_container_client/models/{paginatedcontainer_content_redirect_content_guard_response_list.rb → inline_response2003.rb} +3 -3
- data/lib/pulp_container_client/models/{paginatedcontainer_container_distribution_response_list.rb → inline_response2004.rb} +3 -3
- data/lib/pulp_container_client/models/{paginatedcontainer_container_remote_response_list.rb → inline_response2005.rb} +3 -3
- data/lib/pulp_container_client/models/{paginatedcontainer_container_repository_response_list.rb → inline_response2006.rb} +3 -3
- data/lib/pulp_container_client/models/{paginatedcontainer_container_push_repository_response_list.rb → inline_response2007.rb} +3 -3
- data/lib/pulp_container_client/models/{paginated_repository_version_response_list.rb → inline_response2008.rb} +3 -3
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +11 -11
- data/lib/pulp_container_client/version.rb +1 -1
- 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/contentguards_content_redirect_api_spec.rb +1 -1
- data/spec/api/distributions_container_api_spec.rb +1 -1
- data/spec/api/remotes_container_api_spec.rb +1 -1
- data/spec/api/repositories_container_api_spec.rb +1 -1
- data/spec/api/repositories_container_push_api_spec.rb +1 -1
- data/spec/api/repositories_container_versions_api_spec.rb +2 -2
- data/spec/models/container_container_distribution_response_spec.rb +4 -4
- data/spec/models/container_container_distribution_spec.rb +3 -3
- data/spec/models/{paginatedcontainer_tag_response_list_spec.rb → inline_response2001_spec.rb} +6 -6
- data/spec/models/{paginatedcontainer_blob_response_list_spec.rb → inline_response2002_spec.rb} +6 -6
- data/spec/models/{paginated_repository_version_response_list_spec.rb → inline_response2003_spec.rb} +6 -6
- data/spec/models/{paginatedcontainer_manifest_response_list_spec.rb → inline_response2004_spec.rb} +6 -6
- data/spec/models/inline_response2005_spec.rb +59 -0
- data/spec/models/inline_response2006_spec.rb +59 -0
- data/spec/models/inline_response2007_spec.rb +59 -0
- data/spec/models/inline_response2008_spec.rb +59 -0
- data/spec/models/inline_response200_spec.rb +59 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +3 -3
- metadata +66 -66
- data/spec/models/paginatedcontainer_container_distribution_response_list_spec.rb +0 -59
- data/spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb +0 -59
- data/spec/models/paginatedcontainer_container_remote_response_list_spec.rb +0 -59
- data/spec/models/paginatedcontainer_container_repository_response_list_spec.rb +0 -59
- data/spec/models/paginatedcontainer_content_redirect_content_guard_response_list_spec.rb +0 -59
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.1.
|
|
4
|
+
version: 2.1.2
|
|
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-
|
|
11
|
+
date: 2021-05-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -95,17 +95,17 @@ files:
|
|
|
95
95
|
- docs/ContentTagsApi.md
|
|
96
96
|
- docs/ContentguardsContentRedirectApi.md
|
|
97
97
|
- docs/DistributionsContainerApi.md
|
|
98
|
+
- docs/InlineResponse200.md
|
|
99
|
+
- docs/InlineResponse2001.md
|
|
100
|
+
- docs/InlineResponse2002.md
|
|
101
|
+
- docs/InlineResponse2003.md
|
|
102
|
+
- docs/InlineResponse2004.md
|
|
103
|
+
- docs/InlineResponse2005.md
|
|
104
|
+
- docs/InlineResponse2006.md
|
|
105
|
+
- docs/InlineResponse2007.md
|
|
106
|
+
- docs/InlineResponse2008.md
|
|
98
107
|
- docs/ManifestCopy.md
|
|
99
108
|
- docs/OCIBuildImage.md
|
|
100
|
-
- docs/PaginatedRepositoryVersionResponseList.md
|
|
101
|
-
- docs/PaginatedcontainerBlobResponseList.md
|
|
102
|
-
- docs/PaginatedcontainerContainerDistributionResponseList.md
|
|
103
|
-
- docs/PaginatedcontainerContainerPushRepositoryResponseList.md
|
|
104
|
-
- docs/PaginatedcontainerContainerRemoteResponseList.md
|
|
105
|
-
- docs/PaginatedcontainerContainerRepositoryResponseList.md
|
|
106
|
-
- docs/PaginatedcontainerContentRedirectContentGuardResponseList.md
|
|
107
|
-
- docs/PaginatedcontainerManifestResponseList.md
|
|
108
|
-
- docs/PaginatedcontainerTagResponseList.md
|
|
109
109
|
- docs/PatchedcontainerContainerDistribution.md
|
|
110
110
|
- docs/PatchedcontainerContainerRemote.md
|
|
111
111
|
- docs/PatchedcontainerContainerRepository.md
|
|
@@ -154,17 +154,17 @@ files:
|
|
|
154
154
|
- lib/pulp_container_client/models/container_tag_response.rb
|
|
155
155
|
- lib/pulp_container_client/models/content_summary.rb
|
|
156
156
|
- lib/pulp_container_client/models/content_summary_response.rb
|
|
157
|
+
- lib/pulp_container_client/models/inline_response200.rb
|
|
158
|
+
- lib/pulp_container_client/models/inline_response2001.rb
|
|
159
|
+
- lib/pulp_container_client/models/inline_response2002.rb
|
|
160
|
+
- lib/pulp_container_client/models/inline_response2003.rb
|
|
161
|
+
- lib/pulp_container_client/models/inline_response2004.rb
|
|
162
|
+
- lib/pulp_container_client/models/inline_response2005.rb
|
|
163
|
+
- lib/pulp_container_client/models/inline_response2006.rb
|
|
164
|
+
- lib/pulp_container_client/models/inline_response2007.rb
|
|
165
|
+
- lib/pulp_container_client/models/inline_response2008.rb
|
|
157
166
|
- lib/pulp_container_client/models/manifest_copy.rb
|
|
158
167
|
- lib/pulp_container_client/models/oci_build_image.rb
|
|
159
|
-
- lib/pulp_container_client/models/paginated_repository_version_response_list.rb
|
|
160
|
-
- lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb
|
|
161
|
-
- lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb
|
|
162
|
-
- lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb
|
|
163
|
-
- lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb
|
|
164
|
-
- lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb
|
|
165
|
-
- lib/pulp_container_client/models/paginatedcontainer_content_redirect_content_guard_response_list.rb
|
|
166
|
-
- lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb
|
|
167
|
-
- lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb
|
|
168
168
|
- lib/pulp_container_client/models/patchedcontainer_container_distribution.rb
|
|
169
169
|
- lib/pulp_container_client/models/patchedcontainer_container_remote.rb
|
|
170
170
|
- lib/pulp_container_client/models/patchedcontainer_container_repository.rb
|
|
@@ -207,17 +207,17 @@ files:
|
|
|
207
207
|
- spec/models/container_tag_response_spec.rb
|
|
208
208
|
- spec/models/content_summary_response_spec.rb
|
|
209
209
|
- spec/models/content_summary_spec.rb
|
|
210
|
+
- spec/models/inline_response2001_spec.rb
|
|
211
|
+
- spec/models/inline_response2002_spec.rb
|
|
212
|
+
- spec/models/inline_response2003_spec.rb
|
|
213
|
+
- spec/models/inline_response2004_spec.rb
|
|
214
|
+
- spec/models/inline_response2005_spec.rb
|
|
215
|
+
- spec/models/inline_response2006_spec.rb
|
|
216
|
+
- spec/models/inline_response2007_spec.rb
|
|
217
|
+
- spec/models/inline_response2008_spec.rb
|
|
218
|
+
- spec/models/inline_response200_spec.rb
|
|
210
219
|
- spec/models/manifest_copy_spec.rb
|
|
211
220
|
- spec/models/oci_build_image_spec.rb
|
|
212
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
213
|
-
- spec/models/paginatedcontainer_blob_response_list_spec.rb
|
|
214
|
-
- spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
|
|
215
|
-
- spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
|
|
216
|
-
- spec/models/paginatedcontainer_container_remote_response_list_spec.rb
|
|
217
|
-
- spec/models/paginatedcontainer_container_repository_response_list_spec.rb
|
|
218
|
-
- spec/models/paginatedcontainer_content_redirect_content_guard_response_list_spec.rb
|
|
219
|
-
- spec/models/paginatedcontainer_manifest_response_list_spec.rb
|
|
220
|
-
- spec/models/paginatedcontainer_tag_response_list_spec.rb
|
|
221
221
|
- spec/models/patchedcontainer_container_distribution_spec.rb
|
|
222
222
|
- spec/models/patchedcontainer_container_remote_spec.rb
|
|
223
223
|
- spec/models/patchedcontainer_container_repository_spec.rb
|
|
@@ -250,60 +250,60 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
250
250
|
- !ruby/object:Gem::Version
|
|
251
251
|
version: '0'
|
|
252
252
|
requirements: []
|
|
253
|
-
rubygems_version: 3.0.3
|
|
253
|
+
rubygems_version: 3.0.3.1
|
|
254
254
|
signing_key:
|
|
255
255
|
specification_version: 4
|
|
256
256
|
summary: Pulp 3 API Ruby Gem
|
|
257
257
|
test_files:
|
|
258
|
-
- spec/api/
|
|
258
|
+
- spec/api/distributions_container_api_spec.rb
|
|
259
259
|
- spec/api/contentguards_content_redirect_api_spec.rb
|
|
260
260
|
- spec/api/repositories_container_versions_api_spec.rb
|
|
261
261
|
- spec/api/repositories_container_api_spec.rb
|
|
262
|
-
- spec/api/repositories_container_push_api_spec.rb
|
|
263
262
|
- spec/api/content_manifests_api_spec.rb
|
|
264
|
-
- spec/api/content_tags_api_spec.rb
|
|
265
263
|
- spec/api/remotes_container_api_spec.rb
|
|
266
|
-
- spec/api/distributions_container_api_spec.rb
|
|
267
264
|
- spec/api/token_api_spec.rb
|
|
265
|
+
- spec/api/content_tags_api_spec.rb
|
|
266
|
+
- spec/api/content_blobs_api_spec.rb
|
|
267
|
+
- spec/api/repositories_container_push_api_spec.rb
|
|
268
268
|
- spec/api_client_spec.rb
|
|
269
269
|
- spec/configuration_spec.rb
|
|
270
|
-
- spec/models/un_tag_image_spec.rb
|
|
271
|
-
- spec/models/container_content_redirect_content_guard_spec.rb
|
|
272
|
-
- spec/models/patchedcontainer_container_repository_spec.rb
|
|
273
|
-
- spec/models/repository_version_spec.rb
|
|
274
|
-
- spec/models/repository_version_response_spec.rb
|
|
275
|
-
- spec/models/async_operation_response_spec.rb
|
|
276
|
-
- spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
|
|
277
|
-
- spec/models/content_summary_response_spec.rb
|
|
278
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
279
|
-
- spec/models/content_summary_spec.rb
|
|
280
|
-
- spec/models/policy_enum_spec.rb
|
|
281
|
-
- spec/models/tag_copy_spec.rb
|
|
282
|
-
- spec/models/container_container_repository_spec.rb
|
|
283
270
|
- spec/models/container_container_repository_response_spec.rb
|
|
284
|
-
- spec/models/
|
|
285
|
-
- spec/models/
|
|
271
|
+
- spec/models/inline_response2007_spec.rb
|
|
272
|
+
- spec/models/patchedcontainer_container_distribution_spec.rb
|
|
273
|
+
- spec/models/tag_image_spec.rb
|
|
274
|
+
- spec/models/container_container_push_repository_spec.rb
|
|
286
275
|
- spec/models/container_container_distribution_response_spec.rb
|
|
276
|
+
- spec/models/content_summary_spec.rb
|
|
277
|
+
- spec/models/container_tag_response_spec.rb
|
|
278
|
+
- spec/models/inline_response2008_spec.rb
|
|
287
279
|
- spec/models/oci_build_image_spec.rb
|
|
288
|
-
- spec/models/
|
|
280
|
+
- spec/models/container_blob_response_spec.rb
|
|
281
|
+
- spec/models/inline_response2002_spec.rb
|
|
282
|
+
- spec/models/content_summary_response_spec.rb
|
|
289
283
|
- spec/models/recursive_manage_spec.rb
|
|
290
|
-
- spec/models/
|
|
291
|
-
- spec/models/
|
|
292
|
-
- spec/models/
|
|
293
|
-
- spec/models/
|
|
284
|
+
- spec/models/inline_response200_spec.rb
|
|
285
|
+
- spec/models/container_container_repository_spec.rb
|
|
286
|
+
- spec/models/patchedcontainer_container_repository_spec.rb
|
|
287
|
+
- spec/models/container_container_distribution_spec.rb
|
|
294
288
|
- spec/models/container_container_remote_spec.rb
|
|
295
|
-
- spec/models/
|
|
296
|
-
- spec/models/
|
|
289
|
+
- spec/models/container_container_remote_response_spec.rb
|
|
290
|
+
- spec/models/inline_response2003_spec.rb
|
|
291
|
+
- spec/models/repository_version_spec.rb
|
|
292
|
+
- spec/models/inline_response2006_spec.rb
|
|
293
|
+
- spec/models/patchedcontainer_content_redirect_content_guard_spec.rb
|
|
294
|
+
- spec/models/inline_response2001_spec.rb
|
|
295
|
+
- spec/models/container_content_redirect_content_guard_spec.rb
|
|
296
|
+
- spec/models/manifest_copy_spec.rb
|
|
297
297
|
- spec/models/repository_sync_url_spec.rb
|
|
298
|
-
- spec/models/
|
|
299
|
-
- spec/models/
|
|
300
|
-
- spec/models/
|
|
301
|
-
- spec/models/container_blob_response_spec.rb
|
|
302
|
-
- spec/models/tag_image_spec.rb
|
|
303
|
-
- spec/models/container_container_push_repository_spec.rb
|
|
298
|
+
- spec/models/inline_response2004_spec.rb
|
|
299
|
+
- spec/models/repository_version_response_spec.rb
|
|
300
|
+
- spec/models/tag_copy_spec.rb
|
|
304
301
|
- spec/models/container_container_push_repository_response_spec.rb
|
|
305
|
-
- spec/models/
|
|
306
|
-
- spec/models/
|
|
307
|
-
- spec/models/
|
|
308
|
-
- spec/models/
|
|
302
|
+
- spec/models/container_manifest_response_spec.rb
|
|
303
|
+
- spec/models/policy_enum_spec.rb
|
|
304
|
+
- spec/models/inline_response2005_spec.rb
|
|
305
|
+
- spec/models/container_content_redirect_content_guard_response_spec.rb
|
|
306
|
+
- spec/models/un_tag_image_spec.rb
|
|
307
|
+
- spec/models/async_operation_response_spec.rb
|
|
308
|
+
- spec/models/patchedcontainer_container_remote_spec.rb
|
|
309
309
|
- spec/spec_helper.rb
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Pulp 3 API
|
|
3
|
-
|
|
4
|
-
#Fetch, Upload, Organize, and Distribute Software Packages
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: v3
|
|
7
|
-
Contact: pulp-list@redhat.com
|
|
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::PaginatedcontainerContainerDistributionResponseList
|
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe 'PaginatedcontainerContainerDistributionResponseList' do
|
|
21
|
-
before do
|
|
22
|
-
# run before each test
|
|
23
|
-
@instance = PulpContainerClient::PaginatedcontainerContainerDistributionResponseList.new
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
after do
|
|
27
|
-
# run after each test
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test an instance of PaginatedcontainerContainerDistributionResponseList' do
|
|
31
|
-
it 'should create an instance of PaginatedcontainerContainerDistributionResponseList' do
|
|
32
|
-
expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerContainerDistributionResponseList)
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
describe 'test attribute "count"' 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 "_next"' 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 "previous"' 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 "results"' 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
|
-
end
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Pulp 3 API
|
|
3
|
-
|
|
4
|
-
#Fetch, Upload, Organize, and Distribute Software Packages
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: v3
|
|
7
|
-
Contact: pulp-list@redhat.com
|
|
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::PaginatedcontainerContainerPushRepositoryResponseList
|
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe 'PaginatedcontainerContainerPushRepositoryResponseList' do
|
|
21
|
-
before do
|
|
22
|
-
# run before each test
|
|
23
|
-
@instance = PulpContainerClient::PaginatedcontainerContainerPushRepositoryResponseList.new
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
after do
|
|
27
|
-
# run after each test
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test an instance of PaginatedcontainerContainerPushRepositoryResponseList' do
|
|
31
|
-
it 'should create an instance of PaginatedcontainerContainerPushRepositoryResponseList' do
|
|
32
|
-
expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerContainerPushRepositoryResponseList)
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
describe 'test attribute "count"' 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 "_next"' 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 "previous"' 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 "results"' 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
|
-
end
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Pulp 3 API
|
|
3
|
-
|
|
4
|
-
#Fetch, Upload, Organize, and Distribute Software Packages
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: v3
|
|
7
|
-
Contact: pulp-list@redhat.com
|
|
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::PaginatedcontainerContainerRemoteResponseList
|
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe 'PaginatedcontainerContainerRemoteResponseList' do
|
|
21
|
-
before do
|
|
22
|
-
# run before each test
|
|
23
|
-
@instance = PulpContainerClient::PaginatedcontainerContainerRemoteResponseList.new
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
after do
|
|
27
|
-
# run after each test
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test an instance of PaginatedcontainerContainerRemoteResponseList' do
|
|
31
|
-
it 'should create an instance of PaginatedcontainerContainerRemoteResponseList' do
|
|
32
|
-
expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerContainerRemoteResponseList)
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
describe 'test attribute "count"' 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 "_next"' 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 "previous"' 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 "results"' 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
|
-
end
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Pulp 3 API
|
|
3
|
-
|
|
4
|
-
#Fetch, Upload, Organize, and Distribute Software Packages
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: v3
|
|
7
|
-
Contact: pulp-list@redhat.com
|
|
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::PaginatedcontainerContainerRepositoryResponseList
|
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe 'PaginatedcontainerContainerRepositoryResponseList' do
|
|
21
|
-
before do
|
|
22
|
-
# run before each test
|
|
23
|
-
@instance = PulpContainerClient::PaginatedcontainerContainerRepositoryResponseList.new
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
after do
|
|
27
|
-
# run after each test
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test an instance of PaginatedcontainerContainerRepositoryResponseList' do
|
|
31
|
-
it 'should create an instance of PaginatedcontainerContainerRepositoryResponseList' do
|
|
32
|
-
expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerContainerRepositoryResponseList)
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
describe 'test attribute "count"' 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 "_next"' 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 "previous"' 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 "results"' 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
|
-
end
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Pulp 3 API
|
|
3
|
-
|
|
4
|
-
#Fetch, Upload, Organize, and Distribute Software Packages
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: v3
|
|
7
|
-
Contact: pulp-list@redhat.com
|
|
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::PaginatedcontainerContentRedirectContentGuardResponseList
|
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe 'PaginatedcontainerContentRedirectContentGuardResponseList' do
|
|
21
|
-
before do
|
|
22
|
-
# run before each test
|
|
23
|
-
@instance = PulpContainerClient::PaginatedcontainerContentRedirectContentGuardResponseList.new
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
after do
|
|
27
|
-
# run after each test
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test an instance of PaginatedcontainerContentRedirectContentGuardResponseList' do
|
|
31
|
-
it 'should create an instance of PaginatedcontainerContentRedirectContentGuardResponseList' do
|
|
32
|
-
expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerContentRedirectContentGuardResponseList)
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
describe 'test attribute "count"' 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 "_next"' 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 "previous"' 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 "results"' 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
|
-
end
|