pulp_container_client 2.14.3 → 2.14.5
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 +6 -6
- data/docs/ContainerContainerDistributionResponse.md +10 -10
- data/docs/ContainerContainerPushRepository.md +6 -6
- data/docs/ContainerContainerPushRepositoryResponse.md +10 -10
- data/docs/ContainerContainerRemote.md +1 -1
- data/docs/ContainerContainerRemoteResponse.md +3 -1
- data/docs/ContainerContainerRemoteResponseHiddenFields.md +19 -0
- data/docs/ContainerContainerRepository.md +2 -2
- data/docs/ContainerContainerRepositoryResponse.md +2 -2
- data/docs/ContentBlobsApi.md +8 -8
- data/docs/ContentManifestsApi.md +8 -8
- data/docs/ContentSignaturesApi.md +8 -8
- data/docs/ContentTagsApi.md +8 -8
- data/docs/DistributionsContainerApi.md +24 -20
- data/docs/PatchedcontainerContainerDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPushRepository.md +6 -6
- data/docs/PatchedcontainerContainerRemote.md +1 -1
- data/docs/PatchedcontainerContainerRepository.md +2 -2
- data/docs/PulpContainerNamespacesApi.md +16 -16
- data/docs/RemotesContainerApi.md +20 -20
- data/docs/RepositoriesContainerApi.md +35 -19
- data/docs/RepositoriesContainerPushApi.md +35 -19
- data/docs/RepositoriesContainerPushVersionsApi.md +12 -12
- data/docs/RepositoriesContainerVersionsApi.md +12 -12
- data/lib/pulp_container_client/api/content_blobs_api.rb +13 -13
- data/lib/pulp_container_client/api/content_manifests_api.rb +13 -13
- data/lib/pulp_container_client/api/content_signatures_api.rb +13 -13
- data/lib/pulp_container_client/api/content_tags_api.rb +13 -13
- data/lib/pulp_container_client/api/distributions_container_api.rb +35 -29
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +25 -25
- data/lib/pulp_container_client/api/remotes_container_api.rb +29 -29
- data/lib/pulp_container_client/api/repositories_container_api.rb +51 -27
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +51 -27
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +17 -17
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +17 -17
- data/lib/pulp_container_client/models/container_container_distribution.rb +50 -48
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +47 -45
- data/lib/pulp_container_client/models/container_container_push_repository.rb +42 -40
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +51 -49
- data/lib/pulp_container_client/models/container_container_remote.rb +4 -2
- data/lib/pulp_container_client/models/container_container_remote_response.rb +17 -3
- data/lib/pulp_container_client/models/container_container_remote_response_hidden_fields.rb +215 -0
- data/lib/pulp_container_client/models/container_container_repository.rb +5 -3
- data/lib/pulp_container_client/models/container_container_repository_response.rb +5 -3
- data/lib/pulp_container_client/models/nested_role.rb +19 -0
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +41 -39
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +42 -40
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +4 -2
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +5 -3
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +1 -0
- data/spec/api/content_blobs_api_spec.rb +4 -4
- data/spec/api/content_manifests_api_spec.rb +4 -4
- data/spec/api/content_signatures_api_spec.rb +4 -4
- data/spec/api/content_tags_api_spec.rb +4 -4
- data/spec/api/distributions_container_api_spec.rb +12 -10
- data/spec/api/pulp_container_namespaces_api_spec.rb +8 -8
- data/spec/api/remotes_container_api_spec.rb +10 -10
- data/spec/api/repositories_container_api_spec.rb +17 -9
- data/spec/api/repositories_container_push_api_spec.rb +17 -9
- data/spec/api/repositories_container_push_versions_api_spec.rb +6 -6
- data/spec/api/repositories_container_versions_api_spec.rb +6 -6
- data/spec/models/container_container_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_distribution_spec.rb +4 -4
- data/spec/models/container_container_push_repository_response_spec.rb +8 -8
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- data/spec/models/container_container_remote_response_hidden_fields_spec.rb +47 -0
- data/spec/models/container_container_remote_response_spec.rb +6 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- metadata +52 -48
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6dd4da2d4ead3a79b97844218c159fe36b58e605e8813e065c3360cea8d3d19c
|
4
|
+
data.tar.gz: bc13cbc0636c6eb368e19c64831f6a1a73bcf3d83134e0eb00492733c548cb7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4c0c5a58aba74b55c902abf0c803651d039d14d6e3aa30ec2ce45224a6a8da7d63f4461694abf726ee0fd12f95fed6ed4a7d2836dfe5b60fb313d7efb58093b
|
7
|
+
data.tar.gz: 3ef59915d927a1c6dd232766b5090c70144d1a73710df9cd71e24f99bfa67ea33c838109a99d348cd2a907eed129b54ad6ad9daafcb99ffe1468011232073ded
|
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.14.
|
10
|
+
- Package version: 2.14.5
|
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.14.
|
27
|
+
gem install ./pulp_container_client-2.14.5.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_container_client-2.14.
|
30
|
+
(for development, run `gem install --dev ./pulp_container_client-2.14.5.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.14.
|
36
|
+
gem 'pulp_container_client', '~> 2.14.5'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -74,8 +74,8 @@ opts = {
|
|
74
74
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
75
75
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
76
76
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
77
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
78
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
77
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
78
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
79
79
|
}
|
80
80
|
|
81
81
|
begin
|
@@ -185,6 +185,7 @@ Class | Method | HTTP request | Description
|
|
185
185
|
- [PulpContainerClient::ContainerContainerPushRepositoryResponse](docs/ContainerContainerPushRepositoryResponse.md)
|
186
186
|
- [PulpContainerClient::ContainerContainerRemote](docs/ContainerContainerRemote.md)
|
187
187
|
- [PulpContainerClient::ContainerContainerRemoteResponse](docs/ContainerContainerRemoteResponse.md)
|
188
|
+
- [PulpContainerClient::ContainerContainerRemoteResponseHiddenFields](docs/ContainerContainerRemoteResponseHiddenFields.md)
|
188
189
|
- [PulpContainerClient::ContainerContainerRepository](docs/ContainerContainerRepository.md)
|
189
190
|
- [PulpContainerClient::ContainerContainerRepositoryResponse](docs/ContainerContainerRepositoryResponse.md)
|
190
191
|
- [PulpContainerClient::ContainerManifestResponse](docs/ContainerManifestResponse.md)
|
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
7
|
+
**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\") |
|
8
8
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
9
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
10
|
-
**
|
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\") |
|
11
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
12
12
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
13
13
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
|
14
14
|
**description** | **String** | An optional description. | [optional]
|
@@ -18,11 +18,11 @@ Name | Type | Description | Notes
|
|
18
18
|
```ruby
|
19
19
|
require 'PulpContainerClient'
|
20
20
|
|
21
|
-
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
21
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(base_path: null,
|
22
22
|
content_guard: null,
|
23
|
-
name: null,
|
24
23
|
pulp_labels: null,
|
25
|
-
|
24
|
+
name: null,
|
25
|
+
repository: null,
|
26
26
|
repository_version: null,
|
27
27
|
private: null,
|
28
28
|
description: null)
|
@@ -4,13 +4,13 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
7
|
+
**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\") |
|
10
8
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
9
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
12
|
-
**
|
13
|
-
**
|
11
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
12
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
13
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
14
14
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
15
15
|
**registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
|
16
16
|
**namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
|
@@ -22,13 +22,13 @@ Name | Type | Description | Notes
|
|
22
22
|
```ruby
|
23
23
|
require 'PulpContainerClient'
|
24
24
|
|
25
|
-
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
26
|
-
pulp_created: null,
|
27
|
-
repository: null,
|
25
|
+
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(base_path: null,
|
28
26
|
content_guard: null,
|
29
|
-
name: null,
|
30
27
|
pulp_labels: null,
|
31
|
-
|
28
|
+
name: null,
|
29
|
+
repository: null,
|
30
|
+
pulp_href: null,
|
31
|
+
pulp_created: null,
|
32
32
|
repository_version: null,
|
33
33
|
registry_path: null,
|
34
34
|
namespace: null,
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
8
|
-
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
8
|
**name** | **String** | A unique name for this repository. |
|
10
|
-
**
|
9
|
+
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
10
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
11
11
|
**description** | **String** | An optional description. | [optional]
|
12
12
|
|
13
13
|
## Code Sample
|
@@ -15,10 +15,10 @@ Name | Type | Description | Notes
|
|
15
15
|
```ruby
|
16
16
|
require 'PulpContainerClient'
|
17
17
|
|
18
|
-
instance = PulpContainerClient::ContainerContainerPushRepository.new(
|
19
|
-
manifest_signing_service: null,
|
18
|
+
instance = PulpContainerClient::ContainerContainerPushRepository.new(pulp_labels: null,
|
20
19
|
name: null,
|
21
|
-
|
20
|
+
manifest_signing_service: null,
|
21
|
+
retain_repo_versions: null,
|
22
22
|
description: null)
|
23
23
|
```
|
24
24
|
|
@@ -4,14 +4,14 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
8
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
9
|
-
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
10
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
8
|
**name** | **String** | A unique name for this repository. |
|
12
9
|
**versions_href** | **String** | | [optional] [readonly]
|
10
|
+
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
11
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
13
12
|
**latest_version_href** | **String** | | [optional] [readonly]
|
14
|
-
**
|
13
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
14
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
15
15
|
**description** | **String** | An optional description. | [optional]
|
16
16
|
|
17
17
|
## Code Sample
|
@@ -19,14 +19,14 @@ Name | Type | Description | Notes
|
|
19
19
|
```ruby
|
20
20
|
require 'PulpContainerClient'
|
21
21
|
|
22
|
-
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
23
|
-
pulp_href: null,
|
24
|
-
manifest_signing_service: null,
|
25
|
-
pulp_created: null,
|
22
|
+
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_labels: null,
|
26
23
|
name: null,
|
27
24
|
versions_href: null,
|
25
|
+
manifest_signing_service: null,
|
26
|
+
retain_repo_versions: null,
|
28
27
|
latest_version_href: null,
|
29
|
-
|
28
|
+
pulp_href: null,
|
29
|
+
pulp_created: null,
|
30
30
|
description: null)
|
31
31
|
```
|
32
32
|
|
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
15
15
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
16
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
17
17
|
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
18
|
-
**pulp_labels** |
|
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
21
|
**policy** | [**PolicyEnum**](PolicyEnum.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. | [optional]
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
12
12
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
13
13
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
14
14
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
15
|
-
**pulp_labels** |
|
15
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
16
16
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
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]
|
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
|
|
23
23
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
24
24
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
25
25
|
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
26
|
+
**hidden_fields** | [**Array<ContainerContainerRemoteResponseHiddenFields>**](ContainerContainerRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
26
27
|
**upstream_name** | **String** | Name of the upstream repository |
|
27
28
|
**include_tags** | **Array<String>** | A list of tags to include during sync. Wildcards *, ? are recognized. 'include_tags' is evaluated before 'exclude_tags'. | [optional]
|
28
29
|
**exclude_tags** | **Array<String>** | A list of tags to exclude during sync. Wildcards *, ? are recognized. 'exclude_tags' is evaluated after 'include_tags'. | [optional]
|
@@ -52,6 +53,7 @@ instance = PulpContainerClient::ContainerContainerRemoteResponse.new(pulp_href:
|
|
52
53
|
sock_read_timeout: null,
|
53
54
|
headers: null,
|
54
55
|
rate_limit: null,
|
56
|
+
hidden_fields: null,
|
55
57
|
upstream_name: null,
|
56
58
|
include_tags: null,
|
57
59
|
exclude_tags: null,
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# PulpContainerClient::ContainerContainerRemoteResponseHiddenFields
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**name** | **String** | | [optional]
|
8
|
+
**is_set** | **Boolean** | | [optional]
|
9
|
+
|
10
|
+
## Code Sample
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'PulpContainerClient'
|
14
|
+
|
15
|
+
instance = PulpContainerClient::ContainerContainerRemoteResponseHiddenFields.new(name: null,
|
16
|
+
is_set: null)
|
17
|
+
```
|
18
|
+
|
19
|
+
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_labels** |
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
8
|
**name** | **String** | A unique name for this repository. |
|
9
9
|
**description** | **String** | An optional description. | [optional]
|
10
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions.
|
10
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
11
11
|
**remote** | **String** | An optional remote to use by default when syncing. | [optional]
|
12
12
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
13
13
|
|
@@ -7,11 +7,11 @@ Name | Type | Description | Notes
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
9
|
**versions_href** | **String** | | [optional] [readonly]
|
10
|
-
**pulp_labels** |
|
10
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
11
|
**latest_version_href** | **String** | | [optional] [readonly]
|
12
12
|
**name** | **String** | A unique name for this repository. |
|
13
13
|
**description** | **String** | An optional description. | [optional]
|
14
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions.
|
14
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
15
15
|
**remote** | **String** | An optional remote to use by default when syncing. | [optional]
|
16
16
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
17
17
|
|
data/docs/ContentBlobsApi.md
CHANGED
@@ -39,8 +39,8 @@ opts = {
|
|
39
39
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
40
40
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
41
41
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
42
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
43
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
42
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
43
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
44
44
|
}
|
45
45
|
|
46
46
|
begin
|
@@ -65,8 +65,8 @@ Name | Type | Description | Notes
|
|
65
65
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
66
66
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
67
67
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
68
|
-
**fields** | **String
|
69
|
-
**exclude_fields** | **String
|
68
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
69
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
70
70
|
|
71
71
|
### Return type
|
72
72
|
|
@@ -105,8 +105,8 @@ end
|
|
105
105
|
api_instance = PulpContainerClient::ContentBlobsApi.new
|
106
106
|
container_blob_href = 'container_blob_href_example' # String |
|
107
107
|
opts = {
|
108
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
109
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
108
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
109
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
110
110
|
}
|
111
111
|
|
112
112
|
begin
|
@@ -124,8 +124,8 @@ end
|
|
124
124
|
Name | Type | Description | Notes
|
125
125
|
------------- | ------------- | ------------- | -------------
|
126
126
|
**container_blob_href** | **String**| |
|
127
|
-
**fields** | **String
|
128
|
-
**exclude_fields** | **String
|
127
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
128
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
129
129
|
|
130
130
|
### Return type
|
131
131
|
|
data/docs/ContentManifestsApi.md
CHANGED
@@ -40,8 +40,8 @@ opts = {
|
|
40
40
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
41
41
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
42
42
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
43
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
44
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
43
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
44
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
45
45
|
}
|
46
46
|
|
47
47
|
begin
|
@@ -67,8 +67,8 @@ Name | Type | Description | Notes
|
|
67
67
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
68
68
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
69
69
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
70
|
-
**fields** | **String
|
71
|
-
**exclude_fields** | **String
|
70
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
71
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
72
72
|
|
73
73
|
### Return type
|
74
74
|
|
@@ -107,8 +107,8 @@ end
|
|
107
107
|
api_instance = PulpContainerClient::ContentManifestsApi.new
|
108
108
|
container_manifest_href = 'container_manifest_href_example' # String |
|
109
109
|
opts = {
|
110
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
111
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
110
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
111
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
112
112
|
}
|
113
113
|
|
114
114
|
begin
|
@@ -126,8 +126,8 @@ end
|
|
126
126
|
Name | Type | Description | Notes
|
127
127
|
------------- | ------------- | ------------- | -------------
|
128
128
|
**container_manifest_href** | **String**| |
|
129
|
-
**fields** | **String
|
130
|
-
**exclude_fields** | **String
|
129
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
130
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
131
131
|
|
132
132
|
### Return type
|
133
133
|
|
@@ -47,8 +47,8 @@ opts = {
|
|
47
47
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
48
48
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
49
49
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
50
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
51
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
50
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
51
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
52
52
|
}
|
53
53
|
|
54
54
|
begin
|
@@ -81,8 +81,8 @@ Name | Type | Description | Notes
|
|
81
81
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
82
82
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
83
83
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
84
|
-
**fields** | **String
|
85
|
-
**exclude_fields** | **String
|
84
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
85
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
86
86
|
|
87
87
|
### Return type
|
88
88
|
|
@@ -121,8 +121,8 @@ end
|
|
121
121
|
api_instance = PulpContainerClient::ContentSignaturesApi.new
|
122
122
|
container_manifest_signature_href = 'container_manifest_signature_href_example' # String |
|
123
123
|
opts = {
|
124
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
125
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
124
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
125
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
126
126
|
}
|
127
127
|
|
128
128
|
begin
|
@@ -140,8 +140,8 @@ end
|
|
140
140
|
Name | Type | Description | Notes
|
141
141
|
------------- | ------------- | ------------- | -------------
|
142
142
|
**container_manifest_signature_href** | **String**| |
|
143
|
-
**fields** | **String
|
144
|
-
**exclude_fields** | **String
|
143
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
144
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
145
145
|
|
146
146
|
### Return type
|
147
147
|
|
data/docs/ContentTagsApi.md
CHANGED
@@ -41,8 +41,8 @@ opts = {
|
|
41
41
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
42
42
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
43
43
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
44
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
45
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
44
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
45
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
46
46
|
}
|
47
47
|
|
48
48
|
begin
|
@@ -69,8 +69,8 @@ Name | Type | Description | Notes
|
|
69
69
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
70
70
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
71
71
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
72
|
-
**fields** | **String
|
73
|
-
**exclude_fields** | **String
|
72
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
73
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
74
74
|
|
75
75
|
### Return type
|
76
76
|
|
@@ -109,8 +109,8 @@ end
|
|
109
109
|
api_instance = PulpContainerClient::ContentTagsApi.new
|
110
110
|
container_tag_href = 'container_tag_href_example' # String |
|
111
111
|
opts = {
|
112
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
113
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
112
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
113
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
114
114
|
}
|
115
115
|
|
116
116
|
begin
|
@@ -128,8 +128,8 @@ end
|
|
128
128
|
Name | Type | Description | Notes
|
129
129
|
------------- | ------------- | ------------- | -------------
|
130
130
|
**container_tag_href** | **String**| |
|
131
|
-
**fields** | **String
|
132
|
-
**exclude_fields** | **String
|
131
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
132
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
133
133
|
|
134
134
|
### Return type
|
135
135
|
|
@@ -199,12 +199,12 @@ end
|
|
199
199
|
|
200
200
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
201
201
|
opts = {
|
202
|
-
base_path: 'base_path_example', # String |
|
202
|
+
base_path: 'base_path_example', # String | Filter results where base_path matches value
|
203
203
|
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
204
204
|
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
205
205
|
base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
|
206
206
|
limit: 56, # Integer | Number of results to return per page.
|
207
|
-
name: 'name_example', # String |
|
207
|
+
name: 'name_example', # String | Filter results where name matches value
|
208
208
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
209
209
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
210
210
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
@@ -213,9 +213,11 @@ opts = {
|
|
213
213
|
offset: 56, # Integer | The initial index from which to return the results.
|
214
214
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
215
215
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
216
|
+
repository: 'repository_example', # String | Filter results where repository matches value
|
217
|
+
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
216
218
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
217
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
218
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
219
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
220
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
219
221
|
}
|
220
222
|
|
221
223
|
begin
|
@@ -232,12 +234,12 @@ end
|
|
232
234
|
|
233
235
|
Name | Type | Description | Notes
|
234
236
|
------------- | ------------- | ------------- | -------------
|
235
|
-
**base_path** | **String**|
|
237
|
+
**base_path** | **String**| Filter results where base_path matches value | [optional]
|
236
238
|
**base_path__contains** | **String**| Filter results where base_path contains value | [optional]
|
237
239
|
**base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
|
238
240
|
**base_path__in** | [**Array<String>**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
|
239
241
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
240
|
-
**name** | **String**|
|
242
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
241
243
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
242
244
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
243
245
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
@@ -246,9 +248,11 @@ Name | Type | Description | Notes
|
|
246
248
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
247
249
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
248
250
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
251
|
+
**repository** | **String**| Filter results where repository matches value | [optional]
|
252
|
+
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
249
253
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
250
|
-
**fields** | **String
|
251
|
-
**exclude_fields** | **String
|
254
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
255
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
252
256
|
|
253
257
|
### Return type
|
254
258
|
|
@@ -287,8 +291,8 @@ end
|
|
287
291
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
288
292
|
container_container_distribution_href = 'container_container_distribution_href_example' # String |
|
289
293
|
opts = {
|
290
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
291
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
294
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
295
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
292
296
|
}
|
293
297
|
|
294
298
|
begin
|
@@ -305,8 +309,8 @@ end
|
|
305
309
|
Name | Type | Description | Notes
|
306
310
|
------------- | ------------- | ------------- | -------------
|
307
311
|
**container_container_distribution_href** | **String**| |
|
308
|
-
**fields** | **String
|
309
|
-
**exclude_fields** | **String
|
312
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
313
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
310
314
|
|
311
315
|
### Return type
|
312
316
|
|
@@ -345,8 +349,8 @@ end
|
|
345
349
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
346
350
|
container_container_distribution_href = 'container_container_distribution_href_example' # String |
|
347
351
|
opts = {
|
348
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
349
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
352
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
353
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
350
354
|
}
|
351
355
|
|
352
356
|
begin
|
@@ -363,8 +367,8 @@ end
|
|
363
367
|
Name | Type | Description | Notes
|
364
368
|
------------- | ------------- | ------------- | -------------
|
365
369
|
**container_container_distribution_href** | **String**| |
|
366
|
-
**fields** | **String
|
367
|
-
**exclude_fields** | **String
|
370
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
371
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
368
372
|
|
369
373
|
### Return type
|
370
374
|
|
@@ -458,8 +462,8 @@ end
|
|
458
462
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
459
463
|
container_container_distribution_href = 'container_container_distribution_href_example' # String |
|
460
464
|
opts = {
|
461
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
462
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
465
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
466
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
463
467
|
}
|
464
468
|
|
465
469
|
begin
|
@@ -477,8 +481,8 @@ end
|
|
477
481
|
Name | Type | Description | Notes
|
478
482
|
------------- | ------------- | ------------- | -------------
|
479
483
|
**container_container_distribution_href** | **String**| |
|
480
|
-
**fields** | **String
|
481
|
-
**exclude_fields** | **String
|
484
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
485
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
482
486
|
|
483
487
|
### Return type
|
484
488
|
|
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
7
|
+
**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\") | [optional]
|
8
8
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
9
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
10
|
-
**
|
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\") | [optional]
|
11
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
12
12
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
13
13
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
|
14
14
|
**description** | **String** | An optional description. | [optional]
|
@@ -18,11 +18,11 @@ Name | Type | Description | Notes
|
|
18
18
|
```ruby
|
19
19
|
require 'PulpContainerClient'
|
20
20
|
|
21
|
-
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
|
21
|
+
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(base_path: null,
|
22
22
|
content_guard: null,
|
23
|
-
name: null,
|
24
23
|
pulp_labels: null,
|
25
|
-
|
24
|
+
name: null,
|
25
|
+
repository: null,
|
26
26
|
repository_version: null,
|
27
27
|
private: null,
|
28
28
|
description: null)
|