pulp_container_client 2.25.1 → 2.26.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.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/docs/ContainerBlobResponse.md +2 -0
- data/docs/ContainerContainerDistribution.md +6 -6
- data/docs/ContainerContainerDistributionResponse.md +12 -12
- data/docs/ContainerContainerPullThroughDistribution.md +6 -6
- data/docs/ContainerContainerPullThroughDistributionResponse.md +12 -12
- data/docs/ContainerContainerPullThroughRemoteResponse.md +1 -1
- data/docs/ContainerContainerPushRepository.md +4 -4
- data/docs/ContainerContainerPushRepositoryResponse.md +14 -14
- data/docs/ContainerContainerRemoteResponse.md +1 -1
- data/docs/ContainerManifestResponse.md +2 -0
- data/docs/ContainerManifestSignatureResponse.md +2 -0
- data/docs/ContainerTagResponse.md +2 -0
- data/docs/ContentBlobsApi.md +20 -8
- data/docs/ContentManifestsApi.md +20 -8
- data/docs/ContentSignaturesApi.md +20 -8
- data/docs/ContentTagsApi.md +20 -8
- data/docs/DistributionsContainerApi.md +74 -34
- data/docs/DistributionsPullThroughApi.md +74 -34
- data/docs/PatchedcontainerContainerDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPushRepository.md +4 -4
- data/docs/PulpContainerNamespacesApi.md +40 -16
- data/docs/RemotesContainerApi.md +72 -32
- data/docs/RemotesPullThroughApi.md +72 -32
- data/docs/RepositoriesContainerApi.md +138 -64
- data/docs/RepositoriesContainerPushApi.md +80 -36
- data/docs/RepositoriesContainerPushVersionsApi.md +22 -10
- data/docs/RepositoriesContainerVersionsApi.md +22 -10
- data/docs/RepositoryVersionResponse.md +3 -1
- data/docs/TokenApi.md +14 -5
- data/lib/pulp_container_client/api/content_blobs_api.rb +12 -0
- data/lib/pulp_container_client/api/content_manifests_api.rb +12 -0
- data/lib/pulp_container_client/api/content_signatures_api.rb +12 -0
- data/lib/pulp_container_client/api/content_tags_api.rb +12 -0
- data/lib/pulp_container_client/api/distributions_container_api.rb +36 -0
- data/lib/pulp_container_client/api/distributions_pull_through_api.rb +36 -0
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +24 -0
- data/lib/pulp_container_client/api/remotes_container_api.rb +36 -0
- data/lib/pulp_container_client/api/remotes_pull_through_api.rb +36 -0
- data/lib/pulp_container_client/api/repositories_container_api.rb +63 -0
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +39 -0
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +15 -3
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +15 -3
- data/lib/pulp_container_client/api/token_api.rb +9 -0
- data/lib/pulp_container_client/models/container_blob_response.rb +10 -1
- data/lib/pulp_container_client/models/container_container_distribution.rb +51 -51
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +55 -55
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +51 -51
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +55 -55
- data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +0 -15
- data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +0 -15
- data/lib/pulp_container_client/models/container_container_push_repository.rb +17 -32
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +57 -72
- data/lib/pulp_container_client/models/container_container_remote.rb +0 -15
- data/lib/pulp_container_client/models/container_container_remote_response.rb +0 -15
- data/lib/pulp_container_client/models/container_container_repository.rb +0 -15
- data/lib/pulp_container_client/models/container_container_repository_response.rb +0 -15
- data/lib/pulp_container_client/models/container_manifest_response.rb +10 -1
- data/lib/pulp_container_client/models/container_manifest_signature_response.rb +10 -1
- data/lib/pulp_container_client/models/container_tag_response.rb +10 -1
- data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +0 -2
- data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +0 -2
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +44 -44
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +44 -44
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +0 -15
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +17 -32
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +0 -15
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +0 -15
- data/lib/pulp_container_client/models/repository_version_response.rb +13 -4
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/api/content_blobs_api_spec.rb +4 -0
- data/spec/api/content_manifests_api_spec.rb +4 -0
- data/spec/api/content_signatures_api_spec.rb +4 -0
- data/spec/api/content_tags_api_spec.rb +4 -0
- data/spec/api/distributions_container_api_spec.rb +12 -0
- data/spec/api/distributions_pull_through_api_spec.rb +12 -0
- data/spec/api/pulp_container_namespaces_api_spec.rb +8 -0
- data/spec/api/remotes_container_api_spec.rb +12 -0
- data/spec/api/remotes_pull_through_api_spec.rb +12 -0
- data/spec/api/repositories_container_api_spec.rb +21 -0
- data/spec/api/repositories_container_push_api_spec.rb +13 -0
- data/spec/api/repositories_container_push_versions_api_spec.rb +5 -1
- data/spec/api/repositories_container_versions_api_spec.rb +5 -1
- data/spec/api/token_api_spec.rb +3 -0
- data/spec/models/container_blob_response_spec.rb +6 -0
- data/spec/models/container_container_distribution_response_spec.rb +9 -9
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +9 -9
- data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/container_container_push_repository_response_spec.rb +10 -10
- data/spec/models/container_container_push_repository_spec.rb +2 -2
- data/spec/models/container_manifest_response_spec.rb +6 -0
- data/spec/models/container_manifest_signature_response_spec.rb +6 -0
- data/spec/models/container_tag_response_spec.rb +6 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +2 -2
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +58 -58
@@ -38,6 +38,7 @@ describe 'DistributionsContainerApi' do
|
|
38
38
|
# @param container_container_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.
|
41
42
|
# @return [NestedRoleResponse]
|
42
43
|
describe 'add_role test' do
|
43
44
|
it 'should work' do
|
@@ -50,6 +51,7 @@ describe 'DistributionsContainerApi' do
|
|
50
51
|
# Trigger an asynchronous create task
|
51
52
|
# @param container_container_distribution
|
52
53
|
# @param [Hash] opts the optional parameters
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
53
55
|
# @return [AsyncOperationResponse]
|
54
56
|
describe 'create test' do
|
55
57
|
it 'should work' do
|
@@ -62,6 +64,7 @@ describe 'DistributionsContainerApi' do
|
|
62
64
|
# Trigger an asynchronous delete task
|
63
65
|
# @param container_container_distribution_href
|
64
66
|
# @param [Hash] opts the optional parameters
|
67
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
65
68
|
# @return [AsyncOperationResponse]
|
66
69
|
describe 'delete test' do
|
67
70
|
it 'should work' do
|
@@ -73,6 +76,7 @@ describe 'DistributionsContainerApi' do
|
|
73
76
|
# List container distributions
|
74
77
|
# The Container Distribution will serve the latest version of a Repository if ``repository`` is specified. The Container Distribution will serve a specific repository version if ``repository_version``. Note that **either** ``repository`` or ``repository_version`` can be set on a Container Distribution, but not both.
|
75
78
|
# @param [Hash] opts the optional parameters
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
76
80
|
# @option opts [String] :base_path Filter results where base_path matches value
|
77
81
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
78
82
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
@@ -113,6 +117,7 @@ describe 'DistributionsContainerApi' do
|
|
113
117
|
# List roles assigned to this object.
|
114
118
|
# @param container_container_distribution_href
|
115
119
|
# @param [Hash] opts the optional parameters
|
120
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
116
121
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
117
122
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
118
123
|
# @return [ObjectRolesResponse]
|
@@ -127,6 +132,7 @@ describe 'DistributionsContainerApi' do
|
|
127
132
|
# List permissions available to the current user on this object.
|
128
133
|
# @param container_container_distribution_href
|
129
134
|
# @param [Hash] opts the optional parameters
|
135
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
130
136
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
131
137
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
132
138
|
# @return [MyPermissionsResponse]
|
@@ -142,6 +148,7 @@ describe 'DistributionsContainerApi' do
|
|
142
148
|
# @param container_container_distribution_href
|
143
149
|
# @param patchedcontainer_container_distribution
|
144
150
|
# @param [Hash] opts the optional parameters
|
151
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
145
152
|
# @return [AsyncOperationResponse]
|
146
153
|
describe 'partial_update test' do
|
147
154
|
it 'should work' do
|
@@ -154,6 +161,7 @@ describe 'DistributionsContainerApi' do
|
|
154
161
|
# The Container Distribution will serve the latest version of a Repository if ``repository`` is specified. The Container Distribution will serve a specific repository version if ``repository_version``. Note that **either** ``repository`` or ``repository_version`` can be set on a Container Distribution, but not both.
|
155
162
|
# @param container_container_distribution_href
|
156
163
|
# @param [Hash] opts the optional parameters
|
164
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
157
165
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
158
166
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
159
167
|
# @return [ContainerContainerDistributionResponse]
|
@@ -169,6 +177,7 @@ describe 'DistributionsContainerApi' do
|
|
169
177
|
# @param container_container_distribution_href
|
170
178
|
# @param nested_role
|
171
179
|
# @param [Hash] opts the optional parameters
|
180
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
172
181
|
# @return [NestedRoleResponse]
|
173
182
|
describe 'remove_role test' do
|
174
183
|
it 'should work' do
|
@@ -182,6 +191,7 @@ describe 'DistributionsContainerApi' do
|
|
182
191
|
# @param container_container_distribution_href
|
183
192
|
# @param set_label
|
184
193
|
# @param [Hash] opts the optional parameters
|
194
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
185
195
|
# @return [SetLabelResponse]
|
186
196
|
describe 'set_label test' do
|
187
197
|
it 'should work' do
|
@@ -195,6 +205,7 @@ describe 'DistributionsContainerApi' do
|
|
195
205
|
# @param container_container_distribution_href
|
196
206
|
# @param unset_label
|
197
207
|
# @param [Hash] opts the optional parameters
|
208
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
198
209
|
# @return [UnsetLabelResponse]
|
199
210
|
describe 'unset_label test' do
|
200
211
|
it 'should work' do
|
@@ -208,6 +219,7 @@ describe 'DistributionsContainerApi' do
|
|
208
219
|
# @param container_container_distribution_href
|
209
220
|
# @param container_container_distribution
|
210
221
|
# @param [Hash] opts the optional parameters
|
222
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
211
223
|
# @return [AsyncOperationResponse]
|
212
224
|
describe 'update test' do
|
213
225
|
it 'should work' do
|
@@ -38,6 +38,7 @@ 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.
|
41
42
|
# @return [NestedRoleResponse]
|
42
43
|
describe 'add_role test' do
|
43
44
|
it 'should work' do
|
@@ -50,6 +51,7 @@ describe 'DistributionsPullThroughApi' do
|
|
50
51
|
# Trigger an asynchronous create task
|
51
52
|
# @param container_container_pull_through_distribution
|
52
53
|
# @param [Hash] opts the optional parameters
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
53
55
|
# @return [AsyncOperationResponse]
|
54
56
|
describe 'create test' do
|
55
57
|
it 'should work' do
|
@@ -62,6 +64,7 @@ describe 'DistributionsPullThroughApi' do
|
|
62
64
|
# Trigger an asynchronous delete task
|
63
65
|
# @param container_container_pull_through_distribution_href
|
64
66
|
# @param [Hash] opts the optional parameters
|
67
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
65
68
|
# @return [AsyncOperationResponse]
|
66
69
|
describe 'delete test' do
|
67
70
|
it 'should work' do
|
@@ -73,6 +76,7 @@ describe 'DistributionsPullThroughApi' do
|
|
73
76
|
# List container pull through distributions
|
74
77
|
# A special pull-through Container Distribution that will reference distributions serving content.
|
75
78
|
# @param [Hash] opts the optional parameters
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
76
80
|
# @option opts [String] :base_path Filter results where base_path matches value
|
77
81
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
78
82
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
@@ -112,6 +116,7 @@ describe 'DistributionsPullThroughApi' do
|
|
112
116
|
# List roles assigned to this object.
|
113
117
|
# @param container_container_pull_through_distribution_href
|
114
118
|
# @param [Hash] opts the optional parameters
|
119
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
115
120
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
116
121
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
117
122
|
# @return [ObjectRolesResponse]
|
@@ -126,6 +131,7 @@ describe 'DistributionsPullThroughApi' do
|
|
126
131
|
# List permissions available to the current user on this object.
|
127
132
|
# @param container_container_pull_through_distribution_href
|
128
133
|
# @param [Hash] opts the optional parameters
|
134
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
129
135
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
130
136
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
131
137
|
# @return [MyPermissionsResponse]
|
@@ -141,6 +147,7 @@ describe 'DistributionsPullThroughApi' do
|
|
141
147
|
# @param container_container_pull_through_distribution_href
|
142
148
|
# @param patchedcontainer_container_pull_through_distribution
|
143
149
|
# @param [Hash] opts the optional parameters
|
150
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
144
151
|
# @return [AsyncOperationResponse]
|
145
152
|
describe 'partial_update test' do
|
146
153
|
it 'should work' do
|
@@ -153,6 +160,7 @@ describe 'DistributionsPullThroughApi' do
|
|
153
160
|
# A special pull-through Container Distribution that will reference distributions serving content.
|
154
161
|
# @param container_container_pull_through_distribution_href
|
155
162
|
# @param [Hash] opts the optional parameters
|
163
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
156
164
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
157
165
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
158
166
|
# @return [ContainerContainerPullThroughDistributionResponse]
|
@@ -168,6 +176,7 @@ describe 'DistributionsPullThroughApi' do
|
|
168
176
|
# @param container_container_pull_through_distribution_href
|
169
177
|
# @param nested_role
|
170
178
|
# @param [Hash] opts the optional parameters
|
179
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
171
180
|
# @return [NestedRoleResponse]
|
172
181
|
describe 'remove_role test' do
|
173
182
|
it 'should work' do
|
@@ -181,6 +190,7 @@ describe 'DistributionsPullThroughApi' do
|
|
181
190
|
# @param container_container_pull_through_distribution_href
|
182
191
|
# @param set_label
|
183
192
|
# @param [Hash] opts the optional parameters
|
193
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
184
194
|
# @return [SetLabelResponse]
|
185
195
|
describe 'set_label test' do
|
186
196
|
it 'should work' do
|
@@ -194,6 +204,7 @@ describe 'DistributionsPullThroughApi' do
|
|
194
204
|
# @param container_container_pull_through_distribution_href
|
195
205
|
# @param unset_label
|
196
206
|
# @param [Hash] opts the optional parameters
|
207
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
197
208
|
# @return [UnsetLabelResponse]
|
198
209
|
describe 'unset_label test' do
|
199
210
|
it 'should work' do
|
@@ -207,6 +218,7 @@ describe 'DistributionsPullThroughApi' do
|
|
207
218
|
# @param container_container_pull_through_distribution_href
|
208
219
|
# @param container_container_pull_through_distribution
|
209
220
|
# @param [Hash] opts the optional parameters
|
221
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
210
222
|
# @return [AsyncOperationResponse]
|
211
223
|
describe 'update test' do
|
212
224
|
it 'should work' do
|
@@ -38,6 +38,7 @@ 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.
|
41
42
|
# @return [NestedRoleResponse]
|
42
43
|
describe 'add_role test' do
|
43
44
|
it 'should work' do
|
@@ -50,6 +51,7 @@ describe 'PulpContainerNamespacesApi' do
|
|
50
51
|
# ViewSet for ContainerNamespaces.
|
51
52
|
# @param container_container_namespace
|
52
53
|
# @param [Hash] opts the optional parameters
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
53
55
|
# @return [ContainerContainerNamespaceResponse]
|
54
56
|
describe 'create test' do
|
55
57
|
it 'should work' do
|
@@ -62,6 +64,7 @@ describe 'PulpContainerNamespacesApi' do
|
|
62
64
|
# Trigger an asynchronous delete task
|
63
65
|
# @param container_container_namespace_href
|
64
66
|
# @param [Hash] opts the optional parameters
|
67
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
65
68
|
# @return [AsyncOperationResponse]
|
66
69
|
describe 'delete test' do
|
67
70
|
it 'should work' do
|
@@ -73,6 +76,7 @@ describe 'PulpContainerNamespacesApi' do
|
|
73
76
|
# List container namespaces
|
74
77
|
# ViewSet for ContainerNamespaces.
|
75
78
|
# @param [Hash] opts the optional parameters
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
76
80
|
# @option opts [Integer] :limit Number of results to return per page.
|
77
81
|
# @option opts [String] :name Filter results where name matches value
|
78
82
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -103,6 +107,7 @@ describe 'PulpContainerNamespacesApi' do
|
|
103
107
|
# List roles assigned to this object.
|
104
108
|
# @param container_container_namespace_href
|
105
109
|
# @param [Hash] opts the optional parameters
|
110
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
106
111
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
107
112
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
108
113
|
# @return [ObjectRolesResponse]
|
@@ -117,6 +122,7 @@ describe 'PulpContainerNamespacesApi' do
|
|
117
122
|
# List permissions available to the current user on this object.
|
118
123
|
# @param container_container_namespace_href
|
119
124
|
# @param [Hash] opts the optional parameters
|
125
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
120
126
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
121
127
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
122
128
|
# @return [MyPermissionsResponse]
|
@@ -131,6 +137,7 @@ describe 'PulpContainerNamespacesApi' do
|
|
131
137
|
# ViewSet for ContainerNamespaces.
|
132
138
|
# @param container_container_namespace_href
|
133
139
|
# @param [Hash] opts the optional parameters
|
140
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
134
141
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
135
142
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
136
143
|
# @return [ContainerContainerNamespaceResponse]
|
@@ -146,6 +153,7 @@ describe 'PulpContainerNamespacesApi' do
|
|
146
153
|
# @param container_container_namespace_href
|
147
154
|
# @param nested_role
|
148
155
|
# @param [Hash] opts the optional parameters
|
156
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
149
157
|
# @return [NestedRoleResponse]
|
150
158
|
describe 'remove_role test' do
|
151
159
|
it 'should work' do
|
@@ -38,6 +38,7 @@ 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.
|
41
42
|
# @return [NestedRoleResponse]
|
42
43
|
describe 'add_role test' do
|
43
44
|
it 'should work' do
|
@@ -50,6 +51,7 @@ describe 'RemotesContainerApi' do
|
|
50
51
|
# Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
|
51
52
|
# @param container_container_remote
|
52
53
|
# @param [Hash] opts the optional parameters
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
53
55
|
# @return [ContainerContainerRemoteResponse]
|
54
56
|
describe 'create test' do
|
55
57
|
it 'should work' do
|
@@ -62,6 +64,7 @@ describe 'RemotesContainerApi' do
|
|
62
64
|
# Trigger an asynchronous delete task
|
63
65
|
# @param container_container_remote_href
|
64
66
|
# @param [Hash] opts the optional parameters
|
67
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
65
68
|
# @return [AsyncOperationResponse]
|
66
69
|
describe 'delete test' do
|
67
70
|
it 'should work' do
|
@@ -73,6 +76,7 @@ describe 'RemotesContainerApi' do
|
|
73
76
|
# List container remotes
|
74
77
|
# Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
|
75
78
|
# @param [Hash] opts the optional parameters
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
76
80
|
# @option opts [Integer] :limit Number of results to return per page.
|
77
81
|
# @option opts [String] :name Filter results where name matches value
|
78
82
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -111,6 +115,7 @@ describe 'RemotesContainerApi' do
|
|
111
115
|
# List roles assigned to this object.
|
112
116
|
# @param container_container_remote_href
|
113
117
|
# @param [Hash] opts the optional parameters
|
118
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
114
119
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
115
120
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
116
121
|
# @return [ObjectRolesResponse]
|
@@ -125,6 +130,7 @@ describe 'RemotesContainerApi' do
|
|
125
130
|
# List permissions available to the current user on this object.
|
126
131
|
# @param container_container_remote_href
|
127
132
|
# @param [Hash] opts the optional parameters
|
133
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
128
134
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
129
135
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
130
136
|
# @return [MyPermissionsResponse]
|
@@ -140,6 +146,7 @@ describe 'RemotesContainerApi' do
|
|
140
146
|
# @param container_container_remote_href
|
141
147
|
# @param patchedcontainer_container_remote
|
142
148
|
# @param [Hash] opts the optional parameters
|
149
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
143
150
|
# @return [AsyncOperationResponse]
|
144
151
|
describe 'partial_update test' do
|
145
152
|
it 'should work' do
|
@@ -152,6 +159,7 @@ describe 'RemotesContainerApi' do
|
|
152
159
|
# Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
|
153
160
|
# @param container_container_remote_href
|
154
161
|
# @param [Hash] opts the optional parameters
|
162
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
155
163
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
156
164
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
157
165
|
# @return [ContainerContainerRemoteResponse]
|
@@ -167,6 +175,7 @@ describe 'RemotesContainerApi' do
|
|
167
175
|
# @param container_container_remote_href
|
168
176
|
# @param nested_role
|
169
177
|
# @param [Hash] opts the optional parameters
|
178
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
170
179
|
# @return [NestedRoleResponse]
|
171
180
|
describe 'remove_role test' do
|
172
181
|
it 'should work' do
|
@@ -180,6 +189,7 @@ describe 'RemotesContainerApi' do
|
|
180
189
|
# @param container_container_remote_href
|
181
190
|
# @param set_label
|
182
191
|
# @param [Hash] opts the optional parameters
|
192
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
183
193
|
# @return [SetLabelResponse]
|
184
194
|
describe 'set_label test' do
|
185
195
|
it 'should work' do
|
@@ -193,6 +203,7 @@ describe 'RemotesContainerApi' do
|
|
193
203
|
# @param container_container_remote_href
|
194
204
|
# @param unset_label
|
195
205
|
# @param [Hash] opts the optional parameters
|
206
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
196
207
|
# @return [UnsetLabelResponse]
|
197
208
|
describe 'unset_label test' do
|
198
209
|
it 'should work' do
|
@@ -206,6 +217,7 @@ describe 'RemotesContainerApi' do
|
|
206
217
|
# @param container_container_remote_href
|
207
218
|
# @param container_container_remote
|
208
219
|
# @param [Hash] opts the optional parameters
|
220
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
209
221
|
# @return [AsyncOperationResponse]
|
210
222
|
describe 'update test' do
|
211
223
|
it 'should work' do
|
@@ -38,6 +38,7 @@ 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.
|
41
42
|
# @return [NestedRoleResponse]
|
42
43
|
describe 'add_role test' do
|
43
44
|
it 'should work' do
|
@@ -50,6 +51,7 @@ describe 'RemotesPullThroughApi' do
|
|
50
51
|
# A Container Remote referencing a remote registry used as a source for the pull-through caching.
|
51
52
|
# @param container_container_pull_through_remote
|
52
53
|
# @param [Hash] opts the optional parameters
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
53
55
|
# @return [ContainerContainerPullThroughRemoteResponse]
|
54
56
|
describe 'create test' do
|
55
57
|
it 'should work' do
|
@@ -62,6 +64,7 @@ describe 'RemotesPullThroughApi' do
|
|
62
64
|
# Trigger an asynchronous delete task
|
63
65
|
# @param container_container_pull_through_remote_href
|
64
66
|
# @param [Hash] opts the optional parameters
|
67
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
65
68
|
# @return [AsyncOperationResponse]
|
66
69
|
describe 'delete test' do
|
67
70
|
it 'should work' do
|
@@ -73,6 +76,7 @@ describe 'RemotesPullThroughApi' do
|
|
73
76
|
# List container pull through remotes
|
74
77
|
# A Container Remote referencing a remote registry used as a source for the pull-through caching.
|
75
78
|
# @param [Hash] opts the optional parameters
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
76
80
|
# @option opts [Integer] :limit Number of results to return per page.
|
77
81
|
# @option opts [String] :name Filter results where name matches value
|
78
82
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -111,6 +115,7 @@ describe 'RemotesPullThroughApi' do
|
|
111
115
|
# List roles assigned to this object.
|
112
116
|
# @param container_container_pull_through_remote_href
|
113
117
|
# @param [Hash] opts the optional parameters
|
118
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
114
119
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
115
120
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
116
121
|
# @return [ObjectRolesResponse]
|
@@ -125,6 +130,7 @@ describe 'RemotesPullThroughApi' do
|
|
125
130
|
# List permissions available to the current user on this object.
|
126
131
|
# @param container_container_pull_through_remote_href
|
127
132
|
# @param [Hash] opts the optional parameters
|
133
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
128
134
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
129
135
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
130
136
|
# @return [MyPermissionsResponse]
|
@@ -140,6 +146,7 @@ describe 'RemotesPullThroughApi' do
|
|
140
146
|
# @param container_container_pull_through_remote_href
|
141
147
|
# @param patchedcontainer_container_pull_through_remote
|
142
148
|
# @param [Hash] opts the optional parameters
|
149
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
143
150
|
# @return [AsyncOperationResponse]
|
144
151
|
describe 'partial_update test' do
|
145
152
|
it 'should work' do
|
@@ -152,6 +159,7 @@ describe 'RemotesPullThroughApi' do
|
|
152
159
|
# A Container Remote referencing a remote registry used as a source for the pull-through caching.
|
153
160
|
# @param container_container_pull_through_remote_href
|
154
161
|
# @param [Hash] opts the optional parameters
|
162
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
155
163
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
156
164
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
157
165
|
# @return [ContainerContainerPullThroughRemoteResponse]
|
@@ -167,6 +175,7 @@ describe 'RemotesPullThroughApi' do
|
|
167
175
|
# @param container_container_pull_through_remote_href
|
168
176
|
# @param nested_role
|
169
177
|
# @param [Hash] opts the optional parameters
|
178
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
170
179
|
# @return [NestedRoleResponse]
|
171
180
|
describe 'remove_role test' do
|
172
181
|
it 'should work' do
|
@@ -180,6 +189,7 @@ describe 'RemotesPullThroughApi' do
|
|
180
189
|
# @param container_container_pull_through_remote_href
|
181
190
|
# @param set_label
|
182
191
|
# @param [Hash] opts the optional parameters
|
192
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
183
193
|
# @return [SetLabelResponse]
|
184
194
|
describe 'set_label test' do
|
185
195
|
it 'should work' do
|
@@ -193,6 +203,7 @@ describe 'RemotesPullThroughApi' do
|
|
193
203
|
# @param container_container_pull_through_remote_href
|
194
204
|
# @param unset_label
|
195
205
|
# @param [Hash] opts the optional parameters
|
206
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
196
207
|
# @return [UnsetLabelResponse]
|
197
208
|
describe 'unset_label test' do
|
198
209
|
it 'should work' do
|
@@ -206,6 +217,7 @@ describe 'RemotesPullThroughApi' do
|
|
206
217
|
# @param container_container_pull_through_remote_href
|
207
218
|
# @param container_container_pull_through_remote
|
208
219
|
# @param [Hash] opts the optional parameters
|
220
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
209
221
|
# @return [AsyncOperationResponse]
|
210
222
|
describe 'update test' do
|
211
223
|
it 'should work' do
|
@@ -38,6 +38,7 @@ 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.
|
41
42
|
# @return [AsyncOperationResponse]
|
42
43
|
describe 'add test' do
|
43
44
|
it 'should work' do
|
@@ -51,6 +52,7 @@ describe 'RepositoriesContainerApi' do
|
|
51
52
|
# @param container_container_repository_href
|
52
53
|
# @param nested_role
|
53
54
|
# @param [Hash] opts the optional parameters
|
55
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
54
56
|
# @return [NestedRoleResponse]
|
55
57
|
describe 'add_role test' do
|
56
58
|
it 'should work' do
|
@@ -63,6 +65,7 @@ describe 'RepositoriesContainerApi' do
|
|
63
65
|
# 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.
|
64
66
|
# @param container_container_repository_href
|
65
67
|
# @param [Hash] opts the optional parameters
|
68
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
66
69
|
# @option opts [String] :containerfile_name Name of the Containerfile, from build_context, that should be used to run podman-build.
|
67
70
|
# @option opts [File] :containerfile An uploaded Containerfile that should be used to run podman-build.
|
68
71
|
# @option opts [String] :tag A tag name for the new image being built.
|
@@ -80,6 +83,7 @@ describe 'RepositoriesContainerApi' do
|
|
80
83
|
# @param container_container_repository_href
|
81
84
|
# @param manifest_copy
|
82
85
|
# @param [Hash] opts the optional parameters
|
86
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
83
87
|
# @return [AsyncOperationResponse]
|
84
88
|
describe 'copy_manifests test' do
|
85
89
|
it 'should work' do
|
@@ -93,6 +97,7 @@ describe 'RepositoriesContainerApi' do
|
|
93
97
|
# @param container_container_repository_href
|
94
98
|
# @param tag_copy
|
95
99
|
# @param [Hash] opts the optional parameters
|
100
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
96
101
|
# @return [AsyncOperationResponse]
|
97
102
|
describe 'copy_tags test' do
|
98
103
|
it 'should work' do
|
@@ -105,6 +110,7 @@ describe 'RepositoriesContainerApi' do
|
|
105
110
|
# ViewSet for container repo.
|
106
111
|
# @param container_container_repository
|
107
112
|
# @param [Hash] opts the optional parameters
|
113
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
108
114
|
# @return [ContainerContainerRepositoryResponse]
|
109
115
|
describe 'create test' do
|
110
116
|
it 'should work' do
|
@@ -117,6 +123,7 @@ describe 'RepositoriesContainerApi' do
|
|
117
123
|
# Trigger an asynchronous delete task
|
118
124
|
# @param container_container_repository_href
|
119
125
|
# @param [Hash] opts the optional parameters
|
126
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
120
127
|
# @return [AsyncOperationResponse]
|
121
128
|
describe 'delete test' do
|
122
129
|
it 'should work' do
|
@@ -128,6 +135,7 @@ describe 'RepositoriesContainerApi' do
|
|
128
135
|
# List container repositorys
|
129
136
|
# ViewSet for container repo.
|
130
137
|
# @param [Hash] opts the optional parameters
|
138
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
131
139
|
# @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
|
132
140
|
# @option opts [Integer] :limit Number of results to return per page.
|
133
141
|
# @option opts [String] :name Filter results where name matches value
|
@@ -170,6 +178,7 @@ describe 'RepositoriesContainerApi' do
|
|
170
178
|
# List roles assigned to this object.
|
171
179
|
# @param container_container_repository_href
|
172
180
|
# @param [Hash] opts the optional parameters
|
181
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
173
182
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
174
183
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
175
184
|
# @return [ObjectRolesResponse]
|
@@ -184,6 +193,7 @@ describe 'RepositoriesContainerApi' do
|
|
184
193
|
# List permissions available to the current user on this object.
|
185
194
|
# @param container_container_repository_href
|
186
195
|
# @param [Hash] opts the optional parameters
|
196
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
187
197
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
188
198
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
189
199
|
# @return [MyPermissionsResponse]
|
@@ -199,6 +209,7 @@ describe 'RepositoriesContainerApi' do
|
|
199
209
|
# @param container_container_repository_href
|
200
210
|
# @param patchedcontainer_container_repository
|
201
211
|
# @param [Hash] opts the optional parameters
|
212
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
202
213
|
# @return [AsyncOperationResponse]
|
203
214
|
describe 'partial_update test' do
|
204
215
|
it 'should work' do
|
@@ -211,6 +222,7 @@ describe 'RepositoriesContainerApi' do
|
|
211
222
|
# ViewSet for container repo.
|
212
223
|
# @param container_container_repository_href
|
213
224
|
# @param [Hash] opts the optional parameters
|
225
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
214
226
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
215
227
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
216
228
|
# @return [ContainerContainerRepositoryResponse]
|
@@ -226,6 +238,7 @@ describe 'RepositoriesContainerApi' do
|
|
226
238
|
# @param container_container_repository_href
|
227
239
|
# @param recursive_manage
|
228
240
|
# @param [Hash] opts the optional parameters
|
241
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
229
242
|
# @return [AsyncOperationResponse]
|
230
243
|
describe 'remove test' do
|
231
244
|
it 'should work' do
|
@@ -239,6 +252,7 @@ describe 'RepositoriesContainerApi' do
|
|
239
252
|
# @param container_container_repository_href
|
240
253
|
# @param nested_role
|
241
254
|
# @param [Hash] opts the optional parameters
|
255
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
242
256
|
# @return [NestedRoleResponse]
|
243
257
|
describe 'remove_role test' do
|
244
258
|
it 'should work' do
|
@@ -252,6 +266,7 @@ describe 'RepositoriesContainerApi' do
|
|
252
266
|
# @param container_container_repository_href
|
253
267
|
# @param set_label
|
254
268
|
# @param [Hash] opts the optional parameters
|
269
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
255
270
|
# @return [SetLabelResponse]
|
256
271
|
describe 'set_label test' do
|
257
272
|
it 'should work' do
|
@@ -265,6 +280,7 @@ describe 'RepositoriesContainerApi' do
|
|
265
280
|
# @param container_container_repository_href
|
266
281
|
# @param repository_sign
|
267
282
|
# @param [Hash] opts the optional parameters
|
283
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
268
284
|
# @return [AsyncOperationResponse]
|
269
285
|
describe 'sign test' do
|
270
286
|
it 'should work' do
|
@@ -278,6 +294,7 @@ describe 'RepositoriesContainerApi' do
|
|
278
294
|
# @param container_container_repository_href
|
279
295
|
# @param container_repository_sync_url
|
280
296
|
# @param [Hash] opts the optional parameters
|
297
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
281
298
|
# @return [AsyncOperationResponse]
|
282
299
|
describe 'sync test' do
|
283
300
|
it 'should work' do
|
@@ -291,6 +308,7 @@ describe 'RepositoriesContainerApi' do
|
|
291
308
|
# @param container_container_repository_href
|
292
309
|
# @param tag_image
|
293
310
|
# @param [Hash] opts the optional parameters
|
311
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
294
312
|
# @return [AsyncOperationResponse]
|
295
313
|
describe 'tag test' do
|
296
314
|
it 'should work' do
|
@@ -304,6 +322,7 @@ describe 'RepositoriesContainerApi' do
|
|
304
322
|
# @param container_container_repository_href
|
305
323
|
# @param unset_label
|
306
324
|
# @param [Hash] opts the optional parameters
|
325
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
307
326
|
# @return [UnsetLabelResponse]
|
308
327
|
describe 'unset_label test' do
|
309
328
|
it 'should work' do
|
@@ -317,6 +336,7 @@ describe 'RepositoriesContainerApi' do
|
|
317
336
|
# @param container_container_repository_href
|
318
337
|
# @param un_tag_image
|
319
338
|
# @param [Hash] opts the optional parameters
|
339
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
320
340
|
# @return [AsyncOperationResponse]
|
321
341
|
describe 'untag test' do
|
322
342
|
it 'should work' do
|
@@ -330,6 +350,7 @@ describe 'RepositoriesContainerApi' do
|
|
330
350
|
# @param container_container_repository_href
|
331
351
|
# @param container_container_repository
|
332
352
|
# @param [Hash] opts the optional parameters
|
353
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
333
354
|
# @return [AsyncOperationResponse]
|
334
355
|
describe 'update test' do
|
335
356
|
it 'should work' do
|