pulp_container_client 2.0.0b3 → 2.0.0
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 +69 -57
- data/docs/{ContainerBlob.md → ContainerBlobResponse.md} +2 -2
- data/docs/ContainerContainerDistribution.md +6 -12
- data/docs/ContainerContainerDistributionResponse.md +31 -0
- data/docs/ContainerContainerPushRepository.md +4 -10
- data/docs/ContainerContainerPushRepositoryResponse.md +29 -0
- data/docs/ContainerContainerRemote.md +8 -12
- data/docs/ContainerContainerRemoteResponse.md +49 -0
- data/docs/ContainerContainerRepository.md +4 -10
- data/docs/ContainerContainerRepositoryResponse.md +29 -0
- data/docs/ContainerContentRedirectContentGuard.md +1 -5
- data/docs/ContainerContentRedirectContentGuardResponse.md +23 -0
- data/docs/{ContainerManifest.md → ContainerManifestResponse.md} +2 -2
- data/docs/{ContainerTag.md → ContainerTagResponse.md} +2 -4
- data/docs/ContentBlobsApi.md +24 -24
- data/docs/ContentManifestsApi.md +24 -24
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +21 -0
- data/docs/ContentTagsApi.md +26 -26
- data/docs/ContentguardsContentRedirectApi.md +55 -55
- data/docs/DistributionsContainerApi.md +108 -60
- data/docs/InlineResponse200.md +3 -3
- data/docs/InlineResponse2001.md +3 -3
- data/docs/InlineResponse2002.md +3 -3
- data/docs/InlineResponse2003.md +3 -3
- data/docs/InlineResponse2004.md +3 -3
- data/docs/InlineResponse2005.md +3 -3
- data/docs/InlineResponse2006.md +3 -3
- data/docs/InlineResponse2007.md +3 -3
- data/docs/InlineResponse2008.md +3 -3
- data/docs/ManifestCopy.md +1 -1
- data/docs/OCIBuildImage.md +23 -0
- data/docs/PatchedcontainerContainerDistribution.md +25 -0
- data/docs/PatchedcontainerContainerRemote.md +43 -0
- data/docs/PatchedcontainerContainerRepository.md +21 -0
- data/docs/PatchedcontainerContentRedirectContentGuard.md +19 -0
- data/docs/PolicyEnum.md +16 -0
- data/docs/RecursiveManage.md +1 -1
- data/docs/RemotesContainerApi.md +125 -65
- data/docs/RepositoriesContainerApi.md +158 -134
- data/docs/RepositoriesContainerPushApi.md +44 -148
- data/docs/RepositoriesContainerVersionsApi.md +190 -126
- data/docs/RepositorySyncURL.md +1 -1
- data/docs/RepositoryVersion.md +1 -9
- data/docs/RepositoryVersionResponse.md +25 -0
- data/docs/TagCopy.md +1 -1
- data/docs/TokenApi.md +8 -16
- data/lib/pulp_container_client/api/content_blobs_api.rb +38 -34
- data/lib/pulp_container_client/api/content_manifests_api.rb +38 -34
- data/lib/pulp_container_client/api/content_tags_api.rb +41 -37
- data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +90 -90
- data/lib/pulp_container_client/api/distributions_container_api.rb +153 -90
- data/lib/pulp_container_client/api/remotes_container_api.rb +181 -100
- data/lib/pulp_container_client/api/repositories_container_api.rb +245 -222
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +66 -197
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +278 -188
- data/lib/pulp_container_client/api/token_api.rb +8 -14
- data/lib/pulp_container_client/api_client.rb +2 -2
- data/lib/pulp_container_client/api_error.rb +2 -2
- data/lib/pulp_container_client/configuration.rb +3 -3
- data/lib/pulp_container_client/models/async_operation_response.rb +3 -2
- data/lib/pulp_container_client/models/{container_blob.rb → container_blob_response.rb} +6 -43
- data/lib/pulp_container_client/models/container_container_distribution.rb +29 -110
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +289 -0
- data/lib/pulp_container_client/models/container_container_push_repository.rb +18 -78
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +271 -0
- data/lib/pulp_container_client/models/container_container_remote.rb +29 -227
- data/lib/pulp_container_client/models/container_container_remote_response.rb +409 -0
- data/lib/pulp_container_client/models/container_container_repository.rb +18 -78
- data/lib/pulp_container_client/models/container_container_repository_response.rb +271 -0
- data/lib/pulp_container_client/models/container_content_redirect_content_guard.rb +4 -56
- data/lib/pulp_container_client/models/container_content_redirect_content_guard_response.rb +243 -0
- data/lib/pulp_container_client/models/{container_manifest.rb → container_manifest_response.rb} +6 -43
- data/lib/pulp_container_client/models/{container_tag.rb → container_tag_response.rb} +7 -40
- data/lib/pulp_container_client/models/content_summary.rb +9 -15
- data/lib/pulp_container_client/models/content_summary_response.rb +240 -0
- data/lib/pulp_container_client/models/inline_response200.rb +3 -13
- data/lib/pulp_container_client/models/inline_response2001.rb +3 -13
- data/lib/pulp_container_client/models/inline_response2002.rb +3 -13
- data/lib/pulp_container_client/models/inline_response2003.rb +3 -13
- data/lib/pulp_container_client/models/inline_response2004.rb +3 -13
- data/lib/pulp_container_client/models/inline_response2005.rb +3 -13
- data/lib/pulp_container_client/models/inline_response2006.rb +3 -13
- data/lib/pulp_container_client/models/inline_response2007.rb +3 -13
- data/lib/pulp_container_client/models/inline_response2008.rb +3 -13
- data/lib/pulp_container_client/models/manifest_copy.rb +4 -3
- data/lib/pulp_container_client/models/oci_build_image.rb +240 -0
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +250 -0
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +365 -0
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +229 -0
- data/lib/pulp_container_client/models/patchedcontainer_content_redirect_content_guard.rb +219 -0
- data/lib/pulp_container_client/models/policy_enum.rb +37 -0
- data/lib/pulp_container_client/models/recursive_manage.rb +4 -3
- data/lib/pulp_container_client/models/repository_sync_url.rb +3 -8
- data/lib/pulp_container_client/models/repository_version.rb +7 -43
- data/lib/pulp_container_client/models/repository_version_response.rb +246 -0
- data/lib/pulp_container_client/models/tag_copy.rb +4 -3
- data/lib/pulp_container_client/models/tag_image.rb +3 -40
- data/lib/pulp_container_client/models/un_tag_image.rb +3 -21
- data/lib/pulp_container_client/version.rb +3 -3
- data/lib/pulp_container_client.rb +18 -5
- data/pulp_container_client.gemspec +4 -4
- data/spec/api/content_blobs_api_spec.rb +11 -11
- data/spec/api/content_manifests_api_spec.rb +11 -11
- data/spec/api/content_tags_api_spec.rb +12 -12
- data/spec/api/contentguards_content_redirect_api_spec.rb +17 -17
- data/spec/api/distributions_container_api_spec.rb +39 -18
- data/spec/api/remotes_container_api_spec.rb +48 -21
- data/spec/api/repositories_container_api_spec.rb +41 -32
- data/spec/api/repositories_container_push_api_spec.rb +17 -40
- data/spec/api/repositories_container_versions_api_spec.rb +76 -46
- data/spec/api/token_api_spec.rb +4 -6
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/async_operation_response_spec.rb +2 -2
- data/spec/models/{container_blob_spec.rb → container_blob_response_spec.rb} +8 -8
- data/spec/models/container_container_distribution_response_spec.rb +83 -0
- data/spec/models/container_container_distribution_spec.rb +5 -23
- data/spec/models/container_container_push_repository_response_spec.rb +77 -0
- data/spec/models/container_container_push_repository_spec.rb +5 -23
- data/spec/models/container_container_remote_response_spec.rb +137 -0
- data/spec/models/container_container_remote_spec.rb +7 -23
- data/spec/models/container_container_repository_response_spec.rb +77 -0
- data/spec/models/container_container_repository_spec.rb +5 -23
- data/spec/models/container_content_redirect_content_guard_response_spec.rb +59 -0
- data/spec/models/container_content_redirect_content_guard_spec.rb +2 -14
- data/spec/models/{container_manifest_spec.rb → container_manifest_response_spec.rb} +8 -8
- data/spec/models/{container_tag_spec.rb → container_tag_response_spec.rb} +8 -14
- data/spec/models/content_summary_response_spec.rb +53 -0
- data/spec/models/content_summary_spec.rb +2 -2
- data/spec/models/inline_response2001_spec.rb +2 -2
- data/spec/models/inline_response2002_spec.rb +2 -2
- data/spec/models/inline_response2003_spec.rb +2 -2
- data/spec/models/inline_response2004_spec.rb +2 -2
- data/spec/models/inline_response2005_spec.rb +2 -2
- data/spec/models/inline_response2006_spec.rb +2 -2
- data/spec/models/inline_response2007_spec.rb +2 -2
- data/spec/models/inline_response2008_spec.rb +2 -2
- data/spec/models/inline_response200_spec.rb +2 -2
- data/spec/models/manifest_copy_spec.rb +2 -2
- data/spec/models/oci_build_image_spec.rb +59 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +65 -0
- data/spec/models/patchedcontainer_container_remote_spec.rb +119 -0
- data/spec/models/patchedcontainer_container_repository_spec.rb +53 -0
- data/spec/models/patchedcontainer_content_redirect_content_guard_spec.rb +47 -0
- data/spec/models/policy_enum_spec.rb +35 -0
- data/spec/models/recursive_manage_spec.rb +2 -2
- data/spec/models/repository_sync_url_spec.rb +2 -2
- data/spec/models/repository_version_response_spec.rb +65 -0
- data/spec/models/repository_version_spec.rb +2 -26
- data/spec/models/tag_copy_spec.rb +2 -2
- data/spec/models/tag_image_spec.rb +2 -2
- data/spec/models/un_tag_image_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- metadata +93 -41
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6007bb0044b495f10e49eba9cf7b7e839892ebd3f52a7a369b63885949f6f03c
|
|
4
|
+
data.tar.gz: c5e208b334e47f1a0661e4a6e5e91da86ade477a9f6b5c1afdfd09ffaccdde31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c1d9359c25d4d284a0911aad8e06cfd553695a2d4ff6c321e3b69ae97a34ce9508c1b3a5bd8eae63094460f67385dd3aa7476667b36a987ad13dad3e6ece602f
|
|
7
|
+
data.tar.gz: db9238752fb029ffc83170230e89fa5f7dc3a9d719cc297b890341cdbfb8c764b6d511241122d30a2ed203e958aa0fc8ae8db9df707a3caf45782afbe2d61933
|
data/README.md
CHANGED
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
PulpContainerClient - the Ruby gem for the Pulp 3 API
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Fetch, Upload, Organize, and Distribute Software Packages
|
|
6
6
|
|
|
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.0.
|
|
10
|
+
- Package version: 2.0.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
|
+
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
12
13
|
|
|
13
14
|
## Installation
|
|
14
15
|
|
|
@@ -23,16 +24,16 @@ gem build pulp_container_client.gemspec
|
|
|
23
24
|
Then either install the gem locally:
|
|
24
25
|
|
|
25
26
|
```shell
|
|
26
|
-
gem install ./pulp_container_client-2.0.
|
|
27
|
+
gem install ./pulp_container_client-2.0.0.gem
|
|
27
28
|
```
|
|
28
29
|
|
|
29
|
-
(for development, run `gem install --dev ./pulp_container_client-2.0.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_container_client-2.0.0.gem` to install the development dependencies)
|
|
30
31
|
|
|
31
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
32
33
|
|
|
33
34
|
Finally add this to the Gemfile:
|
|
34
35
|
|
|
35
|
-
gem 'pulp_container_client', '~> 2.0.
|
|
36
|
+
gem 'pulp_container_client', '~> 2.0.0'
|
|
36
37
|
|
|
37
38
|
### Install from Git
|
|
38
39
|
|
|
@@ -58,22 +59,22 @@ require 'pulp_container_client'
|
|
|
58
59
|
|
|
59
60
|
# Setup authorization
|
|
60
61
|
PulpContainerClient.configure do |config|
|
|
61
|
-
# Configure HTTP basic authorization:
|
|
62
|
+
# Configure HTTP basic authorization: basicAuth
|
|
62
63
|
config.username = 'YOUR_USERNAME'
|
|
63
64
|
config.password = 'YOUR_PASSWORD'
|
|
64
65
|
end
|
|
65
66
|
|
|
66
67
|
api_instance = PulpContainerClient::ContentBlobsApi.new
|
|
67
68
|
opts = {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
digest__in: 'digest__in_example', # String | Filter results where digest is in a comma-separated list of values
|
|
71
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
72
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
73
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
74
|
-
media_type: 'media_type_example', # String |
|
|
69
|
+
digest: 'digest_example', # String | digest
|
|
70
|
+
digest__in: 'digest__in_example', # String | digest__in
|
|
75
71
|
limit: 56, # Integer | Number of results to return per page.
|
|
72
|
+
media_type: 'media_type_example', # String | media_type
|
|
76
73
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
74
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
75
|
+
repository_version: 'repository_version_example', # String | repository_version
|
|
76
|
+
repository_version_added: 'repository_version_added_example', # String | repository_version_added
|
|
77
|
+
repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
|
|
77
78
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
78
79
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
79
80
|
}
|
|
@@ -95,72 +96,76 @@ All URIs are relative to *http://pulp*
|
|
|
95
96
|
Class | Method | HTTP request | Description
|
|
96
97
|
------------ | ------------- | ------------- | -------------
|
|
97
98
|
*PulpContainerClient::ContentBlobsApi* | [**list**](docs/ContentBlobsApi.md#list) | **GET** /pulp/api/v3/content/container/blobs/ | List blobs
|
|
98
|
-
*PulpContainerClient::ContentBlobsApi* | [**read**](docs/ContentBlobsApi.md#read) | **GET** {
|
|
99
|
+
*PulpContainerClient::ContentBlobsApi* | [**read**](docs/ContentBlobsApi.md#read) | **GET** {container_blob_href} | Inspect a blob
|
|
99
100
|
*PulpContainerClient::ContentManifestsApi* | [**list**](docs/ContentManifestsApi.md#list) | **GET** /pulp/api/v3/content/container/manifests/ | List manifests
|
|
100
|
-
*PulpContainerClient::ContentManifestsApi* | [**read**](docs/ContentManifestsApi.md#read) | **GET** {
|
|
101
|
+
*PulpContainerClient::ContentManifestsApi* | [**read**](docs/ContentManifestsApi.md#read) | **GET** {container_manifest_href} | Inspect a manifest
|
|
101
102
|
*PulpContainerClient::ContentTagsApi* | [**list**](docs/ContentTagsApi.md#list) | **GET** /pulp/api/v3/content/container/tags/ | List tags
|
|
102
|
-
*PulpContainerClient::ContentTagsApi* | [**read**](docs/ContentTagsApi.md#read) | **GET** {
|
|
103
|
+
*PulpContainerClient::ContentTagsApi* | [**read**](docs/ContentTagsApi.md#read) | **GET** {container_tag_href} | Inspect a tag
|
|
103
104
|
*PulpContainerClient::ContentguardsContentRedirectApi* | [**create**](docs/ContentguardsContentRedirectApi.md#create) | **POST** /pulp/api/v3/contentguards/container/content_redirect/ | Create a content redirect content guard
|
|
104
|
-
*PulpContainerClient::ContentguardsContentRedirectApi* | [**delete**](docs/ContentguardsContentRedirectApi.md#delete) | **DELETE** {
|
|
105
|
+
*PulpContainerClient::ContentguardsContentRedirectApi* | [**delete**](docs/ContentguardsContentRedirectApi.md#delete) | **DELETE** {container_content_redirect_content_guard_href} | Delete a content redirect content guard
|
|
105
106
|
*PulpContainerClient::ContentguardsContentRedirectApi* | [**list**](docs/ContentguardsContentRedirectApi.md#list) | **GET** /pulp/api/v3/contentguards/container/content_redirect/ | List content redirect content guards
|
|
106
|
-
*PulpContainerClient::ContentguardsContentRedirectApi* | [**partial_update**](docs/ContentguardsContentRedirectApi.md#partial_update) | **PATCH** {
|
|
107
|
-
*PulpContainerClient::ContentguardsContentRedirectApi* | [**read**](docs/ContentguardsContentRedirectApi.md#read) | **GET** {
|
|
108
|
-
*PulpContainerClient::ContentguardsContentRedirectApi* | [**update**](docs/ContentguardsContentRedirectApi.md#update) | **PUT** {
|
|
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
|
|
109
110
|
*PulpContainerClient::DistributionsContainerApi* | [**create**](docs/DistributionsContainerApi.md#create) | **POST** /pulp/api/v3/distributions/container/container/ | Create a container distribution
|
|
110
|
-
*PulpContainerClient::DistributionsContainerApi* | [**delete**](docs/DistributionsContainerApi.md#delete) | **DELETE** {
|
|
111
|
+
*PulpContainerClient::DistributionsContainerApi* | [**delete**](docs/DistributionsContainerApi.md#delete) | **DELETE** {container_container_distribution_href} | Delete a container distribution
|
|
111
112
|
*PulpContainerClient::DistributionsContainerApi* | [**list**](docs/DistributionsContainerApi.md#list) | **GET** /pulp/api/v3/distributions/container/container/ | List container distributions
|
|
112
|
-
*PulpContainerClient::DistributionsContainerApi* | [**partial_update**](docs/DistributionsContainerApi.md#partial_update) | **PATCH** {
|
|
113
|
-
*PulpContainerClient::DistributionsContainerApi* | [**read**](docs/DistributionsContainerApi.md#read) | **GET** {
|
|
114
|
-
*PulpContainerClient::DistributionsContainerApi* | [**update**](docs/DistributionsContainerApi.md#update) | **PUT** {
|
|
113
|
+
*PulpContainerClient::DistributionsContainerApi* | [**partial_update**](docs/DistributionsContainerApi.md#partial_update) | **PATCH** {container_container_distribution_href} | Update a container distribution
|
|
114
|
+
*PulpContainerClient::DistributionsContainerApi* | [**read**](docs/DistributionsContainerApi.md#read) | **GET** {container_container_distribution_href} | Inspect a container distribution
|
|
115
|
+
*PulpContainerClient::DistributionsContainerApi* | [**update**](docs/DistributionsContainerApi.md#update) | **PUT** {container_container_distribution_href} | Update a container distribution
|
|
115
116
|
*PulpContainerClient::RemotesContainerApi* | [**create**](docs/RemotesContainerApi.md#create) | **POST** /pulp/api/v3/remotes/container/container/ | Create a container remote
|
|
116
|
-
*PulpContainerClient::RemotesContainerApi* | [**delete**](docs/RemotesContainerApi.md#delete) | **DELETE** {
|
|
117
|
+
*PulpContainerClient::RemotesContainerApi* | [**delete**](docs/RemotesContainerApi.md#delete) | **DELETE** {container_container_remote_href} | Delete a container remote
|
|
117
118
|
*PulpContainerClient::RemotesContainerApi* | [**list**](docs/RemotesContainerApi.md#list) | **GET** /pulp/api/v3/remotes/container/container/ | List container remotes
|
|
118
|
-
*PulpContainerClient::RemotesContainerApi* | [**partial_update**](docs/RemotesContainerApi.md#partial_update) | **PATCH** {
|
|
119
|
-
*PulpContainerClient::RemotesContainerApi* | [**read**](docs/RemotesContainerApi.md#read) | **GET** {
|
|
120
|
-
*PulpContainerClient::RemotesContainerApi* | [**update**](docs/RemotesContainerApi.md#update) | **PUT** {
|
|
121
|
-
*PulpContainerClient::RepositoriesContainerApi* | [**add**](docs/RepositoriesContainerApi.md#add) | **POST** {
|
|
122
|
-
*PulpContainerClient::RepositoriesContainerApi* | [**build_image**](docs/RepositoriesContainerApi.md#build_image) | **POST** {
|
|
123
|
-
*PulpContainerClient::RepositoriesContainerApi* | [**copy_manifests**](docs/RepositoriesContainerApi.md#copy_manifests) | **POST** {
|
|
124
|
-
*PulpContainerClient::RepositoriesContainerApi* | [**copy_tags**](docs/RepositoriesContainerApi.md#copy_tags) | **POST** {
|
|
119
|
+
*PulpContainerClient::RemotesContainerApi* | [**partial_update**](docs/RemotesContainerApi.md#partial_update) | **PATCH** {container_container_remote_href} | Update a container remote
|
|
120
|
+
*PulpContainerClient::RemotesContainerApi* | [**read**](docs/RemotesContainerApi.md#read) | **GET** {container_container_remote_href} | Inspect a container remote
|
|
121
|
+
*PulpContainerClient::RemotesContainerApi* | [**update**](docs/RemotesContainerApi.md#update) | **PUT** {container_container_remote_href} | Update a container remote
|
|
122
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**add**](docs/RepositoriesContainerApi.md#add) | **POST** {container_container_repository_href}add/ | Add content
|
|
123
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**build_image**](docs/RepositoriesContainerApi.md#build_image) | **POST** {container_container_repository_href}build_image/ | Build an Image
|
|
124
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**copy_manifests**](docs/RepositoriesContainerApi.md#copy_manifests) | **POST** {container_container_repository_href}copy_manifests/ | Copy manifests
|
|
125
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**copy_tags**](docs/RepositoriesContainerApi.md#copy_tags) | **POST** {container_container_repository_href}copy_tags/ | Copy tags
|
|
125
126
|
*PulpContainerClient::RepositoriesContainerApi* | [**create**](docs/RepositoriesContainerApi.md#create) | **POST** /pulp/api/v3/repositories/container/container/ | Create a container repository
|
|
126
|
-
*PulpContainerClient::RepositoriesContainerApi* | [**delete**](docs/RepositoriesContainerApi.md#delete) | **DELETE** {
|
|
127
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**delete**](docs/RepositoriesContainerApi.md#delete) | **DELETE** {container_container_repository_href} | Delete a container repository
|
|
127
128
|
*PulpContainerClient::RepositoriesContainerApi* | [**list**](docs/RepositoriesContainerApi.md#list) | **GET** /pulp/api/v3/repositories/container/container/ | List container repositorys
|
|
128
|
-
*PulpContainerClient::RepositoriesContainerApi* | [**partial_update**](docs/RepositoriesContainerApi.md#partial_update) | **PATCH** {
|
|
129
|
-
*PulpContainerClient::RepositoriesContainerApi* | [**read**](docs/RepositoriesContainerApi.md#read) | **GET** {
|
|
130
|
-
*PulpContainerClient::RepositoriesContainerApi* | [**remove**](docs/RepositoriesContainerApi.md#remove) | **POST** {
|
|
131
|
-
*PulpContainerClient::RepositoriesContainerApi* | [**sync**](docs/RepositoriesContainerApi.md#sync) | **POST** {
|
|
132
|
-
*PulpContainerClient::RepositoriesContainerApi* | [**tag**](docs/RepositoriesContainerApi.md#tag) | **POST** {
|
|
133
|
-
*PulpContainerClient::RepositoriesContainerApi* | [**untag**](docs/RepositoriesContainerApi.md#untag) | **POST** {
|
|
134
|
-
*PulpContainerClient::RepositoriesContainerApi* | [**update**](docs/RepositoriesContainerApi.md#update) | **PUT** {
|
|
129
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**partial_update**](docs/RepositoriesContainerApi.md#partial_update) | **PATCH** {container_container_repository_href} | Update a container repository
|
|
130
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**read**](docs/RepositoriesContainerApi.md#read) | **GET** {container_container_repository_href} | Inspect a container repository
|
|
131
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**remove**](docs/RepositoriesContainerApi.md#remove) | **POST** {container_container_repository_href}remove/ | Remove content
|
|
132
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**sync**](docs/RepositoriesContainerApi.md#sync) | **POST** {container_container_repository_href}sync/ | Sync from a remote
|
|
133
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**tag**](docs/RepositoriesContainerApi.md#tag) | **POST** {container_container_repository_href}tag/ | Create a Tag
|
|
134
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**untag**](docs/RepositoriesContainerApi.md#untag) | **POST** {container_container_repository_href}untag/ | Delete a tag
|
|
135
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**update**](docs/RepositoriesContainerApi.md#update) | **PUT** {container_container_repository_href} | Update a container repository
|
|
135
136
|
*PulpContainerClient::RepositoriesContainerPushApi* | [**create**](docs/RepositoriesContainerPushApi.md#create) | **POST** /pulp/api/v3/repositories/container/container-push/ | Create a container push repository
|
|
136
|
-
*PulpContainerClient::RepositoriesContainerPushApi* | [**delete**](docs/RepositoriesContainerPushApi.md#delete) | **DELETE** {
|
|
137
|
+
*PulpContainerClient::RepositoriesContainerPushApi* | [**delete**](docs/RepositoriesContainerPushApi.md#delete) | **DELETE** {container_container_push_repository_href} | Delete a container push repository
|
|
137
138
|
*PulpContainerClient::RepositoriesContainerPushApi* | [**list**](docs/RepositoriesContainerPushApi.md#list) | **GET** /pulp/api/v3/repositories/container/container-push/ | List container push repositorys
|
|
138
|
-
*PulpContainerClient::RepositoriesContainerPushApi* | [**
|
|
139
|
-
*PulpContainerClient::
|
|
140
|
-
*PulpContainerClient::
|
|
141
|
-
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**
|
|
142
|
-
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**
|
|
143
|
-
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**
|
|
144
|
-
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**
|
|
145
|
-
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**
|
|
146
|
-
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**
|
|
147
|
-
*PulpContainerClient::
|
|
148
|
-
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**repair_0**](docs/RepositoriesContainerVersionsApi.md#repair_0) | **POST** {container_repository_version_href}repair/ |
|
|
149
|
-
*PulpContainerClient::TokenApi* | [**list**](docs/TokenApi.md#list) | **GET** /token/ |
|
|
139
|
+
*PulpContainerClient::RepositoriesContainerPushApi* | [**read**](docs/RepositoriesContainerPushApi.md#read) | **GET** {container_container_push_repository_href} | Inspect a container push repository
|
|
140
|
+
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**delete**](docs/RepositoriesContainerVersionsApi.md#delete) | **DELETE** {container_container_push_repository_version_href} | Delete a repository version
|
|
141
|
+
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**delete_0**](docs/RepositoriesContainerVersionsApi.md#delete_0) | **DELETE** {container_container_repository_version_href} | Delete a repository version
|
|
142
|
+
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**list**](docs/RepositoriesContainerVersionsApi.md#list) | **GET** {container_container_push_repository_href}versions/ | List repository versions
|
|
143
|
+
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**list_0**](docs/RepositoriesContainerVersionsApi.md#list_0) | **GET** {container_container_repository_href}versions/ | List repository versions
|
|
144
|
+
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**read**](docs/RepositoriesContainerVersionsApi.md#read) | **GET** {container_container_push_repository_version_href} | Inspect a repository version
|
|
145
|
+
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**read_0**](docs/RepositoriesContainerVersionsApi.md#read_0) | **GET** {container_container_repository_version_href} | Inspect a repository version
|
|
146
|
+
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**repair**](docs/RepositoriesContainerVersionsApi.md#repair) | **POST** {container_container_push_repository_version_href}repair/ |
|
|
147
|
+
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**repair_0**](docs/RepositoriesContainerVersionsApi.md#repair_0) | **POST** {container_container_repository_version_href}repair/ |
|
|
148
|
+
*PulpContainerClient::TokenApi* | [**read**](docs/TokenApi.md#read) | **GET** /token/ |
|
|
150
149
|
|
|
151
150
|
|
|
152
151
|
## Documentation for Models
|
|
153
152
|
|
|
154
153
|
- [PulpContainerClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
|
|
155
|
-
- [PulpContainerClient::
|
|
154
|
+
- [PulpContainerClient::ContainerBlobResponse](docs/ContainerBlobResponse.md)
|
|
156
155
|
- [PulpContainerClient::ContainerContainerDistribution](docs/ContainerContainerDistribution.md)
|
|
156
|
+
- [PulpContainerClient::ContainerContainerDistributionResponse](docs/ContainerContainerDistributionResponse.md)
|
|
157
157
|
- [PulpContainerClient::ContainerContainerPushRepository](docs/ContainerContainerPushRepository.md)
|
|
158
|
+
- [PulpContainerClient::ContainerContainerPushRepositoryResponse](docs/ContainerContainerPushRepositoryResponse.md)
|
|
158
159
|
- [PulpContainerClient::ContainerContainerRemote](docs/ContainerContainerRemote.md)
|
|
160
|
+
- [PulpContainerClient::ContainerContainerRemoteResponse](docs/ContainerContainerRemoteResponse.md)
|
|
159
161
|
- [PulpContainerClient::ContainerContainerRepository](docs/ContainerContainerRepository.md)
|
|
162
|
+
- [PulpContainerClient::ContainerContainerRepositoryResponse](docs/ContainerContainerRepositoryResponse.md)
|
|
160
163
|
- [PulpContainerClient::ContainerContentRedirectContentGuard](docs/ContainerContentRedirectContentGuard.md)
|
|
161
|
-
- [PulpContainerClient::
|
|
162
|
-
- [PulpContainerClient::
|
|
164
|
+
- [PulpContainerClient::ContainerContentRedirectContentGuardResponse](docs/ContainerContentRedirectContentGuardResponse.md)
|
|
165
|
+
- [PulpContainerClient::ContainerManifestResponse](docs/ContainerManifestResponse.md)
|
|
166
|
+
- [PulpContainerClient::ContainerTagResponse](docs/ContainerTagResponse.md)
|
|
163
167
|
- [PulpContainerClient::ContentSummary](docs/ContentSummary.md)
|
|
168
|
+
- [PulpContainerClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
|
|
164
169
|
- [PulpContainerClient::InlineResponse200](docs/InlineResponse200.md)
|
|
165
170
|
- [PulpContainerClient::InlineResponse2001](docs/InlineResponse2001.md)
|
|
166
171
|
- [PulpContainerClient::InlineResponse2002](docs/InlineResponse2002.md)
|
|
@@ -171,9 +176,16 @@ Class | Method | HTTP request | Description
|
|
|
171
176
|
- [PulpContainerClient::InlineResponse2007](docs/InlineResponse2007.md)
|
|
172
177
|
- [PulpContainerClient::InlineResponse2008](docs/InlineResponse2008.md)
|
|
173
178
|
- [PulpContainerClient::ManifestCopy](docs/ManifestCopy.md)
|
|
179
|
+
- [PulpContainerClient::OCIBuildImage](docs/OCIBuildImage.md)
|
|
180
|
+
- [PulpContainerClient::PatchedcontainerContainerDistribution](docs/PatchedcontainerContainerDistribution.md)
|
|
181
|
+
- [PulpContainerClient::PatchedcontainerContainerRemote](docs/PatchedcontainerContainerRemote.md)
|
|
182
|
+
- [PulpContainerClient::PatchedcontainerContainerRepository](docs/PatchedcontainerContainerRepository.md)
|
|
183
|
+
- [PulpContainerClient::PatchedcontainerContentRedirectContentGuard](docs/PatchedcontainerContentRedirectContentGuard.md)
|
|
184
|
+
- [PulpContainerClient::PolicyEnum](docs/PolicyEnum.md)
|
|
174
185
|
- [PulpContainerClient::RecursiveManage](docs/RecursiveManage.md)
|
|
175
186
|
- [PulpContainerClient::RepositorySyncURL](docs/RepositorySyncURL.md)
|
|
176
187
|
- [PulpContainerClient::RepositoryVersion](docs/RepositoryVersion.md)
|
|
188
|
+
- [PulpContainerClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
|
|
177
189
|
- [PulpContainerClient::TagCopy](docs/TagCopy.md)
|
|
178
190
|
- [PulpContainerClient::TagImage](docs/TagImage.md)
|
|
179
191
|
- [PulpContainerClient::UnTagImage](docs/UnTagImage.md)
|
|
@@ -182,7 +194,7 @@ Class | Method | HTTP request | Description
|
|
|
182
194
|
## Documentation for Authorization
|
|
183
195
|
|
|
184
196
|
|
|
185
|
-
###
|
|
197
|
+
### basicAuth
|
|
186
198
|
|
|
187
199
|
- **Type**: HTTP basic authentication
|
|
188
200
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpContainerClient::
|
|
1
|
+
# PulpContainerClient::ContainerBlobResponse
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
|
15
15
|
```ruby
|
|
16
16
|
require 'PulpContainerClient'
|
|
17
17
|
|
|
18
|
-
instance = PulpContainerClient::
|
|
18
|
+
instance = PulpContainerClient::ContainerBlobResponse.new(pulp_href: null,
|
|
19
19
|
pulp_created: null,
|
|
20
20
|
artifact: null,
|
|
21
21
|
digest: null,
|
|
@@ -4,28 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**
|
|
8
|
-
**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\") |
|
|
9
8
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
10
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
11
9
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
12
|
-
**
|
|
13
|
-
**
|
|
14
|
-
**registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
|
|
10
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
11
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
15
12
|
|
|
16
13
|
## Code Sample
|
|
17
14
|
|
|
18
15
|
```ruby
|
|
19
16
|
require 'PulpContainerClient'
|
|
20
17
|
|
|
21
|
-
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
|
22
|
-
repository: null,
|
|
18
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(base_path: null,
|
|
23
19
|
repository_version: null,
|
|
24
|
-
name: null,
|
|
25
20
|
content_guard: null,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
registry_path: null)
|
|
21
|
+
repository: null,
|
|
22
|
+
name: null)
|
|
29
23
|
```
|
|
30
24
|
|
|
31
25
|
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# PulpContainerClient::ContainerContainerDistributionResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
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]
|
|
9
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
10
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
11
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
12
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
13
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
14
|
+
**registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
|
|
15
|
+
|
|
16
|
+
## Code Sample
|
|
17
|
+
|
|
18
|
+
```ruby
|
|
19
|
+
require 'PulpContainerClient'
|
|
20
|
+
|
|
21
|
+
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(base_path: null,
|
|
22
|
+
repository_version: null,
|
|
23
|
+
pulp_created: null,
|
|
24
|
+
pulp_href: null,
|
|
25
|
+
content_guard: null,
|
|
26
|
+
repository: null,
|
|
27
|
+
name: null,
|
|
28
|
+
registry_path: null)
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
|
|
@@ -4,24 +4,18 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
-
**versions_href** | **String** | | [optional] [readonly]
|
|
10
|
-
**latest_version_href** | **String** | | [optional] [readonly]
|
|
11
7
|
**name** | **String** | A unique name for this repository. |
|
|
12
8
|
**description** | **String** | An optional description. | [optional]
|
|
9
|
+
**remote** | **String** | | [optional]
|
|
13
10
|
|
|
14
11
|
## Code Sample
|
|
15
12
|
|
|
16
13
|
```ruby
|
|
17
14
|
require 'PulpContainerClient'
|
|
18
15
|
|
|
19
|
-
instance = PulpContainerClient::ContainerContainerPushRepository.new(
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
latest_version_href: null,
|
|
23
|
-
name: null,
|
|
24
|
-
description: null)
|
|
16
|
+
instance = PulpContainerClient::ContainerContainerPushRepository.new(name: null,
|
|
17
|
+
description: null,
|
|
18
|
+
remote: null)
|
|
25
19
|
```
|
|
26
20
|
|
|
27
21
|
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# PulpContainerClient::ContainerContainerPushRepositoryResponse
|
|
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
|
+
**versions_href** | **String** | | [optional] [readonly]
|
|
10
|
+
**latest_version_href** | **String** | | [optional] [readonly]
|
|
11
|
+
**name** | **String** | A unique name for this repository. |
|
|
12
|
+
**description** | **String** | An optional description. | [optional]
|
|
13
|
+
**remote** | **String** | | [optional]
|
|
14
|
+
|
|
15
|
+
## Code Sample
|
|
16
|
+
|
|
17
|
+
```ruby
|
|
18
|
+
require 'PulpContainerClient'
|
|
19
|
+
|
|
20
|
+
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_href: null,
|
|
21
|
+
pulp_created: null,
|
|
22
|
+
versions_href: null,
|
|
23
|
+
latest_version_href: null,
|
|
24
|
+
name: null,
|
|
25
|
+
description: null,
|
|
26
|
+
remote: null)
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
|
|
@@ -4,31 +4,27 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
7
|
**name** | **String** | A unique name for this remote. |
|
|
10
8
|
**url** | **String** | The URL of an external content source. |
|
|
11
|
-
**ca_cert** | **String** | A
|
|
12
|
-
**client_cert** | **String** | A
|
|
9
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
10
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
13
11
|
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
14
12
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
15
13
|
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
|
|
16
14
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
17
15
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
|
18
|
-
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
19
16
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
|
20
|
-
**policy** | **
|
|
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]
|
|
21
18
|
**upstream_name** | **String** | Name of the upstream repository |
|
|
22
|
-
**
|
|
19
|
+
**include_tags** | **Array<String>** | A list of tags to include during sync. Wildcards *, ? are recognized. 'include_tags' is evaluated before 'exclude_tags'. | [optional]
|
|
20
|
+
**exclude_tags** | **Array<String>** | A list of tags to exclude during sync. Wildcards *, ? are recognized. 'exclude_tags' is evaluated after 'include_tags'. | [optional]
|
|
23
21
|
|
|
24
22
|
## Code Sample
|
|
25
23
|
|
|
26
24
|
```ruby
|
|
27
25
|
require 'PulpContainerClient'
|
|
28
26
|
|
|
29
|
-
instance = PulpContainerClient::ContainerContainerRemote.new(
|
|
30
|
-
pulp_created: null,
|
|
31
|
-
name: null,
|
|
27
|
+
instance = PulpContainerClient::ContainerContainerRemote.new(name: null,
|
|
32
28
|
url: null,
|
|
33
29
|
ca_cert: null,
|
|
34
30
|
client_cert: null,
|
|
@@ -37,11 +33,11 @@ instance = PulpContainerClient::ContainerContainerRemote.new(pulp_href: null,
|
|
|
37
33
|
proxy_url: null,
|
|
38
34
|
username: null,
|
|
39
35
|
password: null,
|
|
40
|
-
pulp_last_updated: null,
|
|
41
36
|
download_concurrency: null,
|
|
42
37
|
policy: null,
|
|
43
38
|
upstream_name: null,
|
|
44
|
-
|
|
39
|
+
include_tags: null,
|
|
40
|
+
exclude_tags: null)
|
|
45
41
|
```
|
|
46
42
|
|
|
47
43
|
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# PulpContainerClient::ContainerContainerRemoteResponse
|
|
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** | A unique name for this remote. |
|
|
10
|
+
**url** | **String** | The URL of an external content source. |
|
|
11
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
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
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
15
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
|
|
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]
|
|
18
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
19
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
|
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
|
+
**upstream_name** | **String** | Name of the upstream repository |
|
|
22
|
+
**include_tags** | **Array<String>** | A list of tags to include during sync. Wildcards *, ? are recognized. 'include_tags' is evaluated before 'exclude_tags'. | [optional]
|
|
23
|
+
**exclude_tags** | **Array<String>** | A list of tags to exclude during sync. Wildcards *, ? are recognized. 'exclude_tags' is evaluated after 'include_tags'. | [optional]
|
|
24
|
+
|
|
25
|
+
## Code Sample
|
|
26
|
+
|
|
27
|
+
```ruby
|
|
28
|
+
require 'PulpContainerClient'
|
|
29
|
+
|
|
30
|
+
instance = PulpContainerClient::ContainerContainerRemoteResponse.new(pulp_href: null,
|
|
31
|
+
pulp_created: null,
|
|
32
|
+
name: null,
|
|
33
|
+
url: null,
|
|
34
|
+
ca_cert: null,
|
|
35
|
+
client_cert: null,
|
|
36
|
+
client_key: null,
|
|
37
|
+
tls_validation: null,
|
|
38
|
+
proxy_url: null,
|
|
39
|
+
username: null,
|
|
40
|
+
password: null,
|
|
41
|
+
pulp_last_updated: null,
|
|
42
|
+
download_concurrency: null,
|
|
43
|
+
policy: null,
|
|
44
|
+
upstream_name: null,
|
|
45
|
+
include_tags: null,
|
|
46
|
+
exclude_tags: null)
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
|
|
@@ -4,24 +4,18 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
-
**versions_href** | **String** | | [optional] [readonly]
|
|
10
|
-
**latest_version_href** | **String** | | [optional] [readonly]
|
|
11
7
|
**name** | **String** | A unique name for this repository. |
|
|
12
8
|
**description** | **String** | An optional description. | [optional]
|
|
9
|
+
**remote** | **String** | | [optional]
|
|
13
10
|
|
|
14
11
|
## Code Sample
|
|
15
12
|
|
|
16
13
|
```ruby
|
|
17
14
|
require 'PulpContainerClient'
|
|
18
15
|
|
|
19
|
-
instance = PulpContainerClient::ContainerContainerRepository.new(
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
latest_version_href: null,
|
|
23
|
-
name: null,
|
|
24
|
-
description: null)
|
|
16
|
+
instance = PulpContainerClient::ContainerContainerRepository.new(name: null,
|
|
17
|
+
description: null,
|
|
18
|
+
remote: null)
|
|
25
19
|
```
|
|
26
20
|
|
|
27
21
|
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# PulpContainerClient::ContainerContainerRepositoryResponse
|
|
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
|
+
**versions_href** | **String** | | [optional] [readonly]
|
|
10
|
+
**latest_version_href** | **String** | | [optional] [readonly]
|
|
11
|
+
**name** | **String** | A unique name for this repository. |
|
|
12
|
+
**description** | **String** | An optional description. | [optional]
|
|
13
|
+
**remote** | **String** | | [optional]
|
|
14
|
+
|
|
15
|
+
## Code Sample
|
|
16
|
+
|
|
17
|
+
```ruby
|
|
18
|
+
require 'PulpContainerClient'
|
|
19
|
+
|
|
20
|
+
instance = PulpContainerClient::ContainerContainerRepositoryResponse.new(pulp_href: null,
|
|
21
|
+
pulp_created: null,
|
|
22
|
+
versions_href: null,
|
|
23
|
+
latest_version_href: null,
|
|
24
|
+
name: null,
|
|
25
|
+
description: null,
|
|
26
|
+
remote: null)
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
7
|
**name** | **String** | The unique name. |
|
|
10
8
|
**description** | **String** | An optional description. | [optional]
|
|
11
9
|
|
|
@@ -14,9 +12,7 @@ Name | Type | Description | Notes
|
|
|
14
12
|
```ruby
|
|
15
13
|
require 'PulpContainerClient'
|
|
16
14
|
|
|
17
|
-
instance = PulpContainerClient::ContainerContentRedirectContentGuard.new(
|
|
18
|
-
pulp_created: null,
|
|
19
|
-
name: null,
|
|
15
|
+
instance = PulpContainerClient::ContainerContentRedirectContentGuard.new(name: null,
|
|
20
16
|
description: null)
|
|
21
17
|
```
|
|
22
18
|
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# PulpContainerClient::ContainerContentRedirectContentGuardResponse
|
|
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** | The unique name. |
|
|
10
|
+
**description** | **String** | An optional description. | [optional]
|
|
11
|
+
|
|
12
|
+
## Code Sample
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'PulpContainerClient'
|
|
16
|
+
|
|
17
|
+
instance = PulpContainerClient::ContainerContentRedirectContentGuardResponse.new(pulp_href: null,
|
|
18
|
+
pulp_created: null,
|
|
19
|
+
name: null,
|
|
20
|
+
description: null)
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpContainerClient::
|
|
1
|
+
# PulpContainerClient::ContainerManifestResponse
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
|
|
|
19
19
|
```ruby
|
|
20
20
|
require 'PulpContainerClient'
|
|
21
21
|
|
|
22
|
-
instance = PulpContainerClient::
|
|
22
|
+
instance = PulpContainerClient::ContainerManifestResponse.new(pulp_href: null,
|
|
23
23
|
pulp_created: null,
|
|
24
24
|
artifact: null,
|
|
25
25
|
digest: null,
|