pulp_container_client 2.3.0.dev01611890753 → 2.3.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.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -10
  3. data/docs/ContainerContainerDistribution.md +10 -6
  4. data/docs/ContainerContainerDistributionResponse.md +13 -9
  5. data/docs/{ContentguardsContentRedirectApi.md → ContentGuardsContentRedirectApi.md} +19 -19
  6. data/docs/DistributionsContainerApi.md +2 -0
  7. data/docs/PatchedcontainerContainerDistribution.md +10 -6
  8. data/docs/PulpContainerNamespacesApi.md +16 -5
  9. data/docs/RemotesContainerApi.md +2 -0
  10. data/docs/RepositoriesContainerApi.md +2 -0
  11. data/docs/RepositoriesContainerPushApi.md +116 -2
  12. data/docs/RepositoriesContainerVersionsApi.md +2 -2
  13. data/lib/pulp_container_client.rb +1 -1
  14. data/lib/pulp_container_client/api/{contentguards_content_redirect_api.rb → content_guards_content_redirect_api.rb} +22 -22
  15. data/lib/pulp_container_client/api/distributions_container_api.rb +3 -0
  16. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +24 -7
  17. data/lib/pulp_container_client/api/remotes_container_api.rb +3 -0
  18. data/lib/pulp_container_client/api/repositories_container_api.rb +3 -0
  19. data/lib/pulp_container_client/api/repositories_container_push_api.rb +147 -4
  20. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +4 -4
  21. data/lib/pulp_container_client/models/container_container_distribution.rb +48 -27
  22. data/lib/pulp_container_client/models/container_container_distribution_response.rb +64 -43
  23. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +43 -22
  24. data/lib/pulp_container_client/version.rb +1 -1
  25. data/spec/api/{contentguards_content_redirect_api_spec.rb → content_guards_content_redirect_api_spec.rb} +6 -6
  26. data/spec/api/distributions_container_api_spec.rb +1 -0
  27. data/spec/api/pulp_container_namespaces_api_spec.rb +7 -2
  28. data/spec/api/remotes_container_api_spec.rb +1 -0
  29. data/spec/api/repositories_container_api_spec.rb +1 -0
  30. data/spec/api/repositories_container_push_api_spec.rb +29 -2
  31. data/spec/api/repositories_container_versions_api_spec.rb +2 -2
  32. data/spec/models/container_container_distribution_response_spec.rb +19 -7
  33. data/spec/models/container_container_distribution_spec.rb +15 -3
  34. data/spec/models/patchedcontainer_container_distribution_spec.rb +15 -3
  35. metadata +47 -47
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpContainerClient
14
- VERSION = '2.3.0.dev01611890753'
14
+ VERSION = '2.3.1'
15
15
  end
@@ -13,22 +13,22 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'spec_helper'
14
14
  require 'json'
15
15
 
16
- # Unit tests for PulpContainerClient::ContentguardsContentRedirectApi
16
+ # Unit tests for PulpContainerClient::ContentGuardsContentRedirectApi
17
17
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
18
  # Please update as you see appropriate
19
- describe 'ContentguardsContentRedirectApi' do
19
+ describe 'ContentGuardsContentRedirectApi' do
20
20
  before do
21
21
  # run before each test
22
- @api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
22
+ @api_instance = PulpContainerClient::ContentGuardsContentRedirectApi.new
23
23
  end
24
24
 
25
25
  after do
26
26
  # run after each test
27
27
  end
28
28
 
29
- describe 'test an instance of ContentguardsContentRedirectApi' do
30
- it 'should create an instance of ContentguardsContentRedirectApi' do
31
- expect(@api_instance).to be_instance_of(PulpContainerClient::ContentguardsContentRedirectApi)
29
+ describe 'test an instance of ContentGuardsContentRedirectApi' do
30
+ it 'should create an instance of ContentGuardsContentRedirectApi' do
31
+ expect(@api_instance).to be_instance_of(PulpContainerClient::ContentGuardsContentRedirectApi)
32
32
  end
33
33
  end
34
34
 
@@ -73,6 +73,7 @@ describe 'DistributionsContainerApi' do
73
73
  # @option opts [String] :namespace__name namespace__name
74
74
  # @option opts [Integer] :offset The initial index from which to return the results.
75
75
  # @option opts [String] :ordering Which field to use when ordering the results.
76
+ # @option opts [String] :pulp_label_select pulp_label_select
76
77
  # @option opts [String] :fields A list of fields to include in the response.
77
78
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
78
79
  # @return [PaginatedcontainerContainerDistributionResponseList]
@@ -46,10 +46,10 @@ describe 'PulpContainerNamespacesApi' do
46
46
 
47
47
  # unit tests for delete
48
48
  # Delete a container namespace
49
- # ViewSet for ContainerNamespaces.
49
+ # Trigger an asynchronous delete task
50
50
  # @param container_container_namespace_href
51
51
  # @param [Hash] opts the optional parameters
52
- # @return [nil]
52
+ # @return [AsyncOperationResponse]
53
53
  describe 'delete test' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -61,6 +61,11 @@ describe 'PulpContainerNamespacesApi' do
61
61
  # ViewSet for ContainerNamespaces.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
+ # @option opts [String] :name name
65
+ # @option opts [String] :name__contains name__contains
66
+ # @option opts [String] :name__icontains name__icontains
67
+ # @option opts [String] :name__in name__in
68
+ # @option opts [String] :name__startswith name__startswith
64
69
  # @option opts [Integer] :offset The initial index from which to return the results.
65
70
  # @option opts [String] :ordering Which field to use when ordering the results.
66
71
  # @option opts [String] :fields A list of fields to include in the response.
@@ -68,6 +68,7 @@ describe 'RemotesContainerApi' do
68
68
  # @option opts [String] :name__startswith name__startswith
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
70
  # @option opts [String] :ordering Which field to use when ordering the results.
71
+ # @option opts [String] :pulp_label_select pulp_label_select
71
72
  # @option opts [String] :pulp_last_updated pulp_last_updated
72
73
  # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
73
74
  # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
@@ -123,6 +123,7 @@ describe 'RepositoriesContainerApi' do
123
123
  # @option opts [String] :name__startswith name__startswith
124
124
  # @option opts [Integer] :offset The initial index from which to return the results.
125
125
  # @option opts [String] :ordering Which field to use when ordering the results.
126
+ # @option opts [String] :pulp_label_select pulp_label_select
126
127
  # @option opts [String] :fields A list of fields to include in the response.
127
128
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
128
129
  # @return [PaginatedcontainerContainerRepositoryResponseList]
@@ -34,7 +34,7 @@ describe 'RepositoriesContainerPushApi' do
34
34
 
35
35
  # unit tests for list
36
36
  # List container push repositorys
37
- # ViewSet for a container push repository. POST and DELETE are disallowed because a push repository is tightly coupled with a ContainerDistribution which handles it automatically. Created - during push operation, removed - with ContainerDistribution removal
37
+ # ViewSet for a container push repository. POST and DELETE are disallowed because a push repository is tightly coupled with a ContainerDistribution which handles it automatically. Created - during push operation, removed - with ContainerDistribution removal.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
40
  # @option opts [String] :name name
@@ -44,6 +44,7 @@ describe 'RepositoriesContainerPushApi' do
44
44
  # @option opts [String] :name__startswith name__startswith
45
45
  # @option opts [Integer] :offset The initial index from which to return the results.
46
46
  # @option opts [String] :ordering Which field to use when ordering the results.
47
+ # @option opts [String] :pulp_label_select pulp_label_select
47
48
  # @option opts [String] :fields A list of fields to include in the response.
48
49
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
49
50
  # @return [PaginatedcontainerContainerPushRepositoryResponseList]
@@ -55,7 +56,7 @@ describe 'RepositoriesContainerPushApi' do
55
56
 
56
57
  # unit tests for read
57
58
  # Inspect a container push repository
58
- # ViewSet for a container push repository. POST and DELETE are disallowed because a push repository is tightly coupled with a ContainerDistribution which handles it automatically. Created - during push operation, removed - with ContainerDistribution removal
59
+ # ViewSet for a container push repository. POST and DELETE are disallowed because a push repository is tightly coupled with a ContainerDistribution which handles it automatically. Created - during push operation, removed - with ContainerDistribution removal.
59
60
  # @param container_container_push_repository_href
60
61
  # @param [Hash] opts the optional parameters
61
62
  # @option opts [String] :fields A list of fields to include in the response.
@@ -67,4 +68,30 @@ describe 'RepositoriesContainerPushApi' do
67
68
  end
68
69
  end
69
70
 
71
+ # unit tests for tag
72
+ # Create a Tag
73
+ # Trigger an asynchronous task to tag an image in the repository
74
+ # @param container_container_push_repository_href
75
+ # @param tag_image
76
+ # @param [Hash] opts the optional parameters
77
+ # @return [AsyncOperationResponse]
78
+ describe 'tag test' do
79
+ it 'should work' do
80
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
81
+ end
82
+ end
83
+
84
+ # unit tests for untag
85
+ # Delete a tag
86
+ # Trigger an asynchronous task to untag an image in the repository
87
+ # @param container_container_push_repository_href
88
+ # @param un_tag_image
89
+ # @param [Hash] opts the optional parameters
90
+ # @return [AsyncOperationResponse]
91
+ describe 'untag test' do
92
+ it 'should work' do
93
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
94
+ end
95
+ end
96
+
70
97
  end
@@ -58,7 +58,7 @@ describe 'RepositoriesContainerVersionsApi' do
58
58
 
59
59
  # unit tests for list
60
60
  # List repository versions
61
- # ContainerPushRepositoryVersion represents a single container push repository version.
61
+ # ContainerPushRepositoryVersion represents a single container push repository version. Repository versions of a push repository are not allowed to be deleted. Versioning of such repositories, as well as creation/removal, happens automatically without explicit user actions. Users could make a repository not functional by accident if allowed to delete repository versions.
62
62
  # @param container_container_push_repository_href
63
63
  # @param [Hash] opts the optional parameters
64
64
  # @option opts [String] :content content
@@ -120,7 +120,7 @@ describe 'RepositoriesContainerVersionsApi' do
120
120
 
121
121
  # unit tests for read
122
122
  # Inspect a repository version
123
- # ContainerPushRepositoryVersion represents a single container push repository version.
123
+ # ContainerPushRepositoryVersion represents a single container push repository version. Repository versions of a push repository are not allowed to be deleted. Versioning of such repositories, as well as creation/removal, happens automatically without explicit user actions. Users could make a repository not functional by accident if allowed to delete repository versions.
124
124
  # @param container_container_push_repository_version_href
125
125
  # @param [Hash] opts the optional parameters
126
126
  # @option opts [String] :fields A list of fields to include in the response.
@@ -32,25 +32,25 @@ describe 'ContainerContainerDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_created"' do
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 "base_path"' do
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 "pulp_labels"' do
47
+ describe 'test attribute "repository"' 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 "repository"' do
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
@@ -62,19 +62,19 @@ describe 'ContainerContainerDistributionResponse' do
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "repository_version"' do
65
+ describe 'test attribute "content_guard"' 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 "content_guard"' do
71
+ describe 'test attribute "pulp_created"' 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 "name"' do
77
+ describe 'test attribute "repository_version"' 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
@@ -92,4 +92,16 @@ describe 'ContainerContainerDistributionResponse' do
92
92
  end
93
93
  end
94
94
 
95
+ describe 'test attribute "private"' do
96
+ it 'should work' do
97
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
+ end
99
+ end
100
+
101
+ describe 'test attribute "description"' do
102
+ it 'should work' do
103
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
+ end
105
+ end
106
+
95
107
  end
@@ -32,7 +32,7 @@ describe 'ContainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "base_path"' do
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
@@ -50,7 +50,7 @@ describe 'ContainerContainerDistribution' do
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "repository_version"' do
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
@@ -62,7 +62,19 @@ describe 'ContainerContainerDistribution' do
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "name"' do
65
+ describe 'test attribute "repository_version"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
71
+ describe 'test attribute "private"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
77
+ describe 'test attribute "description"' do
66
78
  it 'should work' do
67
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
80
  end
@@ -32,7 +32,7 @@ describe 'PatchedcontainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "base_path"' do
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
@@ -50,7 +50,7 @@ describe 'PatchedcontainerContainerDistribution' do
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "repository_version"' do
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
@@ -62,7 +62,19 @@ describe 'PatchedcontainerContainerDistribution' do
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "name"' do
65
+ describe 'test attribute "repository_version"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
71
+ describe 'test attribute "private"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
77
+ describe 'test attribute "description"' do
66
78
  it 'should work' do
67
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
80
  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.3.0.dev01611890753
4
+ version: 2.3.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: 2021-01-29 00:00:00.000000000 Z
11
+ date: 2021-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -90,11 +90,11 @@ files:
90
90
  - docs/ContainerManifestResponse.md
91
91
  - docs/ContainerTagResponse.md
92
92
  - docs/ContentBlobsApi.md
93
+ - docs/ContentGuardsContentRedirectApi.md
93
94
  - docs/ContentManifestsApi.md
94
95
  - docs/ContentSummary.md
95
96
  - docs/ContentSummaryResponse.md
96
97
  - docs/ContentTagsApi.md
97
- - docs/ContentguardsContentRedirectApi.md
98
98
  - docs/DistributionsContainerApi.md
99
99
  - docs/ManifestCopy.md
100
100
  - docs/OCIBuildImage.md
@@ -129,9 +129,9 @@ files:
129
129
  - git_push.sh
130
130
  - lib/pulp_container_client.rb
131
131
  - lib/pulp_container_client/api/content_blobs_api.rb
132
+ - lib/pulp_container_client/api/content_guards_content_redirect_api.rb
132
133
  - lib/pulp_container_client/api/content_manifests_api.rb
133
134
  - lib/pulp_container_client/api/content_tags_api.rb
134
- - lib/pulp_container_client/api/contentguards_content_redirect_api.rb
135
135
  - lib/pulp_container_client/api/distributions_container_api.rb
136
136
  - lib/pulp_container_client/api/pulp_container_namespaces_api.rb
137
137
  - lib/pulp_container_client/api/remotes_container_api.rb
@@ -186,9 +186,9 @@ files:
186
186
  - lib/pulp_container_client/version.rb
187
187
  - pulp_container_client.gemspec
188
188
  - spec/api/content_blobs_api_spec.rb
189
+ - spec/api/content_guards_content_redirect_api_spec.rb
189
190
  - spec/api/content_manifests_api_spec.rb
190
191
  - spec/api/content_tags_api_spec.rb
191
- - spec/api/contentguards_content_redirect_api_spec.rb
192
192
  - spec/api/distributions_container_api_spec.rb
193
193
  - spec/api/pulp_container_namespaces_api_spec.rb
194
194
  - spec/api/remotes_container_api_spec.rb
@@ -255,67 +255,67 @@ required_ruby_version: !ruby/object:Gem::Requirement
255
255
  version: '1.9'
256
256
  required_rubygems_version: !ruby/object:Gem::Requirement
257
257
  requirements:
258
- - - ">"
258
+ - - ">="
259
259
  - !ruby/object:Gem::Version
260
- version: 1.3.1
260
+ version: '0'
261
261
  requirements: []
262
262
  rubygems_version: 3.0.3
263
263
  signing_key:
264
264
  specification_version: 4
265
265
  summary: Pulp 3 API Ruby Gem
266
266
  test_files:
267
- - spec/api/content_tags_api_spec.rb
268
- - spec/api/repositories_container_versions_api_spec.rb
269
- - spec/api/remotes_container_api_spec.rb
267
+ - spec/api/pulp_container_namespaces_api_spec.rb
270
268
  - spec/api/content_blobs_api_spec.rb
269
+ - spec/api/repositories_container_versions_api_spec.rb
271
270
  - spec/api/repositories_container_api_spec.rb
272
- - spec/api/contentguards_content_redirect_api_spec.rb
273
- - spec/api/content_manifests_api_spec.rb
274
- - spec/api/pulp_container_namespaces_api_spec.rb
275
- - spec/api/token_api_spec.rb
276
271
  - spec/api/repositories_container_push_api_spec.rb
272
+ - spec/api/content_guards_content_redirect_api_spec.rb
273
+ - spec/api/content_manifests_api_spec.rb
274
+ - spec/api/content_tags_api_spec.rb
275
+ - spec/api/remotes_container_api_spec.rb
277
276
  - spec/api/distributions_container_api_spec.rb
277
+ - spec/api/token_api_spec.rb
278
278
  - spec/api_client_spec.rb
279
279
  - spec/configuration_spec.rb
280
+ - spec/models/un_tag_image_spec.rb
281
+ - spec/models/container_content_redirect_content_guard_spec.rb
282
+ - spec/models/patchedcontainer_container_repository_spec.rb
283
+ - spec/models/repository_version_spec.rb
284
+ - spec/models/repository_version_response_spec.rb
285
+ - spec/models/async_operation_response_spec.rb
286
+ - spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
287
+ - spec/models/content_summary_response_spec.rb
288
+ - spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
289
+ - spec/models/paginated_repository_version_response_list_spec.rb
290
+ - spec/models/content_summary_spec.rb
291
+ - spec/models/policy_enum_spec.rb
280
292
  - spec/models/tag_copy_spec.rb
281
- - spec/models/repository_sync_url_spec.rb
282
- - spec/models/manifest_copy_spec.rb
293
+ - spec/models/container_container_repository_spec.rb
283
294
  - spec/models/container_container_repository_response_spec.rb
284
- - spec/models/patchedcontainer_container_remote_spec.rb
285
- - spec/models/policy_enum_spec.rb
286
295
  - spec/models/container_tag_response_spec.rb
287
- - spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
296
+ - spec/models/patchedcontainer_container_remote_spec.rb
297
+ - spec/models/container_container_distribution_response_spec.rb
298
+ - spec/models/container_container_namespace_response_spec.rb
299
+ - spec/models/oci_build_image_spec.rb
300
+ - spec/models/patchedcontainer_content_redirect_content_guard_spec.rb
301
+ - spec/models/recursive_manage_spec.rb
302
+ - spec/models/paginatedcontainer_tag_response_list_spec.rb
303
+ - spec/models/paginatedcontainer_content_redirect_content_guard_response_list_spec.rb
304
+ - spec/models/paginatedcontainer_blob_response_list_spec.rb
305
+ - spec/models/container_container_remote_response_spec.rb
306
+ - spec/models/container_container_remote_spec.rb
288
307
  - spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
308
+ - spec/models/container_content_redirect_content_guard_response_spec.rb
309
+ - spec/models/repository_sync_url_spec.rb
310
+ - spec/models/paginatedcontainer_container_remote_response_list_spec.rb
311
+ - spec/models/container_manifest_response_spec.rb
289
312
  - spec/models/patchedcontainer_container_distribution_spec.rb
290
- - spec/models/paginatedcontainer_manifest_response_list_spec.rb
291
- - spec/models/container_container_remote_response_spec.rb
292
- - spec/models/paginatedcontainer_blob_response_list_spec.rb
293
- - spec/models/tag_image_spec.rb
294
- - spec/models/paginatedcontainer_content_redirect_content_guard_response_list_spec.rb
295
313
  - spec/models/container_container_namespace_spec.rb
296
- - spec/models/container_manifest_response_spec.rb
297
- - spec/models/repository_version_response_spec.rb
298
- - spec/models/paginatedcontainer_container_remote_response_list_spec.rb
299
- - spec/models/container_content_redirect_content_guard_spec.rb
300
- - spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
314
+ - spec/models/container_blob_response_spec.rb
315
+ - spec/models/tag_image_spec.rb
301
316
  - spec/models/container_container_push_repository_response_spec.rb
302
- - spec/models/container_container_repository_spec.rb
303
- - spec/models/async_operation_response_spec.rb
304
- - spec/models/recursive_manage_spec.rb
305
- - spec/models/container_container_distribution_response_spec.rb
306
- - spec/models/paginatedcontainer_tag_response_list_spec.rb
307
- - spec/models/content_summary_response_spec.rb
308
- - spec/models/paginatedcontainer_container_repository_response_list_spec.rb
317
+ - spec/models/paginatedcontainer_manifest_response_list_spec.rb
309
318
  - spec/models/container_container_distribution_spec.rb
310
- - spec/models/patchedcontainer_content_redirect_content_guard_spec.rb
311
- - spec/models/container_content_redirect_content_guard_response_spec.rb
312
- - spec/models/container_container_remote_spec.rb
313
- - spec/models/container_blob_response_spec.rb
314
- - spec/models/paginated_repository_version_response_list_spec.rb
315
- - spec/models/content_summary_spec.rb
316
- - spec/models/repository_version_spec.rb
317
- - spec/models/un_tag_image_spec.rb
318
- - spec/models/patchedcontainer_container_repository_spec.rb
319
- - spec/models/oci_build_image_spec.rb
320
- - spec/models/container_container_namespace_response_spec.rb
319
+ - spec/models/manifest_copy_spec.rb
320
+ - spec/models/paginatedcontainer_container_repository_response_list_spec.rb
321
321
  - spec/spec_helper.rb