pulp_container_client 2.1.3 → 2.2.0.post0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (154) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +20 -13
  4. data/docs/ContainerContainerDistribution.md +7 -7
  5. data/docs/ContainerContainerDistributionResponse.md +9 -7
  6. data/docs/ContainerContainerNamespace.md +17 -0
  7. data/docs/ContainerContainerNamespaceResponse.md +21 -0
  8. data/docs/ContainerContainerRemote.md +8 -0
  9. data/docs/ContainerContainerRemoteResponse.md +8 -0
  10. data/docs/ContentBlobsApi.md +2 -2
  11. data/docs/ContentManifestsApi.md +2 -2
  12. data/docs/ContentTagsApi.md +2 -2
  13. data/docs/ContentguardsContentRedirectApi.md +2 -2
  14. data/docs/DistributionsContainerApi.md +4 -2
  15. data/docs/ManifestCopy.md +1 -1
  16. data/docs/{InlineResponse2008.md → PaginatedRepositoryVersionResponseList.md} +4 -4
  17. data/docs/{InlineResponse200.md → PaginatedcontainerBlobResponseList.md} +4 -4
  18. data/docs/{InlineResponse2004.md → PaginatedcontainerContainerDistributionResponseList.md} +4 -4
  19. data/docs/PaginatedcontainerContainerNamespaceResponseList.md +23 -0
  20. data/docs/{InlineResponse2007.md → PaginatedcontainerContainerPushRepositoryResponseList.md} +4 -4
  21. data/docs/{InlineResponse2005.md → PaginatedcontainerContainerRemoteResponseList.md} +4 -4
  22. data/docs/{InlineResponse2006.md → PaginatedcontainerContainerRepositoryResponseList.md} +4 -4
  23. data/docs/{InlineResponse2003.md → PaginatedcontainerContentRedirectContentGuardResponseList.md} +4 -4
  24. data/docs/{InlineResponse2001.md → PaginatedcontainerManifestResponseList.md} +4 -4
  25. data/docs/{InlineResponse2002.md → PaginatedcontainerTagResponseList.md} +4 -4
  26. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  27. data/docs/PatchedcontainerContainerRemote.md +8 -0
  28. data/docs/PulpContainerNamespacesApi.md +239 -0
  29. data/docs/RecursiveManage.md +1 -1
  30. data/docs/RemotesContainerApi.md +2 -2
  31. data/docs/RepositoriesContainerApi.md +2 -2
  32. data/docs/RepositoriesContainerPushApi.md +2 -2
  33. data/docs/RepositoriesContainerVersionsApi.md +8 -8
  34. data/docs/TagCopy.md +1 -1
  35. data/lib/pulp_container_client/api/content_blobs_api.rb +4 -4
  36. data/lib/pulp_container_client/api/content_manifests_api.rb +4 -4
  37. data/lib/pulp_container_client/api/content_tags_api.rb +4 -4
  38. data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +4 -4
  39. data/lib/pulp_container_client/api/distributions_container_api.rb +7 -4
  40. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +285 -0
  41. data/lib/pulp_container_client/api/remotes_container_api.rb +4 -4
  42. data/lib/pulp_container_client/api/repositories_container_api.rb +4 -4
  43. data/lib/pulp_container_client/api/repositories_container_push_api.rb +4 -4
  44. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +15 -15
  45. data/lib/pulp_container_client/api/token_api.rb +1 -1
  46. data/lib/pulp_container_client/api_client.rb +12 -13
  47. data/lib/pulp_container_client/api_error.rb +1 -1
  48. data/lib/pulp_container_client/configuration.rb +1 -9
  49. data/lib/pulp_container_client/models/async_operation_response.rb +1 -1
  50. data/lib/pulp_container_client/models/container_blob_response.rb +1 -1
  51. data/lib/pulp_container_client/models/container_container_distribution.rb +31 -31
  52. data/lib/pulp_container_client/models/container_container_distribution_response.rb +42 -32
  53. data/lib/pulp_container_client/models/container_container_namespace.rb +231 -0
  54. data/lib/pulp_container_client/models/container_container_namespace_response.rb +250 -0
  55. data/lib/pulp_container_client/models/container_container_push_repository.rb +1 -1
  56. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +1 -1
  57. data/lib/pulp_container_client/models/container_container_remote.rb +106 -2
  58. data/lib/pulp_container_client/models/container_container_remote_response.rb +106 -2
  59. data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
  60. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
  61. data/lib/pulp_container_client/models/container_content_redirect_content_guard.rb +1 -1
  62. data/lib/pulp_container_client/models/container_content_redirect_content_guard_response.rb +1 -1
  63. data/lib/pulp_container_client/models/container_manifest_response.rb +1 -1
  64. data/lib/pulp_container_client/models/container_tag_response.rb +1 -1
  65. data/lib/pulp_container_client/models/content_summary.rb +1 -1
  66. data/lib/pulp_container_client/models/content_summary_response.rb +1 -1
  67. data/lib/pulp_container_client/models/manifest_copy.rb +2 -2
  68. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  69. data/lib/pulp_container_client/models/{inline_response2008.rb → paginated_repository_version_response_list.rb} +4 -4
  70. data/lib/pulp_container_client/models/{inline_response200.rb → paginatedcontainer_blob_response_list.rb} +4 -4
  71. data/lib/pulp_container_client/models/{inline_response2004.rb → paginatedcontainer_container_distribution_response_list.rb} +4 -4
  72. data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +237 -0
  73. data/lib/pulp_container_client/models/{inline_response2007.rb → paginatedcontainer_container_push_repository_response_list.rb} +4 -4
  74. data/lib/pulp_container_client/models/{inline_response2005.rb → paginatedcontainer_container_remote_response_list.rb} +4 -4
  75. data/lib/pulp_container_client/models/{inline_response2006.rb → paginatedcontainer_container_repository_response_list.rb} +4 -4
  76. data/lib/pulp_container_client/models/{inline_response2003.rb → paginatedcontainer_content_redirect_content_guard_response_list.rb} +4 -4
  77. data/lib/pulp_container_client/models/{inline_response2001.rb → paginatedcontainer_manifest_response_list.rb} +4 -4
  78. data/lib/pulp_container_client/models/{inline_response2002.rb → paginatedcontainer_tag_response_list.rb} +4 -4
  79. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +31 -31
  80. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +106 -2
  81. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
  82. data/lib/pulp_container_client/models/patchedcontainer_content_redirect_content_guard.rb +1 -1
  83. data/lib/pulp_container_client/models/policy_enum.rb +1 -1
  84. data/lib/pulp_container_client/models/recursive_manage.rb +2 -2
  85. data/lib/pulp_container_client/models/repository_sync_url.rb +1 -1
  86. data/lib/pulp_container_client/models/repository_version.rb +1 -1
  87. data/lib/pulp_container_client/models/repository_version_response.rb +1 -1
  88. data/lib/pulp_container_client/models/tag_copy.rb +2 -2
  89. data/lib/pulp_container_client/models/tag_image.rb +22 -1
  90. data/lib/pulp_container_client/models/un_tag_image.rb +22 -1
  91. data/lib/pulp_container_client/version.rb +2 -2
  92. data/lib/pulp_container_client.rb +14 -10
  93. data/pulp_container_client.gemspec +2 -2
  94. data/spec/api/content_blobs_api_spec.rb +2 -2
  95. data/spec/api/content_manifests_api_spec.rb +2 -2
  96. data/spec/api/content_tags_api_spec.rb +2 -2
  97. data/spec/api/contentguards_content_redirect_api_spec.rb +2 -2
  98. data/spec/api/distributions_container_api_spec.rb +3 -2
  99. data/spec/api/pulp_container_namespaces_api_spec.rb +89 -0
  100. data/spec/api/remotes_container_api_spec.rb +2 -2
  101. data/spec/api/repositories_container_api_spec.rb +2 -2
  102. data/spec/api/repositories_container_push_api_spec.rb +2 -2
  103. data/spec/api/repositories_container_versions_api_spec.rb +7 -7
  104. data/spec/api/token_api_spec.rb +1 -1
  105. data/spec/api_client_spec.rb +2 -2
  106. data/spec/configuration_spec.rb +1 -1
  107. data/spec/models/async_operation_response_spec.rb +1 -1
  108. data/spec/models/container_blob_response_spec.rb +1 -1
  109. data/spec/models/container_container_distribution_response_spec.rb +13 -7
  110. data/spec/models/container_container_distribution_spec.rb +5 -5
  111. data/spec/models/{inline_response200_spec.rb → container_container_namespace_response_spec.rb} +10 -16
  112. data/spec/models/container_container_namespace_spec.rb +41 -0
  113. data/spec/models/container_container_push_repository_response_spec.rb +1 -1
  114. data/spec/models/container_container_push_repository_spec.rb +1 -1
  115. data/spec/models/container_container_remote_response_spec.rb +25 -1
  116. data/spec/models/container_container_remote_spec.rb +25 -1
  117. data/spec/models/container_container_repository_response_spec.rb +1 -1
  118. data/spec/models/container_container_repository_spec.rb +1 -1
  119. data/spec/models/container_content_redirect_content_guard_response_spec.rb +1 -1
  120. data/spec/models/container_content_redirect_content_guard_spec.rb +1 -1
  121. data/spec/models/container_manifest_response_spec.rb +1 -1
  122. data/spec/models/container_tag_response_spec.rb +1 -1
  123. data/spec/models/content_summary_response_spec.rb +1 -1
  124. data/spec/models/content_summary_spec.rb +1 -1
  125. data/spec/models/manifest_copy_spec.rb +1 -1
  126. data/spec/models/oci_build_image_spec.rb +1 -1
  127. data/spec/models/{inline_response2003_spec.rb → paginated_repository_version_response_list_spec.rb} +7 -7
  128. data/spec/models/{inline_response2002_spec.rb → paginatedcontainer_blob_response_list_spec.rb} +7 -7
  129. data/spec/models/paginatedcontainer_container_distribution_response_list_spec.rb +59 -0
  130. data/spec/models/paginatedcontainer_container_namespace_response_list_spec.rb +59 -0
  131. data/spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb +59 -0
  132. data/spec/models/paginatedcontainer_container_remote_response_list_spec.rb +59 -0
  133. data/spec/models/paginatedcontainer_container_repository_response_list_spec.rb +59 -0
  134. data/spec/models/paginatedcontainer_content_redirect_content_guard_response_list_spec.rb +59 -0
  135. data/spec/models/{inline_response2004_spec.rb → paginatedcontainer_manifest_response_list_spec.rb} +7 -7
  136. data/spec/models/{inline_response2001_spec.rb → paginatedcontainer_tag_response_list_spec.rb} +7 -7
  137. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  138. data/spec/models/patchedcontainer_container_remote_spec.rb +25 -1
  139. data/spec/models/patchedcontainer_container_repository_spec.rb +1 -1
  140. data/spec/models/patchedcontainer_content_redirect_content_guard_spec.rb +1 -1
  141. data/spec/models/policy_enum_spec.rb +1 -1
  142. data/spec/models/recursive_manage_spec.rb +1 -1
  143. data/spec/models/repository_sync_url_spec.rb +1 -1
  144. data/spec/models/repository_version_response_spec.rb +1 -1
  145. data/spec/models/repository_version_spec.rb +1 -1
  146. data/spec/models/tag_copy_spec.rb +1 -1
  147. data/spec/models/tag_image_spec.rb +1 -1
  148. data/spec/models/un_tag_image_spec.rb +1 -1
  149. data/spec/spec_helper.rb +1 -1
  150. metadata +87 -77
  151. data/spec/models/inline_response2005_spec.rb +0 -59
  152. data/spec/models/inline_response2006_spec.rb +0 -59
  153. data/spec/models/inline_response2007_spec.rb +0 -59
  154. data/spec/models/inline_response2008_spec.rb +0 -59
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpContainerClient::InlineResponse2003
17
+ # Unit tests for PulpContainerClient::PaginatedRepositoryVersionResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse2003' do
20
+ describe 'PaginatedRepositoryVersionResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpContainerClient::InlineResponse2003.new
23
+ @instance = PulpContainerClient::PaginatedRepositoryVersionResponseList.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of InlineResponse2003' do
31
- it 'should create an instance of InlineResponse2003' do
32
- expect(@instance).to be_instance_of(PulpContainerClient::InlineResponse2003)
30
+ describe 'test an instance of PaginatedRepositoryVersionResponseList' do
31
+ it 'should create an instance of PaginatedRepositoryVersionResponseList' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::PaginatedRepositoryVersionResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpContainerClient::InlineResponse2002
17
+ # Unit tests for PulpContainerClient::PaginatedcontainerBlobResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse2002' do
20
+ describe 'PaginatedcontainerBlobResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpContainerClient::InlineResponse2002.new
23
+ @instance = PulpContainerClient::PaginatedcontainerBlobResponseList.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of InlineResponse2002' do
31
- it 'should create an instance of InlineResponse2002' do
32
- expect(@instance).to be_instance_of(PulpContainerClient::InlineResponse2002)
30
+ describe 'test an instance of PaginatedcontainerBlobResponseList' do
31
+ it 'should create an instance of PaginatedcontainerBlobResponseList' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerBlobResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -0,0 +1,59 @@
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.2.3
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpContainerClient::PaginatedcontainerContainerDistributionResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedcontainerContainerDistributionResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpContainerClient::PaginatedcontainerContainerDistributionResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedcontainerContainerDistributionResponseList' do
31
+ it 'should create an instance of PaginatedcontainerContainerDistributionResponseList' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerContainerDistributionResponseList)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' 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 "_next"' 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
+ describe 'test attribute "previous"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "results"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -0,0 +1,59 @@
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.2.3
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpContainerClient::PaginatedcontainerContainerNamespaceResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedcontainerContainerNamespaceResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpContainerClient::PaginatedcontainerContainerNamespaceResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedcontainerContainerNamespaceResponseList' do
31
+ it 'should create an instance of PaginatedcontainerContainerNamespaceResponseList' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerContainerNamespaceResponseList)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' 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 "_next"' 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
+ describe 'test attribute "previous"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "results"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -0,0 +1,59 @@
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.2.3
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpContainerClient::PaginatedcontainerContainerPushRepositoryResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedcontainerContainerPushRepositoryResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpContainerClient::PaginatedcontainerContainerPushRepositoryResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedcontainerContainerPushRepositoryResponseList' do
31
+ it 'should create an instance of PaginatedcontainerContainerPushRepositoryResponseList' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerContainerPushRepositoryResponseList)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' 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 "_next"' 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
+ describe 'test attribute "previous"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "results"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -0,0 +1,59 @@
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.2.3
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpContainerClient::PaginatedcontainerContainerRemoteResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedcontainerContainerRemoteResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpContainerClient::PaginatedcontainerContainerRemoteResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedcontainerContainerRemoteResponseList' do
31
+ it 'should create an instance of PaginatedcontainerContainerRemoteResponseList' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerContainerRemoteResponseList)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' 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 "_next"' 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
+ describe 'test attribute "previous"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "results"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -0,0 +1,59 @@
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.2.3
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpContainerClient::PaginatedcontainerContainerRepositoryResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedcontainerContainerRepositoryResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpContainerClient::PaginatedcontainerContainerRepositoryResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedcontainerContainerRepositoryResponseList' do
31
+ it 'should create an instance of PaginatedcontainerContainerRepositoryResponseList' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerContainerRepositoryResponseList)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' 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 "_next"' 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
+ describe 'test attribute "previous"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "results"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -0,0 +1,59 @@
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.2.3
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpContainerClient::PaginatedcontainerContentRedirectContentGuardResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedcontainerContentRedirectContentGuardResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpContainerClient::PaginatedcontainerContentRedirectContentGuardResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedcontainerContentRedirectContentGuardResponseList' do
31
+ it 'should create an instance of PaginatedcontainerContentRedirectContentGuardResponseList' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerContentRedirectContentGuardResponseList)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' 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 "_next"' 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
+ describe 'test attribute "previous"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "results"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpContainerClient::InlineResponse2004
17
+ # Unit tests for PulpContainerClient::PaginatedcontainerManifestResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse2004' do
20
+ describe 'PaginatedcontainerManifestResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpContainerClient::InlineResponse2004.new
23
+ @instance = PulpContainerClient::PaginatedcontainerManifestResponseList.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of InlineResponse2004' do
31
- it 'should create an instance of InlineResponse2004' do
32
- expect(@instance).to be_instance_of(PulpContainerClient::InlineResponse2004)
30
+ describe 'test an instance of PaginatedcontainerManifestResponseList' do
31
+ it 'should create an instance of PaginatedcontainerManifestResponseList' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerManifestResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpContainerClient::InlineResponse2001
17
+ # Unit tests for PulpContainerClient::PaginatedcontainerTagResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse2001' do
20
+ describe 'PaginatedcontainerTagResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpContainerClient::InlineResponse2001.new
23
+ @instance = PulpContainerClient::PaginatedcontainerTagResponseList.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of InlineResponse2001' do
31
- it 'should create an instance of InlineResponse2001' do
32
- expect(@instance).to be_instance_of(PulpContainerClient::InlineResponse2001)
30
+ describe 'test an instance of PaginatedcontainerTagResponseList' do
31
+ it 'should create an instance of PaginatedcontainerTagResponseList' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::PaginatedcontainerTagResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -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 "content_guard"' do
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
@@ -44,19 +44,19 @@ describe 'PatchedcontainerContainerDistribution' do
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "repository"' do
47
+ describe 'test attribute "name"' 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 "base_path"' do
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 "name"' do
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
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -98,6 +98,30 @@ describe 'PatchedcontainerContainerRemote' do
98
98
  end
99
99
  end
100
100
 
101
+ describe 'test attribute "total_timeout"' 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
+
107
+ describe 'test attribute "connect_timeout"' do
108
+ it 'should work' do
109
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
+ end
111
+ end
112
+
113
+ describe 'test attribute "sock_connect_timeout"' do
114
+ it 'should work' do
115
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
116
+ end
117
+ end
118
+
119
+ describe 'test attribute "sock_read_timeout"' do
120
+ it 'should work' do
121
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
122
+ end
123
+ end
124
+
101
125
  describe 'test attribute "upstream_name"' do
102
126
  it 'should work' do
103
127
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12