pulp_container_client 2.19.8 → 2.20.0

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 (151) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -8
  3. data/docs/ContainerBlobResponse.md +0 -2
  4. data/docs/ContainerContainerDistribution.md +4 -4
  5. data/docs/ContainerContainerDistributionResponse.md +9 -11
  6. data/docs/ContainerContainerNamespaceResponse.md +0 -2
  7. data/docs/ContainerContainerPullThroughDistribution.md +4 -4
  8. data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -11
  9. data/docs/ContainerContainerPullThroughRemote.md +1 -1
  10. data/docs/ContainerContainerPullThroughRemoteResponse.md +3 -3
  11. data/docs/ContainerContainerPullThroughRemoteResponseHiddenFields.md +2 -2
  12. data/docs/ContainerContainerPushRepository.md +7 -7
  13. data/docs/ContainerContainerPushRepositoryResponse.md +9 -11
  14. data/docs/ContainerContainerRemote.md +1 -1
  15. data/docs/ContainerContainerRemoteResponse.md +3 -3
  16. data/docs/ContainerContainerRepositoryResponse.md +0 -2
  17. data/docs/ContainerManifestResponse.md +2 -6
  18. data/docs/ContainerManifestSignatureResponse.md +0 -2
  19. data/docs/ContainerTagResponse.md +0 -2
  20. data/docs/ContentBlobsApi.md +1 -5
  21. data/docs/ContentManifestsApi.md +3 -7
  22. data/docs/ContentSignaturesApi.md +1 -5
  23. data/docs/ContentTagsApi.md +1 -5
  24. data/docs/DistributionsContainerApi.md +17 -57
  25. data/docs/DistributionsPullThroughApi.md +17 -57
  26. data/docs/IndexDynamicApi.md +50 -0
  27. data/docs/IndexStaticApi.md +50 -0
  28. data/docs/OCIBuildImage.md +1 -1
  29. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  30. data/docs/PaginatedcontainerBlobResponseList.md +2 -2
  31. data/docs/PaginatedcontainerContainerDistributionResponseList.md +2 -2
  32. data/docs/PaginatedcontainerContainerNamespaceResponseList.md +2 -2
  33. data/docs/PaginatedcontainerContainerPullThroughDistributionResponseList.md +2 -2
  34. data/docs/PaginatedcontainerContainerPullThroughRemoteResponseList.md +2 -2
  35. data/docs/PaginatedcontainerContainerPushRepositoryResponseList.md +2 -2
  36. data/docs/PaginatedcontainerContainerRemoteResponseList.md +2 -2
  37. data/docs/PaginatedcontainerContainerRepositoryResponseList.md +2 -2
  38. data/docs/PaginatedcontainerManifestResponseList.md +2 -2
  39. data/docs/PaginatedcontainerManifestSignatureResponseList.md +2 -2
  40. data/docs/PaginatedcontainerTagResponseList.md +2 -2
  41. data/docs/PatchedcontainerContainerDistribution.md +4 -4
  42. data/docs/PatchedcontainerContainerPullThroughDistribution.md +4 -4
  43. data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
  44. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  45. data/docs/PatchedcontainerContainerRemote.md +1 -1
  46. data/docs/{Policy692Enum.md → Policy762Enum.md} +2 -2
  47. data/docs/{Policy7e0Enum.md → Policy8e2Enum.md} +2 -2
  48. data/docs/PulpContainerNamespacesApi.md +9 -33
  49. data/docs/RemotesContainerApi.md +17 -57
  50. data/docs/RemotesPullThroughApi.md +17 -57
  51. data/docs/RepositoriesContainerApi.md +35 -109
  52. data/docs/RepositoriesContainerPushApi.md +19 -63
  53. data/docs/RepositoriesContainerPushVersionsApi.md +5 -17
  54. data/docs/RepositoriesContainerVersionsApi.md +5 -17
  55. data/docs/RepositoryVersionResponse.md +0 -2
  56. data/docs/TokenApi.md +4 -14
  57. data/lib/pulp_container_client/api/content_blobs_api.rb +0 -6
  58. data/lib/pulp_container_client/api/content_manifests_api.rb +3 -9
  59. data/lib/pulp_container_client/api/content_signatures_api.rb +0 -6
  60. data/lib/pulp_container_client/api/content_tags_api.rb +0 -6
  61. data/lib/pulp_container_client/api/distributions_container_api.rb +0 -36
  62. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +0 -36
  63. data/lib/pulp_container_client/api/index_dynamic_api.rb +74 -0
  64. data/lib/pulp_container_client/api/index_static_api.rb +74 -0
  65. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -24
  66. data/lib/pulp_container_client/api/remotes_container_api.rb +0 -36
  67. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +0 -36
  68. data/lib/pulp_container_client/api/repositories_container_api.rb +2 -65
  69. data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -39
  70. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +0 -12
  71. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +0 -12
  72. data/lib/pulp_container_client/api/token_api.rb +0 -9
  73. data/lib/pulp_container_client/configuration.rb +2 -2
  74. data/lib/pulp_container_client/models/container_blob_response.rb +1 -11
  75. data/lib/pulp_container_client/models/container_container_distribution.rb +21 -21
  76. data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -49
  77. data/lib/pulp_container_client/models/container_container_namespace_response.rb +1 -11
  78. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +21 -21
  79. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +39 -49
  80. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +1 -1
  81. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +12 -12
  82. data/lib/pulp_container_client/models/container_container_pull_through_remote_response_hidden_fields.rb +0 -10
  83. data/lib/pulp_container_client/models/container_container_push_repository.rb +48 -48
  84. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +41 -51
  85. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  86. data/lib/pulp_container_client/models/container_container_remote_response.rb +12 -12
  87. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -11
  88. data/lib/pulp_container_client/models/container_manifest_response.rb +3 -28
  89. data/lib/pulp_container_client/models/container_manifest_signature_response.rb +1 -11
  90. data/lib/pulp_container_client/models/container_tag_response.rb +1 -11
  91. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  92. data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +0 -10
  93. data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +0 -10
  94. data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +0 -10
  95. data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +0 -10
  96. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +0 -10
  97. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +0 -10
  98. data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +0 -10
  99. data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +0 -10
  100. data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +0 -10
  101. data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +0 -10
  102. data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +0 -10
  103. data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +0 -10
  104. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +21 -21
  105. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +21 -21
  106. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +1 -1
  107. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +48 -48
  108. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  109. data/lib/pulp_container_client/models/{policy692_enum.rb → policy762_enum.rb} +3 -3
  110. data/lib/pulp_container_client/models/{policy7e0_enum.rb → policy8e2_enum.rb} +3 -3
  111. data/lib/pulp_container_client/models/repository_version_response.rb +1 -11
  112. data/lib/pulp_container_client/version.rb +1 -1
  113. data/lib/pulp_container_client.rb +4 -2
  114. data/spec/api/content_blobs_api_spec.rb +0 -2
  115. data/spec/api/content_manifests_api_spec.rb +1 -3
  116. data/spec/api/content_signatures_api_spec.rb +0 -2
  117. data/spec/api/content_tags_api_spec.rb +0 -2
  118. data/spec/api/distributions_container_api_spec.rb +0 -12
  119. data/spec/api/distributions_pull_through_api_spec.rb +0 -12
  120. data/spec/api/index_dynamic_api_spec.rb +45 -0
  121. data/spec/api/index_static_api_spec.rb +45 -0
  122. data/spec/api/pulp_container_namespaces_api_spec.rb +0 -8
  123. data/spec/api/remotes_container_api_spec.rb +0 -12
  124. data/spec/api/remotes_pull_through_api_spec.rb +0 -12
  125. data/spec/api/repositories_container_api_spec.rb +1 -22
  126. data/spec/api/repositories_container_push_api_spec.rb +0 -13
  127. data/spec/api/repositories_container_push_versions_api_spec.rb +0 -4
  128. data/spec/api/repositories_container_versions_api_spec.rb +0 -4
  129. data/spec/api/token_api_spec.rb +0 -3
  130. data/spec/configuration_spec.rb +3 -3
  131. data/spec/models/container_blob_response_spec.rb +0 -6
  132. data/spec/models/container_container_distribution_response_spec.rb +7 -13
  133. data/spec/models/container_container_distribution_spec.rb +5 -5
  134. data/spec/models/container_container_namespace_response_spec.rb +0 -6
  135. data/spec/models/container_container_pull_through_distribution_response_spec.rb +7 -13
  136. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  137. data/spec/models/container_container_pull_through_remote_response_spec.rb +6 -6
  138. data/spec/models/container_container_push_repository_response_spec.rb +6 -12
  139. data/spec/models/container_container_push_repository_spec.rb +5 -5
  140. data/spec/models/container_container_remote_response_spec.rb +6 -6
  141. data/spec/models/container_container_repository_response_spec.rb +0 -6
  142. data/spec/models/container_manifest_response_spec.rb +0 -12
  143. data/spec/models/container_manifest_signature_response_spec.rb +0 -6
  144. data/spec/models/container_tag_response_spec.rb +0 -6
  145. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  146. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  147. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  148. data/spec/models/{policy692_enum_spec.rb → policy762_enum_spec.rb} +6 -6
  149. data/spec/models/{policy7e0_enum_spec.rb → policy8e2_enum_spec.rb} +6 -6
  150. data/spec/models/repository_version_response_spec.rb +0 -6
  151. metadata +88 -80
@@ -38,7 +38,6 @@ describe 'DistributionsPullThroughApi' do
38
38
  # @param container_container_pull_through_distribution_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
42
41
  # @return [NestedRoleResponse]
43
42
  describe 'add_role test' do
44
43
  it 'should work' do
@@ -51,7 +50,6 @@ describe 'DistributionsPullThroughApi' do
51
50
  # Trigger an asynchronous create task
52
51
  # @param container_container_pull_through_distribution
53
52
  # @param [Hash] opts the optional parameters
54
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
55
53
  # @return [AsyncOperationResponse]
56
54
  describe 'create test' do
57
55
  it 'should work' do
@@ -64,7 +62,6 @@ describe 'DistributionsPullThroughApi' do
64
62
  # Trigger an asynchronous delete task
65
63
  # @param container_container_pull_through_distribution_href
66
64
  # @param [Hash] opts the optional parameters
67
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
68
65
  # @return [AsyncOperationResponse]
69
66
  describe 'delete test' do
70
67
  it 'should work' do
@@ -76,7 +73,6 @@ describe 'DistributionsPullThroughApi' do
76
73
  # List container pull through distributions
77
74
  # A special pull-through Container Distribution that will reference distributions serving content.
78
75
  # @param [Hash] opts the optional parameters
79
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
80
76
  # @option opts [String] :base_path Filter results where base_path matches value
81
77
  # @option opts [String] :base_path__contains Filter results where base_path contains value
82
78
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
@@ -114,7 +110,6 @@ describe 'DistributionsPullThroughApi' do
114
110
  # List roles assigned to this object.
115
111
  # @param container_container_pull_through_distribution_href
116
112
  # @param [Hash] opts the optional parameters
117
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
118
113
  # @option opts [Array<String>] :fields A list of fields to include in the response.
119
114
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
120
115
  # @return [ObjectRolesResponse]
@@ -129,7 +124,6 @@ describe 'DistributionsPullThroughApi' do
129
124
  # List permissions available to the current user on this object.
130
125
  # @param container_container_pull_through_distribution_href
131
126
  # @param [Hash] opts the optional parameters
132
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
133
127
  # @option opts [Array<String>] :fields A list of fields to include in the response.
134
128
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
135
129
  # @return [MyPermissionsResponse]
@@ -145,7 +139,6 @@ describe 'DistributionsPullThroughApi' do
145
139
  # @param container_container_pull_through_distribution_href
146
140
  # @param patchedcontainer_container_pull_through_distribution
147
141
  # @param [Hash] opts the optional parameters
148
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
149
142
  # @return [AsyncOperationResponse]
150
143
  describe 'partial_update test' do
151
144
  it 'should work' do
@@ -158,7 +151,6 @@ describe 'DistributionsPullThroughApi' do
158
151
  # A special pull-through Container Distribution that will reference distributions serving content.
159
152
  # @param container_container_pull_through_distribution_href
160
153
  # @param [Hash] opts the optional parameters
161
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
162
154
  # @option opts [Array<String>] :fields A list of fields to include in the response.
163
155
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
164
156
  # @return [ContainerContainerPullThroughDistributionResponse]
@@ -174,7 +166,6 @@ describe 'DistributionsPullThroughApi' do
174
166
  # @param container_container_pull_through_distribution_href
175
167
  # @param nested_role
176
168
  # @param [Hash] opts the optional parameters
177
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
178
169
  # @return [NestedRoleResponse]
179
170
  describe 'remove_role test' do
180
171
  it 'should work' do
@@ -188,7 +179,6 @@ describe 'DistributionsPullThroughApi' do
188
179
  # @param container_container_pull_through_distribution_href
189
180
  # @param set_label
190
181
  # @param [Hash] opts the optional parameters
191
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
192
182
  # @return [SetLabelResponse]
193
183
  describe 'set_label test' do
194
184
  it 'should work' do
@@ -202,7 +192,6 @@ describe 'DistributionsPullThroughApi' do
202
192
  # @param container_container_pull_through_distribution_href
203
193
  # @param unset_label
204
194
  # @param [Hash] opts the optional parameters
205
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
206
195
  # @return [UnsetLabelResponse]
207
196
  describe 'unset_label test' do
208
197
  it 'should work' do
@@ -216,7 +205,6 @@ describe 'DistributionsPullThroughApi' do
216
205
  # @param container_container_pull_through_distribution_href
217
206
  # @param container_container_pull_through_distribution
218
207
  # @param [Hash] opts the optional parameters
219
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
220
208
  # @return [AsyncOperationResponse]
221
209
  describe 'update test' do
222
210
  it 'should work' do
@@ -0,0 +1,45 @@
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
+
16
+ # Unit tests for PulpContainerClient::IndexDynamicApi
17
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
+ # Please update as you see appropriate
19
+ describe 'IndexDynamicApi' do
20
+ before do
21
+ # run before each test
22
+ @api_instance = PulpContainerClient::IndexDynamicApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of IndexDynamicApi' do
30
+ it 'should create an instance of IndexDynamicApi' do
31
+ expect(@api_instance).to be_instance_of(PulpContainerClient::IndexDynamicApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for get
36
+ # Handles requests to the /index/dynamic endpoint
37
+ # @param [Hash] opts the optional parameters
38
+ # @return [nil]
39
+ describe 'get test' do
40
+ it 'should work' do
41
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ end
43
+ end
44
+
45
+ end
@@ -0,0 +1,45 @@
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
+
16
+ # Unit tests for PulpContainerClient::IndexStaticApi
17
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
+ # Please update as you see appropriate
19
+ describe 'IndexStaticApi' do
20
+ before do
21
+ # run before each test
22
+ @api_instance = PulpContainerClient::IndexStaticApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of IndexStaticApi' do
30
+ it 'should create an instance of IndexStaticApi' do
31
+ expect(@api_instance).to be_instance_of(PulpContainerClient::IndexStaticApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for get
36
+ # Handles requests to the /index/static endpoint
37
+ # @param [Hash] opts the optional parameters
38
+ # @return [nil]
39
+ describe 'get test' do
40
+ it 'should work' do
41
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ end
43
+ end
44
+
45
+ end
@@ -38,7 +38,6 @@ describe 'PulpContainerNamespacesApi' do
38
38
  # @param container_container_namespace_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
42
41
  # @return [NestedRoleResponse]
43
42
  describe 'add_role test' do
44
43
  it 'should work' do
@@ -51,7 +50,6 @@ describe 'PulpContainerNamespacesApi' do
51
50
  # ViewSet for ContainerNamespaces.
52
51
  # @param container_container_namespace
53
52
  # @param [Hash] opts the optional parameters
54
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
55
53
  # @return [ContainerContainerNamespaceResponse]
56
54
  describe 'create test' do
57
55
  it 'should work' do
@@ -64,7 +62,6 @@ describe 'PulpContainerNamespacesApi' do
64
62
  # Trigger an asynchronous delete task
65
63
  # @param container_container_namespace_href
66
64
  # @param [Hash] opts the optional parameters
67
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
68
65
  # @return [AsyncOperationResponse]
69
66
  describe 'delete test' do
70
67
  it 'should work' do
@@ -76,7 +73,6 @@ describe 'PulpContainerNamespacesApi' do
76
73
  # List container namespaces
77
74
  # ViewSet for ContainerNamespaces.
78
75
  # @param [Hash] opts the optional parameters
79
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
80
76
  # @option opts [Integer] :limit Number of results to return per page.
81
77
  # @option opts [String] :name Filter results where name matches value
82
78
  # @option opts [String] :name__contains Filter results where name contains value
@@ -106,7 +102,6 @@ describe 'PulpContainerNamespacesApi' do
106
102
  # List roles assigned to this object.
107
103
  # @param container_container_namespace_href
108
104
  # @param [Hash] opts the optional parameters
109
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
110
105
  # @option opts [Array<String>] :fields A list of fields to include in the response.
111
106
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
112
107
  # @return [ObjectRolesResponse]
@@ -121,7 +116,6 @@ describe 'PulpContainerNamespacesApi' do
121
116
  # List permissions available to the current user on this object.
122
117
  # @param container_container_namespace_href
123
118
  # @param [Hash] opts the optional parameters
124
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
125
119
  # @option opts [Array<String>] :fields A list of fields to include in the response.
126
120
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
127
121
  # @return [MyPermissionsResponse]
@@ -136,7 +130,6 @@ describe 'PulpContainerNamespacesApi' do
136
130
  # ViewSet for ContainerNamespaces.
137
131
  # @param container_container_namespace_href
138
132
  # @param [Hash] opts the optional parameters
139
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
140
133
  # @option opts [Array<String>] :fields A list of fields to include in the response.
141
134
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
142
135
  # @return [ContainerContainerNamespaceResponse]
@@ -152,7 +145,6 @@ describe 'PulpContainerNamespacesApi' do
152
145
  # @param container_container_namespace_href
153
146
  # @param nested_role
154
147
  # @param [Hash] opts the optional parameters
155
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
156
148
  # @return [NestedRoleResponse]
157
149
  describe 'remove_role test' do
158
150
  it 'should work' do
@@ -38,7 +38,6 @@ describe 'RemotesContainerApi' do
38
38
  # @param container_container_remote_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
42
41
  # @return [NestedRoleResponse]
43
42
  describe 'add_role test' do
44
43
  it 'should work' do
@@ -51,7 +50,6 @@ describe 'RemotesContainerApi' do
51
50
  # Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the &#x60;&#x60;policy&#x60;&#x60; field. &#x60;&#x60;on_demand&#x60;&#x60; and &#x60;&#x60;streamed&#x60;&#x60; policies can provide significant disk space savings.
52
51
  # @param container_container_remote
53
52
  # @param [Hash] opts the optional parameters
54
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
55
53
  # @return [ContainerContainerRemoteResponse]
56
54
  describe 'create test' do
57
55
  it 'should work' do
@@ -64,7 +62,6 @@ describe 'RemotesContainerApi' do
64
62
  # Trigger an asynchronous delete task
65
63
  # @param container_container_remote_href
66
64
  # @param [Hash] opts the optional parameters
67
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
68
65
  # @return [AsyncOperationResponse]
69
66
  describe 'delete test' do
70
67
  it 'should work' do
@@ -76,7 +73,6 @@ describe 'RemotesContainerApi' do
76
73
  # List container remotes
77
74
  # Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the &#x60;&#x60;policy&#x60;&#x60; field. &#x60;&#x60;on_demand&#x60;&#x60; and &#x60;&#x60;streamed&#x60;&#x60; policies can provide significant disk space savings.
78
75
  # @param [Hash] opts the optional parameters
79
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
80
76
  # @option opts [Integer] :limit Number of results to return per page.
81
77
  # @option opts [String] :name Filter results where name matches value
82
78
  # @option opts [String] :name__contains Filter results where name contains value
@@ -113,7 +109,6 @@ describe 'RemotesContainerApi' do
113
109
  # List roles assigned to this object.
114
110
  # @param container_container_remote_href
115
111
  # @param [Hash] opts the optional parameters
116
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
117
112
  # @option opts [Array<String>] :fields A list of fields to include in the response.
118
113
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
119
114
  # @return [ObjectRolesResponse]
@@ -128,7 +123,6 @@ describe 'RemotesContainerApi' do
128
123
  # List permissions available to the current user on this object.
129
124
  # @param container_container_remote_href
130
125
  # @param [Hash] opts the optional parameters
131
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
132
126
  # @option opts [Array<String>] :fields A list of fields to include in the response.
133
127
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
134
128
  # @return [MyPermissionsResponse]
@@ -144,7 +138,6 @@ describe 'RemotesContainerApi' do
144
138
  # @param container_container_remote_href
145
139
  # @param patchedcontainer_container_remote
146
140
  # @param [Hash] opts the optional parameters
147
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
148
141
  # @return [AsyncOperationResponse]
149
142
  describe 'partial_update test' do
150
143
  it 'should work' do
@@ -157,7 +150,6 @@ describe 'RemotesContainerApi' do
157
150
  # Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the &#x60;&#x60;policy&#x60;&#x60; field. &#x60;&#x60;on_demand&#x60;&#x60; and &#x60;&#x60;streamed&#x60;&#x60; policies can provide significant disk space savings.
158
151
  # @param container_container_remote_href
159
152
  # @param [Hash] opts the optional parameters
160
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
161
153
  # @option opts [Array<String>] :fields A list of fields to include in the response.
162
154
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
163
155
  # @return [ContainerContainerRemoteResponse]
@@ -173,7 +165,6 @@ describe 'RemotesContainerApi' do
173
165
  # @param container_container_remote_href
174
166
  # @param nested_role
175
167
  # @param [Hash] opts the optional parameters
176
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
177
168
  # @return [NestedRoleResponse]
178
169
  describe 'remove_role test' do
179
170
  it 'should work' do
@@ -187,7 +178,6 @@ describe 'RemotesContainerApi' do
187
178
  # @param container_container_remote_href
188
179
  # @param set_label
189
180
  # @param [Hash] opts the optional parameters
190
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
191
181
  # @return [SetLabelResponse]
192
182
  describe 'set_label test' do
193
183
  it 'should work' do
@@ -201,7 +191,6 @@ describe 'RemotesContainerApi' do
201
191
  # @param container_container_remote_href
202
192
  # @param unset_label
203
193
  # @param [Hash] opts the optional parameters
204
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
205
194
  # @return [UnsetLabelResponse]
206
195
  describe 'unset_label test' do
207
196
  it 'should work' do
@@ -215,7 +204,6 @@ describe 'RemotesContainerApi' do
215
204
  # @param container_container_remote_href
216
205
  # @param container_container_remote
217
206
  # @param [Hash] opts the optional parameters
218
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
219
207
  # @return [AsyncOperationResponse]
220
208
  describe 'update test' do
221
209
  it 'should work' do
@@ -38,7 +38,6 @@ describe 'RemotesPullThroughApi' do
38
38
  # @param container_container_pull_through_remote_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
42
41
  # @return [NestedRoleResponse]
43
42
  describe 'add_role test' do
44
43
  it 'should work' do
@@ -51,7 +50,6 @@ describe 'RemotesPullThroughApi' do
51
50
  # A Container Remote referencing a remote registry used as a source for the pull-through caching.
52
51
  # @param container_container_pull_through_remote
53
52
  # @param [Hash] opts the optional parameters
54
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
55
53
  # @return [ContainerContainerPullThroughRemoteResponse]
56
54
  describe 'create test' do
57
55
  it 'should work' do
@@ -64,7 +62,6 @@ describe 'RemotesPullThroughApi' do
64
62
  # Trigger an asynchronous delete task
65
63
  # @param container_container_pull_through_remote_href
66
64
  # @param [Hash] opts the optional parameters
67
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
68
65
  # @return [AsyncOperationResponse]
69
66
  describe 'delete test' do
70
67
  it 'should work' do
@@ -76,7 +73,6 @@ describe 'RemotesPullThroughApi' do
76
73
  # List container pull through remotes
77
74
  # A Container Remote referencing a remote registry used as a source for the pull-through caching.
78
75
  # @param [Hash] opts the optional parameters
79
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
80
76
  # @option opts [Integer] :limit Number of results to return per page.
81
77
  # @option opts [String] :name Filter results where name matches value
82
78
  # @option opts [String] :name__contains Filter results where name contains value
@@ -113,7 +109,6 @@ describe 'RemotesPullThroughApi' do
113
109
  # List roles assigned to this object.
114
110
  # @param container_container_pull_through_remote_href
115
111
  # @param [Hash] opts the optional parameters
116
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
117
112
  # @option opts [Array<String>] :fields A list of fields to include in the response.
118
113
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
119
114
  # @return [ObjectRolesResponse]
@@ -128,7 +123,6 @@ describe 'RemotesPullThroughApi' do
128
123
  # List permissions available to the current user on this object.
129
124
  # @param container_container_pull_through_remote_href
130
125
  # @param [Hash] opts the optional parameters
131
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
132
126
  # @option opts [Array<String>] :fields A list of fields to include in the response.
133
127
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
134
128
  # @return [MyPermissionsResponse]
@@ -144,7 +138,6 @@ describe 'RemotesPullThroughApi' do
144
138
  # @param container_container_pull_through_remote_href
145
139
  # @param patchedcontainer_container_pull_through_remote
146
140
  # @param [Hash] opts the optional parameters
147
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
148
141
  # @return [AsyncOperationResponse]
149
142
  describe 'partial_update test' do
150
143
  it 'should work' do
@@ -157,7 +150,6 @@ describe 'RemotesPullThroughApi' do
157
150
  # A Container Remote referencing a remote registry used as a source for the pull-through caching.
158
151
  # @param container_container_pull_through_remote_href
159
152
  # @param [Hash] opts the optional parameters
160
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
161
153
  # @option opts [Array<String>] :fields A list of fields to include in the response.
162
154
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
163
155
  # @return [ContainerContainerPullThroughRemoteResponse]
@@ -173,7 +165,6 @@ describe 'RemotesPullThroughApi' do
173
165
  # @param container_container_pull_through_remote_href
174
166
  # @param nested_role
175
167
  # @param [Hash] opts the optional parameters
176
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
177
168
  # @return [NestedRoleResponse]
178
169
  describe 'remove_role test' do
179
170
  it 'should work' do
@@ -187,7 +178,6 @@ describe 'RemotesPullThroughApi' do
187
178
  # @param container_container_pull_through_remote_href
188
179
  # @param set_label
189
180
  # @param [Hash] opts the optional parameters
190
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
191
181
  # @return [SetLabelResponse]
192
182
  describe 'set_label test' do
193
183
  it 'should work' do
@@ -201,7 +191,6 @@ describe 'RemotesPullThroughApi' do
201
191
  # @param container_container_pull_through_remote_href
202
192
  # @param unset_label
203
193
  # @param [Hash] opts the optional parameters
204
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
205
194
  # @return [UnsetLabelResponse]
206
195
  describe 'unset_label test' do
207
196
  it 'should work' do
@@ -215,7 +204,6 @@ describe 'RemotesPullThroughApi' do
215
204
  # @param container_container_pull_through_remote_href
216
205
  # @param container_container_pull_through_remote
217
206
  # @param [Hash] opts the optional parameters
218
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
219
207
  # @return [AsyncOperationResponse]
220
208
  describe 'update test' do
221
209
  it 'should work' do
@@ -38,7 +38,6 @@ describe 'RepositoriesContainerApi' do
38
38
  # @param container_container_repository_href
39
39
  # @param recursive_manage
40
40
  # @param [Hash] opts the optional parameters
41
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
42
41
  # @return [AsyncOperationResponse]
43
42
  describe 'add test' do
44
43
  it 'should work' do
@@ -52,7 +51,6 @@ describe 'RepositoriesContainerApi' do
52
51
  # @param container_container_repository_href
53
52
  # @param nested_role
54
53
  # @param [Hash] opts the optional parameters
55
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
56
54
  # @return [NestedRoleResponse]
57
55
  describe 'add_role test' do
58
56
  it 'should work' do
@@ -65,11 +63,10 @@ describe 'RepositoriesContainerApi' do
65
63
  # Trigger an asynchronous task to build an OCI image from a Containerfile. A new repository version is created with the new image and tag. This API is in tech preview. Backwards compatibility when upgrading is not guaranteed.
66
64
  # @param container_container_repository_href
67
65
  # @param [Hash] opts the optional parameters
68
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
69
66
  # @option opts [String] :containerfile_artifact Artifact representing the Containerfile that should be used to run podman-build.
70
67
  # @option opts [File] :containerfile An uploaded Containerfile that should be used to run podman-build.
71
68
  # @option opts [String] :tag A tag name for the new image being built.
72
- # @option opts [AnyType] :artifacts A JSON string where each key is an artifact href and the value is it&#39;s relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile.
69
+ # @option opts [Object] :artifacts A JSON string where each key is an artifact href and the value is it&#39;s relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile.
73
70
  # @return [AsyncOperationResponse]
74
71
  describe 'build_image test' do
75
72
  it 'should work' do
@@ -83,7 +80,6 @@ describe 'RepositoriesContainerApi' do
83
80
  # @param container_container_repository_href
84
81
  # @param manifest_copy
85
82
  # @param [Hash] opts the optional parameters
86
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
87
83
  # @return [AsyncOperationResponse]
88
84
  describe 'copy_manifests test' do
89
85
  it 'should work' do
@@ -97,7 +93,6 @@ describe 'RepositoriesContainerApi' do
97
93
  # @param container_container_repository_href
98
94
  # @param tag_copy
99
95
  # @param [Hash] opts the optional parameters
100
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
101
96
  # @return [AsyncOperationResponse]
102
97
  describe 'copy_tags test' do
103
98
  it 'should work' do
@@ -110,7 +105,6 @@ describe 'RepositoriesContainerApi' do
110
105
  # ViewSet for container repo.
111
106
  # @param container_container_repository
112
107
  # @param [Hash] opts the optional parameters
113
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
114
108
  # @return [ContainerContainerRepositoryResponse]
115
109
  describe 'create test' do
116
110
  it 'should work' do
@@ -123,7 +117,6 @@ describe 'RepositoriesContainerApi' do
123
117
  # Trigger an asynchronous delete task
124
118
  # @param container_container_repository_href
125
119
  # @param [Hash] opts the optional parameters
126
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
127
120
  # @return [AsyncOperationResponse]
128
121
  describe 'delete test' do
129
122
  it 'should work' do
@@ -135,7 +128,6 @@ describe 'RepositoriesContainerApi' do
135
128
  # List container repositorys
136
129
  # ViewSet for container repo.
137
130
  # @param [Hash] opts the optional parameters
138
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
139
131
  # @option opts [String] :latest_with_content Content Unit referenced by HREF
140
132
  # @option opts [Integer] :limit Number of results to return per page.
141
133
  # @option opts [String] :name Filter results where name matches value
@@ -177,7 +169,6 @@ describe 'RepositoriesContainerApi' do
177
169
  # List roles assigned to this object.
178
170
  # @param container_container_repository_href
179
171
  # @param [Hash] opts the optional parameters
180
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
181
172
  # @option opts [Array<String>] :fields A list of fields to include in the response.
182
173
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
183
174
  # @return [ObjectRolesResponse]
@@ -192,7 +183,6 @@ describe 'RepositoriesContainerApi' do
192
183
  # List permissions available to the current user on this object.
193
184
  # @param container_container_repository_href
194
185
  # @param [Hash] opts the optional parameters
195
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
196
186
  # @option opts [Array<String>] :fields A list of fields to include in the response.
197
187
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
198
188
  # @return [MyPermissionsResponse]
@@ -208,7 +198,6 @@ describe 'RepositoriesContainerApi' do
208
198
  # @param container_container_repository_href
209
199
  # @param patchedcontainer_container_repository
210
200
  # @param [Hash] opts the optional parameters
211
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
212
201
  # @return [AsyncOperationResponse]
213
202
  describe 'partial_update test' do
214
203
  it 'should work' do
@@ -221,7 +210,6 @@ describe 'RepositoriesContainerApi' do
221
210
  # ViewSet for container repo.
222
211
  # @param container_container_repository_href
223
212
  # @param [Hash] opts the optional parameters
224
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
225
213
  # @option opts [Array<String>] :fields A list of fields to include in the response.
226
214
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
227
215
  # @return [ContainerContainerRepositoryResponse]
@@ -237,7 +225,6 @@ describe 'RepositoriesContainerApi' do
237
225
  # @param container_container_repository_href
238
226
  # @param recursive_manage
239
227
  # @param [Hash] opts the optional parameters
240
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
241
228
  # @return [AsyncOperationResponse]
242
229
  describe 'remove test' do
243
230
  it 'should work' do
@@ -251,7 +238,6 @@ describe 'RepositoriesContainerApi' do
251
238
  # @param container_container_repository_href
252
239
  # @param nested_role
253
240
  # @param [Hash] opts the optional parameters
254
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
255
241
  # @return [NestedRoleResponse]
256
242
  describe 'remove_role test' do
257
243
  it 'should work' do
@@ -265,7 +251,6 @@ describe 'RepositoriesContainerApi' do
265
251
  # @param container_container_repository_href
266
252
  # @param set_label
267
253
  # @param [Hash] opts the optional parameters
268
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
269
254
  # @return [SetLabelResponse]
270
255
  describe 'set_label test' do
271
256
  it 'should work' do
@@ -279,7 +264,6 @@ describe 'RepositoriesContainerApi' do
279
264
  # @param container_container_repository_href
280
265
  # @param repository_sign
281
266
  # @param [Hash] opts the optional parameters
282
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
283
267
  # @return [AsyncOperationResponse]
284
268
  describe 'sign test' do
285
269
  it 'should work' do
@@ -293,7 +277,6 @@ describe 'RepositoriesContainerApi' do
293
277
  # @param container_container_repository_href
294
278
  # @param container_repository_sync_url
295
279
  # @param [Hash] opts the optional parameters
296
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
297
280
  # @return [AsyncOperationResponse]
298
281
  describe 'sync test' do
299
282
  it 'should work' do
@@ -307,7 +290,6 @@ describe 'RepositoriesContainerApi' do
307
290
  # @param container_container_repository_href
308
291
  # @param tag_image
309
292
  # @param [Hash] opts the optional parameters
310
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
311
293
  # @return [AsyncOperationResponse]
312
294
  describe 'tag test' do
313
295
  it 'should work' do
@@ -321,7 +303,6 @@ describe 'RepositoriesContainerApi' do
321
303
  # @param container_container_repository_href
322
304
  # @param unset_label
323
305
  # @param [Hash] opts the optional parameters
324
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
325
306
  # @return [UnsetLabelResponse]
326
307
  describe 'unset_label test' do
327
308
  it 'should work' do
@@ -335,7 +316,6 @@ describe 'RepositoriesContainerApi' do
335
316
  # @param container_container_repository_href
336
317
  # @param un_tag_image
337
318
  # @param [Hash] opts the optional parameters
338
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
339
319
  # @return [AsyncOperationResponse]
340
320
  describe 'untag test' do
341
321
  it 'should work' do
@@ -349,7 +329,6 @@ describe 'RepositoriesContainerApi' do
349
329
  # @param container_container_repository_href
350
330
  # @param container_container_repository
351
331
  # @param [Hash] opts the optional parameters
352
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
353
332
  # @return [AsyncOperationResponse]
354
333
  describe 'update test' do
355
334
  it 'should work' do