pulp_container_client 2.24.2 → 2.24.4

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 (73) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/ContainerContainerDistribution.md +4 -4
  4. data/docs/ContainerContainerDistributionResponse.md +12 -12
  5. data/docs/ContainerContainerPullThroughDistribution.md +4 -4
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +12 -12
  7. data/docs/ContainerContainerPushRepository.md +5 -5
  8. data/docs/ContainerContainerPushRepositoryResponse.md +12 -12
  9. data/docs/ContentBlobsApi.md +20 -8
  10. data/docs/ContentManifestsApi.md +20 -8
  11. data/docs/ContentSignaturesApi.md +20 -8
  12. data/docs/ContentTagsApi.md +20 -8
  13. data/docs/DistributionsContainerApi.md +72 -32
  14. data/docs/DistributionsPullThroughApi.md +72 -32
  15. data/docs/PatchedcontainerContainerDistribution.md +4 -4
  16. data/docs/PatchedcontainerContainerPullThroughDistribution.md +4 -4
  17. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  18. data/docs/PulpContainerNamespacesApi.md +40 -16
  19. data/docs/RemotesContainerApi.md +72 -32
  20. data/docs/RemotesPullThroughApi.md +72 -32
  21. data/docs/RepositoriesContainerApi.md +138 -64
  22. data/docs/RepositoriesContainerPushApi.md +80 -36
  23. data/docs/RepositoriesContainerPushVersionsApi.md +22 -10
  24. data/docs/RepositoriesContainerVersionsApi.md +22 -10
  25. data/docs/TokenApi.md +14 -5
  26. data/lib/pulp_container_client/api/content_blobs_api.rb +12 -0
  27. data/lib/pulp_container_client/api/content_manifests_api.rb +12 -0
  28. data/lib/pulp_container_client/api/content_signatures_api.rb +12 -0
  29. data/lib/pulp_container_client/api/content_tags_api.rb +12 -0
  30. data/lib/pulp_container_client/api/distributions_container_api.rb +36 -0
  31. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +36 -0
  32. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +24 -0
  33. data/lib/pulp_container_client/api/remotes_container_api.rb +36 -0
  34. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +36 -0
  35. data/lib/pulp_container_client/api/repositories_container_api.rb +63 -0
  36. data/lib/pulp_container_client/api/repositories_container_push_api.rb +39 -0
  37. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +15 -3
  38. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +15 -3
  39. data/lib/pulp_container_client/api/token_api.rb +9 -0
  40. data/lib/pulp_container_client/models/container_container_distribution.rb +20 -20
  41. data/lib/pulp_container_client/models/container_container_distribution_response.rb +50 -50
  42. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +20 -20
  43. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +50 -50
  44. data/lib/pulp_container_client/models/container_container_push_repository.rb +42 -42
  45. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +52 -52
  46. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +18 -18
  47. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +18 -18
  48. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +42 -42
  49. data/lib/pulp_container_client/version.rb +1 -1
  50. data/spec/api/content_blobs_api_spec.rb +4 -0
  51. data/spec/api/content_manifests_api_spec.rb +4 -0
  52. data/spec/api/content_signatures_api_spec.rb +4 -0
  53. data/spec/api/content_tags_api_spec.rb +4 -0
  54. data/spec/api/distributions_container_api_spec.rb +12 -0
  55. data/spec/api/distributions_pull_through_api_spec.rb +12 -0
  56. data/spec/api/pulp_container_namespaces_api_spec.rb +8 -0
  57. data/spec/api/remotes_container_api_spec.rb +12 -0
  58. data/spec/api/remotes_pull_through_api_spec.rb +12 -0
  59. data/spec/api/repositories_container_api_spec.rb +21 -0
  60. data/spec/api/repositories_container_push_api_spec.rb +13 -0
  61. data/spec/api/repositories_container_push_versions_api_spec.rb +5 -1
  62. data/spec/api/repositories_container_versions_api_spec.rb +5 -1
  63. data/spec/api/token_api_spec.rb +3 -0
  64. data/spec/models/container_container_distribution_response_spec.rb +9 -9
  65. data/spec/models/container_container_distribution_spec.rb +3 -3
  66. data/spec/models/container_container_pull_through_distribution_response_spec.rb +9 -9
  67. data/spec/models/container_container_pull_through_distribution_spec.rb +3 -3
  68. data/spec/models/container_container_push_repository_response_spec.rb +11 -11
  69. data/spec/models/container_container_push_repository_spec.rb +5 -5
  70. data/spec/models/patchedcontainer_container_distribution_spec.rb +3 -3
  71. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +3 -3
  72. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  73. metadata +60 -60
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '088c131e6796833f83422ba2a4d57b75066dfab9d532946538fbe124ea11c73f'
4
- data.tar.gz: 224f3fa591cf4ffba625ecec95085620c708f81d91f100d0f562a0e0838b28ee
3
+ metadata.gz: 9e08a543bb355c452610e015a9cb2bbe85ec0118a7d11885dcb8d27925f6c616
4
+ data.tar.gz: deaed56f69dfc8d49762996a1928c3f1f16e8d53d66169558c1bcfdbd9107e56
5
5
  SHA512:
6
- metadata.gz: ea2dee51d520b5df699cd96c6f592ad351490f00634e479049c6121878a2c79f22d7d0f59034f631b76f9b606622ec7210296512f8bcd8562a89ac3d2ab8902e
7
- data.tar.gz: 2b1c02769b3684d3604c6f8cc382b7df44aa7082cd513d1f4b264e0f9d77ec20af72b1a16bd16a47e5ccd16e4691f03d0ff85d658d859317a26aa4e10bcf77e2
6
+ metadata.gz: 764c8d7b782c70b39afaffaf5659eb97ad72f2a6d6138f8e860a9f9107d781c6b063a36d547c3c2ac1b3a01341352fa24987317487b9f39fd4e63c354d6f02be
7
+ data.tar.gz: 34202b5b85c297623db70edd80264a906dd258667866a50d02e0f9d1e3c415c1d29cadde7c272be0b8ea4457b2a9b528677a662cb8bc92857b8af875c25cf56c
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.24.2
10
+ - Package version: 2.24.4
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.24.2.gem
28
+ gem install ./pulp_container_client-2.24.4.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_container_client-2.24.2.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_container_client-2.24.4.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.24.2'
37
+ gem 'pulp_container_client', '~> 2.24.4'
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.
@@ -5,11 +5,11 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
8
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
8
+ | **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;) | |
9
9
  | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
10
10
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [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
11
  | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
12
+ | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
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] |
@@ -21,11 +21,11 @@ require 'pulp_container_client'
21
21
 
22
22
  instance = PulpContainerClient::ContainerContainerDistribution.new(
23
23
  hidden: null,
24
- content_guard: null,
24
+ base_path: null,
25
25
  pulp_labels: null,
26
26
  repository: null,
27
- base_path: null,
28
27
  name: null,
28
+ content_guard: null,
29
29
  repository_version: null,
30
30
  private: null,
31
31
  description: null
@@ -5,16 +5,16 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
8
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
9
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
10
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
8
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
9
+ | **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;) | |
11
10
  | **pulp_href** | **String** | | [optional][readonly] |
11
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
12
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
13
+ | **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] |
12
14
  | **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
15
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
14
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
15
- | **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;) | |
16
16
  | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
17
- | **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] |
17
+ | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [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] |
@@ -29,16 +29,16 @@ require 'pulp_container_client'
29
29
 
30
30
  instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
31
31
  hidden: null,
32
- content_guard: null,
33
- prn: null,
34
- pulp_labels: null,
32
+ pulp_created: null,
33
+ base_path: null,
35
34
  pulp_href: null,
35
+ pulp_labels: null,
36
+ prn: null,
37
+ pulp_last_updated: null,
36
38
  no_content_change_since: null,
37
39
  repository: null,
38
- pulp_created: null,
39
- base_path: null,
40
40
  name: null,
41
- pulp_last_updated: null,
41
+ content_guard: null,
42
42
  repository_version: null,
43
43
  registry_path: null,
44
44
  remote: null,
@@ -5,11 +5,11 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
8
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
8
+ | **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;) | |
9
9
  | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
10
10
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [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
11
  | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
12
+ | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
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] |
@@ -22,11 +22,11 @@ require 'pulp_container_client'
22
22
 
23
23
  instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
24
24
  hidden: null,
25
- content_guard: null,
25
+ base_path: null,
26
26
  pulp_labels: null,
27
27
  repository: null,
28
- base_path: null,
29
28
  name: null,
29
+ content_guard: null,
30
30
  remote: null,
31
31
  distributions: null,
32
32
  private: null,
@@ -5,16 +5,16 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
8
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
9
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
10
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
8
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
9
+ | **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;) | |
11
10
  | **pulp_href** | **String** | | [optional][readonly] |
11
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
12
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
13
+ | **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] |
12
14
  | **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
15
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
14
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
15
- | **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;) | |
16
16
  | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
17
- | **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] |
17
+ | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [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] |
@@ -28,16 +28,16 @@ require 'pulp_container_client'
28
28
 
29
29
  instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(
30
30
  hidden: null,
31
- content_guard: null,
32
- prn: null,
33
- pulp_labels: null,
31
+ pulp_created: null,
32
+ base_path: null,
34
33
  pulp_href: null,
34
+ pulp_labels: null,
35
+ prn: null,
36
+ pulp_last_updated: null,
35
37
  no_content_change_since: null,
36
38
  repository: null,
37
- pulp_created: null,
38
- base_path: null,
39
39
  name: null,
40
- pulp_last_updated: null,
40
+ content_guard: null,
41
41
  remote: null,
42
42
  distributions: null,
43
43
  namespace: null,
@@ -4,11 +4,11 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
8
- | **description** | **String** | An optional description. | [optional] |
9
7
  | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
10
8
  | **name** | **String** | A unique name for this repository. | |
11
9
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
10
+ | **description** | **String** | An optional description. | [optional] |
11
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [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
- pulp_labels: null,
20
- description: null,
21
19
  manifest_signing_service: null,
22
20
  name: null,
23
- retain_repo_versions: null
21
+ retain_repo_versions: null,
22
+ description: null,
23
+ pulp_labels: null
24
24
  )
25
25
  ```
26
26
 
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
8
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
- | **latest_version_href** | **String** | | [optional][readonly] |
7
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
8
  | **pulp_href** | **String** | | [optional][readonly] |
11
- | **description** | **String** | An optional description. | [optional] |
9
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
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] |
12
11
  | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
13
12
  | **versions_href** | **String** | | [optional][readonly] |
14
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
15
13
  | **name** | **String** | A unique name for this repository. | |
16
14
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
17
- | **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] |
15
+ | **description** | **String** | An optional description. | [optional] |
16
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
17
+ | **latest_version_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_labels: null,
26
- prn: null,
27
- latest_version_href: null,
25
+ pulp_created: null,
28
26
  pulp_href: null,
29
- description: null,
27
+ prn: null,
28
+ pulp_last_updated: null,
30
29
  manifest_signing_service: null,
31
30
  versions_href: null,
32
- pulp_created: null,
33
31
  name: null,
34
32
  retain_repo_versions: null,
35
- pulp_last_updated: null
33
+ description: null,
34
+ pulp_labels: null,
35
+ latest_version_href: null
36
36
  )
37
37
  ```
38
38
 
@@ -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
 
@@ -32,6 +32,7 @@ end
32
32
 
33
33
  api_instance = PulpContainerClient::ContentSignaturesApi.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
  key_id: 'key_id_example', # String | Filter results where key_id matches value
@@ -93,6 +94,7 @@ end
93
94
 
94
95
  | Name | Type | Description | Notes |
95
96
  | ---- | ---- | ----------- | ----- |
97
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
96
98
  | **digest** | **String** | Filter results where digest matches value | [optional] |
97
99
  | **digest__in** | [**Array&lt;String&gt;**](String.md) | Filter results where digest is in a comma-separated list of values | [optional] |
98
100
  | **key_id** | **String** | Filter results where key_id matches value | [optional] |
@@ -159,6 +161,7 @@ end
159
161
  api_instance = PulpContainerClient::ContentSignaturesApi.new
160
162
  container_manifest_signature_href = 'container_manifest_signature_href_example' # String |
161
163
  opts = {
164
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
162
165
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
163
166
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
164
167
  }
@@ -195,6 +198,7 @@ end
195
198
  | Name | Type | Description | Notes |
196
199
  | ---- | ---- | ----------- | ----- |
197
200
  | **container_manifest_signature_href** | **String** | | |
201
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
198
202
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
199
203
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
200
204
 
@@ -214,7 +218,7 @@ end
214
218
 
215
219
  ## set_label
216
220
 
217
- > <SetLabelResponse> set_label(container_manifest_signature_href, set_label)
221
+ > <SetLabelResponse> set_label(container_manifest_signature_href, set_label, opts)
218
222
 
219
223
  Set a label
220
224
 
@@ -235,10 +239,13 @@ end
235
239
  api_instance = PulpContainerClient::ContentSignaturesApi.new
236
240
  container_manifest_signature_href = 'container_manifest_signature_href_example' # String |
237
241
  set_label = PulpContainerClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
242
+ opts = {
243
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
244
+ }
238
245
 
239
246
  begin
240
247
  # Set a label
241
- result = api_instance.set_label(container_manifest_signature_href, set_label)
248
+ result = api_instance.set_label(container_manifest_signature_href, set_label, opts)
242
249
  p result
243
250
  rescue PulpContainerClient::ApiError => e
244
251
  puts "Error when calling ContentSignaturesApi->set_label: #{e}"
@@ -249,12 +256,12 @@ end
249
256
 
250
257
  This returns an Array which contains the response data, status code and headers.
251
258
 
252
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_manifest_signature_href, set_label)
259
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_manifest_signature_href, set_label, opts)
253
260
 
254
261
  ```ruby
255
262
  begin
256
263
  # Set a label
257
- data, status_code, headers = api_instance.set_label_with_http_info(container_manifest_signature_href, set_label)
264
+ data, status_code, headers = api_instance.set_label_with_http_info(container_manifest_signature_href, set_label, opts)
258
265
  p status_code # => 2xx
259
266
  p headers # => { ... }
260
267
  p data # => <SetLabelResponse>
@@ -269,6 +276,7 @@ end
269
276
  | ---- | ---- | ----------- | ----- |
270
277
  | **container_manifest_signature_href** | **String** | | |
271
278
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
279
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
272
280
 
273
281
  ### Return type
274
282
 
@@ -286,7 +294,7 @@ end
286
294
 
287
295
  ## unset_label
288
296
 
289
- > <UnsetLabelResponse> unset_label(container_manifest_signature_href, unset_label)
297
+ > <UnsetLabelResponse> unset_label(container_manifest_signature_href, unset_label, opts)
290
298
 
291
299
  Unset a label
292
300
 
@@ -307,10 +315,13 @@ end
307
315
  api_instance = PulpContainerClient::ContentSignaturesApi.new
308
316
  container_manifest_signature_href = 'container_manifest_signature_href_example' # String |
309
317
  unset_label = PulpContainerClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
318
+ opts = {
319
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
320
+ }
310
321
 
311
322
  begin
312
323
  # Unset a label
313
- result = api_instance.unset_label(container_manifest_signature_href, unset_label)
324
+ result = api_instance.unset_label(container_manifest_signature_href, unset_label, opts)
314
325
  p result
315
326
  rescue PulpContainerClient::ApiError => e
316
327
  puts "Error when calling ContentSignaturesApi->unset_label: #{e}"
@@ -321,12 +332,12 @@ end
321
332
 
322
333
  This returns an Array which contains the response data, status code and headers.
323
334
 
324
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_manifest_signature_href, unset_label)
335
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_manifest_signature_href, unset_label, opts)
325
336
 
326
337
  ```ruby
327
338
  begin
328
339
  # Unset a label
329
- data, status_code, headers = api_instance.unset_label_with_http_info(container_manifest_signature_href, unset_label)
340
+ data, status_code, headers = api_instance.unset_label_with_http_info(container_manifest_signature_href, unset_label, opts)
330
341
  p status_code # => 2xx
331
342
  p headers # => { ... }
332
343
  p data # => <UnsetLabelResponse>
@@ -341,6 +352,7 @@ end
341
352
  | ---- | ---- | ----------- | ----- |
342
353
  | **container_manifest_signature_href** | **String** | | |
343
354
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
355
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
344
356
 
345
357
  ### Return type
346
358