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