pulp_container_client 2.25.1 → 2.26.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.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/docs/ContainerBlobResponse.md +2 -0
- data/docs/ContainerContainerDistribution.md +4 -4
- data/docs/ContainerContainerDistributionResponse.md +12 -12
- data/docs/ContainerContainerPullThroughDistribution.md +4 -4
- data/docs/ContainerContainerPullThroughDistributionResponse.md +12 -12
- data/docs/ContainerContainerPullThroughRemoteResponse.md +1 -1
- data/docs/ContainerContainerPushRepository.md +5 -5
- data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
- 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 +4 -4
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +4 -4
- data/docs/PatchedcontainerContainerPushRepository.md +5 -5
- 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 +47 -47
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +62 -62
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +47 -47
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +62 -62
- 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 +42 -57
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +59 -74
- 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 +40 -40
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +40 -40
- 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 +38 -53
- 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 +4 -4
- 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 +4 -4
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +59 -59
@@ -37,6 +37,8 @@ module PulpContainerClient
|
|
37
37
|
# Various count summaries of the content in the version and the HREF to view them.
|
38
38
|
attr_accessor :content_summary
|
39
39
|
|
40
|
+
attr_accessor :vuln_report
|
41
|
+
|
40
42
|
# Attribute mapping from ruby-style variable name to JSON key.
|
41
43
|
def self.attribute_map
|
42
44
|
{
|
@@ -47,7 +49,8 @@ module PulpContainerClient
|
|
47
49
|
:'number' => :'number',
|
48
50
|
:'repository' => :'repository',
|
49
51
|
:'base_version' => :'base_version',
|
50
|
-
:'content_summary' => :'content_summary'
|
52
|
+
:'content_summary' => :'content_summary',
|
53
|
+
:'vuln_report' => :'vuln_report'
|
51
54
|
}
|
52
55
|
end
|
53
56
|
|
@@ -66,7 +69,8 @@ module PulpContainerClient
|
|
66
69
|
:'number' => :'Integer',
|
67
70
|
:'repository' => :'String',
|
68
71
|
:'base_version' => :'String',
|
69
|
-
:'content_summary' => :'ContentSummaryResponse'
|
72
|
+
:'content_summary' => :'ContentSummaryResponse',
|
73
|
+
:'vuln_report' => :'String'
|
70
74
|
}
|
71
75
|
end
|
72
76
|
|
@@ -122,6 +126,10 @@ module PulpContainerClient
|
|
122
126
|
if attributes.key?(:'content_summary')
|
123
127
|
self.content_summary = attributes[:'content_summary']
|
124
128
|
end
|
129
|
+
|
130
|
+
if attributes.key?(:'vuln_report')
|
131
|
+
self.vuln_report = attributes[:'vuln_report']
|
132
|
+
end
|
125
133
|
end
|
126
134
|
|
127
135
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -151,7 +159,8 @@ module PulpContainerClient
|
|
151
159
|
number == o.number &&
|
152
160
|
repository == o.repository &&
|
153
161
|
base_version == o.base_version &&
|
154
|
-
content_summary == o.content_summary
|
162
|
+
content_summary == o.content_summary &&
|
163
|
+
vuln_report == o.vuln_report
|
155
164
|
end
|
156
165
|
|
157
166
|
# @see the `==` method
|
@@ -163,7 +172,7 @@ module PulpContainerClient
|
|
163
172
|
# Calculates hash code according to all attributes.
|
164
173
|
# @return [Integer] Hash code
|
165
174
|
def hash
|
166
|
-
[pulp_href, prn, pulp_created, pulp_last_updated, number, repository, base_version, content_summary].hash
|
175
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, number, repository, base_version, content_summary, vuln_report].hash
|
167
176
|
end
|
168
177
|
|
169
178
|
# Builds the object from hash
|
@@ -36,6 +36,7 @@ describe 'ContentBlobsApi' do
|
|
36
36
|
# List blobs
|
37
37
|
# ViewSet for Blobs.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
40
|
# @option opts [String] :digest Filter results where digest matches value
|
40
41
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
41
42
|
# @option opts [Integer] :limit Number of results to return per page.
|
@@ -64,6 +65,7 @@ describe 'ContentBlobsApi' do
|
|
64
65
|
# ViewSet for Blobs.
|
65
66
|
# @param container_blob_href
|
66
67
|
# @param [Hash] opts the optional parameters
|
68
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
67
69
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
68
70
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
69
71
|
# @return [ContainerBlobResponse]
|
@@ -79,6 +81,7 @@ describe 'ContentBlobsApi' do
|
|
79
81
|
# @param container_blob_href
|
80
82
|
# @param set_label
|
81
83
|
# @param [Hash] opts the optional parameters
|
84
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
82
85
|
# @return [SetLabelResponse]
|
83
86
|
describe 'set_label test' do
|
84
87
|
it 'should work' do
|
@@ -92,6 +95,7 @@ describe 'ContentBlobsApi' do
|
|
92
95
|
# @param container_blob_href
|
93
96
|
# @param unset_label
|
94
97
|
# @param [Hash] opts the optional parameters
|
98
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
95
99
|
# @return [UnsetLabelResponse]
|
96
100
|
describe 'unset_label test' do
|
97
101
|
it 'should work' do
|
@@ -36,6 +36,7 @@ describe 'ContentManifestsApi' do
|
|
36
36
|
# List manifests
|
37
37
|
# ViewSet for Manifest.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
40
|
# @option opts [String] :digest Filter results where digest matches value
|
40
41
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
41
42
|
# @option opts [Boolean] :is_bootable Filter results where is_bootable matches value
|
@@ -67,6 +68,7 @@ describe 'ContentManifestsApi' do
|
|
67
68
|
# ViewSet for Manifest.
|
68
69
|
# @param container_manifest_href
|
69
70
|
# @param [Hash] opts the optional parameters
|
71
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
70
72
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
71
73
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
72
74
|
# @return [ContainerManifestResponse]
|
@@ -82,6 +84,7 @@ describe 'ContentManifestsApi' do
|
|
82
84
|
# @param container_manifest_href
|
83
85
|
# @param set_label
|
84
86
|
# @param [Hash] opts the optional parameters
|
87
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
85
88
|
# @return [SetLabelResponse]
|
86
89
|
describe 'set_label test' do
|
87
90
|
it 'should work' do
|
@@ -95,6 +98,7 @@ describe 'ContentManifestsApi' do
|
|
95
98
|
# @param container_manifest_href
|
96
99
|
# @param unset_label
|
97
100
|
# @param [Hash] opts the optional parameters
|
101
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
98
102
|
# @return [UnsetLabelResponse]
|
99
103
|
describe 'unset_label test' do
|
100
104
|
it 'should work' do
|
@@ -36,6 +36,7 @@ describe 'ContentSignaturesApi' do
|
|
36
36
|
# List manifest signatures
|
37
37
|
# ViewSet for image signatures.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
40
|
# @option opts [String] :digest Filter results where digest matches value
|
40
41
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
41
42
|
# @option opts [String] :key_id Filter results where key_id matches value
|
@@ -76,6 +77,7 @@ describe 'ContentSignaturesApi' do
|
|
76
77
|
# ViewSet for image signatures.
|
77
78
|
# @param container_manifest_signature_href
|
78
79
|
# @param [Hash] opts the optional parameters
|
80
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
79
81
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
80
82
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
81
83
|
# @return [ContainerManifestSignatureResponse]
|
@@ -91,6 +93,7 @@ describe 'ContentSignaturesApi' do
|
|
91
93
|
# @param container_manifest_signature_href
|
92
94
|
# @param set_label
|
93
95
|
# @param [Hash] opts the optional parameters
|
96
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
94
97
|
# @return [SetLabelResponse]
|
95
98
|
describe 'set_label test' do
|
96
99
|
it 'should work' do
|
@@ -104,6 +107,7 @@ describe 'ContentSignaturesApi' do
|
|
104
107
|
# @param container_manifest_signature_href
|
105
108
|
# @param unset_label
|
106
109
|
# @param [Hash] opts the optional parameters
|
110
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
107
111
|
# @return [UnsetLabelResponse]
|
108
112
|
describe 'unset_label test' do
|
109
113
|
it 'should work' do
|
@@ -36,6 +36,7 @@ describe 'ContentTagsApi' do
|
|
36
36
|
# List tags
|
37
37
|
# ViewSet for Tag.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
40
|
# @option opts [Array<String>] :digest Multiple values may be separated by commas.
|
40
41
|
# @option opts [Integer] :limit Number of results to return per page.
|
41
42
|
# @option opts [Array<String>] :media_type * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json
|
@@ -66,6 +67,7 @@ describe 'ContentTagsApi' do
|
|
66
67
|
# ViewSet for Tag.
|
67
68
|
# @param container_tag_href
|
68
69
|
# @param [Hash] opts the optional parameters
|
70
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
69
71
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
70
72
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
71
73
|
# @return [ContainerTagResponse]
|
@@ -81,6 +83,7 @@ describe 'ContentTagsApi' do
|
|
81
83
|
# @param container_tag_href
|
82
84
|
# @param set_label
|
83
85
|
# @param [Hash] opts the optional parameters
|
86
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
84
87
|
# @return [SetLabelResponse]
|
85
88
|
describe 'set_label test' do
|
86
89
|
it 'should work' do
|
@@ -94,6 +97,7 @@ describe 'ContentTagsApi' do
|
|
94
97
|
# @param container_tag_href
|
95
98
|
# @param unset_label
|
96
99
|
# @param [Hash] opts the optional parameters
|
100
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
97
101
|
# @return [UnsetLabelResponse]
|
98
102
|
describe 'unset_label test' do
|
99
103
|
it 'should work' do
|
@@ -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
|