pulp_container_client 2.14.2 → 2.14.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -6
- data/docs/ContainerContainerDistribution.md +7 -7
- data/docs/ContainerContainerDistributionResponse.md +10 -10
- data/docs/ContainerContainerPushRepository.md +6 -6
- 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 +7 -7
- data/docs/PatchedcontainerContainerPushRepository.md +6 -6
- 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 +53 -51
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +48 -46
- data/lib/pulp_container_client/models/container_container_push_repository.rb +40 -38
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +52 -50
- 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 +44 -42
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +40 -38
- 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 +8 -8
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- 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 +4 -4
- metadata +51 -47
@@ -32,37 +32,37 @@ 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_labels"' 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 "name"' 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 "versions_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 "manifest_signing_service"' 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
|
63
63
|
end
|
64
64
|
|
65
|
-
describe 'test attribute "
|
65
|
+
describe 'test attribute "latest_version_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
|
@@ -74,13 +74,13 @@ describe 'ContainerContainerPushRepositoryResponse' do
|
|
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 "description"' 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,7 +32,7 @@ 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 "pulp_labels"' 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
|
@@ -44,19 +44,19 @@ describe 'ContainerContainerPushRepository' do
|
|
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 "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 "description"' 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 "base_path"' 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 "content_guard"' 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 "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 "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
|
@@ -32,7 +32,7 @@ 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 "pulp_labels"' 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
|
@@ -44,19 +44,19 @@ describe 'PatchedcontainerContainerPushRepository' do
|
|
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 "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 "description"' 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.5
|
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-04-11 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/content_tags_api_spec.rb
|
300
302
|
- spec/api/repositories_container_versions_api_spec.rb
|
301
|
-
- spec/api/pulp_container_namespaces_api_spec.rb
|
302
|
-
- spec/api/content_blobs_api_spec.rb
|
303
303
|
- spec/api/distributions_container_api_spec.rb
|
304
|
-
- spec/api/
|
304
|
+
- spec/api/content_manifests_api_spec.rb
|
305
305
|
- spec/api/token_api_spec.rb
|
306
|
+
- spec/api/repositories_container_push_versions_api_spec.rb
|
307
|
+
- spec/api/repositories_container_push_api_spec.rb
|
308
|
+
- spec/api/content_tags_api_spec.rb
|
309
|
+
- spec/api/repositories_container_api_spec.rb
|
306
310
|
- spec/api/content_signatures_api_spec.rb
|
311
|
+
- spec/api/pulp_container_namespaces_api_spec.rb
|
312
|
+
- spec/api/content_blobs_api_spec.rb
|
307
313
|
- spec/api/remotes_container_api_spec.rb
|
308
|
-
- spec/api/content_manifests_api_spec.rb
|
309
|
-
- spec/api/repositories_container_api_spec.rb
|
310
|
-
- spec/api/repositories_container_push_api_spec.rb
|
311
314
|
- spec/api_client_spec.rb
|
312
315
|
- spec/configuration_spec.rb
|
313
|
-
- spec/models/
|
314
|
-
- spec/models/remove_signatures_response_spec.rb
|
315
|
-
- spec/models/remove_image_spec.rb
|
316
|
-
- spec/models/repository_version_response_spec.rb
|
317
|
-
- spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
|
318
|
-
- spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
|
319
|
-
- spec/models/container_tag_response_spec.rb
|
320
|
-
- spec/models/container_container_push_repository_response_spec.rb
|
321
|
-
- spec/models/container_repository_sync_url_spec.rb
|
322
|
-
- spec/models/paginatedcontainer_container_repository_response_list_spec.rb
|
323
|
-
- spec/models/container_manifest_signature_response_spec.rb
|
316
|
+
- spec/models/repair_spec.rb
|
324
317
|
- spec/models/patchedcontainer_container_distribution_spec.rb
|
325
|
-
- spec/models/
|
326
|
-
- spec/models/
|
327
|
-
- spec/models/
|
318
|
+
- spec/models/patchedcontainer_container_push_repository_spec.rb
|
319
|
+
- spec/models/container_container_namespace_response_spec.rb
|
320
|
+
- spec/models/container_container_remote_spec.rb
|
321
|
+
- spec/models/paginatedcontainer_blob_response_list_spec.rb
|
322
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
323
|
+
- spec/models/remove_signatures_spec.rb
|
324
|
+
- spec/models/tag_image_spec.rb
|
325
|
+
- spec/models/repository_sign_spec.rb
|
326
|
+
- spec/models/container_container_push_repository_spec.rb
|
327
|
+
- spec/models/container_tag_response_spec.rb
|
328
328
|
- spec/models/tag_copy_spec.rb
|
329
|
+
- spec/models/object_roles_response_spec.rb
|
330
|
+
- spec/models/container_container_distribution_response_spec.rb
|
331
|
+
- spec/models/nested_role_spec.rb
|
332
|
+
- spec/models/paginatedcontainer_manifest_response_list_spec.rb
|
329
333
|
- spec/models/container_container_namespace_spec.rb
|
334
|
+
- spec/models/recursive_manage_spec.rb
|
335
|
+
- spec/models/container_container_push_repository_response_spec.rb
|
330
336
|
- spec/models/patchedcontainer_container_remote_spec.rb
|
331
|
-
- spec/models/
|
337
|
+
- spec/models/media_types_enum_spec.rb
|
338
|
+
- spec/models/paginatedcontainer_container_remote_response_list_spec.rb
|
339
|
+
- spec/models/repository_version_response_spec.rb
|
340
|
+
- spec/models/oci_build_image_spec.rb
|
341
|
+
- spec/models/paginatedcontainer_manifest_signature_response_list_spec.rb
|
342
|
+
- spec/models/paginatedcontainer_tag_response_list_spec.rb
|
343
|
+
- spec/models/container_container_distribution_spec.rb
|
344
|
+
- spec/models/patchedcontainer_container_repository_spec.rb
|
345
|
+
- spec/models/container_container_repository_response_spec.rb
|
346
|
+
- spec/models/container_container_remote_response_hidden_fields_spec.rb
|
347
|
+
- spec/models/paginatedcontainer_container_repository_response_list_spec.rb
|
348
|
+
- spec/models/container_manifest_response_spec.rb
|
332
349
|
- spec/models/nested_role_response_spec.rb
|
333
|
-
- spec/models/
|
350
|
+
- spec/models/remove_image_spec.rb
|
334
351
|
- spec/models/container_container_remote_response_spec.rb
|
335
|
-
- spec/models/
|
336
|
-
- spec/models/
|
352
|
+
- spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
|
353
|
+
- spec/models/manifest_copy_spec.rb
|
354
|
+
- spec/models/container_manifest_signature_response_spec.rb
|
355
|
+
- spec/models/container_blob_response_spec.rb
|
337
356
|
- spec/models/content_summary_response_spec.rb
|
338
|
-
- spec/models/container_container_repository_response_spec.rb
|
339
357
|
- spec/models/async_operation_response_spec.rb
|
340
|
-
- spec/models/
|
341
|
-
- spec/models/container_container_remote_spec.rb
|
342
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
343
|
-
- spec/models/un_tag_image_spec.rb
|
344
|
-
- spec/models/repository_sign_spec.rb
|
345
|
-
- spec/models/recursive_manage_spec.rb
|
358
|
+
- spec/models/remove_signatures_response_spec.rb
|
346
359
|
- spec/models/policy_enum_spec.rb
|
347
|
-
- spec/models/paginatedcontainer_tag_response_list_spec.rb
|
348
|
-
- spec/models/container_container_push_repository_spec.rb
|
349
|
-
- spec/models/paginatedcontainer_manifest_signature_response_list_spec.rb
|
350
360
|
- spec/models/container_container_repository_spec.rb
|
351
|
-
- spec/models/container_container_distribution_spec.rb
|
352
|
-
- spec/models/media_types_enum_spec.rb
|
353
|
-
- spec/models/patchedcontainer_container_push_repository_spec.rb
|
354
361
|
- spec/models/my_permissions_response_spec.rb
|
355
|
-
- spec/models/
|
356
|
-
- spec/models/
|
357
|
-
- spec/models/
|
358
|
-
- spec/models/
|
359
|
-
- spec/models/tag_image_spec.rb
|
360
|
-
- spec/models/object_roles_response_spec.rb
|
361
|
-
- spec/models/patchedcontainer_container_repository_spec.rb
|
362
|
+
- spec/models/container_repository_sync_url_spec.rb
|
363
|
+
- spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
|
364
|
+
- spec/models/un_tag_image_spec.rb
|
365
|
+
- spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
|
362
366
|
- spec/spec_helper.rb
|