pulp_container_client 2.14.3 → 2.14.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 +7 -6
- data/docs/ContainerContainerDistribution.md +6 -6
- data/docs/ContainerContainerDistributionResponse.md +9 -9
- data/docs/ContainerContainerPushRepository.md +7 -7
- data/docs/ContainerContainerPushRepositoryResponse.md +12 -12
- data/docs/ContainerContainerRemote.md +1 -1
- data/docs/ContainerContainerRemoteResponse.md +3 -1
- data/docs/ContainerContainerRemoteResponseHiddenFields.md +19 -0
- data/docs/ContainerContainerRepository.md +2 -2
- data/docs/ContainerContainerRepositoryResponse.md +2 -2
- data/docs/ContentBlobsApi.md +8 -8
- data/docs/ContentManifestsApi.md +8 -8
- data/docs/ContentSignaturesApi.md +8 -8
- data/docs/ContentTagsApi.md +8 -8
- data/docs/DistributionsContainerApi.md +24 -20
- data/docs/PatchedcontainerContainerDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPushRepository.md +7 -7
- data/docs/PatchedcontainerContainerRemote.md +1 -1
- data/docs/PatchedcontainerContainerRepository.md +2 -2
- data/docs/PulpContainerNamespacesApi.md +16 -16
- data/docs/RemotesContainerApi.md +20 -20
- data/docs/RepositoriesContainerApi.md +35 -19
- data/docs/RepositoriesContainerPushApi.md +35 -19
- data/docs/RepositoriesContainerPushVersionsApi.md +12 -12
- data/docs/RepositoriesContainerVersionsApi.md +12 -12
- data/lib/pulp_container_client/api/content_blobs_api.rb +13 -13
- data/lib/pulp_container_client/api/content_manifests_api.rb +13 -13
- data/lib/pulp_container_client/api/content_signatures_api.rb +13 -13
- data/lib/pulp_container_client/api/content_tags_api.rb +13 -13
- data/lib/pulp_container_client/api/distributions_container_api.rb +35 -29
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +25 -25
- data/lib/pulp_container_client/api/remotes_container_api.rb +29 -29
- data/lib/pulp_container_client/api/repositories_container_api.rb +51 -27
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +51 -27
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +17 -17
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +17 -17
- data/lib/pulp_container_client/models/container_container_distribution.rb +25 -23
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +40 -38
- data/lib/pulp_container_client/models/container_container_push_repository.rb +45 -43
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +51 -49
- data/lib/pulp_container_client/models/container_container_remote.rb +4 -2
- data/lib/pulp_container_client/models/container_container_remote_response.rb +17 -3
- data/lib/pulp_container_client/models/container_container_remote_response_hidden_fields.rb +215 -0
- data/lib/pulp_container_client/models/container_container_repository.rb +5 -3
- data/lib/pulp_container_client/models/container_container_repository_response.rb +5 -3
- data/lib/pulp_container_client/models/nested_role.rb +19 -0
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +25 -23
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +45 -43
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +4 -2
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +5 -3
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +1 -0
- data/spec/api/content_blobs_api_spec.rb +4 -4
- data/spec/api/content_manifests_api_spec.rb +4 -4
- data/spec/api/content_signatures_api_spec.rb +4 -4
- data/spec/api/content_tags_api_spec.rb +4 -4
- data/spec/api/distributions_container_api_spec.rb +12 -10
- data/spec/api/pulp_container_namespaces_api_spec.rb +8 -8
- data/spec/api/remotes_container_api_spec.rb +10 -10
- data/spec/api/repositories_container_api_spec.rb +17 -9
- data/spec/api/repositories_container_push_api_spec.rb +17 -9
- data/spec/api/repositories_container_push_versions_api_spec.rb +6 -6
- data/spec/api/repositories_container_versions_api_spec.rb +6 -6
- data/spec/models/container_container_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_push_repository_response_spec.rb +7 -7
- data/spec/models/container_container_push_repository_spec.rb +5 -5
- data/spec/models/container_container_remote_response_hidden_fields_spec.rb +47 -0
- data/spec/models/container_container_remote_response_spec.rb +6 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- metadata +50 -46
|
@@ -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 "name"' 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 "pulp_labels"' 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 "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
|
|
@@ -0,0 +1,47 @@
|
|
|
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.3.1
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for PulpContainerClient::ContainerContainerRemoteResponseHiddenFields
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe 'ContainerContainerRemoteResponseHiddenFields' do
|
|
21
|
+
before do
|
|
22
|
+
# run before each test
|
|
23
|
+
@instance = PulpContainerClient::ContainerContainerRemoteResponseHiddenFields.new
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
after do
|
|
27
|
+
# run after each test
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test an instance of ContainerContainerRemoteResponseHiddenFields' do
|
|
31
|
+
it 'should create an instance of ContainerContainerRemoteResponseHiddenFields' do
|
|
32
|
+
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerRemoteResponseHiddenFields)
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
describe 'test attribute "name"' 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 "is_set"' 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
|
+
end
|
|
@@ -146,6 +146,12 @@ describe 'ContainerContainerRemoteResponse' do
|
|
|
146
146
|
end
|
|
147
147
|
end
|
|
148
148
|
|
|
149
|
+
describe 'test attribute "hidden_fields"' do
|
|
150
|
+
it 'should work' do
|
|
151
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
152
|
+
end
|
|
153
|
+
end
|
|
154
|
+
|
|
149
155
|
describe 'test attribute "upstream_name"' do
|
|
150
156
|
it 'should work' do
|
|
151
157
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -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 "name"' 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 "pulp_labels"' 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 "base_path"' 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
|
|
@@ -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 "name"' 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 "pulp_labels"' 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 "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
|
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.14.
|
|
4
|
+
version: 2.14.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:
|
|
11
|
+
date: 2023-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -90,6 +90,7 @@ files:
|
|
|
90
90
|
- docs/ContainerContainerPushRepositoryResponse.md
|
|
91
91
|
- docs/ContainerContainerRemote.md
|
|
92
92
|
- docs/ContainerContainerRemoteResponse.md
|
|
93
|
+
- docs/ContainerContainerRemoteResponseHiddenFields.md
|
|
93
94
|
- docs/ContainerContainerRepository.md
|
|
94
95
|
- docs/ContainerContainerRepositoryResponse.md
|
|
95
96
|
- docs/ContainerManifestResponse.md
|
|
@@ -167,6 +168,7 @@ files:
|
|
|
167
168
|
- lib/pulp_container_client/models/container_container_push_repository_response.rb
|
|
168
169
|
- lib/pulp_container_client/models/container_container_remote.rb
|
|
169
170
|
- lib/pulp_container_client/models/container_container_remote_response.rb
|
|
171
|
+
- lib/pulp_container_client/models/container_container_remote_response_hidden_fields.rb
|
|
170
172
|
- lib/pulp_container_client/models/container_container_repository.rb
|
|
171
173
|
- lib/pulp_container_client/models/container_container_repository_response.rb
|
|
172
174
|
- lib/pulp_container_client/models/container_manifest_response.rb
|
|
@@ -230,6 +232,7 @@ files:
|
|
|
230
232
|
- spec/models/container_container_namespace_spec.rb
|
|
231
233
|
- spec/models/container_container_push_repository_response_spec.rb
|
|
232
234
|
- spec/models/container_container_push_repository_spec.rb
|
|
235
|
+
- spec/models/container_container_remote_response_hidden_fields_spec.rb
|
|
233
236
|
- spec/models/container_container_remote_response_spec.rb
|
|
234
237
|
- spec/models/container_container_remote_spec.rb
|
|
235
238
|
- spec/models/container_container_repository_response_spec.rb
|
|
@@ -296,67 +299,68 @@ signing_key:
|
|
|
296
299
|
specification_version: 4
|
|
297
300
|
summary: Pulp 3 API Ruby Gem
|
|
298
301
|
test_files:
|
|
299
|
-
- spec/api/repositories_container_push_versions_api_spec.rb
|
|
300
|
-
- spec/api/content_blobs_api_spec.rb
|
|
301
|
-
- spec/api/content_signatures_api_spec.rb
|
|
302
|
-
- spec/api/repositories_container_push_api_spec.rb
|
|
303
302
|
- spec/api/remotes_container_api_spec.rb
|
|
304
|
-
- spec/api/
|
|
303
|
+
- spec/api/repositories_container_push_api_spec.rb
|
|
304
|
+
- spec/api/token_api_spec.rb
|
|
305
|
+
- spec/api/repositories_container_push_versions_api_spec.rb
|
|
305
306
|
- spec/api/content_manifests_api_spec.rb
|
|
306
|
-
- spec/api/
|
|
307
|
+
- spec/api/repositories_container_versions_api_spec.rb
|
|
307
308
|
- spec/api/repositories_container_api_spec.rb
|
|
309
|
+
- spec/api/content_tags_api_spec.rb
|
|
310
|
+
- spec/api/pulp_container_namespaces_api_spec.rb
|
|
311
|
+
- spec/api/content_signatures_api_spec.rb
|
|
308
312
|
- spec/api/distributions_container_api_spec.rb
|
|
309
|
-
- spec/api/
|
|
310
|
-
- spec/api/token_api_spec.rb
|
|
313
|
+
- spec/api/content_blobs_api_spec.rb
|
|
311
314
|
- spec/api_client_spec.rb
|
|
312
315
|
- spec/configuration_spec.rb
|
|
313
|
-
- spec/models/
|
|
314
|
-
- spec/models/
|
|
315
|
-
- spec/models/
|
|
316
|
-
- spec/models/container_container_repository_response_spec.rb
|
|
316
|
+
- spec/models/remove_signatures_response_spec.rb
|
|
317
|
+
- spec/models/repository_version_response_spec.rb
|
|
318
|
+
- spec/models/container_blob_response_spec.rb
|
|
317
319
|
- spec/models/my_permissions_response_spec.rb
|
|
318
|
-
- spec/models/
|
|
319
|
-
- spec/models/container_container_distribution_spec.rb
|
|
320
|
-
- spec/models/async_operation_response_spec.rb
|
|
320
|
+
- spec/models/patchedcontainer_container_repository_spec.rb
|
|
321
321
|
- spec/models/container_manifest_signature_response_spec.rb
|
|
322
322
|
- spec/models/repository_sign_spec.rb
|
|
323
|
-
- spec/models/
|
|
324
|
-
- spec/models/
|
|
325
|
-
- spec/models/
|
|
323
|
+
- spec/models/nested_role_spec.rb
|
|
324
|
+
- spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
|
|
325
|
+
- spec/models/remove_image_spec.rb
|
|
326
|
+
- spec/models/container_container_namespace_spec.rb
|
|
327
|
+
- spec/models/container_container_distribution_spec.rb
|
|
328
|
+
- spec/models/manifest_copy_spec.rb
|
|
329
|
+
- spec/models/container_container_remote_response_hidden_fields_spec.rb
|
|
330
|
+
- spec/models/container_container_remote_response_spec.rb
|
|
331
|
+
- spec/models/container_container_namespace_response_spec.rb
|
|
326
332
|
- spec/models/repair_spec.rb
|
|
333
|
+
- spec/models/container_container_remote_spec.rb
|
|
334
|
+
- spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
|
|
335
|
+
- spec/models/container_container_repository_response_spec.rb
|
|
336
|
+
- spec/models/container_container_push_repository_response_spec.rb
|
|
337
|
+
- spec/models/async_operation_response_spec.rb
|
|
327
338
|
- spec/models/paginatedcontainer_blob_response_list_spec.rb
|
|
339
|
+
- spec/models/tag_copy_spec.rb
|
|
328
340
|
- spec/models/patchedcontainer_container_distribution_spec.rb
|
|
329
|
-
- spec/models/
|
|
330
|
-
- spec/models/
|
|
331
|
-
- spec/models/repository_version_response_spec.rb
|
|
332
|
-
- spec/models/un_tag_image_spec.rb
|
|
341
|
+
- spec/models/patchedcontainer_container_push_repository_spec.rb
|
|
342
|
+
- spec/models/remove_signatures_spec.rb
|
|
333
343
|
- spec/models/container_container_push_repository_spec.rb
|
|
344
|
+
- spec/models/media_types_enum_spec.rb
|
|
345
|
+
- spec/models/recursive_manage_spec.rb
|
|
334
346
|
- spec/models/container_tag_response_spec.rb
|
|
335
|
-
- spec/models/
|
|
336
|
-
- spec/models/
|
|
337
|
-
- spec/models/
|
|
338
|
-
- spec/models/
|
|
339
|
-
- spec/models/tag_image_spec.rb
|
|
340
|
-
- spec/models/paginatedcontainer_manifest_signature_response_list_spec.rb
|
|
341
|
-
- spec/models/remove_image_spec.rb
|
|
347
|
+
- spec/models/object_roles_response_spec.rb
|
|
348
|
+
- spec/models/policy_enum_spec.rb
|
|
349
|
+
- spec/models/content_summary_response_spec.rb
|
|
350
|
+
- spec/models/container_repository_sync_url_spec.rb
|
|
342
351
|
- spec/models/container_container_repository_spec.rb
|
|
343
|
-
- spec/models/
|
|
352
|
+
- spec/models/paginatedcontainer_manifest_signature_response_list_spec.rb
|
|
353
|
+
- spec/models/paginatedcontainer_tag_response_list_spec.rb
|
|
344
354
|
- spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
|
|
345
355
|
- spec/models/paginatedcontainer_container_repository_response_list_spec.rb
|
|
346
|
-
- spec/models/
|
|
347
|
-
- spec/models/
|
|
348
|
-
- spec/models/
|
|
349
|
-
- spec/models/
|
|
356
|
+
- spec/models/tag_image_spec.rb
|
|
357
|
+
- spec/models/oci_build_image_spec.rb
|
|
358
|
+
- spec/models/container_manifest_response_spec.rb
|
|
359
|
+
- spec/models/nested_role_response_spec.rb
|
|
350
360
|
- spec/models/container_container_distribution_response_spec.rb
|
|
351
|
-
- spec/models/
|
|
352
|
-
- spec/models/paginatedcontainer_manifest_response_list_spec.rb
|
|
353
|
-
- spec/models/paginatedcontainer_tag_response_list_spec.rb
|
|
361
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
354
362
|
- spec/models/paginatedcontainer_container_remote_response_list_spec.rb
|
|
355
|
-
- spec/models/
|
|
356
|
-
- spec/models/
|
|
357
|
-
- spec/models/
|
|
358
|
-
- spec/models/content_summary_response_spec.rb
|
|
359
|
-
- spec/models/remove_signatures_response_spec.rb
|
|
360
|
-
- spec/models/remove_signatures_spec.rb
|
|
361
|
-
- spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
|
|
363
|
+
- spec/models/patchedcontainer_container_remote_spec.rb
|
|
364
|
+
- spec/models/paginatedcontainer_manifest_response_list_spec.rb
|
|
365
|
+
- spec/models/un_tag_image_spec.rb
|
|
362
366
|
- spec/spec_helper.rb
|