pulp_container_client 2.19.7 → 2.19.8

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 (96) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -6
  3. data/docs/ContainerContainerDistribution.md +7 -7
  4. data/docs/ContainerContainerDistributionResponse.md +9 -9
  5. data/docs/ContainerContainerPullThroughDistribution.md +7 -7
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -9
  7. data/docs/ContainerContainerPullThroughRemote.md +1 -1
  8. data/docs/ContainerContainerPullThroughRemoteResponse.md +1 -1
  9. data/docs/ContainerContainerPushRepository.md +6 -6
  10. data/docs/ContainerContainerPushRepositoryResponse.md +10 -10
  11. data/docs/ContainerContainerRemote.md +1 -1
  12. data/docs/ContainerContainerRemoteResponse.md +1 -1
  13. data/docs/ContainerManifestResponse.md +2 -2
  14. data/docs/ContentBlobsApi.md +4 -0
  15. data/docs/ContentManifestsApi.md +4 -0
  16. data/docs/ContentSignaturesApi.md +4 -0
  17. data/docs/ContentTagsApi.md +4 -0
  18. data/docs/DistributionsContainerApi.md +56 -16
  19. data/docs/DistributionsPullThroughApi.md +56 -16
  20. data/docs/OCIBuildImage.md +1 -1
  21. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  22. data/docs/PatchedcontainerContainerPullThroughDistribution.md +7 -7
  23. data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
  24. data/docs/PatchedcontainerContainerPushRepository.md +6 -6
  25. data/docs/PatchedcontainerContainerRemote.md +1 -1
  26. data/docs/{Policy762Enum.md → Policy692Enum.md} +2 -2
  27. data/docs/{Policy8e2Enum.md → Policy7e0Enum.md} +2 -2
  28. data/docs/PulpContainerNamespacesApi.md +32 -8
  29. data/docs/RemotesContainerApi.md +56 -16
  30. data/docs/RemotesPullThroughApi.md +56 -16
  31. data/docs/RepositoriesContainerApi.md +108 -34
  32. data/docs/RepositoriesContainerPushApi.md +62 -18
  33. data/docs/RepositoriesContainerPushVersionsApi.md +16 -4
  34. data/docs/RepositoriesContainerVersionsApi.md +16 -4
  35. data/docs/TokenApi.md +13 -3
  36. data/lib/pulp_container_client/api/content_blobs_api.rb +6 -0
  37. data/lib/pulp_container_client/api/content_manifests_api.rb +6 -0
  38. data/lib/pulp_container_client/api/content_signatures_api.rb +6 -0
  39. data/lib/pulp_container_client/api/content_tags_api.rb +6 -0
  40. data/lib/pulp_container_client/api/distributions_container_api.rb +36 -0
  41. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +36 -0
  42. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +24 -0
  43. data/lib/pulp_container_client/api/remotes_container_api.rb +36 -0
  44. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +36 -0
  45. data/lib/pulp_container_client/api/repositories_container_api.rb +65 -2
  46. data/lib/pulp_container_client/api/repositories_container_push_api.rb +39 -0
  47. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +12 -0
  48. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +12 -0
  49. data/lib/pulp_container_client/api/token_api.rb +9 -0
  50. data/lib/pulp_container_client/models/container_container_distribution.rb +29 -29
  51. data/lib/pulp_container_client/models/container_container_distribution_response.rb +38 -38
  52. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +29 -29
  53. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +38 -38
  54. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +1 -1
  55. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +1 -1
  56. data/lib/pulp_container_client/models/container_container_push_repository.rb +38 -38
  57. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +46 -46
  58. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  59. data/lib/pulp_container_client/models/container_container_remote_response.rb +1 -1
  60. data/lib/pulp_container_client/models/container_manifest_response.rb +2 -2
  61. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  62. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +29 -29
  63. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +29 -29
  64. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +1 -1
  65. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +38 -38
  66. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  67. data/lib/pulp_container_client/models/{policy762_enum.rb → policy692_enum.rb} +3 -3
  68. data/lib/pulp_container_client/models/{policy8e2_enum.rb → policy7e0_enum.rb} +3 -3
  69. data/lib/pulp_container_client/version.rb +1 -1
  70. data/lib/pulp_container_client.rb +2 -2
  71. data/spec/api/content_blobs_api_spec.rb +2 -0
  72. data/spec/api/content_manifests_api_spec.rb +2 -0
  73. data/spec/api/content_signatures_api_spec.rb +2 -0
  74. data/spec/api/content_tags_api_spec.rb +2 -0
  75. data/spec/api/distributions_container_api_spec.rb +12 -0
  76. data/spec/api/distributions_pull_through_api_spec.rb +12 -0
  77. data/spec/api/pulp_container_namespaces_api_spec.rb +8 -0
  78. data/spec/api/remotes_container_api_spec.rb +12 -0
  79. data/spec/api/remotes_pull_through_api_spec.rb +12 -0
  80. data/spec/api/repositories_container_api_spec.rb +22 -1
  81. data/spec/api/repositories_container_push_api_spec.rb +13 -0
  82. data/spec/api/repositories_container_push_versions_api_spec.rb +4 -0
  83. data/spec/api/repositories_container_versions_api_spec.rb +4 -0
  84. data/spec/api/token_api_spec.rb +3 -0
  85. data/spec/models/container_container_distribution_response_spec.rb +8 -8
  86. data/spec/models/container_container_distribution_spec.rb +6 -6
  87. data/spec/models/container_container_pull_through_distribution_response_spec.rb +8 -8
  88. data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
  89. data/spec/models/container_container_push_repository_response_spec.rb +8 -8
  90. data/spec/models/container_container_push_repository_spec.rb +5 -5
  91. data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
  92. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
  93. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  94. data/spec/models/{policy762_enum_spec.rb → policy692_enum_spec.rb} +6 -6
  95. data/spec/models/{policy8e2_enum_spec.rb → policy7e0_enum_spec.rb} +6 -6
  96. metadata +67 -67
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31fa10f0f86e0481b62efce4a743e672bbd5963da89b1065d5953fe444d89472
4
- data.tar.gz: 8a113f0e6aed86c44a8b9a12852b823da6585a30b412804dae693c5ed06a2ee4
3
+ metadata.gz: 9b10f5ad155dd17e72a21b458eaec11621911d15d205baf7f60d2acaceefb0eb
4
+ data.tar.gz: cf2712abc7f94e6d4b1a73e131c247b6ad0572823f4d1d946e07feb518163a26
5
5
  SHA512:
6
- metadata.gz: 065c02f357387cecdaa7ef14365ad0a81fb80fc10447413448cb54a369fb010acad616f3e2d4ad9526f42937671750515bacacd2aefc24c0c363d4aa47fa841f
7
- data.tar.gz: c2270862c8afaa7ee4d34098fb2ae5aeaf85c95fb891fd1cc608ac39ee615a913f7a78564b65637c4da20d960faaac44f622c1cb294ba647fd7a6b0712696e0f
6
+ metadata.gz: 1f3550c5f836cacde7c0b77ea2471be1897c22a8a93009cd641daee769d787780e8f59d04f13ddb4ba341d20b9668c169390fc5e0bb8e05378b26a062d735a42
7
+ data.tar.gz: 292fd6bf89d2fa5a9da3d8d1e6486522243a37769ea1190aefa99719081de50ca6bc458feeae2c54d5ca86884278267ea3abfe5fcc415fda502be8eae0c0aba8
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.19.7
10
+ - Package version: 2.19.8
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_container_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_container_client-2.19.7.gem
27
+ gem install ./pulp_container_client-2.19.8.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.19.7.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.19.8.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_container_client', '~> 2.19.7'
36
+ gem 'pulp_container_client', '~> 2.19.8'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -66,6 +66,7 @@ end
66
66
 
67
67
  api_instance = PulpContainerClient::ContentBlobsApi.new
68
68
  opts = {
69
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
69
70
  digest: 'digest_example', # String | Filter results where digest matches value
70
71
  digest__in: ['digest__in_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
71
72
  limit: 56, # Integer | Number of results to return per page.
@@ -256,8 +257,8 @@ Class | Method | HTTP request | Description
256
257
  - [PulpContainerClient::PatchedcontainerContainerPushRepository](docs/PatchedcontainerContainerPushRepository.md)
257
258
  - [PulpContainerClient::PatchedcontainerContainerRemote](docs/PatchedcontainerContainerRemote.md)
258
259
  - [PulpContainerClient::PatchedcontainerContainerRepository](docs/PatchedcontainerContainerRepository.md)
259
- - [PulpContainerClient::Policy762Enum](docs/Policy762Enum.md)
260
- - [PulpContainerClient::Policy8e2Enum](docs/Policy8e2Enum.md)
260
+ - [PulpContainerClient::Policy692Enum](docs/Policy692Enum.md)
261
+ - [PulpContainerClient::Policy7e0Enum](docs/Policy7e0Enum.md)
261
262
  - [PulpContainerClient::RecursiveManage](docs/RecursiveManage.md)
262
263
  - [PulpContainerClient::RemoveImage](docs/RemoveImage.md)
263
264
  - [PulpContainerClient::RemoveSignatures](docs/RemoveSignatures.md)
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
8
7
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
10
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;) |
11
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
12
9
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
10
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
12
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [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]
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::ContainerContainerDistribution.new(pulp_labels: null,
23
- content_guard: null,
24
- repository: null,
22
+ instance = PulpContainerClient::ContainerContainerDistribution.new(content_guard: null,
25
23
  base_path: null,
26
- hidden: null,
27
24
  name: null,
25
+ hidden: null,
26
+ pulp_labels: null,
27
+ repository: null,
28
28
  repository_version: null,
29
29
  private: null,
30
30
  description: null)
@@ -4,15 +4,15 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
7
8
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
8
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
9
9
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
10
- **pulp_href** | **String** | | [optional] [readonly]
11
10
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
12
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
13
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;) |
14
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
15
12
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
13
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
14
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
15
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
16
16
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
17
17
  **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
18
18
  **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] [readonly]
@@ -25,15 +25,15 @@ Name | Type | Description | Notes
25
25
  ```ruby
26
26
  require 'PulpContainerClient'
27
27
 
28
- instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_last_updated: null,
29
- pulp_labels: null,
28
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_href: null,
29
+ pulp_last_updated: null,
30
30
  content_guard: null,
31
- pulp_href: null,
32
31
  pulp_created: null,
33
- repository: null,
34
32
  base_path: null,
35
- hidden: null,
36
33
  name: null,
34
+ hidden: null,
35
+ pulp_labels: null,
36
+ repository: null,
37
37
  repository_version: null,
38
38
  registry_path: null,
39
39
  remote: null,
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
8
7
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
10
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;) |
11
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
12
9
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
10
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
12
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [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]
@@ -20,12 +20,12 @@ Name | Type | Description | Notes
20
20
  ```ruby
21
21
  require 'PulpContainerClient'
22
22
 
23
- instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(pulp_labels: null,
24
- content_guard: null,
25
- repository: null,
23
+ instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(content_guard: null,
26
24
  base_path: null,
27
- hidden: null,
28
25
  name: null,
26
+ hidden: null,
27
+ pulp_labels: null,
28
+ repository: null,
29
29
  remote: null,
30
30
  distributions: null,
31
31
  private: null,
@@ -4,15 +4,15 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
7
8
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
8
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
9
9
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
10
- **pulp_href** | **String** | | [optional] [readonly]
11
10
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
12
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
13
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;) |
14
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
15
12
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
13
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
14
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
15
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
16
16
  **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. |
17
17
  **distributions** | **Array&lt;String&gt;** | Distributions created after pulling content through cache | [optional]
18
18
  **namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
@@ -24,15 +24,15 @@ Name | Type | Description | Notes
24
24
  ```ruby
25
25
  require 'PulpContainerClient'
26
26
 
27
- instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(pulp_last_updated: null,
28
- pulp_labels: null,
27
+ instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(pulp_href: null,
28
+ pulp_last_updated: null,
29
29
  content_guard: null,
30
- pulp_href: null,
31
30
  pulp_created: null,
32
- repository: null,
33
31
  base_path: null,
34
- hidden: null,
35
32
  name: null,
33
+ hidden: null,
34
+ pulp_labels: null,
35
+ repository: null,
36
36
  remote: null,
37
37
  distributions: null,
38
38
  namespace: null,
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
- **policy** | [**Policy8e2Enum**](Policy8e2Enum.md) | | [optional]
21
+ **policy** | [**Policy7e0Enum**](Policy7e0Enum.md) | | [optional]
22
22
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
23
23
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
24
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
18
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
19
- **policy** | [**Policy8e2Enum**](Policy8e2Enum.md) | | [optional]
19
+ **policy** | [**Policy7e0Enum**](Policy7e0Enum.md) | | [optional]
20
20
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
21
21
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
22
22
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | A unique name for this repository. |
7
8
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
8
9
  **description** | **String** | An optional description. | [optional]
9
- **name** | **String** | A unique name for this repository. |
10
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
10
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::ContainerContainerPushRepository.new(pulp_labels: null,
18
+ instance = PulpContainerClient::ContainerContainerPushRepository.new(name: null,
19
+ pulp_labels: null,
19
20
  description: null,
20
- name: null,
21
- manifest_signing_service: null,
22
- retain_repo_versions: null)
21
+ retain_repo_versions: null,
22
+ manifest_signing_service: null)
23
23
  ```
24
24
 
25
25
 
@@ -4,32 +4,32 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
8
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
7
+ **latest_version_href** | **String** | | [optional] [readonly]
9
8
  **pulp_href** | **String** | | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
11
+ **name** | **String** | A unique name for this repository. |
12
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
11
13
  **versions_href** | **String** | | [optional] [readonly]
12
14
  **description** | **String** | An optional description. | [optional]
13
- **name** | **String** | A unique name for this repository. |
14
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
15
15
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
16
- **latest_version_href** | **String** | | [optional] [readonly]
16
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
17
17
 
18
18
  ## Code Sample
19
19
 
20
20
  ```ruby
21
21
  require 'PulpContainerClient'
22
22
 
23
- instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_last_updated: null,
24
- pulp_labels: null,
23
+ instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(latest_version_href: null,
25
24
  pulp_href: null,
25
+ pulp_last_updated: null,
26
26
  pulp_created: null,
27
+ name: null,
28
+ pulp_labels: null,
27
29
  versions_href: null,
28
30
  description: null,
29
- name: null,
30
- manifest_signing_service: null,
31
31
  retain_repo_versions: null,
32
- latest_version_href: null)
32
+ manifest_signing_service: null)
33
33
  ```
34
34
 
35
35
 
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
- **policy** | [**Policy762Enum**](Policy762Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * &#x60;streamed&#x60; - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
21
+ **policy** | [**Policy692Enum**](Policy692Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * &#x60;streamed&#x60; - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
22
22
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
23
23
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
24
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
18
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
19
- **policy** | [**Policy762Enum**](Policy762Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * &#x60;streamed&#x60; - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
19
+ **policy** | [**Policy692Enum**](Policy692Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * &#x60;streamed&#x60; - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
20
20
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
21
21
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
22
22
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -14,8 +14,8 @@ Name | Type | Description | Notes
14
14
  **listed_manifests** | **Array&lt;String&gt;** | Manifests that are referenced by this Manifest List |
15
15
  **config_blob** | **String** | Blob that contains configuration for this Manifest | [optional]
16
16
  **blobs** | **Array&lt;String&gt;** | Blobs that are referenced by this Manifest |
17
- **annotations** | [**Object**](.md) | Property that contains arbitrary metadata stored inside the image manifest. | [optional] [readonly]
18
- **labels** | [**Object**](.md) | Property describing metadata stored inside the image configuration | [optional] [readonly]
17
+ **annotations** | [**AnyType**](.md) | Property that contains arbitrary metadata stored inside the image manifest. | [optional] [readonly]
18
+ **labels** | [**AnyType**](.md) | Property describing metadata stored inside the image configuration | [optional] [readonly]
19
19
  **is_bootable** | **Boolean** | A boolean determining whether users can boot from an image or not. | [optional] [default to false]
20
20
  **is_flatpak** | **Boolean** | A boolean determining whether the image bundles a Flatpak application | [optional] [default to false]
21
21
 
@@ -31,6 +31,7 @@ end
31
31
 
32
32
  api_instance = PulpContainerClient::ContentBlobsApi.new
33
33
  opts = {
34
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
34
35
  digest: 'digest_example', # String | Filter results where digest matches value
35
36
  digest__in: ['digest__in_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
36
37
  limit: 56, # Integer | Number of results to return per page.
@@ -61,6 +62,7 @@ end
61
62
 
62
63
  Name | Type | Description | Notes
63
64
  ------------- | ------------- | ------------- | -------------
65
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
64
66
  **digest** | **String**| Filter results where digest matches value | [optional]
65
67
  **digest__in** | [**Array&lt;String&gt;**](String.md)| Filter results where digest is in a comma-separated list of values | [optional]
66
68
  **limit** | **Integer**| Number of results to return per page. | [optional]
@@ -113,6 +115,7 @@ end
113
115
  api_instance = PulpContainerClient::ContentBlobsApi.new
114
116
  container_blob_href = 'container_blob_href_example' # String |
115
117
  opts = {
118
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
116
119
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
117
120
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
118
121
  }
@@ -132,6 +135,7 @@ end
132
135
  Name | Type | Description | Notes
133
136
  ------------- | ------------- | ------------- | -------------
134
137
  **container_blob_href** | **String**| |
138
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
135
139
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
136
140
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
137
141
 
@@ -31,6 +31,7 @@ end
31
31
 
32
32
  api_instance = PulpContainerClient::ContentManifestsApi.new
33
33
  opts = {
34
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
34
35
  digest: 'digest_example', # String | Filter results where digest matches value
35
36
  digest__in: ['digest__in_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
36
37
  is_bootable: true, # Boolean | Filter results where is_bootable matches value
@@ -64,6 +65,7 @@ end
64
65
 
65
66
  Name | Type | Description | Notes
66
67
  ------------- | ------------- | ------------- | -------------
68
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
67
69
  **digest** | **String**| Filter results where digest matches value | [optional]
68
70
  **digest__in** | [**Array&lt;String&gt;**](String.md)| Filter results where digest is in a comma-separated list of values | [optional]
69
71
  **is_bootable** | **Boolean**| Filter results where is_bootable matches value | [optional]
@@ -119,6 +121,7 @@ end
119
121
  api_instance = PulpContainerClient::ContentManifestsApi.new
120
122
  container_manifest_href = 'container_manifest_href_example' # String |
121
123
  opts = {
124
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
122
125
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
123
126
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
124
127
  }
@@ -138,6 +141,7 @@ end
138
141
  Name | Type | Description | Notes
139
142
  ------------- | ------------- | ------------- | -------------
140
143
  **container_manifest_href** | **String**| |
144
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
141
145
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
142
146
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
143
147
 
@@ -31,6 +31,7 @@ end
31
31
 
32
32
  api_instance = PulpContainerClient::ContentSignaturesApi.new
33
33
  opts = {
34
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
34
35
  digest: 'digest_example', # String | Filter results where digest matches value
35
36
  digest__in: ['digest__in_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
36
37
  key_id: 'key_id_example', # String | Filter results where key_id matches value
@@ -73,6 +74,7 @@ end
73
74
 
74
75
  Name | Type | Description | Notes
75
76
  ------------- | ------------- | ------------- | -------------
77
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
76
78
  **digest** | **String**| Filter results where digest matches value | [optional]
77
79
  **digest__in** | [**Array&lt;String&gt;**](String.md)| Filter results where digest is in a comma-separated list of values | [optional]
78
80
  **key_id** | **String**| Filter results where key_id matches value | [optional]
@@ -137,6 +139,7 @@ end
137
139
  api_instance = PulpContainerClient::ContentSignaturesApi.new
138
140
  container_manifest_signature_href = 'container_manifest_signature_href_example' # String |
139
141
  opts = {
142
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
140
143
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
141
144
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
142
145
  }
@@ -156,6 +159,7 @@ end
156
159
  Name | Type | Description | Notes
157
160
  ------------- | ------------- | ------------- | -------------
158
161
  **container_manifest_signature_href** | **String**| |
162
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
159
163
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
160
164
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
161
165
 
@@ -31,6 +31,7 @@ end
31
31
 
32
32
  api_instance = PulpContainerClient::ContentTagsApi.new
33
33
  opts = {
34
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
34
35
  digest: ['digest_example'], # Array<String> | Multiple values may be separated by commas.
35
36
  limit: 56, # Integer | Number of results to return per page.
36
37
  media_type: ['media_type_example'], # Array<String> | * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json
@@ -63,6 +64,7 @@ end
63
64
 
64
65
  Name | Type | Description | Notes
65
66
  ------------- | ------------- | ------------- | -------------
67
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
66
68
  **digest** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
67
69
  **limit** | **Integer**| Number of results to return per page. | [optional]
68
70
  **media_type** | [**Array&lt;String&gt;**](String.md)| * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json | [optional]
@@ -117,6 +119,7 @@ end
117
119
  api_instance = PulpContainerClient::ContentTagsApi.new
118
120
  container_tag_href = 'container_tag_href_example' # String |
119
121
  opts = {
122
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
120
123
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
121
124
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
122
125
  }
@@ -136,6 +139,7 @@ end
136
139
  Name | Type | Description | Notes
137
140
  ------------- | ------------- | ------------- | -------------
138
141
  **container_tag_href** | **String**| |
142
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
139
143
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
140
144
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
141
145