pulp_container_client 2.25.0 → 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.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/ContainerBlobResponse.md +2 -0
  4. data/docs/ContainerContainerDistribution.md +8 -8
  5. data/docs/ContainerContainerDistributionResponse.md +16 -16
  6. data/docs/ContainerContainerPullThroughDistribution.md +8 -8
  7. data/docs/ContainerContainerPullThroughDistributionResponse.md +16 -16
  8. data/docs/ContainerContainerPullThroughRemoteResponse.md +1 -1
  9. data/docs/ContainerContainerPushRepository.md +7 -7
  10. data/docs/ContainerContainerPushRepositoryResponse.md +15 -15
  11. data/docs/ContainerContainerRemoteResponse.md +1 -1
  12. data/docs/ContainerManifestResponse.md +2 -0
  13. data/docs/ContainerManifestSignatureResponse.md +2 -0
  14. data/docs/ContainerTagResponse.md +2 -0
  15. data/docs/ContentBlobsApi.md +20 -8
  16. data/docs/ContentManifestsApi.md +20 -8
  17. data/docs/ContentSignaturesApi.md +20 -8
  18. data/docs/ContentTagsApi.md +20 -8
  19. data/docs/DistributionsContainerApi.md +72 -32
  20. data/docs/DistributionsPullThroughApi.md +72 -32
  21. data/docs/PatchedcontainerContainerDistribution.md +8 -8
  22. data/docs/PatchedcontainerContainerPullThroughDistribution.md +8 -8
  23. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  24. data/docs/PulpContainerNamespacesApi.md +40 -16
  25. data/docs/RemotesContainerApi.md +72 -32
  26. data/docs/RemotesPullThroughApi.md +72 -32
  27. data/docs/RepositoriesContainerApi.md +138 -64
  28. data/docs/RepositoriesContainerPushApi.md +80 -36
  29. data/docs/RepositoriesContainerPushVersionsApi.md +22 -10
  30. data/docs/RepositoriesContainerVersionsApi.md +22 -10
  31. data/docs/RepositoryVersionResponse.md +3 -1
  32. data/docs/TokenApi.md +14 -5
  33. data/lib/pulp_container_client/api/content_blobs_api.rb +12 -0
  34. data/lib/pulp_container_client/api/content_manifests_api.rb +12 -0
  35. data/lib/pulp_container_client/api/content_signatures_api.rb +12 -0
  36. data/lib/pulp_container_client/api/content_tags_api.rb +12 -0
  37. data/lib/pulp_container_client/api/distributions_container_api.rb +36 -0
  38. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +36 -0
  39. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +24 -0
  40. data/lib/pulp_container_client/api/remotes_container_api.rb +36 -0
  41. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +36 -0
  42. data/lib/pulp_container_client/api/repositories_container_api.rb +63 -0
  43. data/lib/pulp_container_client/api/repositories_container_push_api.rb +39 -0
  44. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +15 -3
  45. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +15 -3
  46. data/lib/pulp_container_client/api/token_api.rb +9 -0
  47. data/lib/pulp_container_client/models/container_blob_response.rb +10 -1
  48. data/lib/pulp_container_client/models/container_container_distribution.rb +34 -34
  49. data/lib/pulp_container_client/models/container_container_distribution_response.rb +71 -71
  50. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +34 -34
  51. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +71 -71
  52. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +0 -15
  53. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +0 -15
  54. data/lib/pulp_container_client/models/container_container_push_repository.rb +33 -48
  55. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +66 -81
  56. data/lib/pulp_container_client/models/container_container_remote.rb +0 -15
  57. data/lib/pulp_container_client/models/container_container_remote_response.rb +0 -15
  58. data/lib/pulp_container_client/models/container_container_repository.rb +0 -15
  59. data/lib/pulp_container_client/models/container_container_repository_response.rb +0 -15
  60. data/lib/pulp_container_client/models/container_manifest_response.rb +10 -1
  61. data/lib/pulp_container_client/models/container_manifest_signature_response.rb +10 -1
  62. data/lib/pulp_container_client/models/container_tag_response.rb +10 -1
  63. data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +0 -2
  64. data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +0 -2
  65. data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +0 -2
  66. data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +0 -2
  67. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +0 -2
  68. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +0 -2
  69. data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +0 -2
  70. data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +0 -2
  71. data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +0 -2
  72. data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +0 -2
  73. data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +0 -2
  74. data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +0 -2
  75. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +32 -32
  76. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +32 -32
  77. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +0 -15
  78. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +31 -46
  79. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +0 -15
  80. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +0 -15
  81. data/lib/pulp_container_client/models/repository_version_response.rb +13 -4
  82. data/lib/pulp_container_client/version.rb +1 -1
  83. data/pulp_container_client.gemspec +0 -1
  84. data/spec/api/content_blobs_api_spec.rb +4 -0
  85. data/spec/api/content_manifests_api_spec.rb +4 -0
  86. data/spec/api/content_signatures_api_spec.rb +4 -0
  87. data/spec/api/content_tags_api_spec.rb +4 -0
  88. data/spec/api/distributions_container_api_spec.rb +12 -0
  89. data/spec/api/distributions_pull_through_api_spec.rb +12 -0
  90. data/spec/api/pulp_container_namespaces_api_spec.rb +8 -0
  91. data/spec/api/remotes_container_api_spec.rb +12 -0
  92. data/spec/api/remotes_pull_through_api_spec.rb +12 -0
  93. data/spec/api/repositories_container_api_spec.rb +21 -0
  94. data/spec/api/repositories_container_push_api_spec.rb +13 -0
  95. data/spec/api/repositories_container_push_versions_api_spec.rb +5 -1
  96. data/spec/api/repositories_container_versions_api_spec.rb +5 -1
  97. data/spec/api/token_api_spec.rb +3 -0
  98. data/spec/models/container_blob_response_spec.rb +6 -0
  99. data/spec/models/container_container_distribution_response_spec.rb +10 -10
  100. data/spec/models/container_container_distribution_spec.rb +4 -4
  101. data/spec/models/container_container_pull_through_distribution_response_spec.rb +10 -10
  102. data/spec/models/container_container_pull_through_distribution_spec.rb +4 -4
  103. data/spec/models/container_container_push_repository_response_spec.rb +11 -11
  104. data/spec/models/container_container_push_repository_spec.rb +5 -5
  105. data/spec/models/container_manifest_response_spec.rb +6 -0
  106. data/spec/models/container_manifest_signature_response_spec.rb +6 -0
  107. data/spec/models/container_tag_response_spec.rb +6 -0
  108. data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
  109. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +4 -4
  110. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  111. data/spec/models/repository_version_response_spec.rb +6 -0
  112. metadata +62 -82
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a8cf2ec5a7ebb66b84a0478883f2f98ab4ea7bf95c8f4c3db736c76cd2ea496
4
- data.tar.gz: 81a031a015e582230a49836079ab6ae7513950ae1ee5ec3fecc997bb728e7534
3
+ metadata.gz: 2a8d80cbf63a440604e49f4f9db399539a3e30754addde0b757a3e6a2b258391
4
+ data.tar.gz: 7b9f70d6b1f0e266017d533c3c2176f46487be9ab8abf28650cab0dee5331915
5
5
  SHA512:
6
- metadata.gz: f4805b7d3a44ddd4e159d15409ee87ca1cb000356581270f686e01ad96e44282542515c8a025c285e7b12f35875bc8653320168d5c6febd2b680ff1b8bf41f88
7
- data.tar.gz: a27fa0a28c24da72375857363b9672a9fc0d2791c485f798d3ad56fd6d5c477b891ed63dccf176aec0c422f7e8932ef2bffa7a6fa764ed3ca40d6421a234f428
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.25.0
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.25.0.gem
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.25.0.gem` to install the development dependencies)
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.25.0'
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&lt;String, String&gt;** | 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,12 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
8
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
9
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
10
7
  | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
11
- | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | |
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] |
12
10
  | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
11
+ | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | |
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] |
15
15
  | **description** | **String** | An optional description. | [optional] |
@@ -20,12 +20,12 @@
20
20
  require 'pulp_container_client'
21
21
 
22
22
  instance = PulpContainerClient::ContainerContainerDistribution.new(
23
- repository: null,
24
- content_guard: null,
25
- hidden: null,
26
23
  name: null,
27
- base_path: null,
24
+ content_guard: null,
25
+ repository: null,
28
26
  pulp_labels: null,
27
+ base_path: null,
28
+ hidden: null,
29
29
  repository_version: null,
30
30
  private: null,
31
31
  description: null
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to &#x60;null&#x60;, no guarantee is provided about content changes. | [optional][readonly] |
8
- | **pulp_href** | **String** | | [optional][readonly] |
9
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
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] |
8
+ | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
9
+ | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
10
10
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
11
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [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. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | |
13
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
11
14
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
12
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
15
+ | **pulp_href** | **String** | | [optional][readonly] |
16
+ | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to &#x60;null&#x60;, no guarantee is provided about content changes. | [optional][readonly] |
13
17
  | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
14
- | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
15
- | **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] |
16
- | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | |
17
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
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] |
20
20
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional][readonly] |
@@ -28,17 +28,17 @@
28
28
  require 'pulp_container_client'
29
29
 
30
30
  instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
31
- no_content_change_since: null,
32
- pulp_href: null,
33
- pulp_created: null,
31
+ pulp_last_updated: null,
32
+ name: null,
33
+ content_guard: null,
34
34
  repository: null,
35
+ pulp_labels: null,
36
+ base_path: null,
37
+ pulp_created: null,
35
38
  prn: null,
36
- content_guard: null,
39
+ pulp_href: null,
40
+ no_content_change_since: null,
37
41
  hidden: null,
38
- name: null,
39
- pulp_last_updated: null,
40
- base_path: null,
41
- pulp_labels: null,
42
42
  repository_version: null,
43
43
  registry_path: null,
44
44
  remote: null,
@@ -4,12 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
8
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
9
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
10
7
  | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
11
- | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | |
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] |
12
10
  | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
11
+ | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | |
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&lt;String&gt;** | Distributions created after pulling content through cache | [optional] |
15
15
  | **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional] |
@@ -21,12 +21,12 @@
21
21
  require 'pulp_container_client'
22
22
 
23
23
  instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
24
- repository: null,
25
- content_guard: null,
26
- hidden: null,
27
24
  name: null,
28
- base_path: null,
25
+ content_guard: null,
26
+ repository: null,
29
27
  pulp_labels: null,
28
+ base_path: null,
29
+ hidden: null,
30
30
  remote: null,
31
31
  distributions: null,
32
32
  private: null,
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to &#x60;null&#x60;, no guarantee is provided about content changes. | [optional][readonly] |
8
- | **pulp_href** | **String** | | [optional][readonly] |
9
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
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] |
8
+ | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
9
+ | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
10
10
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
11
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [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. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | |
13
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
11
14
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
12
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
15
+ | **pulp_href** | **String** | | [optional][readonly] |
16
+ | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to &#x60;null&#x60;, no guarantee is provided about content changes. | [optional][readonly] |
13
17
  | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
14
- | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
15
- | **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] |
16
- | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | |
17
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
18
18
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
19
19
  | **distributions** | **Array&lt;String&gt;** | Distributions created after pulling content through cache | [optional] |
20
20
  | **namespace** | **String** | Namespace this distribution belongs to. | [optional][readonly] |
@@ -27,17 +27,17 @@
27
27
  require 'pulp_container_client'
28
28
 
29
29
  instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(
30
- no_content_change_since: null,
31
- pulp_href: null,
32
- pulp_created: null,
30
+ pulp_last_updated: null,
31
+ name: null,
32
+ content_guard: null,
33
33
  repository: null,
34
+ pulp_labels: null,
35
+ base_path: null,
36
+ pulp_created: null,
34
37
  prn: null,
35
- content_guard: null,
38
+ pulp_href: null,
39
+ no_content_change_since: null,
36
40
  hidden: null,
37
- name: null,
38
- pulp_last_updated: null,
39
- base_path: null,
40
- pulp_labels: null,
41
41
  remote: null,
42
42
  distributions: null,
43
43
  namespace: 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&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional] |
26
26
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array&lt;ContainerContainerPullThroughRemoteResponseHiddenFieldsInner&gt;**](ContainerContainerPullThroughRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
27
+ | **hidden_fields** | [**Array&lt;ContainerContainerPullThroughRemoteResponseHiddenFieldsInner&gt;**](ContainerContainerPullThroughRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
28
28
  | **includes** | **Array&lt;String&gt;** | A list of remotes to include during pull-through caching. Wildcards *, ? are recognized. &#39;includes&#39; is evaluated before &#39;excludes&#39;. | [optional] |
29
29
  | **excludes** | **Array&lt;String&gt;** | A list of remotes to exclude during pull-through caching. Wildcards *, ? are recognized. &#39;excludes&#39; is evaluated after &#39;includes&#39;. | [optional] |
30
30
 
@@ -4,11 +4,11 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
8
- | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
9
7
  | **name** | **String** | A unique name for this repository. | |
10
- | **description** | **String** | An optional description. | [optional] |
11
8
  | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
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] |
11
+ | **description** | **String** | An optional description. | [optional] |
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
- retain_repo_versions: null,
20
- manifest_signing_service: null,
21
19
  name: null,
22
- description: null,
23
- pulp_labels: null
20
+ pulp_labels: null,
21
+ manifest_signing_service: null,
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_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] |
8
+ | **name** | **String** | A unique name for this repository. | |
9
+ | **latest_version_href** | **String** | | [optional][readonly] |
10
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
11
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
7
12
  | **versions_href** | **String** | | [optional][readonly] |
8
- | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
13
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
14
  | **pulp_href** | **String** | | [optional][readonly] |
10
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
11
15
  | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
12
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
13
- | **name** | **String** | A unique name for this repository. | |
16
+ | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
14
17
  | **description** | **String** | An optional description. | [optional] |
15
- | **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] |
16
- | **latest_version_href** | **String** | | [optional][readonly] |
17
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
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_last_updated: null,
26
+ name: null,
27
+ latest_version_href: null,
28
+ pulp_labels: null,
29
+ pulp_created: null,
25
30
  versions_href: null,
26
- retain_repo_versions: null,
31
+ prn: null,
27
32
  pulp_href: null,
28
- pulp_created: null,
29
33
  manifest_signing_service: null,
30
- prn: null,
31
- name: null,
32
- description: null,
33
- pulp_last_updated: null,
34
- latest_version_href: null,
35
- pulp_labels: 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&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional] |
26
26
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array&lt;ContainerContainerPullThroughRemoteResponseHiddenFieldsInner&gt;**](ContainerContainerPullThroughRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
27
+ | **hidden_fields** | [**Array&lt;ContainerContainerPullThroughRemoteResponseHiddenFieldsInner&gt;**](ContainerContainerPullThroughRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
28
28
  | **upstream_name** | **String** | Name of the upstream repository | |
29
29
  | **include_tags** | **Array&lt;String&gt;** | A list of tags to include during sync. Wildcards *, ? are recognized. &#39;include_tags&#39; is evaluated before &#39;exclude_tags&#39;. | [optional] |
30
30
  | **exclude_tags** | **Array&lt;String&gt;** | A list of tags to exclude during sync. Wildcards *, ? are recognized. &#39;exclude_tags&#39; is evaluated after &#39;include_tags&#39;. | [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&lt;String, String&gt;** | 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&lt;String, String&gt;** | 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 &#x60;digest_algo:manifest_digest@random_32_chars&#x60; | |
13
14
  | **digest** | **String** | sha256 digest of the signature blob | |
14
15
  | **type** | **String** | Container signature type, e.g. &#39;atomic&#39; | |
@@ -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&lt;String, String&gt;** | 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
  )
@@ -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&lt;String&gt;**](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&lt;String&gt;**](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&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
174
178
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
175
179
  | **exclude_fields** | [**Array&lt;String&gt;**](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&lt;String&gt;**](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&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
320
332
 
321
333
  ### Return type
322
334
 
@@ -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&lt;String&gt;**](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&lt;String&gt;**](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&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
180
184
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
181
185
  | **exclude_fields** | [**Array&lt;String&gt;**](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&lt;String&gt;**](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&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
326
338
 
327
339
  ### Return type
328
340