pulp_container_client 2.24.3 → 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 +8 -8
  4. data/docs/ContainerContainerDistributionResponse.md +14 -14
  5. data/docs/ContainerContainerPullThroughDistribution.md +8 -8
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +14 -14
  7. data/docs/ContainerContainerPushRepository.md +5 -5
  8. data/docs/ContainerContainerPushRepositoryResponse.md +14 -14
  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 +8 -8
  16. data/docs/PatchedcontainerContainerPullThroughDistribution.md +8 -8
  17. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  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 +64 -64
  41. data/lib/pulp_container_client/models/container_container_distribution_response.rb +70 -70
  42. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +64 -64
  43. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +70 -70
  44. data/lib/pulp_container_client/models/container_container_push_repository.rb +41 -41
  45. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +62 -62
  46. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +58 -58
  47. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +58 -58
  48. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +41 -41
  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 +5 -5
  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 +5 -5
  74. metadata +80 -60
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0975465b639d08e715d508e55ef2c5b538f02120f3655006c223517198c71257'
4
- data.tar.gz: 3b060d9e644a2c58623018d335835e45d1b94f59a4e108485dcde62f204bef94
3
+ metadata.gz: 4a8cf2ec5a7ebb66b84a0478883f2f98ab4ea7bf95c8f4c3db736c76cd2ea496
4
+ data.tar.gz: 81a031a015e582230a49836079ab6ae7513950ae1ee5ec3fecc997bb728e7534
5
5
  SHA512:
6
- metadata.gz: 9a0623dbd93b90d555db4a6df8f96e416f953bda0a2296702bd78ff50f1dbe5404f042202354cb0e4b410adea4ba04b817d02f0bff2e8adae1b721032ab46782
7
- data.tar.gz: 33945a4469e9d0084e54a9e2d0bdab5ca1976236e403a67c00cc6de613927a089c9ba6e26350f95a982c753ace380a45db00b3f3612c11e6665e8eeeca27c482
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.3
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.3.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.3.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.3'
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
- | **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
- | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
9
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
10
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
11
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] |
12
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;. | |
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
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [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
- base_path: null,
24
- name: null,
25
- pulp_labels: null,
26
- content_guard: null,
27
23
  repository: null,
24
+ content_guard: null,
28
25
  hidden: null,
26
+ name: null,
27
+ base_path: null,
28
+ pulp_labels: 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
- | **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
- | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
9
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
10
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
11
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
12
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] |
13
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
14
- | **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
10
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
11
+ | **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] |
16
13
  | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
17
- | **pulp_href** | **String** | | [optional][readonly] |
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
- base_path: null,
32
- name: null,
33
- prn: null,
34
- pulp_labels: null,
35
- content_guard: null,
36
31
  no_content_change_since: null,
32
+ pulp_href: null,
37
33
  pulp_created: null,
38
- pulp_last_updated: null,
39
34
  repository: null,
35
+ prn: null,
36
+ content_guard: null,
40
37
  hidden: null,
41
- pulp_href: 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
- | **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
- | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
9
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
10
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
11
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] |
12
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;. | |
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
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [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
- base_path: null,
25
- name: null,
26
- pulp_labels: null,
27
- content_guard: null,
28
24
  repository: null,
25
+ content_guard: null,
29
26
  hidden: null,
27
+ name: null,
28
+ base_path: null,
29
+ pulp_labels: 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
- | **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
- | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
9
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
10
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
11
- | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
12
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] |
13
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
14
- | **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
10
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
11
+ | **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] |
16
13
  | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
17
- | **pulp_href** | **String** | | [optional][readonly] |
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
- base_path: null,
31
- name: null,
32
- prn: null,
33
- pulp_labels: null,
34
- content_guard: null,
35
30
  no_content_change_since: null,
31
+ pulp_href: null,
36
32
  pulp_created: null,
37
- pulp_last_updated: null,
38
33
  repository: null,
34
+ prn: null,
35
+ content_guard: null,
39
36
  hidden: null,
40
- pulp_href: 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,11 +4,11 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | A unique name for this repository. | |
8
7
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
9
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
10
8
  | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
9
+ | **name** | **String** | A unique name for this repository. | |
11
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
- name: null,
20
19
  retain_repo_versions: null,
21
- pulp_labels: null,
22
20
  manifest_signing_service: null,
23
- description: null
21
+ name: 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
- | **name** | **String** | A unique name for this repository. | |
8
- | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
9
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
10
7
  | **versions_href** | **String** | | [optional][readonly] |
11
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
12
- | **latest_version_href** | **String** | | [optional][readonly] |
8
+ | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
9
+ | **pulp_href** | **String** | | [optional][readonly] |
10
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
13
11
  | **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. | |
14
14
  | **description** | **String** | An optional description. | [optional] |
15
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
16
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
- | **pulp_href** | **String** | | [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
- name: null,
26
- retain_repo_versions: null,
27
- prn: null,
28
25
  versions_href: null,
29
- pulp_labels: null,
30
- latest_version_href: null,
26
+ retain_repo_versions: null,
27
+ pulp_href: null,
28
+ pulp_created: null,
31
29
  manifest_signing_service: null,
30
+ prn: null,
31
+ name: null,
32
32
  description: null,
33
- pulp_created: null,
34
33
  pulp_last_updated: null,
35
- pulp_href: 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