pulp_container_client 2.11.0 → 2.11.1
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 +5 -6
- data/docs/ContainerContainerDistribution.md +7 -7
- data/docs/ContainerContainerDistributionResponse.md +8 -8
- data/docs/ContainerContainerPushRepository.md +7 -7
- data/docs/ContainerContainerPushRepositoryResponse.md +11 -11
- data/docs/PatchedcontainerContainerDistribution.md +7 -7
- data/docs/PatchedcontainerContainerPushRepository.md +7 -7
- data/docs/Repair.md +17 -0
- data/docs/RepositoriesContainerPushVersionsApi.md +4 -4
- data/docs/RepositoriesContainerVersionsApi.md +4 -4
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +9 -9
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +9 -9
- data/lib/pulp_container_client/api_client.rb +1 -4
- data/lib/pulp_container_client/configuration.rb +1 -0
- data/lib/pulp_container_client/models/container_container_distribution.rb +51 -51
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +38 -38
- data/lib/pulp_container_client/models/container_container_push_repository.rb +53 -53
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +49 -49
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +42 -42
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +45 -45
- data/lib/pulp_container_client/models/{repository_version.rb → repair.rb} +13 -12
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +1 -2
- data/spec/api/repositories_container_push_versions_api_spec.rb +1 -1
- data/spec/api/repositories_container_versions_api_spec.rb +1 -1
- data/spec/models/container_container_distribution_response_spec.rb +6 -6
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_push_repository_response_spec.rb +9 -9
- data/spec/models/container_container_push_repository_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- data/spec/models/{repository_version_spec.rb → repair_spec.rb} +7 -7
- metadata +50 -54
- data/docs/ContentSummary.md +0 -21
- data/docs/RepositoryVersion.md +0 -17
- data/lib/pulp_container_client/models/content_summary.rb +0 -246
- data/spec/models/content_summary_spec.rb +0 -53
@@ -92,7 +92,7 @@ describe 'RepositoriesContainerVersionsApi' do
|
|
92
92
|
# unit tests for repair
|
93
93
|
# Trigger an asynchronous task to repair a repository version.
|
94
94
|
# @param container_container_repository_version_href
|
95
|
-
# @param
|
95
|
+
# @param repair
|
96
96
|
# @param [Hash] opts the optional parameters
|
97
97
|
# @return [AsyncOperationResponse]
|
98
98
|
describe 'repair test' do
|
@@ -32,31 +32,31 @@ 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 "pulp_href"' 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 "base_path"' 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 "content_guard"' 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 "name"' 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
|
@@ -68,7 +68,7 @@ describe 'ContainerContainerDistributionResponse' do
|
|
68
68
|
end
|
69
69
|
end
|
70
70
|
|
71
|
-
describe 'test attribute "
|
71
|
+
describe 'test attribute "pulp_labels"' 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
|
@@ -32,31 +32,31 @@ 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"' 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 "content_guard"' 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 "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
|
@@ -32,55 +32,55 @@ describe 'ContainerContainerPushRepositoryResponse' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepositoryResponse)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "pulp_href"' 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 "description"' 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 "latest_version_href"' 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 "retain_repo_versions"' 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 "manifest_signing_service"' 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 "versions_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 "name"' 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
|
81
81
|
end
|
82
82
|
|
83
|
-
describe 'test attribute "
|
83
|
+
describe 'test attribute "pulp_labels"' do
|
84
84
|
it 'should work' do
|
85
85
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
86
|
end
|
@@ -32,31 +32,31 @@ describe 'ContainerContainerPushRepository' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepository)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "description"' 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 "retain_repo_versions"' 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 "manifest_signing_service"' 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 "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
|
@@ -32,31 +32,31 @@ 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"' 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 "content_guard"' 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 "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
|
@@ -32,31 +32,31 @@ describe 'PatchedcontainerContainerPushRepository' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerPushRepository)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "description"' 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 "retain_repo_versions"' 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 "manifest_signing_service"' 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 "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
|
@@ -14,25 +14,25 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for PulpContainerClient::
|
17
|
+
# Unit tests for PulpContainerClient::Repair
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe '
|
20
|
+
describe 'Repair' do
|
21
21
|
before do
|
22
22
|
# run before each test
|
23
|
-
@instance = PulpContainerClient::
|
23
|
+
@instance = PulpContainerClient::Repair.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 Repair' do
|
31
|
+
it 'should create an instance of Repair' do
|
32
|
+
expect(@instance).to be_instance_of(PulpContainerClient::Repair)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "verify_checksums"' 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
|
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.11.
|
4
|
+
version: 2.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -99,7 +99,6 @@ files:
|
|
99
99
|
- docs/ContentBlobsApi.md
|
100
100
|
- docs/ContentManifestsApi.md
|
101
101
|
- docs/ContentSignaturesApi.md
|
102
|
-
- docs/ContentSummary.md
|
103
102
|
- docs/ContentSummaryResponse.md
|
104
103
|
- docs/ContentTagsApi.md
|
105
104
|
- docs/DistributionsContainerApi.md
|
@@ -131,12 +130,12 @@ files:
|
|
131
130
|
- docs/RemoveImage.md
|
132
131
|
- docs/RemoveSignatures.md
|
133
132
|
- docs/RemoveSignaturesResponse.md
|
133
|
+
- docs/Repair.md
|
134
134
|
- docs/RepositoriesContainerApi.md
|
135
135
|
- docs/RepositoriesContainerPushApi.md
|
136
136
|
- docs/RepositoriesContainerPushVersionsApi.md
|
137
137
|
- docs/RepositoriesContainerVersionsApi.md
|
138
138
|
- docs/RepositorySign.md
|
139
|
-
- docs/RepositoryVersion.md
|
140
139
|
- docs/RepositoryVersionResponse.md
|
141
140
|
- docs/TagCopy.md
|
142
141
|
- docs/TagImage.md
|
@@ -175,7 +174,6 @@ files:
|
|
175
174
|
- lib/pulp_container_client/models/container_manifest_signature_response.rb
|
176
175
|
- lib/pulp_container_client/models/container_repository_sync_url.rb
|
177
176
|
- lib/pulp_container_client/models/container_tag_response.rb
|
178
|
-
- lib/pulp_container_client/models/content_summary.rb
|
179
177
|
- lib/pulp_container_client/models/content_summary_response.rb
|
180
178
|
- lib/pulp_container_client/models/manifest_copy.rb
|
181
179
|
- lib/pulp_container_client/models/media_types_enum.rb
|
@@ -203,8 +201,8 @@ files:
|
|
203
201
|
- lib/pulp_container_client/models/remove_image.rb
|
204
202
|
- lib/pulp_container_client/models/remove_signatures.rb
|
205
203
|
- lib/pulp_container_client/models/remove_signatures_response.rb
|
204
|
+
- lib/pulp_container_client/models/repair.rb
|
206
205
|
- lib/pulp_container_client/models/repository_sign.rb
|
207
|
-
- lib/pulp_container_client/models/repository_version.rb
|
208
206
|
- lib/pulp_container_client/models/repository_version_response.rb
|
209
207
|
- lib/pulp_container_client/models/tag_copy.rb
|
210
208
|
- lib/pulp_container_client/models/tag_image.rb
|
@@ -242,7 +240,6 @@ files:
|
|
242
240
|
- spec/models/container_repository_sync_url_spec.rb
|
243
241
|
- spec/models/container_tag_response_spec.rb
|
244
242
|
- spec/models/content_summary_response_spec.rb
|
245
|
-
- spec/models/content_summary_spec.rb
|
246
243
|
- spec/models/manifest_copy_spec.rb
|
247
244
|
- spec/models/media_types_enum_spec.rb
|
248
245
|
- spec/models/my_permissions_response_spec.rb
|
@@ -269,9 +266,9 @@ files:
|
|
269
266
|
- spec/models/remove_image_spec.rb
|
270
267
|
- spec/models/remove_signatures_response_spec.rb
|
271
268
|
- spec/models/remove_signatures_spec.rb
|
269
|
+
- spec/models/repair_spec.rb
|
272
270
|
- spec/models/repository_sign_spec.rb
|
273
271
|
- spec/models/repository_version_response_spec.rb
|
274
|
-
- spec/models/repository_version_spec.rb
|
275
272
|
- spec/models/tag_copy_spec.rb
|
276
273
|
- spec/models/tag_image_spec.rb
|
277
274
|
- spec/models/un_tag_image_spec.rb
|
@@ -300,68 +297,67 @@ signing_key:
|
|
300
297
|
specification_version: 4
|
301
298
|
summary: Pulp 3 API Ruby Gem
|
302
299
|
test_files:
|
303
|
-
- spec/api/
|
304
|
-
- spec/api/
|
305
|
-
- spec/api/content_blobs_api_spec.rb
|
300
|
+
- spec/api/content_signatures_api_spec.rb
|
301
|
+
- spec/api/pulp_container_namespaces_api_spec.rb
|
306
302
|
- spec/api/token_api_spec.rb
|
307
|
-
- spec/api/content_tags_api_spec.rb
|
308
303
|
- spec/api/repositories_container_api_spec.rb
|
309
|
-
- spec/api/distributions_container_api_spec.rb
|
310
|
-
- spec/api/content_signatures_api_spec.rb
|
311
|
-
- spec/api/repositories_container_push_versions_api_spec.rb
|
312
304
|
- spec/api/content_manifests_api_spec.rb
|
305
|
+
- spec/api/content_blobs_api_spec.rb
|
306
|
+
- spec/api/repositories_container_push_versions_api_spec.rb
|
307
|
+
- spec/api/remotes_container_api_spec.rb
|
308
|
+
- spec/api/repositories_container_push_api_spec.rb
|
313
309
|
- spec/api/repositories_container_versions_api_spec.rb
|
314
|
-
- spec/api/
|
310
|
+
- spec/api/distributions_container_api_spec.rb
|
311
|
+
- spec/api/content_tags_api_spec.rb
|
315
312
|
- spec/api_client_spec.rb
|
316
313
|
- spec/configuration_spec.rb
|
317
|
-
- spec/models/
|
318
|
-
- spec/models/
|
319
|
-
- spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
|
314
|
+
- spec/models/recursive_manage_spec.rb
|
315
|
+
- spec/models/remove_image_spec.rb
|
320
316
|
- spec/models/repository_version_response_spec.rb
|
321
317
|
- spec/models/container_tag_response_spec.rb
|
322
|
-
- spec/models/
|
323
|
-
- spec/models/
|
324
|
-
- spec/models/
|
325
|
-
- spec/models/
|
318
|
+
- spec/models/paginatedcontainer_blob_response_list_spec.rb
|
319
|
+
- spec/models/patchedcontainer_container_push_repository_spec.rb
|
320
|
+
- spec/models/media_types_enum_spec.rb
|
321
|
+
- spec/models/remove_signatures_response_spec.rb
|
322
|
+
- spec/models/content_summary_response_spec.rb
|
323
|
+
- spec/models/container_blob_response_spec.rb
|
324
|
+
- spec/models/patchedcontainer_container_repository_spec.rb
|
326
325
|
- spec/models/paginated_repository_version_response_list_spec.rb
|
326
|
+
- spec/models/container_container_distribution_response_spec.rb
|
327
|
+
- spec/models/async_operation_response_spec.rb
|
328
|
+
- spec/models/container_container_push_repository_spec.rb
|
329
|
+
- spec/models/oci_build_image_spec.rb
|
330
|
+
- spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
|
331
|
+
- spec/models/remove_signatures_spec.rb
|
332
|
+
- spec/models/container_manifest_response_spec.rb
|
327
333
|
- spec/models/container_container_remote_response_spec.rb
|
328
334
|
- spec/models/paginatedcontainer_manifest_response_list_spec.rb
|
329
|
-
- spec/models/container_blob_response_spec.rb
|
330
|
-
- spec/models/content_summary_response_spec.rb
|
331
335
|
- spec/models/nested_role_response_spec.rb
|
332
|
-
- spec/models/
|
333
|
-
- spec/models/paginatedcontainer_blob_response_list_spec.rb
|
334
|
-
- spec/models/remove_signatures_spec.rb
|
335
|
-
- spec/models/remove_signatures_response_spec.rb
|
336
|
-
- spec/models/tag_image_spec.rb
|
337
|
-
- spec/models/media_types_enum_spec.rb
|
338
|
-
- spec/models/container_container_remote_spec.rb
|
339
|
-
- spec/models/object_roles_response_spec.rb
|
340
|
-
- spec/models/container_repository_sync_url_spec.rb
|
336
|
+
- spec/models/my_permissions_response_spec.rb
|
341
337
|
- spec/models/patchedcontainer_container_remote_spec.rb
|
342
|
-
- spec/models/container_container_namespace_response_spec.rb
|
343
|
-
- spec/models/paginatedcontainer_container_repository_response_list_spec.rb
|
344
|
-
- spec/models/container_container_push_repository_spec.rb
|
345
|
-
- spec/models/container_container_repository_response_spec.rb
|
346
338
|
- spec/models/paginatedcontainer_tag_response_list_spec.rb
|
347
|
-
- spec/models/repository_sign_spec.rb
|
348
339
|
- spec/models/policy_enum_spec.rb
|
349
|
-
- spec/models/
|
350
|
-
- spec/models/patchedcontainer_container_repository_spec.rb
|
351
|
-
- spec/models/content_summary_spec.rb
|
352
|
-
- spec/models/container_manifest_response_spec.rb
|
353
|
-
- spec/models/remove_image_spec.rb
|
354
|
-
- spec/models/manifest_copy_spec.rb
|
355
|
-
- spec/models/container_container_namespace_spec.rb
|
356
|
-
- spec/models/my_permissions_response_spec.rb
|
357
|
-
- spec/models/nested_role_spec.rb
|
358
|
-
- spec/models/repository_version_spec.rb
|
359
|
-
- spec/models/patchedcontainer_container_push_repository_spec.rb
|
360
|
-
- spec/models/oci_build_image_spec.rb
|
361
|
-
- spec/models/container_container_distribution_response_spec.rb
|
362
|
-
- spec/models/container_container_push_repository_response_spec.rb
|
340
|
+
- spec/models/container_repository_sync_url_spec.rb
|
363
341
|
- spec/models/container_manifest_signature_response_spec.rb
|
364
342
|
- spec/models/paginatedcontainer_manifest_signature_response_list_spec.rb
|
343
|
+
- spec/models/container_container_namespace_spec.rb
|
344
|
+
- spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
|
345
|
+
- spec/models/container_container_namespace_response_spec.rb
|
346
|
+
- spec/models/un_tag_image_spec.rb
|
347
|
+
- spec/models/container_container_push_repository_response_spec.rb
|
348
|
+
- spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
|
349
|
+
- spec/models/tag_image_spec.rb
|
350
|
+
- spec/models/nested_role_spec.rb
|
351
|
+
- spec/models/container_container_repository_response_spec.rb
|
352
|
+
- spec/models/repository_sign_spec.rb
|
353
|
+
- spec/models/manifest_copy_spec.rb
|
354
|
+
- spec/models/patchedcontainer_container_distribution_spec.rb
|
355
|
+
- spec/models/repair_spec.rb
|
356
|
+
- spec/models/tag_copy_spec.rb
|
365
357
|
- spec/models/paginatedcontainer_container_remote_response_list_spec.rb
|
366
|
-
- spec/models/
|
358
|
+
- spec/models/container_container_repository_spec.rb
|
359
|
+
- spec/models/container_container_remote_spec.rb
|
360
|
+
- spec/models/object_roles_response_spec.rb
|
361
|
+
- spec/models/paginatedcontainer_container_repository_response_list_spec.rb
|
362
|
+
- spec/models/container_container_distribution_spec.rb
|
367
363
|
- spec/spec_helper.rb
|
data/docs/ContentSummary.md
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
# PulpContainerClient::ContentSummary
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**added** | **Hash<String, Object>** | |
|
8
|
-
**removed** | **Hash<String, Object>** | |
|
9
|
-
**present** | **Hash<String, Object>** | |
|
10
|
-
|
11
|
-
## Code Sample
|
12
|
-
|
13
|
-
```ruby
|
14
|
-
require 'PulpContainerClient'
|
15
|
-
|
16
|
-
instance = PulpContainerClient::ContentSummary.new(added: null,
|
17
|
-
removed: null,
|
18
|
-
present: null)
|
19
|
-
```
|
20
|
-
|
21
|
-
|
data/docs/RepositoryVersion.md
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
# PulpContainerClient::RepositoryVersion
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional]
|
8
|
-
|
9
|
-
## Code Sample
|
10
|
-
|
11
|
-
```ruby
|
12
|
-
require 'PulpContainerClient'
|
13
|
-
|
14
|
-
instance = PulpContainerClient::RepositoryVersion.new(base_version: null)
|
15
|
-
```
|
16
|
-
|
17
|
-
|