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.
- checksums.yaml +4 -4
- data/README.md +7 -6
- data/docs/ContainerContainerDistribution.md +7 -7
- data/docs/ContainerContainerDistributionResponse.md +9 -9
- data/docs/ContainerContainerPullThroughDistribution.md +7 -7
- data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -9
- data/docs/ContainerContainerPullThroughRemote.md +1 -1
- data/docs/ContainerContainerPullThroughRemoteResponse.md +1 -1
- data/docs/ContainerContainerPushRepository.md +6 -6
- data/docs/ContainerContainerPushRepositoryResponse.md +10 -10
- data/docs/ContainerContainerRemote.md +1 -1
- data/docs/ContainerContainerRemoteResponse.md +1 -1
- data/docs/ContainerManifestResponse.md +2 -2
- data/docs/ContentBlobsApi.md +4 -0
- data/docs/ContentManifestsApi.md +4 -0
- data/docs/ContentSignaturesApi.md +4 -0
- data/docs/ContentTagsApi.md +4 -0
- data/docs/DistributionsContainerApi.md +56 -16
- data/docs/DistributionsPullThroughApi.md +56 -16
- data/docs/OCIBuildImage.md +1 -1
- data/docs/PatchedcontainerContainerDistribution.md +7 -7
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +7 -7
- data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
- data/docs/PatchedcontainerContainerPushRepository.md +6 -6
- data/docs/PatchedcontainerContainerRemote.md +1 -1
- data/docs/{Policy762Enum.md → Policy692Enum.md} +2 -2
- data/docs/{Policy8e2Enum.md → Policy7e0Enum.md} +2 -2
- data/docs/PulpContainerNamespacesApi.md +32 -8
- data/docs/RemotesContainerApi.md +56 -16
- data/docs/RemotesPullThroughApi.md +56 -16
- data/docs/RepositoriesContainerApi.md +108 -34
- data/docs/RepositoriesContainerPushApi.md +62 -18
- data/docs/RepositoriesContainerPushVersionsApi.md +16 -4
- data/docs/RepositoriesContainerVersionsApi.md +16 -4
- data/docs/TokenApi.md +13 -3
- data/lib/pulp_container_client/api/content_blobs_api.rb +6 -0
- data/lib/pulp_container_client/api/content_manifests_api.rb +6 -0
- data/lib/pulp_container_client/api/content_signatures_api.rb +6 -0
- data/lib/pulp_container_client/api/content_tags_api.rb +6 -0
- data/lib/pulp_container_client/api/distributions_container_api.rb +36 -0
- data/lib/pulp_container_client/api/distributions_pull_through_api.rb +36 -0
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +24 -0
- data/lib/pulp_container_client/api/remotes_container_api.rb +36 -0
- data/lib/pulp_container_client/api/remotes_pull_through_api.rb +36 -0
- data/lib/pulp_container_client/api/repositories_container_api.rb +65 -2
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +39 -0
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +12 -0
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +12 -0
- data/lib/pulp_container_client/api/token_api.rb +9 -0
- data/lib/pulp_container_client/models/container_container_distribution.rb +29 -29
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +38 -38
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +29 -29
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +38 -38
- data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +1 -1
- data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +1 -1
- data/lib/pulp_container_client/models/container_container_push_repository.rb +38 -38
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +46 -46
- data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
- data/lib/pulp_container_client/models/container_container_remote_response.rb +1 -1
- data/lib/pulp_container_client/models/container_manifest_response.rb +2 -2
- data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +29 -29
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +29 -29
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +38 -38
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
- data/lib/pulp_container_client/models/{policy762_enum.rb → policy692_enum.rb} +3 -3
- data/lib/pulp_container_client/models/{policy8e2_enum.rb → policy7e0_enum.rb} +3 -3
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +2 -2
- data/spec/api/content_blobs_api_spec.rb +2 -0
- data/spec/api/content_manifests_api_spec.rb +2 -0
- data/spec/api/content_signatures_api_spec.rb +2 -0
- data/spec/api/content_tags_api_spec.rb +2 -0
- data/spec/api/distributions_container_api_spec.rb +12 -0
- data/spec/api/distributions_pull_through_api_spec.rb +12 -0
- data/spec/api/pulp_container_namespaces_api_spec.rb +8 -0
- data/spec/api/remotes_container_api_spec.rb +12 -0
- data/spec/api/remotes_pull_through_api_spec.rb +12 -0
- data/spec/api/repositories_container_api_spec.rb +22 -1
- data/spec/api/repositories_container_push_api_spec.rb +13 -0
- data/spec/api/repositories_container_push_versions_api_spec.rb +4 -0
- data/spec/api/repositories_container_versions_api_spec.rb +4 -0
- data/spec/api/token_api_spec.rb +3 -0
- data/spec/models/container_container_distribution_response_spec.rb +8 -8
- data/spec/models/container_container_distribution_spec.rb +6 -6
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +8 -8
- data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
- data/spec/models/container_container_push_repository_response_spec.rb +8 -8
- data/spec/models/container_container_push_repository_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- data/spec/models/{policy762_enum_spec.rb → policy692_enum_spec.rb} +6 -6
- data/spec/models/{policy8e2_enum_spec.rb → policy7e0_enum_spec.rb} +6 -6
- metadata +67 -67
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b10f5ad155dd17e72a21b458eaec11621911d15d205baf7f60d2acaceefb0eb
|
|
4
|
+
data.tar.gz: cf2712abc7f94e6d4b1a73e131c247b6ad0572823f4d1d946e07feb518163a26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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::
|
|
260
|
-
- [PulpContainerClient::
|
|
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<String, String>** | | [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. \"foo\" and \"foo/bar\") |
|
|
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, `rawhide` and `stable`. |
|
|
10
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
11
|
+
**pulp_labels** | **Hash<String, String>** | | [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(
|
|
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<String, String>** | | [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. \"foo\" and \"foo/bar\") |
|
|
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, `rawhide` and `stable`. |
|
|
13
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
14
|
+
**pulp_labels** | **Hash<String, String>** | | [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(
|
|
29
|
-
|
|
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<String, String>** | | [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. \"foo\" and \"foo/bar\") |
|
|
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, `rawhide` and `stable`. |
|
|
10
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
11
|
+
**pulp_labels** | **Hash<String, String>** | | [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<String>** | 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(
|
|
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<String, String>** | | [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. \"foo\" and \"foo/bar\") |
|
|
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, `rawhide` and `stable`. |
|
|
13
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
14
|
+
**pulp_labels** | **Hash<String, String>** | | [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<String>** | 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(
|
|
28
|
-
|
|
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<String, String>** | | [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** | [**
|
|
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<String, String>** | | [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** | [**
|
|
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<String, String>** | | [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(
|
|
18
|
+
instance = PulpContainerClient::ContainerContainerPushRepository.new(name: null,
|
|
19
|
+
pulp_labels: null,
|
|
19
20
|
description: null,
|
|
20
|
-
|
|
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
|
-
**
|
|
8
|
-
**pulp_labels** | **Hash<String, String>** | | [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<String, String>** | | [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
|
-
**
|
|
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(
|
|
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
|
-
|
|
32
|
+
manifest_signing_service: null)
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
|
|
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
|
|
18
18
|
**pulp_labels** | **Hash<String, String>** | | [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** | [**
|
|
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. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - 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. * `streamed` - 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<String, String>** | | [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** | [**
|
|
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. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - 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. * `streamed` - 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<String>** | 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<String>** | Blobs that are referenced by this Manifest |
|
|
17
|
-
**annotations** | [**
|
|
18
|
-
**labels** | [**
|
|
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
|
|
data/docs/ContentBlobsApi.md
CHANGED
|
@@ -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<String>**](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<String>**](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<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
135
139
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
136
140
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
137
141
|
|
data/docs/ContentManifestsApi.md
CHANGED
|
@@ -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<String>**](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<String>**](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<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
141
145
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
142
146
|
**exclude_fields** | [**Array<String>**](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<String>**](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<String>**](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<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
159
163
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
160
164
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
161
165
|
|
data/docs/ContentTagsApi.md
CHANGED
|
@@ -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<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
66
68
|
**digest** | [**Array<String>**](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<String>**](String.md)| * `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 | [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<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
139
143
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
140
144
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
141
145
|
|