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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2a8d80cbf63a440604e49f4f9db399539a3e30754addde0b757a3e6a2b258391
|
4
|
+
data.tar.gz: 7b9f70d6b1f0e266017d533c3c2176f46487be9ab8abf28650cab0dee5331915
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8800fe786fce1479451c43f5a7e2ca39bdcf9301dae34a4379664689b14c199ed938bda6ef0367c594585e10951a5a1ec98207723fd9eb3805e0f1d122120af9
|
7
|
+
data.tar.gz: dd58ac91ac28ebe0a86ebb34fae815a18407d171bf7c788cd36e4ec33739ff5df6b0a1c4680ef216c258ef1f2793fc79124d491c304afe97b0986b3a24108d5c
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 2.
|
10
|
+
- Package version: 2.26.0
|
11
11
|
- Generator version: 7.10.0
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
@@ -25,16 +25,16 @@ gem build pulp_container_client.gemspec
|
|
25
25
|
Then either install the gem locally:
|
26
26
|
|
27
27
|
```shell
|
28
|
-
gem install ./pulp_container_client-2.
|
28
|
+
gem install ./pulp_container_client-2.26.0.gem
|
29
29
|
```
|
30
30
|
|
31
|
-
(for development, run `gem install --dev ./pulp_container_client-2.
|
31
|
+
(for development, run `gem install --dev ./pulp_container_client-2.26.0.gem` to install the development dependencies)
|
32
32
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
34
34
|
|
35
35
|
Finally add this to the Gemfile:
|
36
36
|
|
37
|
-
gem 'pulp_container_client', '~> 2.
|
37
|
+
gem 'pulp_container_client', '~> 2.26.0'
|
38
38
|
|
39
39
|
### Install from Git
|
40
40
|
|
@@ -69,6 +69,7 @@ end
|
|
69
69
|
|
70
70
|
api_instance = PulpContainerClient::ContentBlobsApi.new
|
71
71
|
opts = {
|
72
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
72
73
|
digest: 'digest_example', # String | Filter results where digest matches value
|
73
74
|
digest__in: ['inner_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
74
75
|
limit: 56, # Integer | Number of results to return per page.
|
@@ -9,6 +9,7 @@
|
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
12
13
|
| **artifact** | **String** | Artifact file representing the physical content | |
|
13
14
|
| **digest** | **String** | sha256 of the Blob file | |
|
14
15
|
|
@@ -23,6 +24,7 @@ instance = PulpContainerClient::ContainerBlobResponse.new(
|
|
23
24
|
pulp_created: null,
|
24
25
|
pulp_last_updated: null,
|
25
26
|
pulp_labels: null,
|
27
|
+
vuln_report: null,
|
26
28
|
artifact: null,
|
27
29
|
digest: null
|
28
30
|
)
|
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
7
8
|
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
9
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
8
10
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
9
11
|
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
10
|
-
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
11
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
12
12
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
13
13
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
14
14
|
| **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional] |
|
@@ -20,11 +20,11 @@
|
|
20
20
|
require 'pulp_container_client'
|
21
21
|
|
22
22
|
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
23
|
+
name: null,
|
23
24
|
content_guard: null,
|
25
|
+
repository: null,
|
24
26
|
pulp_labels: null,
|
25
27
|
base_path: null,
|
26
|
-
repository: null,
|
27
|
-
name: null,
|
28
28
|
hidden: null,
|
29
29
|
repository_version: null,
|
30
30
|
private: null,
|
@@ -4,16 +4,16 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
8
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
9
7
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
10
|
-
| **
|
8
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
9
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
10
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
12
|
+
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
12
13
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
14
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
15
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
13
16
|
| **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
|
14
|
-
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
15
|
-
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
16
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
17
17
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
18
18
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
19
19
|
| **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional][readonly] |
|
@@ -28,16 +28,16 @@
|
|
28
28
|
require 'pulp_container_client'
|
29
29
|
|
30
30
|
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
31
|
-
content_guard: null,
|
32
|
-
pulp_href: null,
|
33
31
|
pulp_last_updated: null,
|
34
|
-
|
32
|
+
name: null,
|
33
|
+
content_guard: null,
|
34
|
+
repository: null,
|
35
35
|
pulp_labels: null,
|
36
|
+
base_path: null,
|
36
37
|
pulp_created: null,
|
38
|
+
prn: null,
|
39
|
+
pulp_href: null,
|
37
40
|
no_content_change_since: null,
|
38
|
-
base_path: null,
|
39
|
-
repository: null,
|
40
|
-
name: null,
|
41
41
|
hidden: null,
|
42
42
|
repository_version: null,
|
43
43
|
registry_path: null,
|
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
7
8
|
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
9
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
8
10
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
9
11
|
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
10
|
-
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
11
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
12
12
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
13
13
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
|
14
14
|
| **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
|
@@ -21,11 +21,11 @@
|
|
21
21
|
require 'pulp_container_client'
|
22
22
|
|
23
23
|
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
|
24
|
+
name: null,
|
24
25
|
content_guard: null,
|
26
|
+
repository: null,
|
25
27
|
pulp_labels: null,
|
26
28
|
base_path: null,
|
27
|
-
repository: null,
|
28
|
-
name: null,
|
29
29
|
hidden: null,
|
30
30
|
remote: null,
|
31
31
|
distributions: null,
|
@@ -4,16 +4,16 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
8
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
9
7
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
10
|
-
| **
|
8
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
9
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
10
|
+
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
12
|
+
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
12
13
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
14
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
15
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
13
16
|
| **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
|
14
|
-
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
15
|
-
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
16
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
17
17
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
18
18
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
|
19
19
|
| **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
|
@@ -27,16 +27,16 @@
|
|
27
27
|
require 'pulp_container_client'
|
28
28
|
|
29
29
|
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(
|
30
|
-
content_guard: null,
|
31
|
-
pulp_href: null,
|
32
30
|
pulp_last_updated: null,
|
33
|
-
|
31
|
+
name: null,
|
32
|
+
content_guard: null,
|
33
|
+
repository: null,
|
34
34
|
pulp_labels: null,
|
35
|
+
base_path: null,
|
35
36
|
pulp_created: null,
|
37
|
+
prn: null,
|
38
|
+
pulp_href: null,
|
36
39
|
no_content_change_since: null,
|
37
|
-
base_path: null,
|
38
|
-
repository: null,
|
39
|
-
name: null,
|
40
40
|
hidden: null,
|
41
41
|
remote: null,
|
42
42
|
distributions: null,
|
@@ -24,7 +24,7 @@
|
|
24
24
|
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
25
25
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
26
26
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
27
|
-
| **hidden_fields** | [**Array<ContainerContainerPullThroughRemoteResponseHiddenFieldsInner>**](ContainerContainerPullThroughRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional]
|
27
|
+
| **hidden_fields** | [**Array<ContainerContainerPullThroughRemoteResponseHiddenFieldsInner>**](ContainerContainerPullThroughRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
28
28
|
| **includes** | **Array<String>** | A list of remotes to include during pull-through caching. Wildcards *, ? are recognized. 'includes' is evaluated before 'excludes'. | [optional] |
|
29
29
|
| **excludes** | **Array<String>** | A list of remotes to exclude during pull-through caching. Wildcards *, ? are recognized. 'excludes' is evaluated after 'includes'. | [optional] |
|
30
30
|
|
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | A unique name for this repository. | |
|
7
8
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
8
|
-
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
9
9
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
10
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
10
11
|
| **description** | **String** | An optional description. | [optional] |
|
11
|
-
| **name** | **String** | A unique name for this repository. | |
|
12
12
|
|
13
13
|
## Example
|
14
14
|
|
@@ -16,11 +16,11 @@
|
|
16
16
|
require 'pulp_container_client'
|
17
17
|
|
18
18
|
instance = PulpContainerClient::ContainerContainerPushRepository.new(
|
19
|
+
name: null,
|
19
20
|
pulp_labels: null,
|
20
|
-
retain_repo_versions: null,
|
21
21
|
manifest_signing_service: null,
|
22
|
-
|
23
|
-
|
22
|
+
retain_repo_versions: null,
|
23
|
+
description: null
|
24
24
|
)
|
25
25
|
```
|
26
26
|
|
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
8
7
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
9
|
-
| **
|
8
|
+
| **name** | **String** | A unique name for this repository. | |
|
9
|
+
| **latest_version_href** | **String** | | [optional][readonly] |
|
10
10
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
11
|
-
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
12
11
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
12
|
+
| **versions_href** | **String** | | [optional][readonly] |
|
13
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
14
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
13
15
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
14
|
-
| **
|
16
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
15
17
|
| **description** | **String** | An optional description. | [optional] |
|
16
|
-
| **name** | **String** | A unique name for this repository. | |
|
17
|
-
| **versions_href** | **String** | | [optional][readonly] |
|
18
18
|
|
19
19
|
## Example
|
20
20
|
|
@@ -22,17 +22,17 @@
|
|
22
22
|
require 'pulp_container_client'
|
23
23
|
|
24
24
|
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
25
|
-
pulp_href: null,
|
26
25
|
pulp_last_updated: null,
|
27
|
-
|
26
|
+
name: null,
|
27
|
+
latest_version_href: null,
|
28
28
|
pulp_labels: null,
|
29
|
-
retain_repo_versions: null,
|
30
29
|
pulp_created: null,
|
30
|
+
versions_href: null,
|
31
|
+
prn: null,
|
32
|
+
pulp_href: null,
|
31
33
|
manifest_signing_service: null,
|
32
|
-
|
33
|
-
description: null
|
34
|
-
name: null,
|
35
|
-
versions_href: null
|
34
|
+
retain_repo_versions: null,
|
35
|
+
description: null
|
36
36
|
)
|
37
37
|
```
|
38
38
|
|
@@ -24,7 +24,7 @@
|
|
24
24
|
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
25
25
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
26
26
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
27
|
-
| **hidden_fields** | [**Array<ContainerContainerPullThroughRemoteResponseHiddenFieldsInner>**](ContainerContainerPullThroughRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional]
|
27
|
+
| **hidden_fields** | [**Array<ContainerContainerPullThroughRemoteResponseHiddenFieldsInner>**](ContainerContainerPullThroughRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
28
28
|
| **upstream_name** | **String** | Name of the upstream repository | |
|
29
29
|
| **include_tags** | **Array<String>** | A list of tags to include during sync. Wildcards *, ? are recognized. 'include_tags' is evaluated before 'exclude_tags'. | [optional] |
|
30
30
|
| **exclude_tags** | **Array<String>** | A list of tags to exclude during sync. Wildcards *, ? are recognized. 'exclude_tags' is evaluated after 'include_tags'. | [optional] |
|
@@ -9,6 +9,7 @@
|
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
12
13
|
| **digest** | **String** | sha256 of the Manifest file | |
|
13
14
|
| **schema_version** | **Integer** | Manifest schema version | |
|
14
15
|
| **media_type** | **String** | Manifest media type of the file | |
|
@@ -35,6 +36,7 @@ instance = PulpContainerClient::ContainerManifestResponse.new(
|
|
35
36
|
pulp_created: null,
|
36
37
|
pulp_last_updated: null,
|
37
38
|
pulp_labels: null,
|
39
|
+
vuln_report: null,
|
38
40
|
digest: null,
|
39
41
|
schema_version: null,
|
40
42
|
media_type: null,
|
@@ -9,6 +9,7 @@
|
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
12
13
|
| **name** | **String** | Signature name in the format of `digest_algo:manifest_digest@random_32_chars` | |
|
13
14
|
| **digest** | **String** | sha256 digest of the signature blob | |
|
14
15
|
| **type** | **String** | Container signature type, e.g. 'atomic' | |
|
@@ -28,6 +29,7 @@ instance = PulpContainerClient::ContainerManifestSignatureResponse.new(
|
|
28
29
|
pulp_created: null,
|
29
30
|
pulp_last_updated: null,
|
30
31
|
pulp_labels: null,
|
32
|
+
vuln_report: null,
|
31
33
|
name: null,
|
32
34
|
digest: null,
|
33
35
|
type: null,
|
@@ -9,6 +9,7 @@
|
|
9
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
12
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
12
13
|
| **name** | **String** | Tag name | |
|
13
14
|
| **tagged_manifest** | **String** | Manifest that is tagged | |
|
14
15
|
|
@@ -23,6 +24,7 @@ instance = PulpContainerClient::ContainerTagResponse.new(
|
|
23
24
|
pulp_created: null,
|
24
25
|
pulp_last_updated: null,
|
25
26
|
pulp_labels: null,
|
27
|
+
vuln_report: null,
|
26
28
|
name: null,
|
27
29
|
tagged_manifest: null
|
28
30
|
)
|
data/docs/ContentBlobsApi.md
CHANGED
@@ -32,6 +32,7 @@ end
|
|
32
32
|
|
33
33
|
api_instance = PulpContainerClient::ContentBlobsApi.new
|
34
34
|
opts = {
|
35
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
35
36
|
digest: 'digest_example', # String | Filter results where digest matches value
|
36
37
|
digest__in: ['inner_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
37
38
|
limit: 56, # Integer | Number of results to return per page.
|
@@ -81,6 +82,7 @@ end
|
|
81
82
|
|
82
83
|
| Name | Type | Description | Notes |
|
83
84
|
| ---- | ---- | ----------- | ----- |
|
85
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
84
86
|
| **digest** | **String** | Filter results where digest matches value | [optional] |
|
85
87
|
| **digest__in** | [**Array<String>**](String.md) | Filter results where digest is in a comma-separated list of values | [optional] |
|
86
88
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
@@ -135,6 +137,7 @@ end
|
|
135
137
|
api_instance = PulpContainerClient::ContentBlobsApi.new
|
136
138
|
container_blob_href = 'container_blob_href_example' # String |
|
137
139
|
opts = {
|
140
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
138
141
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
139
142
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
140
143
|
}
|
@@ -171,6 +174,7 @@ end
|
|
171
174
|
| Name | Type | Description | Notes |
|
172
175
|
| ---- | ---- | ----------- | ----- |
|
173
176
|
| **container_blob_href** | **String** | | |
|
177
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
174
178
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
175
179
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
176
180
|
|
@@ -190,7 +194,7 @@ end
|
|
190
194
|
|
191
195
|
## set_label
|
192
196
|
|
193
|
-
> <SetLabelResponse> set_label(container_blob_href, set_label)
|
197
|
+
> <SetLabelResponse> set_label(container_blob_href, set_label, opts)
|
194
198
|
|
195
199
|
Set a label
|
196
200
|
|
@@ -211,10 +215,13 @@ end
|
|
211
215
|
api_instance = PulpContainerClient::ContentBlobsApi.new
|
212
216
|
container_blob_href = 'container_blob_href_example' # String |
|
213
217
|
set_label = PulpContainerClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
|
218
|
+
opts = {
|
219
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
220
|
+
}
|
214
221
|
|
215
222
|
begin
|
216
223
|
# Set a label
|
217
|
-
result = api_instance.set_label(container_blob_href, set_label)
|
224
|
+
result = api_instance.set_label(container_blob_href, set_label, opts)
|
218
225
|
p result
|
219
226
|
rescue PulpContainerClient::ApiError => e
|
220
227
|
puts "Error when calling ContentBlobsApi->set_label: #{e}"
|
@@ -225,12 +232,12 @@ end
|
|
225
232
|
|
226
233
|
This returns an Array which contains the response data, status code and headers.
|
227
234
|
|
228
|
-
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_blob_href, set_label)
|
235
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_blob_href, set_label, opts)
|
229
236
|
|
230
237
|
```ruby
|
231
238
|
begin
|
232
239
|
# Set a label
|
233
|
-
data, status_code, headers = api_instance.set_label_with_http_info(container_blob_href, set_label)
|
240
|
+
data, status_code, headers = api_instance.set_label_with_http_info(container_blob_href, set_label, opts)
|
234
241
|
p status_code # => 2xx
|
235
242
|
p headers # => { ... }
|
236
243
|
p data # => <SetLabelResponse>
|
@@ -245,6 +252,7 @@ end
|
|
245
252
|
| ---- | ---- | ----------- | ----- |
|
246
253
|
| **container_blob_href** | **String** | | |
|
247
254
|
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
255
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
248
256
|
|
249
257
|
### Return type
|
250
258
|
|
@@ -262,7 +270,7 @@ end
|
|
262
270
|
|
263
271
|
## unset_label
|
264
272
|
|
265
|
-
> <UnsetLabelResponse> unset_label(container_blob_href, unset_label)
|
273
|
+
> <UnsetLabelResponse> unset_label(container_blob_href, unset_label, opts)
|
266
274
|
|
267
275
|
Unset a label
|
268
276
|
|
@@ -283,10 +291,13 @@ end
|
|
283
291
|
api_instance = PulpContainerClient::ContentBlobsApi.new
|
284
292
|
container_blob_href = 'container_blob_href_example' # String |
|
285
293
|
unset_label = PulpContainerClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
|
294
|
+
opts = {
|
295
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
296
|
+
}
|
286
297
|
|
287
298
|
begin
|
288
299
|
# Unset a label
|
289
|
-
result = api_instance.unset_label(container_blob_href, unset_label)
|
300
|
+
result = api_instance.unset_label(container_blob_href, unset_label, opts)
|
290
301
|
p result
|
291
302
|
rescue PulpContainerClient::ApiError => e
|
292
303
|
puts "Error when calling ContentBlobsApi->unset_label: #{e}"
|
@@ -297,12 +308,12 @@ end
|
|
297
308
|
|
298
309
|
This returns an Array which contains the response data, status code and headers.
|
299
310
|
|
300
|
-
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_blob_href, unset_label)
|
311
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_blob_href, unset_label, opts)
|
301
312
|
|
302
313
|
```ruby
|
303
314
|
begin
|
304
315
|
# Unset a label
|
305
|
-
data, status_code, headers = api_instance.unset_label_with_http_info(container_blob_href, unset_label)
|
316
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(container_blob_href, unset_label, opts)
|
306
317
|
p status_code # => 2xx
|
307
318
|
p headers # => { ... }
|
308
319
|
p data # => <UnsetLabelResponse>
|
@@ -317,6 +328,7 @@ end
|
|
317
328
|
| ---- | ---- | ----------- | ----- |
|
318
329
|
| **container_blob_href** | **String** | | |
|
319
330
|
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
331
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
320
332
|
|
321
333
|
### Return type
|
322
334
|
|
data/docs/ContentManifestsApi.md
CHANGED
@@ -32,6 +32,7 @@ end
|
|
32
32
|
|
33
33
|
api_instance = PulpContainerClient::ContentManifestsApi.new
|
34
34
|
opts = {
|
35
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
35
36
|
digest: 'digest_example', # String | Filter results where digest matches value
|
36
37
|
digest__in: ['inner_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
37
38
|
is_bootable: true, # Boolean | Filter results where is_bootable matches value
|
@@ -84,6 +85,7 @@ end
|
|
84
85
|
|
85
86
|
| Name | Type | Description | Notes |
|
86
87
|
| ---- | ---- | ----------- | ----- |
|
88
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
87
89
|
| **digest** | **String** | Filter results where digest matches value | [optional] |
|
88
90
|
| **digest__in** | [**Array<String>**](String.md) | Filter results where digest is in a comma-separated list of values | [optional] |
|
89
91
|
| **is_bootable** | **Boolean** | Filter results where is_bootable matches value | [optional] |
|
@@ -141,6 +143,7 @@ end
|
|
141
143
|
api_instance = PulpContainerClient::ContentManifestsApi.new
|
142
144
|
container_manifest_href = 'container_manifest_href_example' # String |
|
143
145
|
opts = {
|
146
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
144
147
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
145
148
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
146
149
|
}
|
@@ -177,6 +180,7 @@ end
|
|
177
180
|
| Name | Type | Description | Notes |
|
178
181
|
| ---- | ---- | ----------- | ----- |
|
179
182
|
| **container_manifest_href** | **String** | | |
|
183
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
180
184
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
181
185
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
182
186
|
|
@@ -196,7 +200,7 @@ end
|
|
196
200
|
|
197
201
|
## set_label
|
198
202
|
|
199
|
-
> <SetLabelResponse> set_label(container_manifest_href, set_label)
|
203
|
+
> <SetLabelResponse> set_label(container_manifest_href, set_label, opts)
|
200
204
|
|
201
205
|
Set a label
|
202
206
|
|
@@ -217,10 +221,13 @@ end
|
|
217
221
|
api_instance = PulpContainerClient::ContentManifestsApi.new
|
218
222
|
container_manifest_href = 'container_manifest_href_example' # String |
|
219
223
|
set_label = PulpContainerClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
|
224
|
+
opts = {
|
225
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
226
|
+
}
|
220
227
|
|
221
228
|
begin
|
222
229
|
# Set a label
|
223
|
-
result = api_instance.set_label(container_manifest_href, set_label)
|
230
|
+
result = api_instance.set_label(container_manifest_href, set_label, opts)
|
224
231
|
p result
|
225
232
|
rescue PulpContainerClient::ApiError => e
|
226
233
|
puts "Error when calling ContentManifestsApi->set_label: #{e}"
|
@@ -231,12 +238,12 @@ end
|
|
231
238
|
|
232
239
|
This returns an Array which contains the response data, status code and headers.
|
233
240
|
|
234
|
-
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_manifest_href, set_label)
|
241
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_manifest_href, set_label, opts)
|
235
242
|
|
236
243
|
```ruby
|
237
244
|
begin
|
238
245
|
# Set a label
|
239
|
-
data, status_code, headers = api_instance.set_label_with_http_info(container_manifest_href, set_label)
|
246
|
+
data, status_code, headers = api_instance.set_label_with_http_info(container_manifest_href, set_label, opts)
|
240
247
|
p status_code # => 2xx
|
241
248
|
p headers # => { ... }
|
242
249
|
p data # => <SetLabelResponse>
|
@@ -251,6 +258,7 @@ end
|
|
251
258
|
| ---- | ---- | ----------- | ----- |
|
252
259
|
| **container_manifest_href** | **String** | | |
|
253
260
|
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
261
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
254
262
|
|
255
263
|
### Return type
|
256
264
|
|
@@ -268,7 +276,7 @@ end
|
|
268
276
|
|
269
277
|
## unset_label
|
270
278
|
|
271
|
-
> <UnsetLabelResponse> unset_label(container_manifest_href, unset_label)
|
279
|
+
> <UnsetLabelResponse> unset_label(container_manifest_href, unset_label, opts)
|
272
280
|
|
273
281
|
Unset a label
|
274
282
|
|
@@ -289,10 +297,13 @@ end
|
|
289
297
|
api_instance = PulpContainerClient::ContentManifestsApi.new
|
290
298
|
container_manifest_href = 'container_manifest_href_example' # String |
|
291
299
|
unset_label = PulpContainerClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
|
300
|
+
opts = {
|
301
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
302
|
+
}
|
292
303
|
|
293
304
|
begin
|
294
305
|
# Unset a label
|
295
|
-
result = api_instance.unset_label(container_manifest_href, unset_label)
|
306
|
+
result = api_instance.unset_label(container_manifest_href, unset_label, opts)
|
296
307
|
p result
|
297
308
|
rescue PulpContainerClient::ApiError => e
|
298
309
|
puts "Error when calling ContentManifestsApi->unset_label: #{e}"
|
@@ -303,12 +314,12 @@ end
|
|
303
314
|
|
304
315
|
This returns an Array which contains the response data, status code and headers.
|
305
316
|
|
306
|
-
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_manifest_href, unset_label)
|
317
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_manifest_href, unset_label, opts)
|
307
318
|
|
308
319
|
```ruby
|
309
320
|
begin
|
310
321
|
# Unset a label
|
311
|
-
data, status_code, headers = api_instance.unset_label_with_http_info(container_manifest_href, unset_label)
|
322
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(container_manifest_href, unset_label, opts)
|
312
323
|
p status_code # => 2xx
|
313
324
|
p headers # => { ... }
|
314
325
|
p data # => <UnsetLabelResponse>
|
@@ -323,6 +334,7 @@ end
|
|
323
334
|
| ---- | ---- | ----------- | ----- |
|
324
335
|
| **container_manifest_href** | **String** | | |
|
325
336
|
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
337
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
326
338
|
|
327
339
|
### Return type
|
328
340
|
|