pulp_container_client 2.0.0b2 → 2.0.0b3
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 +32 -20
- data/docs/{ContainerBlobRead.md → ContainerBlob.md} +2 -2
- data/docs/ContainerContainerDistribution.md +8 -8
- data/docs/{ContainerContainerRepositoryRead.md → ContainerContainerPushRepository.md} +2 -2
- data/docs/ContainerContentRedirectContentGuard.md +23 -0
- data/docs/{ContainerManifestRead.md → ContainerManifest.md} +2 -2
- data/docs/{ContainerTagRead.md → ContainerTag.md} +2 -2
- data/docs/ContentBlobsApi.md +2 -2
- data/docs/ContentManifestsApi.md +2 -2
- data/docs/ContentTagsApi.md +2 -2
- data/docs/ContentguardsContentRedirectApi.md +355 -0
- data/docs/DistributionsContainerApi.md +4 -4
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +1 -1
- data/docs/InlineResponse2002.md +1 -1
- data/docs/InlineResponse2003.md +1 -1
- data/docs/InlineResponse2004.md +1 -1
- data/docs/InlineResponse2005.md +1 -1
- data/docs/InlineResponse2006.md +1 -1
- data/docs/InlineResponse2007.md +23 -0
- data/docs/InlineResponse2008.md +23 -0
- data/docs/RemotesContainerApi.md +6 -6
- data/docs/RepositoriesContainerApi.md +6 -6
- data/docs/RepositoriesContainerPushApi.md +356 -0
- data/docs/RepositoriesContainerVersionsApi.md +285 -20
- data/docs/{V2Api.md → TokenApi.md} +5 -5
- data/lib/pulp_container_client.rb +10 -12
- data/lib/pulp_container_client/api/content_blobs_api.rb +3 -3
- data/lib/pulp_container_client/api/content_manifests_api.rb +3 -3
- data/lib/pulp_container_client/api/content_tags_api.rb +3 -3
- data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +431 -0
- data/lib/pulp_container_client/api/distributions_container_api.rb +6 -6
- data/lib/pulp_container_client/api/remotes_container_api.rb +9 -9
- data/lib/pulp_container_client/api/repositories_container_api.rb +9 -9
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +433 -0
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +354 -34
- data/lib/pulp_container_client/api/{v2_api.rb → token_api.rb} +6 -6
- data/lib/pulp_container_client/models/{container_blob_read.rb → container_blob.rb} +3 -3
- data/lib/pulp_container_client/models/container_container_distribution.rb +60 -61
- data/lib/pulp_container_client/models/{container_container_repository_read.rb → container_container_push_repository.rb} +3 -3
- data/lib/pulp_container_client/models/container_content_redirect_content_guard.rb +276 -0
- data/lib/pulp_container_client/models/{container_manifest_read.rb → container_manifest.rb} +3 -3
- data/lib/pulp_container_client/models/{container_tag_read.rb → container_tag.rb} +3 -3
- data/lib/pulp_container_client/models/inline_response200.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2003.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2004.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2005.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2006.rb +1 -1
- data/lib/pulp_container_client/models/{repository_version_read.rb → inline_response2007.rb} +42 -39
- data/lib/pulp_container_client/models/inline_response2008.rb +247 -0
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/api/content_blobs_api_spec.rb +1 -1
- data/spec/api/content_manifests_api_spec.rb +1 -1
- data/spec/api/content_tags_api_spec.rb +1 -1
- data/spec/api/contentguards_content_redirect_api_spec.rb +117 -0
- data/spec/api/distributions_container_api_spec.rb +2 -2
- data/spec/api/remotes_container_api_spec.rb +3 -3
- data/spec/api/repositories_container_api_spec.rb +3 -3
- data/spec/api/repositories_container_push_api_spec.rb +117 -0
- data/spec/api/repositories_container_versions_api_spec.rb +77 -7
- data/spec/api/{v2_api_spec.rb → token_api_spec.rb} +7 -7
- data/spec/models/{container_blob_read_spec.rb → container_blob_spec.rb} +6 -6
- data/spec/models/container_container_distribution_spec.rb +7 -7
- data/spec/models/{container_container_repository_read_spec.rb → container_container_push_repository_spec.rb} +6 -6
- data/spec/models/{repository_version_read_spec.rb → container_content_redirect_content_guard_spec.rb} +8 -14
- data/spec/models/{container_manifest_read_spec.rb → container_manifest_spec.rb} +6 -6
- data/spec/models/{container_tag_read_spec.rb → container_tag_spec.rb} +6 -6
- data/spec/models/inline_response2007_spec.rb +59 -0
- data/spec/models/inline_response2008_spec.rb +59 -0
- metadata +42 -50
- data/docs/ContainerContainerDistributionRead.md +0 -31
- data/docs/ContainerContainerRemoteRead.md +0 -47
- data/docs/RepositoryVersionRead.md +0 -25
- data/docs/V2BlobsApi.md +0 -63
- data/docs/V2CatalogApi.md +0 -64
- data/docs/V2ListApi.md +0 -66
- data/docs/V2UploadsApi.md +0 -61
- data/lib/pulp_container_client/api/v2_blobs_api.rb +0 -88
- data/lib/pulp_container_client/api/v2_catalog_api.rb +0 -80
- data/lib/pulp_container_client/api/v2_list_api.rb +0 -86
- data/lib/pulp_container_client/api/v2_uploads_api.rb +0 -82
- data/lib/pulp_container_client/models/container_container_distribution_read.rb +0 -342
- data/lib/pulp_container_client/models/container_container_remote_read.rb +0 -578
- data/spec/api/v2_blobs_api_spec.rb +0 -48
- data/spec/api/v2_catalog_api_spec.rb +0 -47
- data/spec/api/v2_list_api_spec.rb +0 -48
- data/spec/api/v2_uploads_api_spec.rb +0 -47
- data/spec/models/container_container_distribution_read_spec.rb +0 -83
- data/spec/models/container_container_remote_read_spec.rb +0 -135
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c86b747736750fa141099ec67ed3b4c3c6dd4d1dbbcec3cf0edc3fd73df4ef20
|
|
4
|
+
data.tar.gz: 6c34407cb625f32a7a0b8304d85187d204efdc317b4cf5559766053e7039a289
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c208a854aa3d812283e21dbd69aa693d195fc63e4f789bdbced997ebe1497eb465efdc756cb76665381546096b1be083f98ad960fcb2a6c7da12f75bf13f9186
|
|
7
|
+
data.tar.gz: ebd8885372482fb4c94aa2872cde31677f72db82ce2da8b809014eb53363595e710373b9d5dc7727e726431d9c19926ce992239e6532e7571754c37ccbad759d
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
|
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.0b3
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -23,16 +23,16 @@ gem build pulp_container_client.gemspec
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./pulp_container_client-2.0.
|
|
26
|
+
gem install ./pulp_container_client-2.0.0b3.gem
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
(for development, run `gem install --dev ./pulp_container_client-2.0.
|
|
29
|
+
(for development, run `gem install --dev ./pulp_container_client-2.0.0b3.gem` to install the development dependencies)
|
|
30
30
|
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
32
32
|
|
|
33
33
|
Finally add this to the Gemfile:
|
|
34
34
|
|
|
35
|
-
gem 'pulp_container_client', '~> 2.0.
|
|
35
|
+
gem 'pulp_container_client', '~> 2.0.0b3'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -100,6 +100,12 @@ Class | Method | HTTP request | Description
|
|
|
100
100
|
*PulpContainerClient::ContentManifestsApi* | [**read**](docs/ContentManifestsApi.md#read) | **GET** {manifest_href} | Inspect a manifest
|
|
101
101
|
*PulpContainerClient::ContentTagsApi* | [**list**](docs/ContentTagsApi.md#list) | **GET** /pulp/api/v3/content/container/tags/ | List tags
|
|
102
102
|
*PulpContainerClient::ContentTagsApi* | [**read**](docs/ContentTagsApi.md#read) | **GET** {tag_href} | Inspect a tag
|
|
103
|
+
*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** {content_redirect_content_guard_href} | Delete a content redirect content guard
|
|
105
|
+
*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** {content_redirect_content_guard_href} | Partially update a content redirect content guard
|
|
107
|
+
*PulpContainerClient::ContentguardsContentRedirectApi* | [**read**](docs/ContentguardsContentRedirectApi.md#read) | **GET** {content_redirect_content_guard_href} | Inspect a content redirect content guard
|
|
108
|
+
*PulpContainerClient::ContentguardsContentRedirectApi* | [**update**](docs/ContentguardsContentRedirectApi.md#update) | **PUT** {content_redirect_content_guard_href} | Update a content redirect content guard
|
|
103
109
|
*PulpContainerClient::DistributionsContainerApi* | [**create**](docs/DistributionsContainerApi.md#create) | **POST** /pulp/api/v3/distributions/container/container/ | Create a container distribution
|
|
104
110
|
*PulpContainerClient::DistributionsContainerApi* | [**delete**](docs/DistributionsContainerApi.md#delete) | **DELETE** {container_distribution_href} | Delete a container distribution
|
|
105
111
|
*PulpContainerClient::DistributionsContainerApi* | [**list**](docs/DistributionsContainerApi.md#list) | **GET** /pulp/api/v3/distributions/container/container/ | List container distributions
|
|
@@ -126,29 +132,34 @@ Class | Method | HTTP request | Description
|
|
|
126
132
|
*PulpContainerClient::RepositoriesContainerApi* | [**tag**](docs/RepositoriesContainerApi.md#tag) | **POST** {container_repository_href}tag/ | Create a Tag
|
|
127
133
|
*PulpContainerClient::RepositoriesContainerApi* | [**untag**](docs/RepositoriesContainerApi.md#untag) | **POST** {container_repository_href}untag/ | Delete a tag
|
|
128
134
|
*PulpContainerClient::RepositoriesContainerApi* | [**update**](docs/RepositoriesContainerApi.md#update) | **PUT** {container_repository_href} | Update a container repository
|
|
129
|
-
*PulpContainerClient::
|
|
130
|
-
*PulpContainerClient::
|
|
131
|
-
*PulpContainerClient::
|
|
132
|
-
*PulpContainerClient::
|
|
133
|
-
*PulpContainerClient::
|
|
134
|
-
*PulpContainerClient::
|
|
135
|
-
*PulpContainerClient::
|
|
136
|
-
*PulpContainerClient::
|
|
137
|
-
*PulpContainerClient::
|
|
135
|
+
*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** {container_push_repository_href} | Delete a container push repository
|
|
137
|
+
*PulpContainerClient::RepositoriesContainerPushApi* | [**list**](docs/RepositoriesContainerPushApi.md#list) | **GET** /pulp/api/v3/repositories/container/container-push/ | List container push repositorys
|
|
138
|
+
*PulpContainerClient::RepositoriesContainerPushApi* | [**partial_update**](docs/RepositoriesContainerPushApi.md#partial_update) | **PATCH** {container_push_repository_href} | Partially update a container push repository
|
|
139
|
+
*PulpContainerClient::RepositoriesContainerPushApi* | [**read**](docs/RepositoriesContainerPushApi.md#read) | **GET** {container_push_repository_href} | Inspect a container push repository
|
|
140
|
+
*PulpContainerClient::RepositoriesContainerPushApi* | [**update**](docs/RepositoriesContainerPushApi.md#update) | **PUT** {container_push_repository_href} | Update a container push repository
|
|
141
|
+
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**delete**](docs/RepositoriesContainerVersionsApi.md#delete) | **DELETE** {container-push_repository_version_href} | Delete a repository version
|
|
142
|
+
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**delete_0**](docs/RepositoriesContainerVersionsApi.md#delete_0) | **DELETE** {container_repository_version_href} | Delete a repository version
|
|
143
|
+
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**list**](docs/RepositoriesContainerVersionsApi.md#list) | **GET** /pulp/api/v3/repositories/container/container-push/{container-push_repository_pk}/versions/ | List repository versions
|
|
144
|
+
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**list_0**](docs/RepositoriesContainerVersionsApi.md#list_0) | **GET** {container_repository_href}versions/ | List repository versions
|
|
145
|
+
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**read**](docs/RepositoriesContainerVersionsApi.md#read) | **GET** {container-push_repository_version_href} | Inspect a repository version
|
|
146
|
+
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**read_0**](docs/RepositoriesContainerVersionsApi.md#read_0) | **GET** {container_repository_version_href} | Inspect a repository version
|
|
147
|
+
*PulpContainerClient::RepositoriesContainerVersionsApi* | [**repair**](docs/RepositoriesContainerVersionsApi.md#repair) | **POST** {container-push_repository_version_href}repair/ |
|
|
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/ |
|
|
138
150
|
|
|
139
151
|
|
|
140
152
|
## Documentation for Models
|
|
141
153
|
|
|
142
154
|
- [PulpContainerClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
|
|
143
|
-
- [PulpContainerClient::
|
|
155
|
+
- [PulpContainerClient::ContainerBlob](docs/ContainerBlob.md)
|
|
144
156
|
- [PulpContainerClient::ContainerContainerDistribution](docs/ContainerContainerDistribution.md)
|
|
145
|
-
- [PulpContainerClient::
|
|
157
|
+
- [PulpContainerClient::ContainerContainerPushRepository](docs/ContainerContainerPushRepository.md)
|
|
146
158
|
- [PulpContainerClient::ContainerContainerRemote](docs/ContainerContainerRemote.md)
|
|
147
|
-
- [PulpContainerClient::ContainerContainerRemoteRead](docs/ContainerContainerRemoteRead.md)
|
|
148
159
|
- [PulpContainerClient::ContainerContainerRepository](docs/ContainerContainerRepository.md)
|
|
149
|
-
- [PulpContainerClient::
|
|
150
|
-
- [PulpContainerClient::
|
|
151
|
-
- [PulpContainerClient::
|
|
160
|
+
- [PulpContainerClient::ContainerContentRedirectContentGuard](docs/ContainerContentRedirectContentGuard.md)
|
|
161
|
+
- [PulpContainerClient::ContainerManifest](docs/ContainerManifest.md)
|
|
162
|
+
- [PulpContainerClient::ContainerTag](docs/ContainerTag.md)
|
|
152
163
|
- [PulpContainerClient::ContentSummary](docs/ContentSummary.md)
|
|
153
164
|
- [PulpContainerClient::InlineResponse200](docs/InlineResponse200.md)
|
|
154
165
|
- [PulpContainerClient::InlineResponse2001](docs/InlineResponse2001.md)
|
|
@@ -157,11 +168,12 @@ Class | Method | HTTP request | Description
|
|
|
157
168
|
- [PulpContainerClient::InlineResponse2004](docs/InlineResponse2004.md)
|
|
158
169
|
- [PulpContainerClient::InlineResponse2005](docs/InlineResponse2005.md)
|
|
159
170
|
- [PulpContainerClient::InlineResponse2006](docs/InlineResponse2006.md)
|
|
171
|
+
- [PulpContainerClient::InlineResponse2007](docs/InlineResponse2007.md)
|
|
172
|
+
- [PulpContainerClient::InlineResponse2008](docs/InlineResponse2008.md)
|
|
160
173
|
- [PulpContainerClient::ManifestCopy](docs/ManifestCopy.md)
|
|
161
174
|
- [PulpContainerClient::RecursiveManage](docs/RecursiveManage.md)
|
|
162
175
|
- [PulpContainerClient::RepositorySyncURL](docs/RepositorySyncURL.md)
|
|
163
176
|
- [PulpContainerClient::RepositoryVersion](docs/RepositoryVersion.md)
|
|
164
|
-
- [PulpContainerClient::RepositoryVersionRead](docs/RepositoryVersionRead.md)
|
|
165
177
|
- [PulpContainerClient::TagCopy](docs/TagCopy.md)
|
|
166
178
|
- [PulpContainerClient::TagImage](docs/TagImage.md)
|
|
167
179
|
- [PulpContainerClient::UnTagImage](docs/UnTagImage.md)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpContainerClient::
|
|
1
|
+
# PulpContainerClient::ContainerBlob
|
|
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::ContainerBlob.new(pulp_href: null,
|
|
19
19
|
pulp_created: null,
|
|
20
20
|
artifact: null,
|
|
21
21
|
digest: null,
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
8
|
-
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
9
|
-
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
|
10
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
11
7
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
8
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
9
|
+
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
12
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
11
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
13
12
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
13
|
+
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
|
14
14
|
**registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
|
|
15
15
|
|
|
16
16
|
## Code Sample
|
|
@@ -18,13 +18,13 @@ Name | Type | Description | Notes
|
|
|
18
18
|
```ruby
|
|
19
19
|
require 'PulpContainerClient'
|
|
20
20
|
|
|
21
|
-
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
|
22
|
-
content_guard: null,
|
|
23
|
-
base_path: null,
|
|
21
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(pulp_created: null,
|
|
24
22
|
repository: null,
|
|
25
|
-
|
|
23
|
+
repository_version: null,
|
|
26
24
|
name: null,
|
|
25
|
+
content_guard: null,
|
|
27
26
|
pulp_href: null,
|
|
27
|
+
base_path: null,
|
|
28
28
|
registry_path: null)
|
|
29
29
|
```
|
|
30
30
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpContainerClient::
|
|
1
|
+
# PulpContainerClient::ContainerContainerPushRepository
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
|
|
|
16
16
|
```ruby
|
|
17
17
|
require 'PulpContainerClient'
|
|
18
18
|
|
|
19
|
-
instance = PulpContainerClient::
|
|
19
|
+
instance = PulpContainerClient::ContainerContainerPushRepository.new(pulp_href: null,
|
|
20
20
|
pulp_created: null,
|
|
21
21
|
versions_href: null,
|
|
22
22
|
latest_version_href: null,
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# PulpContainerClient::ContainerContentRedirectContentGuard
|
|
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::ContainerContentRedirectContentGuard.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::ContainerManifest
|
|
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::ContainerManifest.new(pulp_href: null,
|
|
23
23
|
pulp_created: null,
|
|
24
24
|
artifact: null,
|
|
25
25
|
digest: null,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpContainerClient::
|
|
1
|
+
# PulpContainerClient::ContainerTag
|
|
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::ContainerTag.new(pulp_href: null,
|
|
19
19
|
pulp_created: null,
|
|
20
20
|
artifact: null,
|
|
21
21
|
name: null,
|
data/docs/ContentBlobsApi.md
CHANGED
|
@@ -86,7 +86,7 @@ Name | Type | Description | Notes
|
|
|
86
86
|
|
|
87
87
|
## read
|
|
88
88
|
|
|
89
|
-
>
|
|
89
|
+
> ContainerBlob read(blob_href, opts)
|
|
90
90
|
|
|
91
91
|
Inspect a blob
|
|
92
92
|
|
|
@@ -131,7 +131,7 @@ Name | Type | Description | Notes
|
|
|
131
131
|
|
|
132
132
|
### Return type
|
|
133
133
|
|
|
134
|
-
[**
|
|
134
|
+
[**ContainerBlob**](ContainerBlob.md)
|
|
135
135
|
|
|
136
136
|
### Authorization
|
|
137
137
|
|
data/docs/ContentManifestsApi.md
CHANGED
|
@@ -86,7 +86,7 @@ Name | Type | Description | Notes
|
|
|
86
86
|
|
|
87
87
|
## read
|
|
88
88
|
|
|
89
|
-
>
|
|
89
|
+
> ContainerManifest read(manifest_href, opts)
|
|
90
90
|
|
|
91
91
|
Inspect a manifest
|
|
92
92
|
|
|
@@ -131,7 +131,7 @@ Name | Type | Description | Notes
|
|
|
131
131
|
|
|
132
132
|
### Return type
|
|
133
133
|
|
|
134
|
-
[**
|
|
134
|
+
[**ContainerManifest**](ContainerManifest.md)
|
|
135
135
|
|
|
136
136
|
### Authorization
|
|
137
137
|
|
data/docs/ContentTagsApi.md
CHANGED
|
@@ -88,7 +88,7 @@ Name | Type | Description | Notes
|
|
|
88
88
|
|
|
89
89
|
## read
|
|
90
90
|
|
|
91
|
-
>
|
|
91
|
+
> ContainerTag read(tag_href, opts)
|
|
92
92
|
|
|
93
93
|
Inspect a tag
|
|
94
94
|
|
|
@@ -133,7 +133,7 @@ Name | Type | Description | Notes
|
|
|
133
133
|
|
|
134
134
|
### Return type
|
|
135
135
|
|
|
136
|
-
[**
|
|
136
|
+
[**ContainerTag**](ContainerTag.md)
|
|
137
137
|
|
|
138
138
|
### Authorization
|
|
139
139
|
|
|
@@ -0,0 +1,355 @@
|
|
|
1
|
+
# PulpContainerClient::ContentguardsContentRedirectApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://pulp*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**create**](ContentguardsContentRedirectApi.md#create) | **POST** /pulp/api/v3/contentguards/container/content_redirect/ | Create a content redirect content guard
|
|
8
|
+
[**delete**](ContentguardsContentRedirectApi.md#delete) | **DELETE** {content_redirect_content_guard_href} | Delete a content redirect content guard
|
|
9
|
+
[**list**](ContentguardsContentRedirectApi.md#list) | **GET** /pulp/api/v3/contentguards/container/content_redirect/ | List content redirect content guards
|
|
10
|
+
[**partial_update**](ContentguardsContentRedirectApi.md#partial_update) | **PATCH** {content_redirect_content_guard_href} | Partially update a content redirect content guard
|
|
11
|
+
[**read**](ContentguardsContentRedirectApi.md#read) | **GET** {content_redirect_content_guard_href} | Inspect a content redirect content guard
|
|
12
|
+
[**update**](ContentguardsContentRedirectApi.md#update) | **PUT** {content_redirect_content_guard_href} | Update a content redirect content guard
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## create
|
|
17
|
+
|
|
18
|
+
> ContainerContentRedirectContentGuard create(data)
|
|
19
|
+
|
|
20
|
+
Create a content redirect content guard
|
|
21
|
+
|
|
22
|
+
Content guard to protect preauthenticated redirects to the content app.
|
|
23
|
+
|
|
24
|
+
### Example
|
|
25
|
+
|
|
26
|
+
```ruby
|
|
27
|
+
# load the gem
|
|
28
|
+
require 'pulp_container_client'
|
|
29
|
+
# setup authorization
|
|
30
|
+
PulpContainerClient.configure do |config|
|
|
31
|
+
# Configure HTTP basic authorization: Basic
|
|
32
|
+
config.username = 'YOUR USERNAME'
|
|
33
|
+
config.password = 'YOUR PASSWORD'
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
|
37
|
+
data = PulpContainerClient::ContainerContentRedirectContentGuard.new # ContainerContentRedirectContentGuard |
|
|
38
|
+
|
|
39
|
+
begin
|
|
40
|
+
#Create a content redirect content guard
|
|
41
|
+
result = api_instance.create(data)
|
|
42
|
+
p result
|
|
43
|
+
rescue PulpContainerClient::ApiError => e
|
|
44
|
+
puts "Exception when calling ContentguardsContentRedirectApi->create: #{e}"
|
|
45
|
+
end
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
### Parameters
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
Name | Type | Description | Notes
|
|
52
|
+
------------- | ------------- | ------------- | -------------
|
|
53
|
+
**data** | [**ContainerContentRedirectContentGuard**](ContainerContentRedirectContentGuard.md)| |
|
|
54
|
+
|
|
55
|
+
### Return type
|
|
56
|
+
|
|
57
|
+
[**ContainerContentRedirectContentGuard**](ContainerContentRedirectContentGuard.md)
|
|
58
|
+
|
|
59
|
+
### Authorization
|
|
60
|
+
|
|
61
|
+
[Basic](../README.md#Basic)
|
|
62
|
+
|
|
63
|
+
### HTTP request headers
|
|
64
|
+
|
|
65
|
+
- **Content-Type**: application/json
|
|
66
|
+
- **Accept**: application/json
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## delete
|
|
70
|
+
|
|
71
|
+
> delete(content_redirect_content_guard_href)
|
|
72
|
+
|
|
73
|
+
Delete a content redirect content guard
|
|
74
|
+
|
|
75
|
+
Content guard to protect preauthenticated redirects to the content app.
|
|
76
|
+
|
|
77
|
+
### Example
|
|
78
|
+
|
|
79
|
+
```ruby
|
|
80
|
+
# load the gem
|
|
81
|
+
require 'pulp_container_client'
|
|
82
|
+
# setup authorization
|
|
83
|
+
PulpContainerClient.configure do |config|
|
|
84
|
+
# Configure HTTP basic authorization: Basic
|
|
85
|
+
config.username = 'YOUR USERNAME'
|
|
86
|
+
config.password = 'YOUR PASSWORD'
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
|
90
|
+
content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String | URI of Content Redirect Content Guard. e.g.: /pulp/api/v3/contentguards/container/content_redirect/1/
|
|
91
|
+
|
|
92
|
+
begin
|
|
93
|
+
#Delete a content redirect content guard
|
|
94
|
+
api_instance.delete(content_redirect_content_guard_href)
|
|
95
|
+
rescue PulpContainerClient::ApiError => e
|
|
96
|
+
puts "Exception when calling ContentguardsContentRedirectApi->delete: #{e}"
|
|
97
|
+
end
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
### Parameters
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
Name | Type | Description | Notes
|
|
104
|
+
------------- | ------------- | ------------- | -------------
|
|
105
|
+
**content_redirect_content_guard_href** | **String**| URI of Content Redirect Content Guard. e.g.: /pulp/api/v3/contentguards/container/content_redirect/1/ |
|
|
106
|
+
|
|
107
|
+
### Return type
|
|
108
|
+
|
|
109
|
+
nil (empty response body)
|
|
110
|
+
|
|
111
|
+
### Authorization
|
|
112
|
+
|
|
113
|
+
[Basic](../README.md#Basic)
|
|
114
|
+
|
|
115
|
+
### HTTP request headers
|
|
116
|
+
|
|
117
|
+
- **Content-Type**: Not defined
|
|
118
|
+
- **Accept**: Not defined
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
## list
|
|
122
|
+
|
|
123
|
+
> InlineResponse2003 list(opts)
|
|
124
|
+
|
|
125
|
+
List content redirect content guards
|
|
126
|
+
|
|
127
|
+
Content guard to protect preauthenticated redirects to the content app.
|
|
128
|
+
|
|
129
|
+
### Example
|
|
130
|
+
|
|
131
|
+
```ruby
|
|
132
|
+
# load the gem
|
|
133
|
+
require 'pulp_container_client'
|
|
134
|
+
# setup authorization
|
|
135
|
+
PulpContainerClient.configure do |config|
|
|
136
|
+
# Configure HTTP basic authorization: Basic
|
|
137
|
+
config.username = 'YOUR USERNAME'
|
|
138
|
+
config.password = 'YOUR PASSWORD'
|
|
139
|
+
end
|
|
140
|
+
|
|
141
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
|
142
|
+
opts = {
|
|
143
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
144
|
+
name: 'name_example', # String |
|
|
145
|
+
name__in: 'name__in_example', # String | Filter results where name is in a comma-separated list of values
|
|
146
|
+
limit: 56, # Integer | Number of results to return per page.
|
|
147
|
+
offset: 56, # Integer | The initial index from which to return the results.
|
|
148
|
+
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
149
|
+
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
begin
|
|
153
|
+
#List content redirect content guards
|
|
154
|
+
result = api_instance.list(opts)
|
|
155
|
+
p result
|
|
156
|
+
rescue PulpContainerClient::ApiError => e
|
|
157
|
+
puts "Exception when calling ContentguardsContentRedirectApi->list: #{e}"
|
|
158
|
+
end
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
### Parameters
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
Name | Type | Description | Notes
|
|
165
|
+
------------- | ------------- | ------------- | -------------
|
|
166
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
167
|
+
**name** | **String**| | [optional]
|
|
168
|
+
**name__in** | **String**| Filter results where name is in a comma-separated list of values | [optional]
|
|
169
|
+
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
170
|
+
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
171
|
+
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
172
|
+
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
173
|
+
|
|
174
|
+
### Return type
|
|
175
|
+
|
|
176
|
+
[**InlineResponse2003**](InlineResponse2003.md)
|
|
177
|
+
|
|
178
|
+
### Authorization
|
|
179
|
+
|
|
180
|
+
[Basic](../README.md#Basic)
|
|
181
|
+
|
|
182
|
+
### HTTP request headers
|
|
183
|
+
|
|
184
|
+
- **Content-Type**: Not defined
|
|
185
|
+
- **Accept**: application/json
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
## partial_update
|
|
189
|
+
|
|
190
|
+
> ContainerContentRedirectContentGuard partial_update(content_redirect_content_guard_href, data)
|
|
191
|
+
|
|
192
|
+
Partially update a content redirect content guard
|
|
193
|
+
|
|
194
|
+
Content guard to protect preauthenticated redirects to the content app.
|
|
195
|
+
|
|
196
|
+
### Example
|
|
197
|
+
|
|
198
|
+
```ruby
|
|
199
|
+
# load the gem
|
|
200
|
+
require 'pulp_container_client'
|
|
201
|
+
# setup authorization
|
|
202
|
+
PulpContainerClient.configure do |config|
|
|
203
|
+
# Configure HTTP basic authorization: Basic
|
|
204
|
+
config.username = 'YOUR USERNAME'
|
|
205
|
+
config.password = 'YOUR PASSWORD'
|
|
206
|
+
end
|
|
207
|
+
|
|
208
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
|
209
|
+
content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String | URI of Content Redirect Content Guard. e.g.: /pulp/api/v3/contentguards/container/content_redirect/1/
|
|
210
|
+
data = PulpContainerClient::ContainerContentRedirectContentGuard.new # ContainerContentRedirectContentGuard |
|
|
211
|
+
|
|
212
|
+
begin
|
|
213
|
+
#Partially update a content redirect content guard
|
|
214
|
+
result = api_instance.partial_update(content_redirect_content_guard_href, data)
|
|
215
|
+
p result
|
|
216
|
+
rescue PulpContainerClient::ApiError => e
|
|
217
|
+
puts "Exception when calling ContentguardsContentRedirectApi->partial_update: #{e}"
|
|
218
|
+
end
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
### Parameters
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
Name | Type | Description | Notes
|
|
225
|
+
------------- | ------------- | ------------- | -------------
|
|
226
|
+
**content_redirect_content_guard_href** | **String**| URI of Content Redirect Content Guard. e.g.: /pulp/api/v3/contentguards/container/content_redirect/1/ |
|
|
227
|
+
**data** | [**ContainerContentRedirectContentGuard**](ContainerContentRedirectContentGuard.md)| |
|
|
228
|
+
|
|
229
|
+
### Return type
|
|
230
|
+
|
|
231
|
+
[**ContainerContentRedirectContentGuard**](ContainerContentRedirectContentGuard.md)
|
|
232
|
+
|
|
233
|
+
### Authorization
|
|
234
|
+
|
|
235
|
+
[Basic](../README.md#Basic)
|
|
236
|
+
|
|
237
|
+
### HTTP request headers
|
|
238
|
+
|
|
239
|
+
- **Content-Type**: application/json
|
|
240
|
+
- **Accept**: application/json
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
## read
|
|
244
|
+
|
|
245
|
+
> ContainerContentRedirectContentGuard read(content_redirect_content_guard_href, opts)
|
|
246
|
+
|
|
247
|
+
Inspect a content redirect content guard
|
|
248
|
+
|
|
249
|
+
Content guard to protect preauthenticated redirects to the content app.
|
|
250
|
+
|
|
251
|
+
### Example
|
|
252
|
+
|
|
253
|
+
```ruby
|
|
254
|
+
# load the gem
|
|
255
|
+
require 'pulp_container_client'
|
|
256
|
+
# setup authorization
|
|
257
|
+
PulpContainerClient.configure do |config|
|
|
258
|
+
# Configure HTTP basic authorization: Basic
|
|
259
|
+
config.username = 'YOUR USERNAME'
|
|
260
|
+
config.password = 'YOUR PASSWORD'
|
|
261
|
+
end
|
|
262
|
+
|
|
263
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
|
264
|
+
content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String | URI of Content Redirect Content Guard. e.g.: /pulp/api/v3/contentguards/container/content_redirect/1/
|
|
265
|
+
opts = {
|
|
266
|
+
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
267
|
+
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
begin
|
|
271
|
+
#Inspect a content redirect content guard
|
|
272
|
+
result = api_instance.read(content_redirect_content_guard_href, opts)
|
|
273
|
+
p result
|
|
274
|
+
rescue PulpContainerClient::ApiError => e
|
|
275
|
+
puts "Exception when calling ContentguardsContentRedirectApi->read: #{e}"
|
|
276
|
+
end
|
|
277
|
+
```
|
|
278
|
+
|
|
279
|
+
### Parameters
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
Name | Type | Description | Notes
|
|
283
|
+
------------- | ------------- | ------------- | -------------
|
|
284
|
+
**content_redirect_content_guard_href** | **String**| URI of Content Redirect Content Guard. e.g.: /pulp/api/v3/contentguards/container/content_redirect/1/ |
|
|
285
|
+
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
286
|
+
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
287
|
+
|
|
288
|
+
### Return type
|
|
289
|
+
|
|
290
|
+
[**ContainerContentRedirectContentGuard**](ContainerContentRedirectContentGuard.md)
|
|
291
|
+
|
|
292
|
+
### Authorization
|
|
293
|
+
|
|
294
|
+
[Basic](../README.md#Basic)
|
|
295
|
+
|
|
296
|
+
### HTTP request headers
|
|
297
|
+
|
|
298
|
+
- **Content-Type**: Not defined
|
|
299
|
+
- **Accept**: application/json
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
## update
|
|
303
|
+
|
|
304
|
+
> ContainerContentRedirectContentGuard update(content_redirect_content_guard_href, data)
|
|
305
|
+
|
|
306
|
+
Update a content redirect content guard
|
|
307
|
+
|
|
308
|
+
Content guard to protect preauthenticated redirects to the content app.
|
|
309
|
+
|
|
310
|
+
### Example
|
|
311
|
+
|
|
312
|
+
```ruby
|
|
313
|
+
# load the gem
|
|
314
|
+
require 'pulp_container_client'
|
|
315
|
+
# setup authorization
|
|
316
|
+
PulpContainerClient.configure do |config|
|
|
317
|
+
# Configure HTTP basic authorization: Basic
|
|
318
|
+
config.username = 'YOUR USERNAME'
|
|
319
|
+
config.password = 'YOUR PASSWORD'
|
|
320
|
+
end
|
|
321
|
+
|
|
322
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
|
323
|
+
content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String | URI of Content Redirect Content Guard. e.g.: /pulp/api/v3/contentguards/container/content_redirect/1/
|
|
324
|
+
data = PulpContainerClient::ContainerContentRedirectContentGuard.new # ContainerContentRedirectContentGuard |
|
|
325
|
+
|
|
326
|
+
begin
|
|
327
|
+
#Update a content redirect content guard
|
|
328
|
+
result = api_instance.update(content_redirect_content_guard_href, data)
|
|
329
|
+
p result
|
|
330
|
+
rescue PulpContainerClient::ApiError => e
|
|
331
|
+
puts "Exception when calling ContentguardsContentRedirectApi->update: #{e}"
|
|
332
|
+
end
|
|
333
|
+
```
|
|
334
|
+
|
|
335
|
+
### Parameters
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
Name | Type | Description | Notes
|
|
339
|
+
------------- | ------------- | ------------- | -------------
|
|
340
|
+
**content_redirect_content_guard_href** | **String**| URI of Content Redirect Content Guard. e.g.: /pulp/api/v3/contentguards/container/content_redirect/1/ |
|
|
341
|
+
**data** | [**ContainerContentRedirectContentGuard**](ContainerContentRedirectContentGuard.md)| |
|
|
342
|
+
|
|
343
|
+
### Return type
|
|
344
|
+
|
|
345
|
+
[**ContainerContentRedirectContentGuard**](ContainerContentRedirectContentGuard.md)
|
|
346
|
+
|
|
347
|
+
### Authorization
|
|
348
|
+
|
|
349
|
+
[Basic](../README.md#Basic)
|
|
350
|
+
|
|
351
|
+
### HTTP request headers
|
|
352
|
+
|
|
353
|
+
- **Content-Type**: application/json
|
|
354
|
+
- **Accept**: application/json
|
|
355
|
+
|