pulp_container_client 2.15.6 → 2.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +27 -36
- data/docs/ContainerContainerDistribution.md +5 -5
- data/docs/ContainerContainerDistributionResponse.md +8 -8
- data/docs/ContainerContainerPushRepository.md +6 -6
- data/docs/ContainerContainerPushRepositoryResponse.md +12 -12
- data/docs/ContentBlobsApi.md +1 -3
- data/docs/ContentManifestsApi.md +1 -3
- data/docs/ContentSignaturesApi.md +1 -11
- data/docs/ContentTagsApi.md +1 -3
- data/docs/DistributionsContainerApi.md +10 -136
- data/docs/IndexDynamicApi.md +50 -0
- data/docs/IndexStaticApi.md +50 -0
- data/docs/PatchedcontainerContainerDistribution.md +5 -5
- data/docs/PatchedcontainerContainerPushRepository.md +6 -6
- data/docs/PulpContainerNamespacesApi.md +9 -23
- data/docs/RemotesContainerApi.md +9 -135
- data/docs/RepositoriesContainerApi.md +11 -137
- data/docs/RepositoriesContainerPushApi.md +10 -24
- data/docs/RepositoriesContainerPushVersionsApi.md +1 -3
- data/docs/RepositoriesContainerVersionsApi.md +1 -3
- data/docs/TokenApi.md +1 -1
- data/lib/pulp_container_client/api/content_blobs_api.rb +0 -3
- data/lib/pulp_container_client/api/content_manifests_api.rb +0 -3
- data/lib/pulp_container_client/api/content_signatures_api.rb +0 -15
- data/lib/pulp_container_client/api/content_tags_api.rb +0 -3
- data/lib/pulp_container_client/api/distributions_container_api.rb +0 -163
- data/lib/pulp_container_client/api/index_dynamic_api.rb +74 -0
- data/lib/pulp_container_client/api/index_static_api.rb +74 -0
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -23
- data/lib/pulp_container_client/api/remotes_container_api.rb +0 -163
- data/lib/pulp_container_client/api/repositories_container_api.rb +2 -165
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -23
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +0 -3
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +0 -3
- data/lib/pulp_container_client/configuration.rb +2 -2
- data/lib/pulp_container_client/models/container_container_distribution.rb +20 -20
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +29 -29
- data/lib/pulp_container_client/models/container_container_push_repository.rb +26 -26
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +49 -49
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +20 -20
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +26 -26
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +2 -4
- data/spec/api/content_blobs_api_spec.rb +0 -1
- data/spec/api/content_manifests_api_spec.rb +0 -1
- data/spec/api/content_signatures_api_spec.rb +0 -5
- data/spec/api/content_tags_api_spec.rb +0 -1
- data/spec/api/distributions_container_api_spec.rb +0 -35
- data/spec/{models/set_label_spec.rb → api/index_dynamic_api_spec.rb} +11 -13
- data/spec/{models/unset_label_spec.rb → api/index_static_api_spec.rb} +12 -8
- data/spec/api/pulp_container_namespaces_api_spec.rb +0 -9
- data/spec/api/remotes_container_api_spec.rb +0 -35
- data/spec/api/repositories_container_api_spec.rb +1 -36
- data/spec/api/repositories_container_push_api_spec.rb +0 -9
- data/spec/api/repositories_container_push_versions_api_spec.rb +0 -1
- data/spec/api/repositories_container_versions_api_spec.rb +0 -1
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/container_container_distribution_response_spec.rb +4 -4
- data/spec/models/container_container_distribution_spec.rb +4 -4
- 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 +4 -4
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- metadata +57 -65
- data/docs/SetLabel.md +0 -19
- data/docs/SetLabelResponse.md +0 -19
- data/docs/UnsetLabel.md +0 -17
- data/docs/UnsetLabelResponse.md +0 -19
- data/lib/pulp_container_client/models/set_label.rb +0 -252
- data/lib/pulp_container_client/models/set_label_response.rb +0 -243
- data/lib/pulp_container_client/models/unset_label.rb +0 -242
- data/lib/pulp_container_client/models/unset_label_response.rb +0 -242
- data/spec/models/set_label_response_spec.rb +0 -47
- data/spec/models/unset_label_response_spec.rb +0 -47
@@ -32,13 +32,13 @@ 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 "hidden"' 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
|
@@ -50,13 +50,13 @@ describe 'ContainerContainerDistribution' do
|
|
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 "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
|
@@ -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_created"' 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 "manifest_signing_service"' 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 "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
|
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
|
69
69
|
end
|
70
70
|
|
71
|
-
describe 'test attribute "
|
71
|
+
describe 'test attribute "versions_href"' 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_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
|
81
81
|
end
|
82
82
|
|
83
|
-
describe 'test attribute "
|
83
|
+
describe 'test attribute "name"' 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 "manifest_signing_service"' 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 "retain_repo_versions"' 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 "description"' 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
|
@@ -32,13 +32,13 @@ 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 "hidden"' 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
|
@@ -50,13 +50,13 @@ describe 'PatchedcontainerContainerDistribution' do
|
|
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 "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
|
@@ -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 "manifest_signing_service"' 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 "retain_repo_versions"' 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 "description"' 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
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_container_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.16.0
|
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-08-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -103,6 +103,8 @@ files:
|
|
103
103
|
- docs/ContentSummaryResponse.md
|
104
104
|
- docs/ContentTagsApi.md
|
105
105
|
- docs/DistributionsContainerApi.md
|
106
|
+
- docs/IndexDynamicApi.md
|
107
|
+
- docs/IndexStaticApi.md
|
106
108
|
- docs/ManifestCopy.md
|
107
109
|
- docs/MediaTypesEnum.md
|
108
110
|
- docs/MyPermissionsResponse.md
|
@@ -138,20 +140,18 @@ files:
|
|
138
140
|
- docs/RepositoriesContainerVersionsApi.md
|
139
141
|
- docs/RepositorySign.md
|
140
142
|
- docs/RepositoryVersionResponse.md
|
141
|
-
- docs/SetLabel.md
|
142
|
-
- docs/SetLabelResponse.md
|
143
143
|
- docs/TagCopy.md
|
144
144
|
- docs/TagImage.md
|
145
145
|
- docs/TokenApi.md
|
146
146
|
- docs/UnTagImage.md
|
147
|
-
- docs/UnsetLabel.md
|
148
|
-
- docs/UnsetLabelResponse.md
|
149
147
|
- lib/pulp_container_client.rb
|
150
148
|
- lib/pulp_container_client/api/content_blobs_api.rb
|
151
149
|
- lib/pulp_container_client/api/content_manifests_api.rb
|
152
150
|
- lib/pulp_container_client/api/content_signatures_api.rb
|
153
151
|
- lib/pulp_container_client/api/content_tags_api.rb
|
154
152
|
- lib/pulp_container_client/api/distributions_container_api.rb
|
153
|
+
- lib/pulp_container_client/api/index_dynamic_api.rb
|
154
|
+
- lib/pulp_container_client/api/index_static_api.rb
|
155
155
|
- lib/pulp_container_client/api/pulp_container_namespaces_api.rb
|
156
156
|
- lib/pulp_container_client/api/remotes_container_api.rb
|
157
157
|
- lib/pulp_container_client/api/repositories_container_api.rb
|
@@ -209,13 +209,9 @@ files:
|
|
209
209
|
- lib/pulp_container_client/models/repair.rb
|
210
210
|
- lib/pulp_container_client/models/repository_sign.rb
|
211
211
|
- lib/pulp_container_client/models/repository_version_response.rb
|
212
|
-
- lib/pulp_container_client/models/set_label.rb
|
213
|
-
- lib/pulp_container_client/models/set_label_response.rb
|
214
212
|
- lib/pulp_container_client/models/tag_copy.rb
|
215
213
|
- lib/pulp_container_client/models/tag_image.rb
|
216
214
|
- lib/pulp_container_client/models/un_tag_image.rb
|
217
|
-
- lib/pulp_container_client/models/unset_label.rb
|
218
|
-
- lib/pulp_container_client/models/unset_label_response.rb
|
219
215
|
- lib/pulp_container_client/version.rb
|
220
216
|
- pulp_container_client.gemspec
|
221
217
|
- spec/api/content_blobs_api_spec.rb
|
@@ -223,6 +219,8 @@ files:
|
|
223
219
|
- spec/api/content_signatures_api_spec.rb
|
224
220
|
- spec/api/content_tags_api_spec.rb
|
225
221
|
- spec/api/distributions_container_api_spec.rb
|
222
|
+
- spec/api/index_dynamic_api_spec.rb
|
223
|
+
- spec/api/index_static_api_spec.rb
|
226
224
|
- spec/api/pulp_container_namespaces_api_spec.rb
|
227
225
|
- spec/api/remotes_container_api_spec.rb
|
228
226
|
- spec/api/repositories_container_api_spec.rb
|
@@ -279,13 +277,9 @@ files:
|
|
279
277
|
- spec/models/repair_spec.rb
|
280
278
|
- spec/models/repository_sign_spec.rb
|
281
279
|
- spec/models/repository_version_response_spec.rb
|
282
|
-
- spec/models/set_label_response_spec.rb
|
283
|
-
- spec/models/set_label_spec.rb
|
284
280
|
- spec/models/tag_copy_spec.rb
|
285
281
|
- spec/models/tag_image_spec.rb
|
286
282
|
- spec/models/un_tag_image_spec.rb
|
287
|
-
- spec/models/unset_label_response_spec.rb
|
288
|
-
- spec/models/unset_label_spec.rb
|
289
283
|
- spec/spec_helper.rb
|
290
284
|
homepage: https://github.com/pulp/pulp_container
|
291
285
|
licenses:
|
@@ -311,72 +305,70 @@ signing_key:
|
|
311
305
|
specification_version: 4
|
312
306
|
summary: Pulp 3 API Ruby Gem
|
313
307
|
test_files:
|
314
|
-
- spec/api/
|
315
|
-
- spec/api/repositories_container_push_api_spec.rb
|
316
|
-
- spec/api/repositories_container_api_spec.rb
|
317
|
-
- spec/api/repositories_container_versions_api_spec.rb
|
318
|
-
- spec/api/remotes_container_api_spec.rb
|
308
|
+
- spec/api/index_static_api_spec.rb
|
319
309
|
- spec/api/content_signatures_api_spec.rb
|
320
|
-
- spec/api/content_manifests_api_spec.rb
|
321
310
|
- spec/api/pulp_container_namespaces_api_spec.rb
|
311
|
+
- spec/api/repositories_container_push_api_spec.rb
|
312
|
+
- spec/api/index_dynamic_api_spec.rb
|
313
|
+
- spec/api/repositories_container_push_versions_api_spec.rb
|
314
|
+
- spec/api/remotes_container_api_spec.rb
|
322
315
|
- spec/api/distributions_container_api_spec.rb
|
316
|
+
- spec/api/content_tags_api_spec.rb
|
323
317
|
- spec/api/token_api_spec.rb
|
324
|
-
- spec/api/repositories_container_push_versions_api_spec.rb
|
325
318
|
- spec/api/content_blobs_api_spec.rb
|
319
|
+
- spec/api/repositories_container_versions_api_spec.rb
|
320
|
+
- spec/api/repositories_container_api_spec.rb
|
321
|
+
- spec/api/content_manifests_api_spec.rb
|
326
322
|
- spec/api_client_spec.rb
|
327
323
|
- spec/configuration_spec.rb
|
328
|
-
- spec/models/unset_label_response_spec.rb
|
329
|
-
- spec/models/my_permissions_response_spec.rb
|
330
|
-
- spec/models/patchedcontainer_container_distribution_spec.rb
|
331
|
-
- spec/models/paginatedcontainer_container_remote_response_list_spec.rb
|
332
|
-
- spec/models/remove_signatures_spec.rb
|
333
|
-
- spec/models/container_tag_response_spec.rb
|
334
|
-
- spec/models/policy_enum_spec.rb
|
335
|
-
- spec/models/patchedcontainer_container_repository_spec.rb
|
336
|
-
- spec/models/repair_spec.rb
|
337
|
-
- spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
|
338
324
|
- spec/models/container_container_namespace_spec.rb
|
339
|
-
- spec/models/
|
340
|
-
- spec/models/
|
341
|
-
- spec/models/
|
342
|
-
- spec/models/
|
343
|
-
- spec/models/
|
344
|
-
- spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
|
345
|
-
- spec/models/set_label_spec.rb
|
346
|
-
- spec/models/oci_build_image_spec.rb
|
347
|
-
- spec/models/container_manifest_response_spec.rb
|
348
|
-
- spec/models/object_roles_response_spec.rb
|
349
|
-
- spec/models/paginatedcontainer_manifest_signature_response_list_spec.rb
|
350
|
-
- spec/models/container_container_push_repository_response_spec.rb
|
351
|
-
- spec/models/repository_sign_spec.rb
|
352
|
-
- spec/models/media_types_enum_spec.rb
|
353
|
-
- spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
|
354
|
-
- spec/models/container_manifest_signature_response_spec.rb
|
355
|
-
- spec/models/async_operation_response_spec.rb
|
356
|
-
- spec/models/container_container_namespace_response_spec.rb
|
357
|
-
- spec/models/container_container_distribution_response_spec.rb
|
358
|
-
- spec/models/container_container_remote_response_hidden_fields_spec.rb
|
359
|
-
- spec/models/container_container_remote_response_spec.rb
|
325
|
+
- spec/models/repair_spec.rb
|
326
|
+
- spec/models/un_tag_image_spec.rb
|
327
|
+
- spec/models/nested_role_response_spec.rb
|
328
|
+
- spec/models/remove_image_spec.rb
|
329
|
+
- spec/models/tag_copy_spec.rb
|
360
330
|
- spec/models/recursive_manage_spec.rb
|
331
|
+
- spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
|
332
|
+
- spec/models/manifest_copy_spec.rb
|
333
|
+
- spec/models/paginatedcontainer_container_remote_response_list_spec.rb
|
361
334
|
- spec/models/paginatedcontainer_tag_response_list_spec.rb
|
362
|
-
- spec/models/patchedcontainer_container_remote_spec.rb
|
363
335
|
- spec/models/container_container_push_repository_spec.rb
|
364
336
|
- spec/models/paginatedcontainer_manifest_response_list_spec.rb
|
365
|
-
- spec/models/
|
366
|
-
- spec/models/
|
367
|
-
- spec/models/
|
368
|
-
- spec/models/
|
369
|
-
- spec/models/
|
337
|
+
- spec/models/patchedcontainer_container_distribution_spec.rb
|
338
|
+
- spec/models/container_container_distribution_response_spec.rb
|
339
|
+
- spec/models/container_manifest_response_spec.rb
|
340
|
+
- spec/models/oci_build_image_spec.rb
|
341
|
+
- spec/models/container_tag_response_spec.rb
|
370
342
|
- spec/models/paginatedcontainer_blob_response_list_spec.rb
|
371
|
-
- spec/models/container_blob_response_spec.rb
|
372
|
-
- spec/models/un_tag_image_spec.rb
|
373
343
|
- spec/models/tag_image_spec.rb
|
374
|
-
- spec/models/content_summary_response_spec.rb
|
375
|
-
- spec/models/container_container_distribution_spec.rb
|
376
|
-
- spec/models/tag_copy_spec.rb
|
377
344
|
- spec/models/container_container_repository_spec.rb
|
378
|
-
- spec/models/
|
379
|
-
- spec/models/
|
345
|
+
- spec/models/paginatedcontainer_manifest_signature_response_list_spec.rb
|
346
|
+
- spec/models/remove_signatures_response_spec.rb
|
347
|
+
- spec/models/container_container_distribution_spec.rb
|
348
|
+
- spec/models/async_operation_response_spec.rb
|
349
|
+
- spec/models/patchedcontainer_container_repository_spec.rb
|
380
350
|
- spec/models/nested_role_spec.rb
|
351
|
+
- spec/models/object_roles_response_spec.rb
|
352
|
+
- spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
|
353
|
+
- spec/models/container_blob_response_spec.rb
|
354
|
+
- spec/models/container_container_push_repository_response_spec.rb
|
355
|
+
- spec/models/container_container_namespace_response_spec.rb
|
356
|
+
- spec/models/paginatedcontainer_container_repository_response_list_spec.rb
|
357
|
+
- spec/models/my_permissions_response_spec.rb
|
358
|
+
- spec/models/repository_version_response_spec.rb
|
359
|
+
- spec/models/media_types_enum_spec.rb
|
360
|
+
- spec/models/policy_enum_spec.rb
|
361
|
+
- spec/models/container_manifest_signature_response_spec.rb
|
362
|
+
- spec/models/repository_sign_spec.rb
|
363
|
+
- spec/models/container_container_remote_response_spec.rb
|
381
364
|
- spec/models/patchedcontainer_container_push_repository_spec.rb
|
365
|
+
- spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
|
366
|
+
- spec/models/remove_signatures_spec.rb
|
367
|
+
- spec/models/patchedcontainer_container_remote_spec.rb
|
368
|
+
- spec/models/container_container_remote_spec.rb
|
369
|
+
- spec/models/container_container_remote_response_hidden_fields_spec.rb
|
370
|
+
- spec/models/container_repository_sync_url_spec.rb
|
371
|
+
- spec/models/container_container_repository_response_spec.rb
|
372
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
373
|
+
- spec/models/content_summary_response_spec.rb
|
382
374
|
- spec/spec_helper.rb
|
data/docs/SetLabel.md
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
# PulpContainerClient::SetLabel
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**key** | **String** | |
|
8
|
-
**value** | **String** | |
|
9
|
-
|
10
|
-
## Code Sample
|
11
|
-
|
12
|
-
```ruby
|
13
|
-
require 'PulpContainerClient'
|
14
|
-
|
15
|
-
instance = PulpContainerClient::SetLabel.new(key: null,
|
16
|
-
value: null)
|
17
|
-
```
|
18
|
-
|
19
|
-
|
data/docs/SetLabelResponse.md
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
# PulpContainerClient::SetLabelResponse
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**key** | **String** | |
|
8
|
-
**value** | **String** | |
|
9
|
-
|
10
|
-
## Code Sample
|
11
|
-
|
12
|
-
```ruby
|
13
|
-
require 'PulpContainerClient'
|
14
|
-
|
15
|
-
instance = PulpContainerClient::SetLabelResponse.new(key: null,
|
16
|
-
value: null)
|
17
|
-
```
|
18
|
-
|
19
|
-
|
data/docs/UnsetLabel.md
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
# PulpContainerClient::UnsetLabel
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**key** | **String** | |
|
8
|
-
|
9
|
-
## Code Sample
|
10
|
-
|
11
|
-
```ruby
|
12
|
-
require 'PulpContainerClient'
|
13
|
-
|
14
|
-
instance = PulpContainerClient::UnsetLabel.new(key: null)
|
15
|
-
```
|
16
|
-
|
17
|
-
|
data/docs/UnsetLabelResponse.md
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
# PulpContainerClient::UnsetLabelResponse
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**key** | **String** | |
|
8
|
-
**value** | **String** | | [optional] [readonly]
|
9
|
-
|
10
|
-
## Code Sample
|
11
|
-
|
12
|
-
```ruby
|
13
|
-
require 'PulpContainerClient'
|
14
|
-
|
15
|
-
instance = PulpContainerClient::UnsetLabelResponse.new(key: null,
|
16
|
-
value: null)
|
17
|
-
```
|
18
|
-
|
19
|
-
|