pulp_container_client 2.3.1 → 2.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +19 -16
- data/docs/ContainerContainerDistribution.md +7 -7
- data/docs/ContainerContainerDistributionResponse.md +8 -8
- data/docs/ContainerContainerRemote.md +7 -1
- data/docs/ContainerContainerRemoteResponse.md +3 -7
- data/docs/ContentBlobsApi.md +12 -12
- data/docs/ContentManifestsApi.md +12 -12
- data/docs/ContentTagsApi.md +14 -14
- data/docs/{ContentGuardsContentRedirectApi.md → ContentguardsContentRedirectApi.md} +29 -29
- data/docs/DistributionsContainerApi.md +22 -22
- data/docs/ManifestCopy.md +1 -1
- data/docs/MediaTypesEnum.md +16 -0
- data/docs/PatchedcontainerContainerDistribution.md +7 -7
- data/docs/PatchedcontainerContainerRemote.md +7 -1
- data/docs/PulpContainerNamespacesApi.md +10 -10
- data/docs/RemotesContainerApi.md +24 -24
- data/docs/RemoveImage.md +17 -0
- data/docs/RepositoriesContainerApi.md +12 -12
- data/docs/RepositoriesContainerPushApi.md +68 -12
- data/docs/RepositoriesContainerVersionsApi.md +56 -56
- data/lib/pulp_container_client/api/content_blobs_api.rb +14 -14
- data/lib/pulp_container_client/api/content_manifests_api.rb +14 -14
- data/lib/pulp_container_client/api/content_tags_api.rb +17 -17
- data/lib/pulp_container_client/api/{content_guards_content_redirect_api.rb → contentguards_content_redirect_api.rb} +33 -33
- data/lib/pulp_container_client/api/distributions_container_api.rb +24 -24
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +11 -11
- data/lib/pulp_container_client/api/remotes_container_api.rb +26 -26
- data/lib/pulp_container_client/api/repositories_container_api.rb +13 -13
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +83 -13
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +100 -60
- data/lib/pulp_container_client/models/container_container_distribution.rb +36 -36
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +40 -40
- data/lib/pulp_container_client/models/container_container_remote.rb +36 -2
- data/lib/pulp_container_client/models/container_container_remote_response.rb +14 -35
- data/lib/pulp_container_client/models/manifest_copy.rb +1 -23
- data/lib/pulp_container_client/models/media_types_enum.rb +39 -0
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +31 -31
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +36 -2
- data/lib/pulp_container_client/models/remove_image.rb +213 -0
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +3 -1
- data/spec/api/content_blobs_api_spec.rb +6 -6
- data/spec/api/content_manifests_api_spec.rb +6 -6
- data/spec/api/content_tags_api_spec.rb +7 -7
- data/spec/api/{content_guards_content_redirect_api_spec.rb → contentguards_content_redirect_api_spec.rb} +11 -11
- data/spec/api/distributions_container_api_spec.rb +11 -11
- data/spec/api/pulp_container_namespaces_api_spec.rb +5 -5
- data/spec/api/remotes_container_api_spec.rb +12 -12
- data/spec/api/repositories_container_api_spec.rb +6 -6
- data/spec/api/repositories_container_push_api_spec.rb +19 -6
- data/spec/api/repositories_container_versions_api_spec.rb +28 -28
- data/spec/models/container_container_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_distribution_spec.rb +6 -6
- data/spec/models/container_container_remote_response_spec.rb +6 -18
- data/spec/models/container_container_remote_spec.rb +18 -0
- data/spec/models/manifest_copy_spec.rb +0 -4
- data/spec/models/media_types_enum_spec.rb +35 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
- data/spec/models/patchedcontainer_container_remote_spec.rb +18 -0
- data/spec/models/remove_image_spec.rb +41 -0
- metadata +53 -45
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6e93a919f346492f5913dc4fa0891ae9cad5a9864d3150314434aa617f1a28e
|
4
|
+
data.tar.gz: 919c0c0e8a704825a7fa13c7eea9c4b7b7c0b6e889cb4e855502f8302708094e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e2238ff05d5d6fbadeb6056f8eccff21d6c4f7d3d5753f332dabf2960c434c6454ec6053a231d64134011e25f12b74ea7a98113e0986ebafc826fe270de7d6e
|
7
|
+
data.tar.gz: ab3a753d0f6a3091936ef81587d84820d76c090215fef3b9c4aac700fed7a17242d15574be5d29ecef35c55b43ea7af317e0d7231c94e6df81887e619b123498
|
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.
|
10
|
+
- Package version: 2.4.0
|
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.
|
27
|
+
gem install ./pulp_container_client-2.4.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_container_client-2.
|
30
|
+
(for development, run `gem install --dev ./pulp_container_client-2.4.0.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.
|
36
|
+
gem 'pulp_container_client', '~> 2.4.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -66,15 +66,15 @@ end
|
|
66
66
|
|
67
67
|
api_instance = PulpContainerClient::ContentBlobsApi.new
|
68
68
|
opts = {
|
69
|
-
digest: 'digest_example', # String | digest
|
70
|
-
digest__in: 'digest__in_example', # String |
|
69
|
+
digest: 'digest_example', # String | Filter results where digest matches value
|
70
|
+
digest__in: ['digest__in_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
71
71
|
limit: 56, # Integer | Number of results to return per page.
|
72
|
-
media_type: 'media_type_example', # String |
|
72
|
+
media_type: 'media_type_example', # String |
|
73
73
|
offset: 56, # Integer | The initial index from which to return the results.
|
74
74
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
75
|
-
repository_version: 'repository_version_example', # String |
|
76
|
-
repository_version_added: 'repository_version_added_example', # String |
|
77
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
75
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
76
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
77
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
78
78
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
79
79
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
80
80
|
}
|
@@ -97,16 +97,16 @@ Class | Method | HTTP request | Description
|
|
97
97
|
------------ | ------------- | ------------- | -------------
|
98
98
|
*PulpContainerClient::ContentBlobsApi* | [**list**](docs/ContentBlobsApi.md#list) | **GET** /pulp/api/v3/content/container/blobs/ | List blobs
|
99
99
|
*PulpContainerClient::ContentBlobsApi* | [**read**](docs/ContentBlobsApi.md#read) | **GET** {container_blob_href} | Inspect a blob
|
100
|
-
*PulpContainerClient::ContentGuardsContentRedirectApi* | [**create**](docs/ContentGuardsContentRedirectApi.md#create) | **POST** /pulp/api/v3/content_guards/container/content_redirect/ | Create a content redirect content guard
|
101
|
-
*PulpContainerClient::ContentGuardsContentRedirectApi* | [**delete**](docs/ContentGuardsContentRedirectApi.md#delete) | **DELETE** {container_content_redirect_content_guard_href} | Delete a content redirect content guard
|
102
|
-
*PulpContainerClient::ContentGuardsContentRedirectApi* | [**list**](docs/ContentGuardsContentRedirectApi.md#list) | **GET** /pulp/api/v3/content_guards/container/content_redirect/ | List content redirect content guards
|
103
|
-
*PulpContainerClient::ContentGuardsContentRedirectApi* | [**partial_update**](docs/ContentGuardsContentRedirectApi.md#partial_update) | **PATCH** {container_content_redirect_content_guard_href} | Update a content redirect content guard
|
104
|
-
*PulpContainerClient::ContentGuardsContentRedirectApi* | [**read**](docs/ContentGuardsContentRedirectApi.md#read) | **GET** {container_content_redirect_content_guard_href} | Inspect a content redirect content guard
|
105
|
-
*PulpContainerClient::ContentGuardsContentRedirectApi* | [**update**](docs/ContentGuardsContentRedirectApi.md#update) | **PUT** {container_content_redirect_content_guard_href} | Update a content redirect content guard
|
106
100
|
*PulpContainerClient::ContentManifestsApi* | [**list**](docs/ContentManifestsApi.md#list) | **GET** /pulp/api/v3/content/container/manifests/ | List manifests
|
107
101
|
*PulpContainerClient::ContentManifestsApi* | [**read**](docs/ContentManifestsApi.md#read) | **GET** {container_manifest_href} | Inspect a manifest
|
108
102
|
*PulpContainerClient::ContentTagsApi* | [**list**](docs/ContentTagsApi.md#list) | **GET** /pulp/api/v3/content/container/tags/ | List tags
|
109
103
|
*PulpContainerClient::ContentTagsApi* | [**read**](docs/ContentTagsApi.md#read) | **GET** {container_tag_href} | Inspect a tag
|
104
|
+
*PulpContainerClient::ContentguardsContentRedirectApi* | [**create**](docs/ContentguardsContentRedirectApi.md#create) | **POST** /pulp/api/v3/contentguards/container/content_redirect/ | Create a content redirect content guard
|
105
|
+
*PulpContainerClient::ContentguardsContentRedirectApi* | [**delete**](docs/ContentguardsContentRedirectApi.md#delete) | **DELETE** {container_content_redirect_content_guard_href} | Delete a content redirect content guard
|
106
|
+
*PulpContainerClient::ContentguardsContentRedirectApi* | [**list**](docs/ContentguardsContentRedirectApi.md#list) | **GET** /pulp/api/v3/contentguards/container/content_redirect/ | List content redirect content guards
|
107
|
+
*PulpContainerClient::ContentguardsContentRedirectApi* | [**partial_update**](docs/ContentguardsContentRedirectApi.md#partial_update) | **PATCH** {container_content_redirect_content_guard_href} | Update a content redirect content guard
|
108
|
+
*PulpContainerClient::ContentguardsContentRedirectApi* | [**read**](docs/ContentguardsContentRedirectApi.md#read) | **GET** {container_content_redirect_content_guard_href} | Inspect a content redirect content guard
|
109
|
+
*PulpContainerClient::ContentguardsContentRedirectApi* | [**update**](docs/ContentguardsContentRedirectApi.md#update) | **PUT** {container_content_redirect_content_guard_href} | Update a content redirect content guard
|
110
110
|
*PulpContainerClient::DistributionsContainerApi* | [**create**](docs/DistributionsContainerApi.md#create) | **POST** /pulp/api/v3/distributions/container/container/ | Create a container distribution
|
111
111
|
*PulpContainerClient::DistributionsContainerApi* | [**delete**](docs/DistributionsContainerApi.md#delete) | **DELETE** {container_container_distribution_href} | Delete a container distribution
|
112
112
|
*PulpContainerClient::DistributionsContainerApi* | [**list**](docs/DistributionsContainerApi.md#list) | **GET** /pulp/api/v3/distributions/container/container/ | List container distributions
|
@@ -139,6 +139,7 @@ Class | Method | HTTP request | Description
|
|
139
139
|
*PulpContainerClient::RepositoriesContainerApi* | [**update**](docs/RepositoriesContainerApi.md#update) | **PUT** {container_container_repository_href} | Update a container repository
|
140
140
|
*PulpContainerClient::RepositoriesContainerPushApi* | [**list**](docs/RepositoriesContainerPushApi.md#list) | **GET** /pulp/api/v3/repositories/container/container-push/ | List container push repositorys
|
141
141
|
*PulpContainerClient::RepositoriesContainerPushApi* | [**read**](docs/RepositoriesContainerPushApi.md#read) | **GET** {container_container_push_repository_href} | Inspect a container push repository
|
142
|
+
*PulpContainerClient::RepositoriesContainerPushApi* | [**remove_image**](docs/RepositoriesContainerPushApi.md#remove_image) | **POST** {container_container_push_repository_href}remove_image/ | Delete an image from a repository
|
142
143
|
*PulpContainerClient::RepositoriesContainerPushApi* | [**tag**](docs/RepositoriesContainerPushApi.md#tag) | **POST** {container_container_push_repository_href}tag/ | Create a Tag
|
143
144
|
*PulpContainerClient::RepositoriesContainerPushApi* | [**untag**](docs/RepositoriesContainerPushApi.md#untag) | **POST** {container_container_push_repository_href}untag/ | Delete a tag
|
144
145
|
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**delete**](docs/RepositoriesContainerVersionsApi.md#delete) | **DELETE** {container_container_push_repository_version_href} | Delete a repository version
|
@@ -172,6 +173,7 @@ Class | Method | HTTP request | Description
|
|
172
173
|
- [PulpContainerClient::ContentSummary](docs/ContentSummary.md)
|
173
174
|
- [PulpContainerClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
|
174
175
|
- [PulpContainerClient::ManifestCopy](docs/ManifestCopy.md)
|
176
|
+
- [PulpContainerClient::MediaTypesEnum](docs/MediaTypesEnum.md)
|
175
177
|
- [PulpContainerClient::OCIBuildImage](docs/OCIBuildImage.md)
|
176
178
|
- [PulpContainerClient::PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
|
177
179
|
- [PulpContainerClient::PaginatedcontainerBlobResponseList](docs/PaginatedcontainerBlobResponseList.md)
|
@@ -189,6 +191,7 @@ Class | Method | HTTP request | Description
|
|
189
191
|
- [PulpContainerClient::PatchedcontainerContentRedirectContentGuard](docs/PatchedcontainerContentRedirectContentGuard.md)
|
190
192
|
- [PulpContainerClient::PolicyEnum](docs/PolicyEnum.md)
|
191
193
|
- [PulpContainerClient::RecursiveManage](docs/RecursiveManage.md)
|
194
|
+
- [PulpContainerClient::RemoveImage](docs/RemoveImage.md)
|
192
195
|
- [PulpContainerClient::RepositorySyncURL](docs/RepositorySyncURL.md)
|
193
196
|
- [PulpContainerClient::RepositoryVersion](docs/RepositoryVersion.md)
|
194
197
|
- [PulpContainerClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
|
@@ -4,12 +4,12 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
8
7
|
**pulp_labels** | [**Object**](.md) | | [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
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
12
9
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
10
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
11
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
12
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [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]
|
15
15
|
|
@@ -18,12 +18,12 @@ Name | Type | Description | Notes
|
|
18
18
|
```ruby
|
19
19
|
require 'PulpContainerClient'
|
20
20
|
|
21
|
-
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
22
|
-
pulp_labels: null,
|
23
|
-
repository: null,
|
21
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(pulp_labels: null,
|
24
22
|
base_path: null,
|
25
|
-
content_guard: null,
|
26
23
|
repository_version: null,
|
24
|
+
name: null,
|
25
|
+
repository: null,
|
26
|
+
content_guard: null,
|
27
27
|
private: null,
|
28
28
|
description: null)
|
29
29
|
```
|
@@ -4,14 +4,14 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_labels** | [**Object**](.md) | | [optional]
|
9
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
10
9
|
**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
|
-
**
|
10
|
+
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
11
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
12
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
12
13
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
13
14
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
14
|
-
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
15
15
|
**registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
|
16
16
|
**namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
|
17
17
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
|
@@ -22,14 +22,14 @@ Name | Type | Description | Notes
|
|
22
22
|
```ruby
|
23
23
|
require 'PulpContainerClient'
|
24
24
|
|
25
|
-
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
25
|
+
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_href: null,
|
26
26
|
pulp_labels: null,
|
27
|
-
repository: null,
|
28
27
|
base_path: null,
|
29
|
-
|
28
|
+
repository_version: null,
|
29
|
+
name: null,
|
30
|
+
repository: null,
|
30
31
|
content_guard: null,
|
31
32
|
pulp_created: null,
|
32
|
-
repository_version: null,
|
33
33
|
registry_path: null,
|
34
34
|
namespace: null,
|
35
35
|
private: null,
|
@@ -10,7 +10,9 @@ Name | Type | Description | Notes
|
|
10
10
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
11
11
|
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
12
12
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
13
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://
|
13
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
14
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
15
|
+
**proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
|
14
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
15
17
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
16
18
|
**pulp_labels** | [**Object**](.md) | | [optional]
|
@@ -20,6 +22,7 @@ Name | Type | Description | Notes
|
|
20
22
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
21
23
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
22
24
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
25
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
23
26
|
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
24
27
|
**upstream_name** | **String** | Name of the upstream repository |
|
25
28
|
**include_tags** | **Array<String>** | A list of tags to include during sync. Wildcards *, ? are recognized. 'include_tags' is evaluated before 'exclude_tags'. | [optional]
|
@@ -37,6 +40,8 @@ instance = PulpContainerClient::ContainerContainerRemote.new(name: null,
|
|
37
40
|
client_key: null,
|
38
41
|
tls_validation: null,
|
39
42
|
proxy_url: null,
|
43
|
+
proxy_username: null,
|
44
|
+
proxy_password: null,
|
40
45
|
username: null,
|
41
46
|
password: null,
|
42
47
|
pulp_labels: null,
|
@@ -46,6 +51,7 @@ instance = PulpContainerClient::ContainerContainerRemote.new(name: null,
|
|
46
51
|
connect_timeout: null,
|
47
52
|
sock_connect_timeout: null,
|
48
53
|
sock_read_timeout: null,
|
54
|
+
headers: null,
|
49
55
|
rate_limit: null,
|
50
56
|
upstream_name: null,
|
51
57
|
include_tags: null,
|
@@ -10,11 +10,8 @@ Name | Type | Description | Notes
|
|
10
10
|
**url** | **String** | The URL of an external content source. |
|
11
11
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
12
12
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
13
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
14
13
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://
|
16
|
-
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
17
|
-
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
14
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
18
15
|
**pulp_labels** | [**Object**](.md) | | [optional]
|
19
16
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
20
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
@@ -23,6 +20,7 @@ Name | Type | Description | Notes
|
|
23
20
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
24
21
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
25
22
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
23
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
26
24
|
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
27
25
|
**upstream_name** | **String** | Name of the upstream repository |
|
28
26
|
**include_tags** | **Array<String>** | A list of tags to include during sync. Wildcards *, ? are recognized. 'include_tags' is evaluated before 'exclude_tags'. | [optional]
|
@@ -39,11 +37,8 @@ instance = PulpContainerClient::ContainerContainerRemoteResponse.new(pulp_href:
|
|
39
37
|
url: null,
|
40
38
|
ca_cert: null,
|
41
39
|
client_cert: null,
|
42
|
-
client_key: null,
|
43
40
|
tls_validation: null,
|
44
41
|
proxy_url: null,
|
45
|
-
username: null,
|
46
|
-
password: null,
|
47
42
|
pulp_labels: null,
|
48
43
|
pulp_last_updated: null,
|
49
44
|
download_concurrency: null,
|
@@ -52,6 +47,7 @@ instance = PulpContainerClient::ContainerContainerRemoteResponse.new(pulp_href:
|
|
52
47
|
connect_timeout: null,
|
53
48
|
sock_connect_timeout: null,
|
54
49
|
sock_read_timeout: null,
|
50
|
+
headers: null,
|
55
51
|
rate_limit: null,
|
56
52
|
upstream_name: null,
|
57
53
|
include_tags: null,
|
data/docs/ContentBlobsApi.md
CHANGED
@@ -31,15 +31,15 @@ end
|
|
31
31
|
|
32
32
|
api_instance = PulpContainerClient::ContentBlobsApi.new
|
33
33
|
opts = {
|
34
|
-
digest: 'digest_example', # String | digest
|
35
|
-
digest__in: 'digest__in_example', # String |
|
34
|
+
digest: 'digest_example', # String | Filter results where digest matches value
|
35
|
+
digest__in: ['digest__in_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
36
36
|
limit: 56, # Integer | Number of results to return per page.
|
37
|
-
media_type: 'media_type_example', # String |
|
37
|
+
media_type: 'media_type_example', # String |
|
38
38
|
offset: 56, # Integer | The initial index from which to return the results.
|
39
39
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
40
|
-
repository_version: 'repository_version_example', # String |
|
41
|
-
repository_version_added: 'repository_version_added_example', # String |
|
42
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
40
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
41
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
42
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
43
43
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
44
44
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
45
45
|
}
|
@@ -58,15 +58,15 @@ end
|
|
58
58
|
|
59
59
|
Name | Type | Description | Notes
|
60
60
|
------------- | ------------- | ------------- | -------------
|
61
|
-
**digest** | **String**| digest | [optional]
|
62
|
-
**digest__in** | **String
|
61
|
+
**digest** | **String**| Filter results where digest matches value | [optional]
|
62
|
+
**digest__in** | [**Array<String>**](String.md)| Filter results where digest is in a comma-separated list of values | [optional]
|
63
63
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
64
|
-
**media_type** | **String**|
|
64
|
+
**media_type** | **String**| | [optional]
|
65
65
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
66
66
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
67
|
-
**repository_version** | **String**|
|
68
|
-
**repository_version_added** | **String**|
|
69
|
-
**repository_version_removed** | **String**|
|
67
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
68
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
69
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
70
70
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
71
71
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
72
72
|
|
data/docs/ContentManifestsApi.md
CHANGED
@@ -31,15 +31,15 @@ end
|
|
31
31
|
|
32
32
|
api_instance = PulpContainerClient::ContentManifestsApi.new
|
33
33
|
opts = {
|
34
|
-
digest: 'digest_example', # String | digest
|
35
|
-
digest__in: 'digest__in_example', # String |
|
34
|
+
digest: 'digest_example', # String | Filter results where digest matches value
|
35
|
+
digest__in: ['digest__in_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
36
36
|
limit: 56, # Integer | Number of results to return per page.
|
37
|
-
media_type: 'media_type_example', # String |
|
37
|
+
media_type: 'media_type_example', # String |
|
38
38
|
offset: 56, # Integer | The initial index from which to return the results.
|
39
39
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
40
|
-
repository_version: 'repository_version_example', # String |
|
41
|
-
repository_version_added: 'repository_version_added_example', # String |
|
42
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
40
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
41
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
42
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
43
43
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
44
44
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
45
45
|
}
|
@@ -58,15 +58,15 @@ end
|
|
58
58
|
|
59
59
|
Name | Type | Description | Notes
|
60
60
|
------------- | ------------- | ------------- | -------------
|
61
|
-
**digest** | **String**| digest | [optional]
|
62
|
-
**digest__in** | **String
|
61
|
+
**digest** | **String**| Filter results where digest matches value | [optional]
|
62
|
+
**digest__in** | [**Array<String>**](String.md)| Filter results where digest is in a comma-separated list of values | [optional]
|
63
63
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
64
|
-
**media_type** | **String**|
|
64
|
+
**media_type** | **String**| | [optional]
|
65
65
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
66
66
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
67
|
-
**repository_version** | **String**|
|
68
|
-
**repository_version_added** | **String**|
|
69
|
-
**repository_version_removed** | **String**|
|
67
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
68
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
69
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
70
70
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
71
71
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
72
72
|
|
data/docs/ContentTagsApi.md
CHANGED
@@ -31,16 +31,16 @@ end
|
|
31
31
|
|
32
32
|
api_instance = PulpContainerClient::ContentTagsApi.new
|
33
33
|
opts = {
|
34
|
-
digest: 'digest_example', # String |
|
34
|
+
digest: ['digest_example'], # Array<String> | Multiple values may be separated by commas.
|
35
35
|
limit: 56, # Integer | Number of results to return per page.
|
36
|
-
media_type: 'media_type_example', # String |
|
37
|
-
name: 'name_example', # String | name
|
38
|
-
name__in: 'name__in_example', # String |
|
36
|
+
media_type: 'media_type_example', # String |
|
37
|
+
name: 'name_example', # String | Filter results where name matches value
|
38
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
39
39
|
offset: 56, # Integer | The initial index from which to return the results.
|
40
40
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
41
|
-
repository_version: 'repository_version_example', # String |
|
42
|
-
repository_version_added: 'repository_version_added_example', # String |
|
43
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
41
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
42
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
43
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
44
44
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
45
45
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
46
46
|
}
|
@@ -59,16 +59,16 @@ end
|
|
59
59
|
|
60
60
|
Name | Type | Description | Notes
|
61
61
|
------------- | ------------- | ------------- | -------------
|
62
|
-
**digest** | **String
|
62
|
+
**digest** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
63
63
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
64
|
-
**media_type** | **String**|
|
65
|
-
**name** | **String**| name | [optional]
|
66
|
-
**name__in** | **String
|
64
|
+
**media_type** | **String**| | [optional]
|
65
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
66
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
67
67
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
68
68
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
69
|
-
**repository_version** | **String**|
|
70
|
-
**repository_version_added** | **String**|
|
71
|
-
**repository_version_removed** | **String**|
|
69
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
70
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
71
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
72
72
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
73
73
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
74
74
|
|
@@ -1,15 +1,15 @@
|
|
1
|
-
# PulpContainerClient::
|
1
|
+
# PulpContainerClient::ContentguardsContentRedirectApi
|
2
2
|
|
3
3
|
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**create**](
|
8
|
-
[**delete**](
|
9
|
-
[**list**](
|
10
|
-
[**partial_update**](
|
11
|
-
[**read**](
|
12
|
-
[**update**](
|
7
|
+
[**create**](ContentguardsContentRedirectApi.md#create) | **POST** /pulp/api/v3/contentguards/container/content_redirect/ | Create a content redirect content guard
|
8
|
+
[**delete**](ContentguardsContentRedirectApi.md#delete) | **DELETE** {container_content_redirect_content_guard_href} | Delete a content redirect content guard
|
9
|
+
[**list**](ContentguardsContentRedirectApi.md#list) | **GET** /pulp/api/v3/contentguards/container/content_redirect/ | List content redirect content guards
|
10
|
+
[**partial_update**](ContentguardsContentRedirectApi.md#partial_update) | **PATCH** {container_content_redirect_content_guard_href} | Update a content redirect content guard
|
11
|
+
[**read**](ContentguardsContentRedirectApi.md#read) | **GET** {container_content_redirect_content_guard_href} | Inspect a content redirect content guard
|
12
|
+
[**update**](ContentguardsContentRedirectApi.md#update) | **PUT** {container_content_redirect_content_guard_href} | Update a content redirect content guard
|
13
13
|
|
14
14
|
|
15
15
|
|
@@ -33,7 +33,7 @@ PulpContainerClient.configure do |config|
|
|
33
33
|
config.password = 'YOUR PASSWORD'
|
34
34
|
end
|
35
35
|
|
36
|
-
api_instance = PulpContainerClient::
|
36
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
37
37
|
container_content_redirect_content_guard = PulpContainerClient::ContainerContentRedirectContentGuard.new # ContainerContentRedirectContentGuard |
|
38
38
|
|
39
39
|
begin
|
@@ -41,7 +41,7 @@ begin
|
|
41
41
|
result = api_instance.create(container_content_redirect_content_guard)
|
42
42
|
p result
|
43
43
|
rescue PulpContainerClient::ApiError => e
|
44
|
-
puts "Exception when calling
|
44
|
+
puts "Exception when calling ContentguardsContentRedirectApi->create: #{e}"
|
45
45
|
end
|
46
46
|
```
|
47
47
|
|
@@ -86,14 +86,14 @@ PulpContainerClient.configure do |config|
|
|
86
86
|
config.password = 'YOUR PASSWORD'
|
87
87
|
end
|
88
88
|
|
89
|
-
api_instance = PulpContainerClient::
|
89
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
90
90
|
container_content_redirect_content_guard_href = 'container_content_redirect_content_guard_href_example' # String |
|
91
91
|
|
92
92
|
begin
|
93
93
|
#Delete a content redirect content guard
|
94
94
|
api_instance.delete(container_content_redirect_content_guard_href)
|
95
95
|
rescue PulpContainerClient::ApiError => e
|
96
|
-
puts "Exception when calling
|
96
|
+
puts "Exception when calling ContentguardsContentRedirectApi->delete: #{e}"
|
97
97
|
end
|
98
98
|
```
|
99
99
|
|
@@ -138,14 +138,14 @@ PulpContainerClient.configure do |config|
|
|
138
138
|
config.password = 'YOUR PASSWORD'
|
139
139
|
end
|
140
140
|
|
141
|
-
api_instance = PulpContainerClient::
|
141
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
142
142
|
opts = {
|
143
143
|
limit: 56, # Integer | Number of results to return per page.
|
144
|
-
name: 'name_example', # String |
|
145
|
-
name__contains: 'name__contains_example', # String |
|
146
|
-
name__icontains: 'name__icontains_example', # String |
|
147
|
-
name__in: 'name__in_example', # String |
|
148
|
-
name__startswith: 'name__startswith_example', # String |
|
144
|
+
name: 'name_example', # String |
|
145
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
146
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
147
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
148
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
149
149
|
offset: 56, # Integer | The initial index from which to return the results.
|
150
150
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
151
151
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
@@ -157,7 +157,7 @@ begin
|
|
157
157
|
result = api_instance.list(opts)
|
158
158
|
p result
|
159
159
|
rescue PulpContainerClient::ApiError => e
|
160
|
-
puts "Exception when calling
|
160
|
+
puts "Exception when calling ContentguardsContentRedirectApi->list: #{e}"
|
161
161
|
end
|
162
162
|
```
|
163
163
|
|
@@ -167,11 +167,11 @@ end
|
|
167
167
|
Name | Type | Description | Notes
|
168
168
|
------------- | ------------- | ------------- | -------------
|
169
169
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
170
|
-
**name** | **String**|
|
171
|
-
**name__contains** | **String**|
|
172
|
-
**name__icontains** | **String**|
|
173
|
-
**name__in** | **String
|
174
|
-
**name__startswith** | **String**|
|
170
|
+
**name** | **String**| | [optional]
|
171
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
172
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
173
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
174
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
175
175
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
176
176
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
177
177
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
@@ -211,7 +211,7 @@ PulpContainerClient.configure do |config|
|
|
211
211
|
config.password = 'YOUR PASSWORD'
|
212
212
|
end
|
213
213
|
|
214
|
-
api_instance = PulpContainerClient::
|
214
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
215
215
|
container_content_redirect_content_guard_href = 'container_content_redirect_content_guard_href_example' # String |
|
216
216
|
patchedcontainer_content_redirect_content_guard = PulpContainerClient::PatchedcontainerContentRedirectContentGuard.new # PatchedcontainerContentRedirectContentGuard |
|
217
217
|
|
@@ -220,7 +220,7 @@ begin
|
|
220
220
|
result = api_instance.partial_update(container_content_redirect_content_guard_href, patchedcontainer_content_redirect_content_guard)
|
221
221
|
p result
|
222
222
|
rescue PulpContainerClient::ApiError => e
|
223
|
-
puts "Exception when calling
|
223
|
+
puts "Exception when calling ContentguardsContentRedirectApi->partial_update: #{e}"
|
224
224
|
end
|
225
225
|
```
|
226
226
|
|
@@ -266,7 +266,7 @@ PulpContainerClient.configure do |config|
|
|
266
266
|
config.password = 'YOUR PASSWORD'
|
267
267
|
end
|
268
268
|
|
269
|
-
api_instance = PulpContainerClient::
|
269
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
270
270
|
container_content_redirect_content_guard_href = 'container_content_redirect_content_guard_href_example' # String |
|
271
271
|
opts = {
|
272
272
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
@@ -278,7 +278,7 @@ begin
|
|
278
278
|
result = api_instance.read(container_content_redirect_content_guard_href, opts)
|
279
279
|
p result
|
280
280
|
rescue PulpContainerClient::ApiError => e
|
281
|
-
puts "Exception when calling
|
281
|
+
puts "Exception when calling ContentguardsContentRedirectApi->read: #{e}"
|
282
282
|
end
|
283
283
|
```
|
284
284
|
|
@@ -325,7 +325,7 @@ PulpContainerClient.configure do |config|
|
|
325
325
|
config.password = 'YOUR PASSWORD'
|
326
326
|
end
|
327
327
|
|
328
|
-
api_instance = PulpContainerClient::
|
328
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
329
329
|
container_content_redirect_content_guard_href = 'container_content_redirect_content_guard_href_example' # String |
|
330
330
|
container_content_redirect_content_guard = PulpContainerClient::ContainerContentRedirectContentGuard.new # ContainerContentRedirectContentGuard |
|
331
331
|
|
@@ -334,7 +334,7 @@ begin
|
|
334
334
|
result = api_instance.update(container_content_redirect_content_guard_href, container_content_redirect_content_guard)
|
335
335
|
p result
|
336
336
|
rescue PulpContainerClient::ApiError => e
|
337
|
-
puts "Exception when calling
|
337
|
+
puts "Exception when calling ContentguardsContentRedirectApi->update: #{e}"
|
338
338
|
end
|
339
339
|
```
|
340
340
|
|