pulp_container_client 2.0.0b2 → 2.0.0b3
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 +32 -20
- data/docs/{ContainerBlobRead.md → ContainerBlob.md} +2 -2
- data/docs/ContainerContainerDistribution.md +8 -8
- data/docs/{ContainerContainerRepositoryRead.md → ContainerContainerPushRepository.md} +2 -2
- data/docs/ContainerContentRedirectContentGuard.md +23 -0
- data/docs/{ContainerManifestRead.md → ContainerManifest.md} +2 -2
- data/docs/{ContainerTagRead.md → ContainerTag.md} +2 -2
- data/docs/ContentBlobsApi.md +2 -2
- data/docs/ContentManifestsApi.md +2 -2
- data/docs/ContentTagsApi.md +2 -2
- data/docs/ContentguardsContentRedirectApi.md +355 -0
- data/docs/DistributionsContainerApi.md +4 -4
- 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/InlineResponse2007.md +23 -0
- data/docs/InlineResponse2008.md +23 -0
- data/docs/RemotesContainerApi.md +6 -6
- data/docs/RepositoriesContainerApi.md +6 -6
- data/docs/RepositoriesContainerPushApi.md +356 -0
- data/docs/RepositoriesContainerVersionsApi.md +285 -20
- data/docs/{V2Api.md → TokenApi.md} +5 -5
- data/lib/pulp_container_client.rb +10 -12
- 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 +431 -0
- data/lib/pulp_container_client/api/distributions_container_api.rb +6 -6
- data/lib/pulp_container_client/api/remotes_container_api.rb +9 -9
- data/lib/pulp_container_client/api/repositories_container_api.rb +9 -9
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +433 -0
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +354 -34
- data/lib/pulp_container_client/api/{v2_api.rb → token_api.rb} +6 -6
- data/lib/pulp_container_client/models/{container_blob_read.rb → container_blob.rb} +3 -3
- data/lib/pulp_container_client/models/container_container_distribution.rb +60 -61
- data/lib/pulp_container_client/models/{container_container_repository_read.rb → container_container_push_repository.rb} +3 -3
- data/lib/pulp_container_client/models/container_content_redirect_content_guard.rb +276 -0
- data/lib/pulp_container_client/models/{container_manifest_read.rb → container_manifest.rb} +3 -3
- data/lib/pulp_container_client/models/{container_tag_read.rb → container_tag.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 → inline_response2007.rb} +42 -39
- data/lib/pulp_container_client/models/inline_response2008.rb +247 -0
- 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 +117 -0
- data/spec/api/distributions_container_api_spec.rb +2 -2
- data/spec/api/remotes_container_api_spec.rb +3 -3
- data/spec/api/repositories_container_api_spec.rb +3 -3
- data/spec/api/repositories_container_push_api_spec.rb +117 -0
- data/spec/api/repositories_container_versions_api_spec.rb +77 -7
- data/spec/api/{v2_api_spec.rb → token_api_spec.rb} +7 -7
- data/spec/models/{container_blob_read_spec.rb → container_blob_spec.rb} +6 -6
- data/spec/models/container_container_distribution_spec.rb +7 -7
- data/spec/models/{container_container_repository_read_spec.rb → container_container_push_repository_spec.rb} +6 -6
- data/spec/models/{repository_version_read_spec.rb → container_content_redirect_content_guard_spec.rb} +8 -14
- data/spec/models/{container_manifest_read_spec.rb → container_manifest_spec.rb} +6 -6
- data/spec/models/{container_tag_read_spec.rb → container_tag_spec.rb} +6 -6
- data/spec/models/inline_response2007_spec.rb +59 -0
- data/spec/models/inline_response2008_spec.rb +59 -0
- metadata +42 -50
- data/docs/ContainerContainerDistributionRead.md +0 -31
- data/docs/ContainerContainerRemoteRead.md +0 -47
- data/docs/RepositoryVersionRead.md +0 -25
- data/docs/V2BlobsApi.md +0 -63
- data/docs/V2CatalogApi.md +0 -64
- data/docs/V2ListApi.md +0 -66
- data/docs/V2UploadsApi.md +0 -61
- data/lib/pulp_container_client/api/v2_blobs_api.rb +0 -88
- data/lib/pulp_container_client/api/v2_catalog_api.rb +0 -80
- data/lib/pulp_container_client/api/v2_list_api.rb +0 -86
- data/lib/pulp_container_client/api/v2_uploads_api.rb +0 -82
- data/lib/pulp_container_client/models/container_container_distribution_read.rb +0 -342
- data/lib/pulp_container_client/models/container_container_remote_read.rb +0 -578
- data/spec/api/v2_blobs_api_spec.rb +0 -48
- data/spec/api/v2_catalog_api_spec.rb +0 -47
- data/spec/api/v2_list_api_spec.rb +0 -48
- data/spec/api/v2_uploads_api_spec.rb +0 -47
- data/spec/models/container_container_distribution_read_spec.rb +0 -83
- data/spec/models/container_container_remote_read_spec.rb +0 -135
|
@@ -13,27 +13,27 @@ OpenAPI Generator version: 4.2.3
|
|
|
13
13
|
require 'spec_helper'
|
|
14
14
|
require 'json'
|
|
15
15
|
|
|
16
|
-
# Unit tests for PulpContainerClient::
|
|
16
|
+
# Unit tests for PulpContainerClient::TokenApi
|
|
17
17
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
18
|
# Please update as you see appropriate
|
|
19
|
-
describe '
|
|
19
|
+
describe 'TokenApi' do
|
|
20
20
|
before do
|
|
21
21
|
# run before each test
|
|
22
|
-
@api_instance = PulpContainerClient::
|
|
22
|
+
@api_instance = PulpContainerClient::TokenApi.new
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
after do
|
|
26
26
|
# run after each test
|
|
27
27
|
end
|
|
28
28
|
|
|
29
|
-
describe 'test an instance of
|
|
30
|
-
it 'should create an instance of
|
|
31
|
-
expect(@api_instance).to be_instance_of(PulpContainerClient::
|
|
29
|
+
describe 'test an instance of TokenApi' do
|
|
30
|
+
it 'should create an instance of TokenApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(PulpContainerClient::TokenApi)
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
# unit tests for list
|
|
36
|
-
# Handles GET requests for the /
|
|
36
|
+
# Handles GET requests for the /token/ endpoint.
|
|
37
37
|
# @param [Hash] opts the optional parameters
|
|
38
38
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
39
39
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for PulpContainerClient::
|
|
17
|
+
# Unit tests for PulpContainerClient::ContainerBlob
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'ContainerBlob' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = PulpContainerClient::
|
|
23
|
+
@instance = PulpContainerClient::ContainerBlob.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(PulpContainerClient::
|
|
30
|
+
describe 'test an instance of ContainerBlob' do
|
|
31
|
+
it 'should create an instance of ContainerBlob' do
|
|
32
|
+
expect(@instance).to be_instance_of(PulpContainerClient::ContainerBlob)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
describe 'test attribute "pulp_href"' do
|
|
@@ -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 "pulp_created"' 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 "repository"' 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 "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 "name"' 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 "content_guard"' 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 "pulp_href"' 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
|
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for PulpContainerClient::
|
|
17
|
+
# Unit tests for PulpContainerClient::ContainerContainerPushRepository
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'ContainerContainerPushRepository' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = PulpContainerClient::
|
|
23
|
+
@instance = PulpContainerClient::ContainerContainerPushRepository.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(PulpContainerClient::
|
|
30
|
+
describe 'test an instance of ContainerContainerPushRepository' do
|
|
31
|
+
it 'should create an instance of ContainerContainerPushRepository' do
|
|
32
|
+
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepository)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
describe 'test attribute "pulp_href"' do
|
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for PulpContainerClient::
|
|
17
|
+
# Unit tests for PulpContainerClient::ContainerContentRedirectContentGuard
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'ContainerContentRedirectContentGuard' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = PulpContainerClient::
|
|
23
|
+
@instance = PulpContainerClient::ContainerContentRedirectContentGuard.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(PulpContainerClient::
|
|
30
|
+
describe 'test an instance of ContainerContentRedirectContentGuard' do
|
|
31
|
+
it 'should create an instance of ContainerContentRedirectContentGuard' do
|
|
32
|
+
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContentRedirectContentGuard)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
describe 'test attribute "pulp_href"' do
|
|
@@ -44,19 +44,13 @@ describe 'RepositoryVersionRead' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "name"' 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 "
|
|
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
|
|
53
|
+
describe 'test attribute "description"' do
|
|
60
54
|
it 'should work' do
|
|
61
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
56
|
end
|
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for PulpContainerClient::
|
|
17
|
+
# Unit tests for PulpContainerClient::ContainerManifest
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'ContainerManifest' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = PulpContainerClient::
|
|
23
|
+
@instance = PulpContainerClient::ContainerManifest.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(PulpContainerClient::
|
|
30
|
+
describe 'test an instance of ContainerManifest' do
|
|
31
|
+
it 'should create an instance of ContainerManifest' do
|
|
32
|
+
expect(@instance).to be_instance_of(PulpContainerClient::ContainerManifest)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
describe 'test attribute "pulp_href"' do
|
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for PulpContainerClient::
|
|
17
|
+
# Unit tests for PulpContainerClient::ContainerTag
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'ContainerTag' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = PulpContainerClient::
|
|
23
|
+
@instance = PulpContainerClient::ContainerTag.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(PulpContainerClient::
|
|
30
|
+
describe 'test an instance of ContainerTag' do
|
|
31
|
+
it 'should create an instance of ContainerTag' do
|
|
32
|
+
expect(@instance).to be_instance_of(PulpContainerClient::ContainerTag)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
describe 'test attribute "pulp_href"' do
|
|
@@ -0,0 +1,59 @@
|
|
|
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::InlineResponse2007
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe 'InlineResponse2007' do
|
|
21
|
+
before do
|
|
22
|
+
# run before each test
|
|
23
|
+
@instance = PulpContainerClient::InlineResponse2007.new
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
after do
|
|
27
|
+
# run after each test
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test an instance of InlineResponse2007' do
|
|
31
|
+
it 'should create an instance of InlineResponse2007' do
|
|
32
|
+
expect(@instance).to be_instance_of(PulpContainerClient::InlineResponse2007)
|
|
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
|
|
@@ -0,0 +1,59 @@
|
|
|
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::InlineResponse2008
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe 'InlineResponse2008' do
|
|
21
|
+
before do
|
|
22
|
+
# run before each test
|
|
23
|
+
@instance = PulpContainerClient::InlineResponse2008.new
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
after do
|
|
27
|
+
# run after each test
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test an instance of InlineResponse2008' do
|
|
31
|
+
it 'should create an instance of InlineResponse2008' do
|
|
32
|
+
expect(@instance).to be_instance_of(PulpContainerClient::InlineResponse2008)
|
|
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
|
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.0.
|
|
4
|
+
version: 2.0.0b3
|
|
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-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -75,19 +75,19 @@ files:
|
|
|
75
75
|
- README.md
|
|
76
76
|
- Rakefile
|
|
77
77
|
- docs/AsyncOperationResponse.md
|
|
78
|
-
- docs/
|
|
78
|
+
- docs/ContainerBlob.md
|
|
79
79
|
- docs/ContainerContainerDistribution.md
|
|
80
|
-
- docs/
|
|
80
|
+
- docs/ContainerContainerPushRepository.md
|
|
81
81
|
- docs/ContainerContainerRemote.md
|
|
82
|
-
- docs/ContainerContainerRemoteRead.md
|
|
83
82
|
- docs/ContainerContainerRepository.md
|
|
84
|
-
- docs/
|
|
85
|
-
- docs/
|
|
86
|
-
- docs/
|
|
83
|
+
- docs/ContainerContentRedirectContentGuard.md
|
|
84
|
+
- docs/ContainerManifest.md
|
|
85
|
+
- docs/ContainerTag.md
|
|
87
86
|
- docs/ContentBlobsApi.md
|
|
88
87
|
- docs/ContentManifestsApi.md
|
|
89
88
|
- docs/ContentSummary.md
|
|
90
89
|
- docs/ContentTagsApi.md
|
|
90
|
+
- docs/ContentguardsContentRedirectApi.md
|
|
91
91
|
- docs/DistributionsContainerApi.md
|
|
92
92
|
- docs/InlineResponse200.md
|
|
93
93
|
- docs/InlineResponse2001.md
|
|
@@ -96,49 +96,44 @@ files:
|
|
|
96
96
|
- docs/InlineResponse2004.md
|
|
97
97
|
- docs/InlineResponse2005.md
|
|
98
98
|
- docs/InlineResponse2006.md
|
|
99
|
+
- docs/InlineResponse2007.md
|
|
100
|
+
- docs/InlineResponse2008.md
|
|
99
101
|
- docs/ManifestCopy.md
|
|
100
102
|
- docs/RecursiveManage.md
|
|
101
103
|
- docs/RemotesContainerApi.md
|
|
102
104
|
- docs/RepositoriesContainerApi.md
|
|
105
|
+
- docs/RepositoriesContainerPushApi.md
|
|
103
106
|
- docs/RepositoriesContainerVersionsApi.md
|
|
104
107
|
- docs/RepositorySyncURL.md
|
|
105
108
|
- docs/RepositoryVersion.md
|
|
106
|
-
- docs/RepositoryVersionRead.md
|
|
107
109
|
- docs/TagCopy.md
|
|
108
110
|
- docs/TagImage.md
|
|
111
|
+
- docs/TokenApi.md
|
|
109
112
|
- docs/UnTagImage.md
|
|
110
|
-
- docs/V2Api.md
|
|
111
|
-
- docs/V2BlobsApi.md
|
|
112
|
-
- docs/V2CatalogApi.md
|
|
113
|
-
- docs/V2ListApi.md
|
|
114
|
-
- docs/V2UploadsApi.md
|
|
115
113
|
- git_push.sh
|
|
116
114
|
- lib/pulp_container_client.rb
|
|
117
115
|
- lib/pulp_container_client/api/content_blobs_api.rb
|
|
118
116
|
- lib/pulp_container_client/api/content_manifests_api.rb
|
|
119
117
|
- lib/pulp_container_client/api/content_tags_api.rb
|
|
118
|
+
- lib/pulp_container_client/api/contentguards_content_redirect_api.rb
|
|
120
119
|
- lib/pulp_container_client/api/distributions_container_api.rb
|
|
121
120
|
- lib/pulp_container_client/api/remotes_container_api.rb
|
|
122
121
|
- lib/pulp_container_client/api/repositories_container_api.rb
|
|
122
|
+
- lib/pulp_container_client/api/repositories_container_push_api.rb
|
|
123
123
|
- lib/pulp_container_client/api/repositories_container_versions_api.rb
|
|
124
|
-
- lib/pulp_container_client/api/
|
|
125
|
-
- lib/pulp_container_client/api/v2_blobs_api.rb
|
|
126
|
-
- lib/pulp_container_client/api/v2_catalog_api.rb
|
|
127
|
-
- lib/pulp_container_client/api/v2_list_api.rb
|
|
128
|
-
- lib/pulp_container_client/api/v2_uploads_api.rb
|
|
124
|
+
- lib/pulp_container_client/api/token_api.rb
|
|
129
125
|
- lib/pulp_container_client/api_client.rb
|
|
130
126
|
- lib/pulp_container_client/api_error.rb
|
|
131
127
|
- lib/pulp_container_client/configuration.rb
|
|
132
128
|
- lib/pulp_container_client/models/async_operation_response.rb
|
|
133
|
-
- lib/pulp_container_client/models/
|
|
129
|
+
- lib/pulp_container_client/models/container_blob.rb
|
|
134
130
|
- lib/pulp_container_client/models/container_container_distribution.rb
|
|
135
|
-
- lib/pulp_container_client/models/
|
|
131
|
+
- lib/pulp_container_client/models/container_container_push_repository.rb
|
|
136
132
|
- lib/pulp_container_client/models/container_container_remote.rb
|
|
137
|
-
- lib/pulp_container_client/models/container_container_remote_read.rb
|
|
138
133
|
- lib/pulp_container_client/models/container_container_repository.rb
|
|
139
|
-
- lib/pulp_container_client/models/
|
|
140
|
-
- lib/pulp_container_client/models/
|
|
141
|
-
- lib/pulp_container_client/models/
|
|
134
|
+
- lib/pulp_container_client/models/container_content_redirect_content_guard.rb
|
|
135
|
+
- lib/pulp_container_client/models/container_manifest.rb
|
|
136
|
+
- lib/pulp_container_client/models/container_tag.rb
|
|
142
137
|
- lib/pulp_container_client/models/content_summary.rb
|
|
143
138
|
- lib/pulp_container_client/models/inline_response200.rb
|
|
144
139
|
- lib/pulp_container_client/models/inline_response2001.rb
|
|
@@ -147,11 +142,12 @@ files:
|
|
|
147
142
|
- lib/pulp_container_client/models/inline_response2004.rb
|
|
148
143
|
- lib/pulp_container_client/models/inline_response2005.rb
|
|
149
144
|
- lib/pulp_container_client/models/inline_response2006.rb
|
|
145
|
+
- lib/pulp_container_client/models/inline_response2007.rb
|
|
146
|
+
- lib/pulp_container_client/models/inline_response2008.rb
|
|
150
147
|
- lib/pulp_container_client/models/manifest_copy.rb
|
|
151
148
|
- lib/pulp_container_client/models/recursive_manage.rb
|
|
152
149
|
- lib/pulp_container_client/models/repository_sync_url.rb
|
|
153
150
|
- lib/pulp_container_client/models/repository_version.rb
|
|
154
|
-
- lib/pulp_container_client/models/repository_version_read.rb
|
|
155
151
|
- lib/pulp_container_client/models/tag_copy.rb
|
|
156
152
|
- lib/pulp_container_client/models/tag_image.rb
|
|
157
153
|
- lib/pulp_container_client/models/un_tag_image.rb
|
|
@@ -160,27 +156,24 @@ files:
|
|
|
160
156
|
- spec/api/content_blobs_api_spec.rb
|
|
161
157
|
- spec/api/content_manifests_api_spec.rb
|
|
162
158
|
- spec/api/content_tags_api_spec.rb
|
|
159
|
+
- spec/api/contentguards_content_redirect_api_spec.rb
|
|
163
160
|
- spec/api/distributions_container_api_spec.rb
|
|
164
161
|
- spec/api/remotes_container_api_spec.rb
|
|
165
162
|
- spec/api/repositories_container_api_spec.rb
|
|
163
|
+
- spec/api/repositories_container_push_api_spec.rb
|
|
166
164
|
- spec/api/repositories_container_versions_api_spec.rb
|
|
167
|
-
- spec/api/
|
|
168
|
-
- spec/api/v2_blobs_api_spec.rb
|
|
169
|
-
- spec/api/v2_catalog_api_spec.rb
|
|
170
|
-
- spec/api/v2_list_api_spec.rb
|
|
171
|
-
- spec/api/v2_uploads_api_spec.rb
|
|
165
|
+
- spec/api/token_api_spec.rb
|
|
172
166
|
- spec/api_client_spec.rb
|
|
173
167
|
- spec/configuration_spec.rb
|
|
174
168
|
- spec/models/async_operation_response_spec.rb
|
|
175
|
-
- spec/models/
|
|
176
|
-
- spec/models/container_container_distribution_read_spec.rb
|
|
169
|
+
- spec/models/container_blob_spec.rb
|
|
177
170
|
- spec/models/container_container_distribution_spec.rb
|
|
178
|
-
- spec/models/
|
|
171
|
+
- spec/models/container_container_push_repository_spec.rb
|
|
179
172
|
- spec/models/container_container_remote_spec.rb
|
|
180
|
-
- spec/models/container_container_repository_read_spec.rb
|
|
181
173
|
- spec/models/container_container_repository_spec.rb
|
|
182
|
-
- spec/models/
|
|
183
|
-
- spec/models/
|
|
174
|
+
- spec/models/container_content_redirect_content_guard_spec.rb
|
|
175
|
+
- spec/models/container_manifest_spec.rb
|
|
176
|
+
- spec/models/container_tag_spec.rb
|
|
184
177
|
- spec/models/content_summary_spec.rb
|
|
185
178
|
- spec/models/inline_response2001_spec.rb
|
|
186
179
|
- spec/models/inline_response2002_spec.rb
|
|
@@ -188,11 +181,12 @@ files:
|
|
|
188
181
|
- spec/models/inline_response2004_spec.rb
|
|
189
182
|
- spec/models/inline_response2005_spec.rb
|
|
190
183
|
- spec/models/inline_response2006_spec.rb
|
|
184
|
+
- spec/models/inline_response2007_spec.rb
|
|
185
|
+
- spec/models/inline_response2008_spec.rb
|
|
191
186
|
- spec/models/inline_response200_spec.rb
|
|
192
187
|
- spec/models/manifest_copy_spec.rb
|
|
193
188
|
- spec/models/recursive_manage_spec.rb
|
|
194
189
|
- spec/models/repository_sync_url_spec.rb
|
|
195
|
-
- spec/models/repository_version_read_spec.rb
|
|
196
190
|
- spec/models/repository_version_spec.rb
|
|
197
191
|
- spec/models/tag_copy_spec.rb
|
|
198
192
|
- spec/models/tag_image_spec.rb
|
|
@@ -222,44 +216,42 @@ signing_key:
|
|
|
222
216
|
specification_version: 4
|
|
223
217
|
summary: Pulp 3 API Ruby Gem
|
|
224
218
|
test_files:
|
|
225
|
-
- spec/api/v2_uploads_api_spec.rb
|
|
226
219
|
- spec/api/distributions_container_api_spec.rb
|
|
227
220
|
- spec/api/content_manifests_api_spec.rb
|
|
228
|
-
- spec/api/
|
|
221
|
+
- spec/api/token_api_spec.rb
|
|
229
222
|
- spec/api/content_tags_api_spec.rb
|
|
223
|
+
- spec/api/contentguards_content_redirect_api_spec.rb
|
|
230
224
|
- spec/api/remotes_container_api_spec.rb
|
|
231
225
|
- spec/api/repositories_container_api_spec.rb
|
|
232
|
-
- spec/api/v2_list_api_spec.rb
|
|
233
|
-
- spec/api/v2_blobs_api_spec.rb
|
|
234
|
-
- spec/api/v2_catalog_api_spec.rb
|
|
235
226
|
- spec/api/content_blobs_api_spec.rb
|
|
236
227
|
- spec/api/repositories_container_versions_api_spec.rb
|
|
228
|
+
- spec/api/repositories_container_push_api_spec.rb
|
|
237
229
|
- spec/api_client_spec.rb
|
|
238
230
|
- spec/configuration_spec.rb
|
|
231
|
+
- spec/models/container_tag_spec.rb
|
|
239
232
|
- spec/models/container_container_repository_spec.rb
|
|
240
233
|
- spec/models/container_container_distribution_spec.rb
|
|
241
234
|
- spec/models/repository_sync_url_spec.rb
|
|
235
|
+
- spec/models/container_manifest_spec.rb
|
|
242
236
|
- spec/models/async_operation_response_spec.rb
|
|
243
237
|
- spec/models/container_container_remote_spec.rb
|
|
244
238
|
- spec/models/inline_response2003_spec.rb
|
|
245
|
-
- spec/models/
|
|
246
|
-
- spec/models/container_container_repository_read_spec.rb
|
|
247
|
-
- spec/models/container_container_remote_read_spec.rb
|
|
239
|
+
- spec/models/inline_response2007_spec.rb
|
|
248
240
|
- spec/models/repository_version_spec.rb
|
|
249
241
|
- spec/models/tag_image_spec.rb
|
|
250
242
|
- spec/models/un_tag_image_spec.rb
|
|
251
243
|
- spec/models/inline_response2004_spec.rb
|
|
252
244
|
- spec/models/inline_response2005_spec.rb
|
|
253
245
|
- spec/models/inline_response2001_spec.rb
|
|
254
|
-
- spec/models/container_tag_read_spec.rb
|
|
255
246
|
- spec/models/manifest_copy_spec.rb
|
|
256
247
|
- spec/models/inline_response200_spec.rb
|
|
248
|
+
- spec/models/container_blob_spec.rb
|
|
257
249
|
- spec/models/tag_copy_spec.rb
|
|
258
250
|
- spec/models/inline_response2002_spec.rb
|
|
259
251
|
- spec/models/recursive_manage_spec.rb
|
|
260
|
-
- spec/models/
|
|
252
|
+
- spec/models/container_container_push_repository_spec.rb
|
|
261
253
|
- spec/models/inline_response2006_spec.rb
|
|
262
|
-
- spec/models/container_manifest_read_spec.rb
|
|
263
254
|
- spec/models/content_summary_spec.rb
|
|
264
|
-
- spec/models/
|
|
255
|
+
- spec/models/inline_response2008_spec.rb
|
|
256
|
+
- spec/models/container_content_redirect_content_guard_spec.rb
|
|
265
257
|
- spec/spec_helper.rb
|