pulp_container_client 2.10.3 → 2.10.4
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 +2 -2
- data/docs/ContainerContainerDistributionResponse.md +6 -6
- data/docs/ContainerContainerPushRepository.md +4 -4
- data/docs/ContainerContainerPushRepositoryResponse.md +8 -8
- data/docs/PatchedcontainerContainerDistribution.md +2 -2
- data/docs/PatchedcontainerContainerPushRepository.md +4 -4
- 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/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/container_container_push_repository.rb +40 -40
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +40 -40
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +11 -11
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +32 -32
- 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 +5 -5
- data/spec/models/container_container_distribution_spec.rb +2 -2
- data/spec/models/container_container_push_repository_response_spec.rb +6 -6
- data/spec/models/container_container_push_repository_spec.rb +2 -2
- data/spec/models/patchedcontainer_container_distribution_spec.rb +2 -2
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +2 -2
- data/spec/models/{repository_version_spec.rb → repair_spec.rb} +7 -7
- metadata +49 -53
- 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
|
@@ -33,7 +33,6 @@ require 'pulp_container_client/models/container_content_redirect_content_guard'
|
|
|
33
33
|
require 'pulp_container_client/models/container_content_redirect_content_guard_response'
|
|
34
34
|
require 'pulp_container_client/models/container_manifest_response'
|
|
35
35
|
require 'pulp_container_client/models/container_tag_response'
|
|
36
|
-
require 'pulp_container_client/models/content_summary'
|
|
37
36
|
require 'pulp_container_client/models/content_summary_response'
|
|
38
37
|
require 'pulp_container_client/models/manifest_copy'
|
|
39
38
|
require 'pulp_container_client/models/media_types_enum'
|
|
@@ -56,8 +55,8 @@ require 'pulp_container_client/models/patchedcontainer_content_redirect_content_
|
|
|
56
55
|
require 'pulp_container_client/models/policy_enum'
|
|
57
56
|
require 'pulp_container_client/models/recursive_manage'
|
|
58
57
|
require 'pulp_container_client/models/remove_image'
|
|
58
|
+
require 'pulp_container_client/models/repair'
|
|
59
59
|
require 'pulp_container_client/models/repository_sync_url'
|
|
60
|
-
require 'pulp_container_client/models/repository_version'
|
|
61
60
|
require 'pulp_container_client/models/repository_version_response'
|
|
62
61
|
require 'pulp_container_client/models/tag_copy'
|
|
63
62
|
require 'pulp_container_client/models/tag_image'
|
|
@@ -92,7 +92,7 @@ describe 'RepositoriesContainerPushVersionsApi' do
|
|
|
92
92
|
# unit tests for repair
|
|
93
93
|
# Trigger an asynchronous task to repair a repository version.
|
|
94
94
|
# @param container_container_push_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
|
|
@@ -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
|
|
@@ -38,7 +38,7 @@ describe 'ContainerContainerDistributionResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "pulp_href"' 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
|
|
@@ -50,25 +50,25 @@ describe 'ContainerContainerDistributionResponse' do
|
|
|
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 "base_path"' 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 "repository"' 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
|
|
@@ -50,13 +50,13 @@ describe 'ContainerContainerDistribution' do
|
|
|
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 "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
|
|
@@ -38,25 +38,25 @@ describe 'ContainerContainerPushRepositoryResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "pulp_created"' 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 "description"' 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 "retain_repo_versions"' 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,13 +68,13 @@ describe 'ContainerContainerPushRepositoryResponse' do
|
|
|
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 "latest_version_href"' 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
|
|
@@ -38,7 +38,7 @@ describe 'ContainerContainerPushRepository' do
|
|
|
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
|
|
@@ -50,7 +50,7 @@ describe 'ContainerContainerPushRepository' do
|
|
|
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
|
|
@@ -50,13 +50,13 @@ describe 'PatchedcontainerContainerDistribution' do
|
|
|
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 "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
|
|
@@ -38,7 +38,7 @@ describe 'PatchedcontainerContainerPushRepository' do
|
|
|
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
|
|
@@ -50,7 +50,7 @@ describe 'PatchedcontainerContainerPushRepository' do
|
|
|
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
|
|
@@ -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.10.
|
|
4
|
+
version: 2.10.4
|
|
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-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -98,7 +98,6 @@ files:
|
|
|
98
98
|
- docs/ContainerTagResponse.md
|
|
99
99
|
- docs/ContentBlobsApi.md
|
|
100
100
|
- docs/ContentManifestsApi.md
|
|
101
|
-
- docs/ContentSummary.md
|
|
102
101
|
- docs/ContentSummaryResponse.md
|
|
103
102
|
- docs/ContentTagsApi.md
|
|
104
103
|
- docs/ContentguardsContentRedirectApi.md
|
|
@@ -126,12 +125,12 @@ files:
|
|
|
126
125
|
- docs/RecursiveManage.md
|
|
127
126
|
- docs/RemotesContainerApi.md
|
|
128
127
|
- docs/RemoveImage.md
|
|
128
|
+
- docs/Repair.md
|
|
129
129
|
- docs/RepositoriesContainerApi.md
|
|
130
130
|
- docs/RepositoriesContainerPushApi.md
|
|
131
131
|
- docs/RepositoriesContainerPushVersionsApi.md
|
|
132
132
|
- docs/RepositoriesContainerVersionsApi.md
|
|
133
133
|
- docs/RepositorySyncURL.md
|
|
134
|
-
- docs/RepositoryVersion.md
|
|
135
134
|
- docs/RepositoryVersionResponse.md
|
|
136
135
|
- docs/TagCopy.md
|
|
137
136
|
- docs/TagImage.md
|
|
@@ -170,7 +169,6 @@ files:
|
|
|
170
169
|
- lib/pulp_container_client/models/container_content_redirect_content_guard_response.rb
|
|
171
170
|
- lib/pulp_container_client/models/container_manifest_response.rb
|
|
172
171
|
- lib/pulp_container_client/models/container_tag_response.rb
|
|
173
|
-
- lib/pulp_container_client/models/content_summary.rb
|
|
174
172
|
- lib/pulp_container_client/models/content_summary_response.rb
|
|
175
173
|
- lib/pulp_container_client/models/manifest_copy.rb
|
|
176
174
|
- lib/pulp_container_client/models/media_types_enum.rb
|
|
@@ -193,8 +191,8 @@ files:
|
|
|
193
191
|
- lib/pulp_container_client/models/policy_enum.rb
|
|
194
192
|
- lib/pulp_container_client/models/recursive_manage.rb
|
|
195
193
|
- lib/pulp_container_client/models/remove_image.rb
|
|
194
|
+
- lib/pulp_container_client/models/repair.rb
|
|
196
195
|
- lib/pulp_container_client/models/repository_sync_url.rb
|
|
197
|
-
- lib/pulp_container_client/models/repository_version.rb
|
|
198
196
|
- lib/pulp_container_client/models/repository_version_response.rb
|
|
199
197
|
- lib/pulp_container_client/models/tag_copy.rb
|
|
200
198
|
- lib/pulp_container_client/models/tag_image.rb
|
|
@@ -232,7 +230,6 @@ files:
|
|
|
232
230
|
- spec/models/container_manifest_response_spec.rb
|
|
233
231
|
- spec/models/container_tag_response_spec.rb
|
|
234
232
|
- spec/models/content_summary_response_spec.rb
|
|
235
|
-
- spec/models/content_summary_spec.rb
|
|
236
233
|
- spec/models/manifest_copy_spec.rb
|
|
237
234
|
- spec/models/media_types_enum_spec.rb
|
|
238
235
|
- spec/models/oci_build_image_spec.rb
|
|
@@ -254,9 +251,9 @@ files:
|
|
|
254
251
|
- spec/models/policy_enum_spec.rb
|
|
255
252
|
- spec/models/recursive_manage_spec.rb
|
|
256
253
|
- spec/models/remove_image_spec.rb
|
|
254
|
+
- spec/models/repair_spec.rb
|
|
257
255
|
- spec/models/repository_sync_url_spec.rb
|
|
258
256
|
- spec/models/repository_version_response_spec.rb
|
|
259
|
-
- spec/models/repository_version_spec.rb
|
|
260
257
|
- spec/models/tag_copy_spec.rb
|
|
261
258
|
- spec/models/tag_image_spec.rb
|
|
262
259
|
- spec/models/un_tag_image_spec.rb
|
|
@@ -285,63 +282,62 @@ signing_key:
|
|
|
285
282
|
specification_version: 4
|
|
286
283
|
summary: Pulp 3 API Ruby Gem
|
|
287
284
|
test_files:
|
|
288
|
-
- spec/api/token_api_spec.rb
|
|
289
|
-
- spec/api/remotes_container_api_spec.rb
|
|
290
|
-
- spec/api/content_tags_api_spec.rb
|
|
291
|
-
- spec/api/pulp_container_namespaces_api_spec.rb
|
|
292
|
-
- spec/api/content_manifests_api_spec.rb
|
|
293
|
-
- spec/api/repositories_container_push_api_spec.rb
|
|
294
|
-
- spec/api/distributions_container_api_spec.rb
|
|
295
|
-
- spec/api/repositories_container_api_spec.rb
|
|
296
285
|
- spec/api/repositories_container_versions_api_spec.rb
|
|
297
286
|
- spec/api/content_blobs_api_spec.rb
|
|
287
|
+
- spec/api/remotes_container_api_spec.rb
|
|
288
|
+
- spec/api/token_api_spec.rb
|
|
289
|
+
- spec/api/repositories_container_push_api_spec.rb
|
|
298
290
|
- spec/api/contentguards_content_redirect_api_spec.rb
|
|
291
|
+
- spec/api/distributions_container_api_spec.rb
|
|
292
|
+
- spec/api/pulp_container_namespaces_api_spec.rb
|
|
299
293
|
- spec/api/repositories_container_push_versions_api_spec.rb
|
|
294
|
+
- spec/api/repositories_container_api_spec.rb
|
|
295
|
+
- spec/api/content_tags_api_spec.rb
|
|
296
|
+
- spec/api/content_manifests_api_spec.rb
|
|
300
297
|
- spec/api_client_spec.rb
|
|
301
298
|
- spec/configuration_spec.rb
|
|
302
|
-
- spec/models/container_container_push_repository_response_spec.rb
|
|
303
|
-
- spec/models/content_summary_response_spec.rb
|
|
304
|
-
- spec/models/container_blob_response_spec.rb
|
|
305
|
-
- spec/models/paginatedcontainer_content_redirect_content_guard_response_list_spec.rb
|
|
306
|
-
- spec/models/tag_image_spec.rb
|
|
307
|
-
- spec/models/container_manifest_response_spec.rb
|
|
308
|
-
- spec/models/patchedcontainer_container_push_repository_spec.rb
|
|
309
|
-
- spec/models/container_container_namespace_response_spec.rb
|
|
310
|
-
- spec/models/container_container_repository_response_spec.rb
|
|
311
|
-
- spec/models/container_content_redirect_content_guard_spec.rb
|
|
312
|
-
- spec/models/un_tag_image_spec.rb
|
|
313
|
-
- spec/models/paginatedcontainer_blob_response_list_spec.rb
|
|
314
|
-
- spec/models/recursive_manage_spec.rb
|
|
315
|
-
- spec/models/repository_version_response_spec.rb
|
|
316
|
-
- spec/models/policy_enum_spec.rb
|
|
317
|
-
- spec/models/async_operation_response_spec.rb
|
|
318
|
-
- spec/models/paginatedcontainer_tag_response_list_spec.rb
|
|
319
|
-
- spec/models/remove_image_spec.rb
|
|
320
299
|
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
321
|
-
- spec/models/
|
|
322
|
-
- spec/models/tag_copy_spec.rb
|
|
323
|
-
- spec/models/container_container_remote_spec.rb
|
|
324
|
-
- spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
|
|
325
|
-
- spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
|
|
326
|
-
- spec/models/container_container_distribution_response_spec.rb
|
|
300
|
+
- spec/models/remove_image_spec.rb
|
|
327
301
|
- spec/models/manifest_copy_spec.rb
|
|
328
|
-
- spec/models/
|
|
329
|
-
- spec/models/paginatedcontainer_manifest_response_list_spec.rb
|
|
330
|
-
- spec/models/patchedcontainer_container_repository_spec.rb
|
|
331
|
-
- spec/models/container_container_repository_spec.rb
|
|
332
|
-
- spec/models/oci_build_image_spec.rb
|
|
333
|
-
- spec/models/container_container_push_repository_spec.rb
|
|
302
|
+
- spec/models/repair_spec.rb
|
|
334
303
|
- spec/models/container_container_distribution_spec.rb
|
|
335
|
-
- spec/models/
|
|
336
|
-
- spec/models/
|
|
304
|
+
- spec/models/paginatedcontainer_tag_response_list_spec.rb
|
|
305
|
+
- spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
|
|
306
|
+
- spec/models/container_content_redirect_content_guard_response_spec.rb
|
|
307
|
+
- spec/models/un_tag_image_spec.rb
|
|
308
|
+
- spec/models/container_container_push_repository_response_spec.rb
|
|
309
|
+
- spec/models/container_content_redirect_content_guard_spec.rb
|
|
310
|
+
- spec/models/patchedcontainer_container_repository_spec.rb
|
|
337
311
|
- spec/models/container_container_namespace_spec.rb
|
|
312
|
+
- spec/models/container_container_namespace_response_spec.rb
|
|
313
|
+
- spec/models/container_blob_response_spec.rb
|
|
314
|
+
- spec/models/patchedcontainer_container_distribution_spec.rb
|
|
315
|
+
- spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
|
|
316
|
+
- spec/models/tag_copy_spec.rb
|
|
317
|
+
- spec/models/content_summary_response_spec.rb
|
|
338
318
|
- spec/models/paginatedcontainer_container_repository_response_list_spec.rb
|
|
319
|
+
- spec/models/oci_build_image_spec.rb
|
|
320
|
+
- spec/models/container_container_remote_response_spec.rb
|
|
321
|
+
- spec/models/policy_enum_spec.rb
|
|
322
|
+
- spec/models/container_container_distribution_response_spec.rb
|
|
323
|
+
- spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
|
|
324
|
+
- spec/models/paginatedcontainer_blob_response_list_spec.rb
|
|
325
|
+
- spec/models/patchedcontainer_container_push_repository_spec.rb
|
|
326
|
+
- spec/models/paginatedcontainer_container_remote_response_list_spec.rb
|
|
327
|
+
- spec/models/patchedcontainer_content_redirect_content_guard_spec.rb
|
|
328
|
+
- spec/models/recursive_manage_spec.rb
|
|
329
|
+
- spec/models/async_operation_response_spec.rb
|
|
339
330
|
- spec/models/repository_sync_url_spec.rb
|
|
331
|
+
- spec/models/container_container_repository_response_spec.rb
|
|
332
|
+
- spec/models/container_container_push_repository_spec.rb
|
|
333
|
+
- spec/models/container_container_repository_spec.rb
|
|
340
334
|
- spec/models/media_types_enum_spec.rb
|
|
341
|
-
- spec/models/
|
|
342
|
-
- spec/models/
|
|
335
|
+
- spec/models/container_manifest_response_spec.rb
|
|
336
|
+
- spec/models/paginatedcontainer_content_redirect_content_guard_response_list_spec.rb
|
|
337
|
+
- spec/models/repository_version_response_spec.rb
|
|
338
|
+
- spec/models/tag_image_spec.rb
|
|
339
|
+
- spec/models/container_container_remote_spec.rb
|
|
343
340
|
- spec/models/patchedcontainer_container_remote_spec.rb
|
|
344
|
-
- spec/models/
|
|
345
|
-
- spec/models/
|
|
346
|
-
- spec/models/content_summary_spec.rb
|
|
341
|
+
- spec/models/container_tag_response_spec.rb
|
|
342
|
+
- spec/models/paginatedcontainer_manifest_response_list_spec.rb
|
|
347
343
|
- 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
|
-
|