pulp_container_client 2.1.3 → 2.2.0.post0
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/Gemfile +1 -1
- data/README.md +20 -13
- data/docs/ContainerContainerDistribution.md +7 -7
- data/docs/ContainerContainerDistributionResponse.md +9 -7
- data/docs/ContainerContainerNamespace.md +17 -0
- data/docs/ContainerContainerNamespaceResponse.md +21 -0
- data/docs/ContainerContainerRemote.md +8 -0
- data/docs/ContainerContainerRemoteResponse.md +8 -0
- data/docs/ContentBlobsApi.md +2 -2
- data/docs/ContentManifestsApi.md +2 -2
- data/docs/ContentTagsApi.md +2 -2
- data/docs/ContentguardsContentRedirectApi.md +2 -2
- data/docs/DistributionsContainerApi.md +4 -2
- data/docs/ManifestCopy.md +1 -1
- data/docs/{InlineResponse2008.md → PaginatedRepositoryVersionResponseList.md} +4 -4
- data/docs/{InlineResponse200.md → PaginatedcontainerBlobResponseList.md} +4 -4
- data/docs/{InlineResponse2004.md → PaginatedcontainerContainerDistributionResponseList.md} +4 -4
- data/docs/PaginatedcontainerContainerNamespaceResponseList.md +23 -0
- data/docs/{InlineResponse2007.md → PaginatedcontainerContainerPushRepositoryResponseList.md} +4 -4
- data/docs/{InlineResponse2005.md → PaginatedcontainerContainerRemoteResponseList.md} +4 -4
- data/docs/{InlineResponse2006.md → PaginatedcontainerContainerRepositoryResponseList.md} +4 -4
- data/docs/{InlineResponse2003.md → PaginatedcontainerContentRedirectContentGuardResponseList.md} +4 -4
- data/docs/{InlineResponse2001.md → PaginatedcontainerManifestResponseList.md} +4 -4
- data/docs/{InlineResponse2002.md → PaginatedcontainerTagResponseList.md} +4 -4
- data/docs/PatchedcontainerContainerDistribution.md +7 -7
- data/docs/PatchedcontainerContainerRemote.md +8 -0
- data/docs/PulpContainerNamespacesApi.md +239 -0
- data/docs/RecursiveManage.md +1 -1
- data/docs/RemotesContainerApi.md +2 -2
- data/docs/RepositoriesContainerApi.md +2 -2
- data/docs/RepositoriesContainerPushApi.md +2 -2
- data/docs/RepositoriesContainerVersionsApi.md +8 -8
- data/docs/TagCopy.md +1 -1
- data/lib/pulp_container_client/api/content_blobs_api.rb +4 -4
- data/lib/pulp_container_client/api/content_manifests_api.rb +4 -4
- data/lib/pulp_container_client/api/content_tags_api.rb +4 -4
- data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +4 -4
- data/lib/pulp_container_client/api/distributions_container_api.rb +7 -4
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +285 -0
- data/lib/pulp_container_client/api/remotes_container_api.rb +4 -4
- data/lib/pulp_container_client/api/repositories_container_api.rb +4 -4
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +4 -4
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +15 -15
- data/lib/pulp_container_client/api/token_api.rb +1 -1
- data/lib/pulp_container_client/api_client.rb +12 -13
- data/lib/pulp_container_client/api_error.rb +1 -1
- data/lib/pulp_container_client/configuration.rb +1 -9
- data/lib/pulp_container_client/models/async_operation_response.rb +1 -1
- data/lib/pulp_container_client/models/container_blob_response.rb +1 -1
- data/lib/pulp_container_client/models/container_container_distribution.rb +31 -31
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +42 -32
- data/lib/pulp_container_client/models/container_container_namespace.rb +231 -0
- data/lib/pulp_container_client/models/container_container_namespace_response.rb +250 -0
- data/lib/pulp_container_client/models/container_container_push_repository.rb +1 -1
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +1 -1
- data/lib/pulp_container_client/models/container_container_remote.rb +106 -2
- data/lib/pulp_container_client/models/container_container_remote_response.rb +106 -2
- data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
- data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
- data/lib/pulp_container_client/models/container_content_redirect_content_guard.rb +1 -1
- data/lib/pulp_container_client/models/container_content_redirect_content_guard_response.rb +1 -1
- data/lib/pulp_container_client/models/container_manifest_response.rb +1 -1
- data/lib/pulp_container_client/models/container_tag_response.rb +1 -1
- data/lib/pulp_container_client/models/content_summary.rb +1 -1
- data/lib/pulp_container_client/models/content_summary_response.rb +1 -1
- data/lib/pulp_container_client/models/manifest_copy.rb +2 -2
- data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
- data/lib/pulp_container_client/models/{inline_response2008.rb → paginated_repository_version_response_list.rb} +4 -4
- data/lib/pulp_container_client/models/{inline_response200.rb → paginatedcontainer_blob_response_list.rb} +4 -4
- data/lib/pulp_container_client/models/{inline_response2004.rb → paginatedcontainer_container_distribution_response_list.rb} +4 -4
- data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +237 -0
- data/lib/pulp_container_client/models/{inline_response2007.rb → paginatedcontainer_container_push_repository_response_list.rb} +4 -4
- data/lib/pulp_container_client/models/{inline_response2005.rb → paginatedcontainer_container_remote_response_list.rb} +4 -4
- data/lib/pulp_container_client/models/{inline_response2006.rb → paginatedcontainer_container_repository_response_list.rb} +4 -4
- data/lib/pulp_container_client/models/{inline_response2003.rb → paginatedcontainer_content_redirect_content_guard_response_list.rb} +4 -4
- data/lib/pulp_container_client/models/{inline_response2001.rb → paginatedcontainer_manifest_response_list.rb} +4 -4
- data/lib/pulp_container_client/models/{inline_response2002.rb → paginatedcontainer_tag_response_list.rb} +4 -4
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +31 -31
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +106 -2
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_content_redirect_content_guard.rb +1 -1
- data/lib/pulp_container_client/models/policy_enum.rb +1 -1
- data/lib/pulp_container_client/models/recursive_manage.rb +2 -2
- data/lib/pulp_container_client/models/repository_sync_url.rb +1 -1
- data/lib/pulp_container_client/models/repository_version.rb +1 -1
- data/lib/pulp_container_client/models/repository_version_response.rb +1 -1
- data/lib/pulp_container_client/models/tag_copy.rb +2 -2
- data/lib/pulp_container_client/models/tag_image.rb +22 -1
- data/lib/pulp_container_client/models/un_tag_image.rb +22 -1
- data/lib/pulp_container_client/version.rb +2 -2
- data/lib/pulp_container_client.rb +14 -10
- data/pulp_container_client.gemspec +2 -2
- data/spec/api/content_blobs_api_spec.rb +2 -2
- data/spec/api/content_manifests_api_spec.rb +2 -2
- data/spec/api/content_tags_api_spec.rb +2 -2
- data/spec/api/contentguards_content_redirect_api_spec.rb +2 -2
- data/spec/api/distributions_container_api_spec.rb +3 -2
- data/spec/api/pulp_container_namespaces_api_spec.rb +89 -0
- data/spec/api/remotes_container_api_spec.rb +2 -2
- data/spec/api/repositories_container_api_spec.rb +2 -2
- data/spec/api/repositories_container_push_api_spec.rb +2 -2
- data/spec/api/repositories_container_versions_api_spec.rb +7 -7
- data/spec/api/token_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/container_blob_response_spec.rb +1 -1
- data/spec/models/container_container_distribution_response_spec.rb +13 -7
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/{inline_response200_spec.rb → container_container_namespace_response_spec.rb} +10 -16
- data/spec/models/container_container_namespace_spec.rb +41 -0
- data/spec/models/container_container_push_repository_response_spec.rb +1 -1
- data/spec/models/container_container_push_repository_spec.rb +1 -1
- data/spec/models/container_container_remote_response_spec.rb +25 -1
- data/spec/models/container_container_remote_spec.rb +25 -1
- data/spec/models/container_container_repository_response_spec.rb +1 -1
- data/spec/models/container_container_repository_spec.rb +1 -1
- data/spec/models/container_content_redirect_content_guard_response_spec.rb +1 -1
- data/spec/models/container_content_redirect_content_guard_spec.rb +1 -1
- data/spec/models/container_manifest_response_spec.rb +1 -1
- data/spec/models/container_tag_response_spec.rb +1 -1
- data/spec/models/content_summary_response_spec.rb +1 -1
- data/spec/models/content_summary_spec.rb +1 -1
- data/spec/models/manifest_copy_spec.rb +1 -1
- data/spec/models/oci_build_image_spec.rb +1 -1
- data/spec/models/{inline_response2003_spec.rb → paginated_repository_version_response_list_spec.rb} +7 -7
- data/spec/models/{inline_response2002_spec.rb → paginatedcontainer_blob_response_list_spec.rb} +7 -7
- data/spec/models/paginatedcontainer_container_distribution_response_list_spec.rb +59 -0
- data/spec/models/paginatedcontainer_container_namespace_response_list_spec.rb +59 -0
- data/spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb +59 -0
- data/spec/models/paginatedcontainer_container_remote_response_list_spec.rb +59 -0
- data/spec/models/paginatedcontainer_container_repository_response_list_spec.rb +59 -0
- data/spec/models/paginatedcontainer_content_redirect_content_guard_response_list_spec.rb +59 -0
- data/spec/models/{inline_response2004_spec.rb → paginatedcontainer_manifest_response_list_spec.rb} +7 -7
- data/spec/models/{inline_response2001_spec.rb → paginatedcontainer_tag_response_list_spec.rb} +7 -7
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_remote_spec.rb +25 -1
- data/spec/models/patchedcontainer_container_repository_spec.rb +1 -1
- data/spec/models/patchedcontainer_content_redirect_content_guard_spec.rb +1 -1
- data/spec/models/policy_enum_spec.rb +1 -1
- data/spec/models/recursive_manage_spec.rb +1 -1
- data/spec/models/repository_sync_url_spec.rb +1 -1
- data/spec/models/repository_version_response_spec.rb +1 -1
- data/spec/models/repository_version_spec.rb +1 -1
- data/spec/models/tag_copy_spec.rb +1 -1
- data/spec/models/tag_image_spec.rb +1 -1
- data/spec/models/un_tag_image_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +87 -77
- data/spec/models/inline_response2005_spec.rb +0 -59
- data/spec/models/inline_response2006_spec.rb +0 -59
- data/spec/models/inline_response2007_spec.rb +0 -59
- data/spec/models/inline_response2008_spec.rb +0 -59
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d721db88ede8d0220b14517a7a3b6660f15cc0c31666fe893295be0b696c8ea0
|
|
4
|
+
data.tar.gz: b07296172a3f7de13c379f687e1114b9e380cb0739cb0dcb9dff026847c99706
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 549f6205998dacd8d19d835fbf4c86be4c6af99dd5b5ef46285ab2b4cca3c0375028a460b626082969fa9b10f7ca07910657971eb0efd235ce90b8245b0f7a7d
|
|
7
|
+
data.tar.gz: 55cc1a5c7314723c7c9816c95bf2f992c85e707a19d51382460ddfb404bf91c0d7afd8172f33254f364ddac0c719fb39ef6e16b4508f2935a005e48e21327ee5
|
data/Gemfile
CHANGED
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.2.0.post0
|
|
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.2.0.post0.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.2.0.post0.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.2.0.post0'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -113,6 +113,10 @@ Class | Method | HTTP request | Description
|
|
|
113
113
|
*PulpContainerClient::DistributionsContainerApi* | [**partial_update**](docs/DistributionsContainerApi.md#partial_update) | **PATCH** {container_container_distribution_href} | Update a container distribution
|
|
114
114
|
*PulpContainerClient::DistributionsContainerApi* | [**read**](docs/DistributionsContainerApi.md#read) | **GET** {container_container_distribution_href} | Inspect a container distribution
|
|
115
115
|
*PulpContainerClient::DistributionsContainerApi* | [**update**](docs/DistributionsContainerApi.md#update) | **PUT** {container_container_distribution_href} | Update a container distribution
|
|
116
|
+
*PulpContainerClient::PulpContainerNamespacesApi* | [**create**](docs/PulpContainerNamespacesApi.md#create) | **POST** /pulp/api/v3/pulp_container/namespaces/ | Create a container namespace
|
|
117
|
+
*PulpContainerClient::PulpContainerNamespacesApi* | [**delete**](docs/PulpContainerNamespacesApi.md#delete) | **DELETE** {container_container_namespace_href} | Delete a container namespace
|
|
118
|
+
*PulpContainerClient::PulpContainerNamespacesApi* | [**list**](docs/PulpContainerNamespacesApi.md#list) | **GET** /pulp/api/v3/pulp_container/namespaces/ | List container namespaces
|
|
119
|
+
*PulpContainerClient::PulpContainerNamespacesApi* | [**read**](docs/PulpContainerNamespacesApi.md#read) | **GET** {container_container_namespace_href} | Inspect a container namespace
|
|
116
120
|
*PulpContainerClient::RemotesContainerApi* | [**create**](docs/RemotesContainerApi.md#create) | **POST** /pulp/api/v3/remotes/container/container/ | Create a container remote
|
|
117
121
|
*PulpContainerClient::RemotesContainerApi* | [**delete**](docs/RemotesContainerApi.md#delete) | **DELETE** {container_container_remote_href} | Delete a container remote
|
|
118
122
|
*PulpContainerClient::RemotesContainerApi* | [**list**](docs/RemotesContainerApi.md#list) | **GET** /pulp/api/v3/remotes/container/container/ | List container remotes
|
|
@@ -154,6 +158,8 @@ Class | Method | HTTP request | Description
|
|
|
154
158
|
- [PulpContainerClient::ContainerBlobResponse](docs/ContainerBlobResponse.md)
|
|
155
159
|
- [PulpContainerClient::ContainerContainerDistribution](docs/ContainerContainerDistribution.md)
|
|
156
160
|
- [PulpContainerClient::ContainerContainerDistributionResponse](docs/ContainerContainerDistributionResponse.md)
|
|
161
|
+
- [PulpContainerClient::ContainerContainerNamespace](docs/ContainerContainerNamespace.md)
|
|
162
|
+
- [PulpContainerClient::ContainerContainerNamespaceResponse](docs/ContainerContainerNamespaceResponse.md)
|
|
157
163
|
- [PulpContainerClient::ContainerContainerPushRepository](docs/ContainerContainerPushRepository.md)
|
|
158
164
|
- [PulpContainerClient::ContainerContainerPushRepositoryResponse](docs/ContainerContainerPushRepositoryResponse.md)
|
|
159
165
|
- [PulpContainerClient::ContainerContainerRemote](docs/ContainerContainerRemote.md)
|
|
@@ -166,17 +172,18 @@ Class | Method | HTTP request | Description
|
|
|
166
172
|
- [PulpContainerClient::ContainerTagResponse](docs/ContainerTagResponse.md)
|
|
167
173
|
- [PulpContainerClient::ContentSummary](docs/ContentSummary.md)
|
|
168
174
|
- [PulpContainerClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
|
|
169
|
-
- [PulpContainerClient::InlineResponse200](docs/InlineResponse200.md)
|
|
170
|
-
- [PulpContainerClient::InlineResponse2001](docs/InlineResponse2001.md)
|
|
171
|
-
- [PulpContainerClient::InlineResponse2002](docs/InlineResponse2002.md)
|
|
172
|
-
- [PulpContainerClient::InlineResponse2003](docs/InlineResponse2003.md)
|
|
173
|
-
- [PulpContainerClient::InlineResponse2004](docs/InlineResponse2004.md)
|
|
174
|
-
- [PulpContainerClient::InlineResponse2005](docs/InlineResponse2005.md)
|
|
175
|
-
- [PulpContainerClient::InlineResponse2006](docs/InlineResponse2006.md)
|
|
176
|
-
- [PulpContainerClient::InlineResponse2007](docs/InlineResponse2007.md)
|
|
177
|
-
- [PulpContainerClient::InlineResponse2008](docs/InlineResponse2008.md)
|
|
178
175
|
- [PulpContainerClient::ManifestCopy](docs/ManifestCopy.md)
|
|
179
176
|
- [PulpContainerClient::OCIBuildImage](docs/OCIBuildImage.md)
|
|
177
|
+
- [PulpContainerClient::PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
|
|
178
|
+
- [PulpContainerClient::PaginatedcontainerBlobResponseList](docs/PaginatedcontainerBlobResponseList.md)
|
|
179
|
+
- [PulpContainerClient::PaginatedcontainerContainerDistributionResponseList](docs/PaginatedcontainerContainerDistributionResponseList.md)
|
|
180
|
+
- [PulpContainerClient::PaginatedcontainerContainerNamespaceResponseList](docs/PaginatedcontainerContainerNamespaceResponseList.md)
|
|
181
|
+
- [PulpContainerClient::PaginatedcontainerContainerPushRepositoryResponseList](docs/PaginatedcontainerContainerPushRepositoryResponseList.md)
|
|
182
|
+
- [PulpContainerClient::PaginatedcontainerContainerRemoteResponseList](docs/PaginatedcontainerContainerRemoteResponseList.md)
|
|
183
|
+
- [PulpContainerClient::PaginatedcontainerContainerRepositoryResponseList](docs/PaginatedcontainerContainerRepositoryResponseList.md)
|
|
184
|
+
- [PulpContainerClient::PaginatedcontainerContentRedirectContentGuardResponseList](docs/PaginatedcontainerContentRedirectContentGuardResponseList.md)
|
|
185
|
+
- [PulpContainerClient::PaginatedcontainerManifestResponseList](docs/PaginatedcontainerManifestResponseList.md)
|
|
186
|
+
- [PulpContainerClient::PaginatedcontainerTagResponseList](docs/PaginatedcontainerTagResponseList.md)
|
|
180
187
|
- [PulpContainerClient::PatchedcontainerContainerDistribution](docs/PatchedcontainerContainerDistribution.md)
|
|
181
188
|
- [PulpContainerClient::PatchedcontainerContainerRemote](docs/PatchedcontainerContainerRemote.md)
|
|
182
189
|
- [PulpContainerClient::PatchedcontainerContainerRepository](docs/PatchedcontainerContainerRepository.md)
|
|
@@ -4,22 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
8
|
-
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
9
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
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
|
+
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
11
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
10
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
11
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
12
12
|
|
|
13
13
|
## Code Sample
|
|
14
14
|
|
|
15
15
|
```ruby
|
|
16
16
|
require 'PulpContainerClient'
|
|
17
17
|
|
|
18
|
-
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
|
18
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(base_path: null,
|
|
19
19
|
repository_version: null,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
name: null,
|
|
21
|
+
content_guard: null,
|
|
22
|
+
repository: null)
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
|
|
@@ -4,28 +4,30 @@
|
|
|
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
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
9
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
9
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
11
10
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
12
|
-
**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\") |
|
|
13
11
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
12
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
13
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
14
14
|
**registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
|
|
15
|
+
**namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
|
|
15
16
|
|
|
16
17
|
## Code Sample
|
|
17
18
|
|
|
18
19
|
```ruby
|
|
19
20
|
require 'PulpContainerClient'
|
|
20
21
|
|
|
21
|
-
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
|
22
|
+
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(base_path: null,
|
|
22
23
|
repository_version: null,
|
|
23
|
-
repository: null,
|
|
24
24
|
pulp_href: null,
|
|
25
25
|
pulp_created: null,
|
|
26
|
-
base_path: null,
|
|
27
26
|
name: null,
|
|
28
|
-
|
|
27
|
+
content_guard: null,
|
|
28
|
+
repository: null,
|
|
29
|
+
registry_path: null,
|
|
30
|
+
namespace: null)
|
|
29
31
|
```
|
|
30
32
|
|
|
31
33
|
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# PulpContainerClient::ContainerContainerNamespace
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**name** | **String** | |
|
|
8
|
+
|
|
9
|
+
## Code Sample
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'PulpContainerClient'
|
|
13
|
+
|
|
14
|
+
instance = PulpContainerClient::ContainerContainerNamespace.new(name: null)
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# PulpContainerClient::ContainerContainerNamespaceResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**name** | **String** | |
|
|
10
|
+
|
|
11
|
+
## Code Sample
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'PulpContainerClient'
|
|
15
|
+
|
|
16
|
+
instance = PulpContainerClient::ContainerContainerNamespaceResponse.new(pulp_href: null,
|
|
17
|
+
pulp_created: null,
|
|
18
|
+
name: null)
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
|
|
@@ -15,6 +15,10 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
|
16
16
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
|
17
17
|
**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]
|
|
18
|
+
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
|
|
19
|
+
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
|
20
|
+
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
|
21
|
+
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
|
18
22
|
**upstream_name** | **String** | Name of the upstream repository |
|
|
19
23
|
**include_tags** | **Array<String>** | A list of tags to include during sync. Wildcards *, ? are recognized. 'include_tags' is evaluated before 'exclude_tags'. | [optional]
|
|
20
24
|
**exclude_tags** | **Array<String>** | A list of tags to exclude during sync. Wildcards *, ? are recognized. 'exclude_tags' is evaluated after 'include_tags'. | [optional]
|
|
@@ -35,6 +39,10 @@ instance = PulpContainerClient::ContainerContainerRemote.new(name: null,
|
|
|
35
39
|
password: null,
|
|
36
40
|
download_concurrency: null,
|
|
37
41
|
policy: null,
|
|
42
|
+
total_timeout: null,
|
|
43
|
+
connect_timeout: null,
|
|
44
|
+
sock_connect_timeout: null,
|
|
45
|
+
sock_read_timeout: null,
|
|
38
46
|
upstream_name: null,
|
|
39
47
|
include_tags: null,
|
|
40
48
|
exclude_tags: null)
|
|
@@ -18,6 +18,10 @@ Name | Type | Description | Notes
|
|
|
18
18
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
|
20
20
|
**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]
|
|
21
|
+
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
|
|
22
|
+
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
|
23
|
+
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
|
24
|
+
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
|
21
25
|
**upstream_name** | **String** | Name of the upstream repository |
|
|
22
26
|
**include_tags** | **Array<String>** | A list of tags to include during sync. Wildcards *, ? are recognized. 'include_tags' is evaluated before 'exclude_tags'. | [optional]
|
|
23
27
|
**exclude_tags** | **Array<String>** | A list of tags to exclude during sync. Wildcards *, ? are recognized. 'exclude_tags' is evaluated after 'include_tags'. | [optional]
|
|
@@ -41,6 +45,10 @@ instance = PulpContainerClient::ContainerContainerRemoteResponse.new(pulp_href:
|
|
|
41
45
|
pulp_last_updated: null,
|
|
42
46
|
download_concurrency: null,
|
|
43
47
|
policy: null,
|
|
48
|
+
total_timeout: null,
|
|
49
|
+
connect_timeout: null,
|
|
50
|
+
sock_connect_timeout: null,
|
|
51
|
+
sock_read_timeout: null,
|
|
44
52
|
upstream_name: null,
|
|
45
53
|
include_tags: null,
|
|
46
54
|
exclude_tags: null)
|
data/docs/ContentBlobsApi.md
CHANGED
|
@@ -11,7 +11,7 @@ Method | HTTP request | Description
|
|
|
11
11
|
|
|
12
12
|
## list
|
|
13
13
|
|
|
14
|
-
>
|
|
14
|
+
> PaginatedcontainerBlobResponseList list(opts)
|
|
15
15
|
|
|
16
16
|
List blobs
|
|
17
17
|
|
|
@@ -72,7 +72,7 @@ Name | Type | Description | Notes
|
|
|
72
72
|
|
|
73
73
|
### Return type
|
|
74
74
|
|
|
75
|
-
[**
|
|
75
|
+
[**PaginatedcontainerBlobResponseList**](PaginatedcontainerBlobResponseList.md)
|
|
76
76
|
|
|
77
77
|
### Authorization
|
|
78
78
|
|
data/docs/ContentManifestsApi.md
CHANGED
|
@@ -11,7 +11,7 @@ Method | HTTP request | Description
|
|
|
11
11
|
|
|
12
12
|
## list
|
|
13
13
|
|
|
14
|
-
>
|
|
14
|
+
> PaginatedcontainerManifestResponseList list(opts)
|
|
15
15
|
|
|
16
16
|
List manifests
|
|
17
17
|
|
|
@@ -72,7 +72,7 @@ Name | Type | Description | Notes
|
|
|
72
72
|
|
|
73
73
|
### Return type
|
|
74
74
|
|
|
75
|
-
[**
|
|
75
|
+
[**PaginatedcontainerManifestResponseList**](PaginatedcontainerManifestResponseList.md)
|
|
76
76
|
|
|
77
77
|
### Authorization
|
|
78
78
|
|
data/docs/ContentTagsApi.md
CHANGED
|
@@ -11,7 +11,7 @@ Method | HTTP request | Description
|
|
|
11
11
|
|
|
12
12
|
## list
|
|
13
13
|
|
|
14
|
-
>
|
|
14
|
+
> PaginatedcontainerTagResponseList list(opts)
|
|
15
15
|
|
|
16
16
|
List tags
|
|
17
17
|
|
|
@@ -74,7 +74,7 @@ Name | Type | Description | Notes
|
|
|
74
74
|
|
|
75
75
|
### Return type
|
|
76
76
|
|
|
77
|
-
[**
|
|
77
|
+
[**PaginatedcontainerTagResponseList**](PaginatedcontainerTagResponseList.md)
|
|
78
78
|
|
|
79
79
|
### Authorization
|
|
80
80
|
|
|
@@ -120,7 +120,7 @@ nil (empty response body)
|
|
|
120
120
|
|
|
121
121
|
## list
|
|
122
122
|
|
|
123
|
-
>
|
|
123
|
+
> PaginatedcontainerContentRedirectContentGuardResponseList list(opts)
|
|
124
124
|
|
|
125
125
|
List content redirect content guards
|
|
126
126
|
|
|
@@ -173,7 +173,7 @@ Name | Type | Description | Notes
|
|
|
173
173
|
|
|
174
174
|
### Return type
|
|
175
175
|
|
|
176
|
-
[**
|
|
176
|
+
[**PaginatedcontainerContentRedirectContentGuardResponseList**](PaginatedcontainerContentRedirectContentGuardResponseList.md)
|
|
177
177
|
|
|
178
178
|
### Authorization
|
|
179
179
|
|
|
@@ -121,7 +121,7 @@ Name | Type | Description | Notes
|
|
|
121
121
|
|
|
122
122
|
## list
|
|
123
123
|
|
|
124
|
-
>
|
|
124
|
+
> PaginatedcontainerContainerDistributionResponseList list(opts)
|
|
125
125
|
|
|
126
126
|
List container distributions
|
|
127
127
|
|
|
@@ -148,6 +148,7 @@ opts = {
|
|
|
148
148
|
limit: 56, # Integer | Number of results to return per page.
|
|
149
149
|
name: 'name_example', # String | name
|
|
150
150
|
name__in: 'name__in_example', # String | name__in
|
|
151
|
+
namespace__name: 'namespace__name_example', # String | namespace__name
|
|
151
152
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
152
153
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
153
154
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
@@ -175,6 +176,7 @@ Name | Type | Description | Notes
|
|
|
175
176
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
176
177
|
**name** | **String**| name | [optional]
|
|
177
178
|
**name__in** | **String**| name__in | [optional]
|
|
179
|
+
**namespace__name** | **String**| namespace__name | [optional]
|
|
178
180
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
179
181
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
180
182
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
@@ -182,7 +184,7 @@ Name | Type | Description | Notes
|
|
|
182
184
|
|
|
183
185
|
### Return type
|
|
184
186
|
|
|
185
|
-
[**
|
|
187
|
+
[**PaginatedcontainerContainerDistributionResponseList**](PaginatedcontainerContainerDistributionResponseList.md)
|
|
186
188
|
|
|
187
189
|
### Authorization
|
|
188
190
|
|
data/docs/ManifestCopy.md
CHANGED
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**source_repository** | **String** | A URI of the repository to copy content from. | [optional]
|
|
8
8
|
**source_repository_version** | **String** | A URI of the repository version to copy content from. | [optional]
|
|
9
|
-
**digests** |
|
|
9
|
+
**digests** | **Array<Object>** | A list of manifest digests to copy. | [optional]
|
|
10
10
|
**media_types** | **Array<String>** | A list of media_types to copy. | [optional]
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpContainerClient::
|
|
1
|
+
# PulpContainerClient::PaginatedRepositoryVersionResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpContainerClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpContainerClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpContainerClient::PaginatedRepositoryVersionResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpContainerClient::
|
|
1
|
+
# PulpContainerClient::PaginatedcontainerBlobResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpContainerClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpContainerClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpContainerClient::PaginatedcontainerBlobResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpContainerClient::
|
|
1
|
+
# PulpContainerClient::PaginatedcontainerContainerDistributionResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpContainerClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpContainerClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpContainerClient::PaginatedcontainerContainerDistributionResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# PulpContainerClient::PaginatedcontainerContainerNamespaceResponseList
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**count** | **Integer** | | [optional]
|
|
8
|
+
**_next** | **String** | | [optional]
|
|
9
|
+
**previous** | **String** | | [optional]
|
|
10
|
+
**results** | [**Array<ContainerContainerNamespaceResponse>**](ContainerContainerNamespaceResponse.md) | | [optional]
|
|
11
|
+
|
|
12
|
+
## Code Sample
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'PulpContainerClient'
|
|
16
|
+
|
|
17
|
+
instance = PulpContainerClient::PaginatedcontainerContainerNamespaceResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
|
+
results: null)
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
|
data/docs/{InlineResponse2007.md → PaginatedcontainerContainerPushRepositoryResponseList.md}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpContainerClient::
|
|
1
|
+
# PulpContainerClient::PaginatedcontainerContainerPushRepositoryResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpContainerClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpContainerClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpContainerClient::PaginatedcontainerContainerPushRepositoryResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpContainerClient::
|
|
1
|
+
# PulpContainerClient::PaginatedcontainerContainerRemoteResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpContainerClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpContainerClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpContainerClient::PaginatedcontainerContainerRemoteResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpContainerClient::
|
|
1
|
+
# PulpContainerClient::PaginatedcontainerContainerRepositoryResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpContainerClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpContainerClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpContainerClient::PaginatedcontainerContainerRepositoryResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
data/docs/{InlineResponse2003.md → PaginatedcontainerContentRedirectContentGuardResponseList.md}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpContainerClient::
|
|
1
|
+
# PulpContainerClient::PaginatedcontainerContentRedirectContentGuardResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpContainerClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpContainerClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpContainerClient::PaginatedcontainerContentRedirectContentGuardResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpContainerClient::
|
|
1
|
+
# PulpContainerClient::PaginatedcontainerManifestResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpContainerClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpContainerClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpContainerClient::PaginatedcontainerManifestResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpContainerClient::
|
|
1
|
+
# PulpContainerClient::PaginatedcontainerTagResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpContainerClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpContainerClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpContainerClient::PaginatedcontainerTagResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -4,22 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
8
|
-
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
9
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
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
|
+
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
11
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
|
10
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
11
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
12
12
|
|
|
13
13
|
## Code Sample
|
|
14
14
|
|
|
15
15
|
```ruby
|
|
16
16
|
require 'PulpContainerClient'
|
|
17
17
|
|
|
18
|
-
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
|
|
18
|
+
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(base_path: null,
|
|
19
19
|
repository_version: null,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
name: null,
|
|
21
|
+
content_guard: null,
|
|
22
|
+
repository: null)
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
|
|
@@ -15,6 +15,10 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
|
16
16
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
|
17
17
|
**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]
|
|
18
|
+
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
|
|
19
|
+
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
|
20
|
+
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
|
21
|
+
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
|
18
22
|
**upstream_name** | **String** | Name of the upstream repository | [optional]
|
|
19
23
|
**include_tags** | **Array<String>** | A list of tags to include during sync. Wildcards *, ? are recognized. 'include_tags' is evaluated before 'exclude_tags'. | [optional]
|
|
20
24
|
**exclude_tags** | **Array<String>** | A list of tags to exclude during sync. Wildcards *, ? are recognized. 'exclude_tags' is evaluated after 'include_tags'. | [optional]
|
|
@@ -35,6 +39,10 @@ instance = PulpContainerClient::PatchedcontainerContainerRemote.new(name: null,
|
|
|
35
39
|
password: null,
|
|
36
40
|
download_concurrency: null,
|
|
37
41
|
policy: null,
|
|
42
|
+
total_timeout: null,
|
|
43
|
+
connect_timeout: null,
|
|
44
|
+
sock_connect_timeout: null,
|
|
45
|
+
sock_read_timeout: null,
|
|
38
46
|
upstream_name: null,
|
|
39
47
|
include_tags: null,
|
|
40
48
|
exclude_tags: null)
|