pulp_container_client 2.4.0.dev01613532120 → 2.4.0.dev01614136827
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 +19 -16
- data/docs/ContainerContainerDistribution.md +7 -7
- data/docs/ContainerContainerDistributionResponse.md +11 -11
- data/docs/ContentBlobsApi.md +12 -12
- data/docs/ContentManifestsApi.md +12 -12
- data/docs/ContentTagsApi.md +14 -14
- data/docs/{ContentGuardsContentRedirectApi.md → ContentguardsContentRedirectApi.md} +29 -29
- data/docs/DistributionsContainerApi.md +22 -22
- data/docs/ManifestCopy.md +1 -1
- data/docs/MediaTypesEnum.md +16 -0
- data/docs/PatchedcontainerContainerDistribution.md +7 -7
- data/docs/PulpContainerNamespacesApi.md +10 -10
- data/docs/RemotesContainerApi.md +24 -24
- data/docs/RemoveImage.md +17 -0
- data/docs/RepositoriesContainerApi.md +12 -12
- data/docs/RepositoriesContainerPushApi.md +68 -12
- data/docs/RepositoriesContainerVersionsApi.md +56 -56
- data/lib/pulp_container_client.rb +3 -1
- data/lib/pulp_container_client/api/content_blobs_api.rb +14 -14
- data/lib/pulp_container_client/api/content_manifests_api.rb +14 -14
- data/lib/pulp_container_client/api/content_tags_api.rb +17 -17
- data/lib/pulp_container_client/api/{content_guards_content_redirect_api.rb → contentguards_content_redirect_api.rb} +33 -33
- data/lib/pulp_container_client/api/distributions_container_api.rb +24 -24
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +11 -11
- data/lib/pulp_container_client/api/remotes_container_api.rb +26 -26
- data/lib/pulp_container_client/api/repositories_container_api.rb +13 -13
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +83 -13
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +100 -60
- data/lib/pulp_container_client/models/container_container_distribution.rb +27 -27
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +43 -43
- data/lib/pulp_container_client/models/manifest_copy.rb +1 -23
- data/lib/pulp_container_client/models/media_types_enum.rb +39 -0
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +27 -27
- data/lib/pulp_container_client/models/remove_image.rb +213 -0
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/api/content_blobs_api_spec.rb +6 -6
- data/spec/api/content_manifests_api_spec.rb +6 -6
- data/spec/api/content_tags_api_spec.rb +7 -7
- data/spec/api/{content_guards_content_redirect_api_spec.rb → contentguards_content_redirect_api_spec.rb} +11 -11
- data/spec/api/distributions_container_api_spec.rb +11 -11
- data/spec/api/pulp_container_namespaces_api_spec.rb +5 -5
- data/spec/api/remotes_container_api_spec.rb +12 -12
- data/spec/api/repositories_container_api_spec.rb +6 -6
- data/spec/api/repositories_container_push_api_spec.rb +19 -6
- data/spec/api/repositories_container_versions_api_spec.rb +28 -28
- data/spec/models/container_container_distribution_response_spec.rb +8 -8
- data/spec/models/container_container_distribution_spec.rb +6 -6
- data/spec/models/manifest_copy_spec.rb +0 -4
- data/spec/models/media_types_enum_spec.rb +35 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
- data/spec/models/remove_image_spec.rb +41 -0
- metadata +14 -6
@@ -61,23 +61,23 @@ describe 'RepositoriesContainerVersionsApi' do
|
|
61
61
|
# ContainerPushRepositoryVersion represents a single container push repository version. Repository versions of a push repository are not allowed to be deleted. Versioning of such repositories, as well as creation/removal, happens automatically without explicit user actions. Users could make a repository not functional by accident if allowed to delete repository versions.
|
62
62
|
# @param container_container_push_repository_href
|
63
63
|
# @param [Hash] opts the optional parameters
|
64
|
-
# @option opts [String] :content
|
65
|
-
# @option opts [String] :content__in
|
64
|
+
# @option opts [String] :content Content Unit referenced by HREF
|
65
|
+
# @option opts [String] :content__in Content Unit referenced by HREF
|
66
66
|
# @option opts [Integer] :limit Number of results to return per page.
|
67
|
-
# @option opts [
|
68
|
-
# @option opts [
|
69
|
-
# @option opts [
|
70
|
-
# @option opts [
|
71
|
-
# @option opts [
|
72
|
-
# @option opts [
|
67
|
+
# @option opts [Integer] :number
|
68
|
+
# @option opts [Integer] :number__gt Filter results where number is greater than value
|
69
|
+
# @option opts [Integer] :number__gte Filter results where number is greater than or equal to value
|
70
|
+
# @option opts [Integer] :number__lt Filter results where number is less than value
|
71
|
+
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
72
|
+
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
73
73
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
74
74
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
75
|
-
# @option opts [
|
76
|
-
# @option opts [
|
77
|
-
# @option opts [
|
78
|
-
# @option opts [
|
79
|
-
# @option opts [
|
80
|
-
# @option opts [
|
75
|
+
# @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
|
76
|
+
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
77
|
+
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
78
|
+
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
79
|
+
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
80
|
+
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
81
81
|
# @option opts [String] :fields A list of fields to include in the response.
|
82
82
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
83
83
|
# @return [PaginatedRepositoryVersionResponseList]
|
@@ -92,23 +92,23 @@ describe 'RepositoriesContainerVersionsApi' do
|
|
92
92
|
# ContainerRepositoryVersion represents a single container repository version.
|
93
93
|
# @param container_container_repository_href
|
94
94
|
# @param [Hash] opts the optional parameters
|
95
|
-
# @option opts [String] :content
|
96
|
-
# @option opts [String] :content__in
|
95
|
+
# @option opts [String] :content Content Unit referenced by HREF
|
96
|
+
# @option opts [String] :content__in Content Unit referenced by HREF
|
97
97
|
# @option opts [Integer] :limit Number of results to return per page.
|
98
|
-
# @option opts [
|
99
|
-
# @option opts [
|
100
|
-
# @option opts [
|
101
|
-
# @option opts [
|
102
|
-
# @option opts [
|
103
|
-
# @option opts [
|
98
|
+
# @option opts [Integer] :number
|
99
|
+
# @option opts [Integer] :number__gt Filter results where number is greater than value
|
100
|
+
# @option opts [Integer] :number__gte Filter results where number is greater than or equal to value
|
101
|
+
# @option opts [Integer] :number__lt Filter results where number is less than value
|
102
|
+
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
103
|
+
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
104
104
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
105
105
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
106
|
-
# @option opts [
|
107
|
-
# @option opts [
|
108
|
-
# @option opts [
|
109
|
-
# @option opts [
|
110
|
-
# @option opts [
|
111
|
-
# @option opts [
|
106
|
+
# @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
|
107
|
+
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
108
|
+
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
109
|
+
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
110
|
+
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
111
|
+
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
112
112
|
# @option opts [String] :fields A list of fields to include in the response.
|
113
113
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
114
114
|
# @return [PaginatedRepositoryVersionResponseList]
|
@@ -32,49 +32,49 @@ describe 'ContainerContainerDistributionResponse' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionResponse)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "repository_version"' do
|
36
36
|
it 'should work' do
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
38
|
end
|
39
39
|
end
|
40
40
|
|
41
|
-
describe 'test attribute "
|
41
|
+
describe 'test attribute "base_path"' 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 "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 "
|
53
|
+
describe 'test attribute "pulp_href"' do
|
54
54
|
it 'should work' do
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
56
|
end
|
57
57
|
end
|
58
58
|
|
59
|
-
describe 'test attribute "
|
59
|
+
describe 'test attribute "repository"' do
|
60
60
|
it 'should work' do
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
62
|
end
|
63
63
|
end
|
64
64
|
|
65
|
-
describe 'test attribute "
|
65
|
+
describe 'test attribute "pulp_labels"' 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 "content_guard"' 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
|
75
75
|
end
|
76
76
|
|
77
|
-
describe 'test attribute "
|
77
|
+
describe 'test attribute "pulp_created"' do
|
78
78
|
it 'should work' do
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
80
80
|
end
|
@@ -32,37 +32,37 @@ describe 'ContainerContainerDistribution' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistribution)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "repository_version"' do
|
36
36
|
it 'should work' do
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
38
|
end
|
39
39
|
end
|
40
40
|
|
41
|
-
describe 'test attribute "
|
41
|
+
describe 'test attribute "base_path"' 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 "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 "
|
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
|
57
57
|
end
|
58
58
|
|
59
|
-
describe 'test attribute "
|
59
|
+
describe 'test attribute "pulp_labels"' 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 "content_guard"' 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
|
@@ -53,10 +53,6 @@ describe 'ManifestCopy' do
|
|
53
53
|
describe 'test attribute "media_types"' do
|
54
54
|
it 'should work' do
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
-
# validator = Petstore::EnumTest::EnumAttributeValidator.new('Array<String>', ["application/vnd.docker.distribution.manifest.v1+json", "application/vnd.docker.distribution.manifest.v2+json", "application/vnd.docker.distribution.manifest.list.v2+json", "application/vnd.oci.image.manifest.v1+json", "application/vnd.oci.image.index.v1+json"])
|
57
|
-
# validator.allowable_values.each do |value|
|
58
|
-
# expect { @instance.media_types = value }.not_to raise_error
|
59
|
-
# end
|
60
56
|
end
|
61
57
|
end
|
62
58
|
|
@@ -0,0 +1,35 @@
|
|
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::MediaTypesEnum
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'MediaTypesEnum' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = PulpContainerClient::MediaTypesEnum.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of MediaTypesEnum' do
|
31
|
+
it 'should create an instance of MediaTypesEnum' do
|
32
|
+
expect(@instance).to be_instance_of(PulpContainerClient::MediaTypesEnum)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
@@ -32,37 +32,37 @@ describe 'PatchedcontainerContainerDistribution' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerDistribution)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "repository_version"' do
|
36
36
|
it 'should work' do
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
38
|
end
|
39
39
|
end
|
40
40
|
|
41
|
-
describe 'test attribute "
|
41
|
+
describe 'test attribute "base_path"' 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 "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 "
|
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
|
57
57
|
end
|
58
58
|
|
59
|
-
describe 'test attribute "
|
59
|
+
describe 'test attribute "pulp_labels"' 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 "content_guard"' 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
|
@@ -0,0 +1,41 @@
|
|
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::RemoveImage
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'RemoveImage' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = PulpContainerClient::RemoveImage.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of RemoveImage' do
|
31
|
+
it 'should create an instance of RemoveImage' do
|
32
|
+
expect(@instance).to be_instance_of(PulpContainerClient::RemoveImage)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "digest"' 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
|
+
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.4.0.
|
4
|
+
version: 2.4.0.dev01614136827
|
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-02-
|
11
|
+
date: 2021-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -90,13 +90,14 @@ files:
|
|
90
90
|
- docs/ContainerManifestResponse.md
|
91
91
|
- docs/ContainerTagResponse.md
|
92
92
|
- docs/ContentBlobsApi.md
|
93
|
-
- docs/ContentGuardsContentRedirectApi.md
|
94
93
|
- docs/ContentManifestsApi.md
|
95
94
|
- docs/ContentSummary.md
|
96
95
|
- docs/ContentSummaryResponse.md
|
97
96
|
- docs/ContentTagsApi.md
|
97
|
+
- docs/ContentguardsContentRedirectApi.md
|
98
98
|
- docs/DistributionsContainerApi.md
|
99
99
|
- docs/ManifestCopy.md
|
100
|
+
- docs/MediaTypesEnum.md
|
100
101
|
- docs/OCIBuildImage.md
|
101
102
|
- docs/PaginatedRepositoryVersionResponseList.md
|
102
103
|
- docs/PaginatedcontainerBlobResponseList.md
|
@@ -116,6 +117,7 @@ files:
|
|
116
117
|
- docs/PulpContainerNamespacesApi.md
|
117
118
|
- docs/RecursiveManage.md
|
118
119
|
- docs/RemotesContainerApi.md
|
120
|
+
- docs/RemoveImage.md
|
119
121
|
- docs/RepositoriesContainerApi.md
|
120
122
|
- docs/RepositoriesContainerPushApi.md
|
121
123
|
- docs/RepositoriesContainerVersionsApi.md
|
@@ -129,9 +131,9 @@ files:
|
|
129
131
|
- git_push.sh
|
130
132
|
- lib/pulp_container_client.rb
|
131
133
|
- lib/pulp_container_client/api/content_blobs_api.rb
|
132
|
-
- lib/pulp_container_client/api/content_guards_content_redirect_api.rb
|
133
134
|
- lib/pulp_container_client/api/content_manifests_api.rb
|
134
135
|
- lib/pulp_container_client/api/content_tags_api.rb
|
136
|
+
- lib/pulp_container_client/api/contentguards_content_redirect_api.rb
|
135
137
|
- lib/pulp_container_client/api/distributions_container_api.rb
|
136
138
|
- lib/pulp_container_client/api/pulp_container_namespaces_api.rb
|
137
139
|
- lib/pulp_container_client/api/remotes_container_api.rb
|
@@ -160,6 +162,7 @@ files:
|
|
160
162
|
- lib/pulp_container_client/models/content_summary.rb
|
161
163
|
- lib/pulp_container_client/models/content_summary_response.rb
|
162
164
|
- lib/pulp_container_client/models/manifest_copy.rb
|
165
|
+
- lib/pulp_container_client/models/media_types_enum.rb
|
163
166
|
- lib/pulp_container_client/models/oci_build_image.rb
|
164
167
|
- lib/pulp_container_client/models/paginated_repository_version_response_list.rb
|
165
168
|
- lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb
|
@@ -177,6 +180,7 @@ files:
|
|
177
180
|
- lib/pulp_container_client/models/patchedcontainer_content_redirect_content_guard.rb
|
178
181
|
- lib/pulp_container_client/models/policy_enum.rb
|
179
182
|
- lib/pulp_container_client/models/recursive_manage.rb
|
183
|
+
- lib/pulp_container_client/models/remove_image.rb
|
180
184
|
- lib/pulp_container_client/models/repository_sync_url.rb
|
181
185
|
- lib/pulp_container_client/models/repository_version.rb
|
182
186
|
- lib/pulp_container_client/models/repository_version_response.rb
|
@@ -186,9 +190,9 @@ files:
|
|
186
190
|
- lib/pulp_container_client/version.rb
|
187
191
|
- pulp_container_client.gemspec
|
188
192
|
- spec/api/content_blobs_api_spec.rb
|
189
|
-
- spec/api/content_guards_content_redirect_api_spec.rb
|
190
193
|
- spec/api/content_manifests_api_spec.rb
|
191
194
|
- spec/api/content_tags_api_spec.rb
|
195
|
+
- spec/api/contentguards_content_redirect_api_spec.rb
|
192
196
|
- spec/api/distributions_container_api_spec.rb
|
193
197
|
- spec/api/pulp_container_namespaces_api_spec.rb
|
194
198
|
- spec/api/remotes_container_api_spec.rb
|
@@ -216,6 +220,7 @@ files:
|
|
216
220
|
- spec/models/content_summary_response_spec.rb
|
217
221
|
- spec/models/content_summary_spec.rb
|
218
222
|
- spec/models/manifest_copy_spec.rb
|
223
|
+
- spec/models/media_types_enum_spec.rb
|
219
224
|
- spec/models/oci_build_image_spec.rb
|
220
225
|
- spec/models/paginated_repository_version_response_list_spec.rb
|
221
226
|
- spec/models/paginatedcontainer_blob_response_list_spec.rb
|
@@ -233,6 +238,7 @@ files:
|
|
233
238
|
- spec/models/patchedcontainer_content_redirect_content_guard_spec.rb
|
234
239
|
- spec/models/policy_enum_spec.rb
|
235
240
|
- spec/models/recursive_manage_spec.rb
|
241
|
+
- spec/models/remove_image_spec.rb
|
236
242
|
- spec/models/repository_sync_url_spec.rb
|
237
243
|
- spec/models/repository_version_response_spec.rb
|
238
244
|
- spec/models/repository_version_spec.rb
|
@@ -266,10 +272,10 @@ summary: Pulp 3 API Ruby Gem
|
|
266
272
|
test_files:
|
267
273
|
- spec/api/pulp_container_namespaces_api_spec.rb
|
268
274
|
- spec/api/content_blobs_api_spec.rb
|
275
|
+
- spec/api/contentguards_content_redirect_api_spec.rb
|
269
276
|
- spec/api/repositories_container_versions_api_spec.rb
|
270
277
|
- spec/api/repositories_container_api_spec.rb
|
271
278
|
- spec/api/repositories_container_push_api_spec.rb
|
272
|
-
- spec/api/content_guards_content_redirect_api_spec.rb
|
273
279
|
- spec/api/content_manifests_api_spec.rb
|
274
280
|
- spec/api/content_tags_api_spec.rb
|
275
281
|
- spec/api/remotes_container_api_spec.rb
|
@@ -284,6 +290,7 @@ test_files:
|
|
284
290
|
- spec/models/repository_version_response_spec.rb
|
285
291
|
- spec/models/async_operation_response_spec.rb
|
286
292
|
- spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
|
293
|
+
- spec/models/media_types_enum_spec.rb
|
287
294
|
- spec/models/content_summary_response_spec.rb
|
288
295
|
- spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
|
289
296
|
- spec/models/paginated_repository_version_response_list_spec.rb
|
@@ -298,6 +305,7 @@ test_files:
|
|
298
305
|
- spec/models/container_container_namespace_response_spec.rb
|
299
306
|
- spec/models/oci_build_image_spec.rb
|
300
307
|
- spec/models/patchedcontainer_content_redirect_content_guard_spec.rb
|
308
|
+
- spec/models/remove_image_spec.rb
|
301
309
|
- spec/models/recursive_manage_spec.rb
|
302
310
|
- spec/models/paginatedcontainer_tag_response_list_spec.rb
|
303
311
|
- spec/models/paginatedcontainer_content_redirect_content_guard_response_list_spec.rb
|