pulp_container_client 2.19.0 → 2.19.2
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 +4 -4
- data/docs/ContainerContainerDistribution.md +5 -5
- data/docs/ContainerContainerDistributionResponse.md +9 -9
- data/docs/ContainerContainerPullThroughDistribution.md +5 -5
- data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -9
- data/docs/ContainerContainerPushRepository.md +2 -2
- data/docs/ContainerContainerPushRepositoryResponse.md +10 -10
- data/docs/PatchedcontainerContainerDistribution.md +5 -5
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +5 -5
- data/docs/PatchedcontainerContainerPushRepository.md +2 -2
- data/lib/pulp_container_client/models/container_container_distribution.rb +21 -21
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +40 -40
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +21 -21
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +40 -40
- data/lib/pulp_container_client/models/container_container_push_repository.rb +10 -10
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +36 -36
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +21 -21
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +21 -21
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +10 -10
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/models/container_container_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_distribution_spec.rb +6 -6
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
- data/spec/models/container_container_push_repository_response_spec.rb +7 -7
- data/spec/models/container_container_push_repository_spec.rb +2 -2
- data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 93d1cea675175a28124aa3896651e2fce777338db1966315f98e31798ae693d0
|
|
4
|
+
data.tar.gz: d703ab40ef9cb4bbe593c5649142c498e21b6fd6013e017e40986c898e175eef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e87c9f04ef8e7f4ab255cd98dff48516493c569aa6cf15c6df6989434518b62ecf650aedf6032ddcfeeb5fa607060e965c383b9cf1c10cc01b9b30c01579e603
|
|
7
|
+
data.tar.gz: 7349e9b238ebce3e4a9ab6e92a87acbe2669d499e70e14acf2c0e22d53137c916360a5ff361f4658b3483720b14b8ea540a480bfce8274492a5d3b24d7d07655
|
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.19.
|
|
10
|
+
- Package version: 2.19.2
|
|
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.19.
|
|
27
|
+
gem install ./pulp_container_client-2.19.2.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_container_client-2.19.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_container_client-2.19.2.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.19.
|
|
36
|
+
gem 'pulp_container_client', '~> 2.19.2'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
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
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
9
7
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
10
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
11
9
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
|
+
**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\") |
|
|
12
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
13
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
14
14
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
|
|
15
15
|
**description** | **String** | An optional description. | [optional]
|
|
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
|
|
|
19
19
|
```ruby
|
|
20
20
|
require 'PulpContainerClient'
|
|
21
21
|
|
|
22
|
-
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
|
23
|
-
content_guard: null,
|
|
24
|
-
hidden: null,
|
|
22
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(hidden: null,
|
|
25
23
|
pulp_labels: null,
|
|
26
24
|
repository: null,
|
|
25
|
+
base_path: null,
|
|
27
26
|
name: null,
|
|
27
|
+
content_guard: null,
|
|
28
28
|
repository_version: null,
|
|
29
29
|
private: null,
|
|
30
30
|
description: null)
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
-
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
|
9
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
10
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
11
7
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
12
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
13
9
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
11
|
+
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
|
12
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
14
13
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
14
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
15
15
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
16
16
|
**registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
|
|
17
17
|
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] [readonly]
|
|
@@ -24,14 +24,14 @@ Name | Type | Description | Notes
|
|
|
24
24
|
```ruby
|
|
25
25
|
require 'PulpContainerClient'
|
|
26
26
|
|
|
27
|
-
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
|
28
|
-
base_path: null,
|
|
29
|
-
content_guard: null,
|
|
30
|
-
pulp_created: null,
|
|
31
|
-
hidden: null,
|
|
27
|
+
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(hidden: null,
|
|
32
28
|
pulp_labels: null,
|
|
33
29
|
repository: null,
|
|
30
|
+
pulp_created: null,
|
|
31
|
+
base_path: null,
|
|
32
|
+
pulp_href: null,
|
|
34
33
|
name: null,
|
|
34
|
+
content_guard: null,
|
|
35
35
|
repository_version: null,
|
|
36
36
|
registry_path: null,
|
|
37
37
|
remote: null,
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
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
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
9
7
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
10
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
11
9
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
|
+
**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\") |
|
|
12
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
13
|
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. |
|
|
14
14
|
**distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional]
|
|
15
15
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional]
|
|
@@ -20,12 +20,12 @@ Name | Type | Description | Notes
|
|
|
20
20
|
```ruby
|
|
21
21
|
require 'PulpContainerClient'
|
|
22
22
|
|
|
23
|
-
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
|
|
24
|
-
content_guard: null,
|
|
25
|
-
hidden: null,
|
|
23
|
+
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(hidden: null,
|
|
26
24
|
pulp_labels: null,
|
|
27
25
|
repository: null,
|
|
26
|
+
base_path: null,
|
|
28
27
|
name: null,
|
|
28
|
+
content_guard: null,
|
|
29
29
|
remote: null,
|
|
30
30
|
distributions: null,
|
|
31
31
|
private: null,
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
-
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
|
9
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
10
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
11
7
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
12
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
13
9
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
11
|
+
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
|
12
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
14
13
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
14
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
15
15
|
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. |
|
|
16
16
|
**distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional]
|
|
17
17
|
**namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
|
|
@@ -23,14 +23,14 @@ Name | Type | Description | Notes
|
|
|
23
23
|
```ruby
|
|
24
24
|
require 'PulpContainerClient'
|
|
25
25
|
|
|
26
|
-
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(
|
|
27
|
-
base_path: null,
|
|
28
|
-
content_guard: null,
|
|
29
|
-
pulp_created: null,
|
|
30
|
-
hidden: null,
|
|
26
|
+
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(hidden: null,
|
|
31
27
|
pulp_labels: null,
|
|
32
28
|
repository: null,
|
|
29
|
+
pulp_created: null,
|
|
30
|
+
base_path: null,
|
|
31
|
+
pulp_href: null,
|
|
33
32
|
name: null,
|
|
33
|
+
content_guard: null,
|
|
34
34
|
remote: null,
|
|
35
35
|
distributions: null,
|
|
36
36
|
namespace: null,
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
8
|
-
**description** | **String** | An optional description. | [optional]
|
|
9
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
9
|
+
**description** | **String** | An optional description. | [optional]
|
|
10
10
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
11
11
|
**name** | **String** | A unique name for this repository. |
|
|
12
12
|
|
|
@@ -16,8 +16,8 @@ Name | Type | Description | Notes
|
|
|
16
16
|
require 'PulpContainerClient'
|
|
17
17
|
|
|
18
18
|
instance = PulpContainerClient::ContainerContainerPushRepository.new(manifest_signing_service: null,
|
|
19
|
-
description: null,
|
|
20
19
|
pulp_labels: null,
|
|
20
|
+
description: null,
|
|
21
21
|
retain_repo_versions: null,
|
|
22
22
|
name: null)
|
|
23
23
|
```
|
|
@@ -4,30 +4,30 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
7
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
9
|
-
**
|
|
8
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
10
9
|
**description** | **String** | An optional description. | [optional]
|
|
10
|
+
**versions_href** | **String** | | [optional] [readonly]
|
|
11
11
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
12
|
-
**
|
|
12
|
+
**latest_version_href** | **String** | | [optional] [readonly]
|
|
13
13
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
14
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
14
15
|
**name** | **String** | A unique name for this repository. |
|
|
15
|
-
**latest_version_href** | **String** | | [optional] [readonly]
|
|
16
16
|
|
|
17
17
|
## Code Sample
|
|
18
18
|
|
|
19
19
|
```ruby
|
|
20
20
|
require 'PulpContainerClient'
|
|
21
21
|
|
|
22
|
-
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
|
23
|
-
|
|
24
|
-
versions_href: null,
|
|
22
|
+
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(manifest_signing_service: null,
|
|
23
|
+
pulp_labels: null,
|
|
25
24
|
description: null,
|
|
25
|
+
versions_href: null,
|
|
26
26
|
pulp_created: null,
|
|
27
|
-
|
|
27
|
+
latest_version_href: null,
|
|
28
28
|
retain_repo_versions: null,
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
pulp_href: null,
|
|
30
|
+
name: null)
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
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\") | [optional]
|
|
8
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
9
7
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
10
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
11
9
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
|
+
**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]
|
|
12
11
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
|
12
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
13
13
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
14
14
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
|
|
15
15
|
**description** | **String** | An optional description. | [optional]
|
|
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
|
|
|
19
19
|
```ruby
|
|
20
20
|
require 'PulpContainerClient'
|
|
21
21
|
|
|
22
|
-
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
|
|
23
|
-
content_guard: null,
|
|
24
|
-
hidden: null,
|
|
22
|
+
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(hidden: null,
|
|
25
23
|
pulp_labels: null,
|
|
26
24
|
repository: null,
|
|
25
|
+
base_path: null,
|
|
27
26
|
name: null,
|
|
27
|
+
content_guard: null,
|
|
28
28
|
repository_version: null,
|
|
29
29
|
private: null,
|
|
30
30
|
description: null)
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
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\") | [optional]
|
|
8
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
9
7
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
10
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
11
9
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
|
+
**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]
|
|
12
11
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
|
12
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
13
13
|
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional]
|
|
14
14
|
**distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional]
|
|
15
15
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional]
|
|
@@ -20,12 +20,12 @@ Name | Type | Description | Notes
|
|
|
20
20
|
```ruby
|
|
21
21
|
require 'PulpContainerClient'
|
|
22
22
|
|
|
23
|
-
instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(
|
|
24
|
-
content_guard: null,
|
|
25
|
-
hidden: null,
|
|
23
|
+
instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(hidden: null,
|
|
26
24
|
pulp_labels: null,
|
|
27
25
|
repository: null,
|
|
26
|
+
base_path: null,
|
|
28
27
|
name: null,
|
|
28
|
+
content_guard: null,
|
|
29
29
|
remote: null,
|
|
30
30
|
distributions: null,
|
|
31
31
|
private: null,
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
8
|
-
**description** | **String** | An optional description. | [optional]
|
|
9
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
9
|
+
**description** | **String** | An optional description. | [optional]
|
|
10
10
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
11
11
|
**name** | **String** | A unique name for this repository. | [optional]
|
|
12
12
|
|
|
@@ -16,8 +16,8 @@ Name | Type | Description | Notes
|
|
|
16
16
|
require 'PulpContainerClient'
|
|
17
17
|
|
|
18
18
|
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(manifest_signing_service: null,
|
|
19
|
-
description: null,
|
|
20
19
|
pulp_labels: null,
|
|
20
|
+
description: null,
|
|
21
21
|
retain_repo_versions: null,
|
|
22
22
|
name: null)
|
|
23
23
|
```
|
|
@@ -15,12 +15,6 @@ require 'date'
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
# A serializer for ContainerDistribution.
|
|
17
17
|
class ContainerContainerDistribution
|
|
18
|
-
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
19
|
-
attr_accessor :base_path
|
|
20
|
-
|
|
21
|
-
# An optional content-guard. If none is specified, a default one will be used.
|
|
22
|
-
attr_accessor :content_guard
|
|
23
|
-
|
|
24
18
|
# Whether this distribution should be shown in the content app.
|
|
25
19
|
attr_accessor :hidden
|
|
26
20
|
|
|
@@ -29,9 +23,15 @@ module PulpContainerClient
|
|
|
29
23
|
# The latest RepositoryVersion for this Repository will be served.
|
|
30
24
|
attr_accessor :repository
|
|
31
25
|
|
|
26
|
+
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
27
|
+
attr_accessor :base_path
|
|
28
|
+
|
|
32
29
|
# A unique name. Ex, `rawhide` and `stable`.
|
|
33
30
|
attr_accessor :name
|
|
34
31
|
|
|
32
|
+
# An optional content-guard. If none is specified, a default one will be used.
|
|
33
|
+
attr_accessor :content_guard
|
|
34
|
+
|
|
35
35
|
# RepositoryVersion to be served
|
|
36
36
|
attr_accessor :repository_version
|
|
37
37
|
|
|
@@ -44,12 +44,12 @@ module PulpContainerClient
|
|
|
44
44
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
45
45
|
def self.attribute_map
|
|
46
46
|
{
|
|
47
|
-
:'base_path' => :'base_path',
|
|
48
|
-
:'content_guard' => :'content_guard',
|
|
49
47
|
:'hidden' => :'hidden',
|
|
50
48
|
:'pulp_labels' => :'pulp_labels',
|
|
51
49
|
:'repository' => :'repository',
|
|
50
|
+
:'base_path' => :'base_path',
|
|
52
51
|
:'name' => :'name',
|
|
52
|
+
:'content_guard' => :'content_guard',
|
|
53
53
|
:'repository_version' => :'repository_version',
|
|
54
54
|
:'private' => :'private',
|
|
55
55
|
:'description' => :'description'
|
|
@@ -59,12 +59,12 @@ module PulpContainerClient
|
|
|
59
59
|
# Attribute type mapping.
|
|
60
60
|
def self.openapi_types
|
|
61
61
|
{
|
|
62
|
-
:'base_path' => :'String',
|
|
63
|
-
:'content_guard' => :'String',
|
|
64
62
|
:'hidden' => :'Boolean',
|
|
65
63
|
:'pulp_labels' => :'Hash<String, String>',
|
|
66
64
|
:'repository' => :'String',
|
|
65
|
+
:'base_path' => :'String',
|
|
67
66
|
:'name' => :'String',
|
|
67
|
+
:'content_guard' => :'String',
|
|
68
68
|
:'repository_version' => :'String',
|
|
69
69
|
:'private' => :'Boolean',
|
|
70
70
|
:'description' => :'String'
|
|
@@ -95,14 +95,6 @@ module PulpContainerClient
|
|
|
95
95
|
h[k.to_sym] = v
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
if attributes.key?(:'base_path')
|
|
99
|
-
self.base_path = attributes[:'base_path']
|
|
100
|
-
end
|
|
101
|
-
|
|
102
|
-
if attributes.key?(:'content_guard')
|
|
103
|
-
self.content_guard = attributes[:'content_guard']
|
|
104
|
-
end
|
|
105
|
-
|
|
106
98
|
if attributes.key?(:'hidden')
|
|
107
99
|
self.hidden = attributes[:'hidden']
|
|
108
100
|
else
|
|
@@ -119,10 +111,18 @@ module PulpContainerClient
|
|
|
119
111
|
self.repository = attributes[:'repository']
|
|
120
112
|
end
|
|
121
113
|
|
|
114
|
+
if attributes.key?(:'base_path')
|
|
115
|
+
self.base_path = attributes[:'base_path']
|
|
116
|
+
end
|
|
117
|
+
|
|
122
118
|
if attributes.key?(:'name')
|
|
123
119
|
self.name = attributes[:'name']
|
|
124
120
|
end
|
|
125
121
|
|
|
122
|
+
if attributes.key?(:'content_guard')
|
|
123
|
+
self.content_guard = attributes[:'content_guard']
|
|
124
|
+
end
|
|
125
|
+
|
|
126
126
|
if attributes.key?(:'repository_version')
|
|
127
127
|
self.repository_version = attributes[:'repository_version']
|
|
128
128
|
end
|
|
@@ -217,12 +217,12 @@ module PulpContainerClient
|
|
|
217
217
|
def ==(o)
|
|
218
218
|
return true if self.equal?(o)
|
|
219
219
|
self.class == o.class &&
|
|
220
|
-
base_path == o.base_path &&
|
|
221
|
-
content_guard == o.content_guard &&
|
|
222
220
|
hidden == o.hidden &&
|
|
223
221
|
pulp_labels == o.pulp_labels &&
|
|
224
222
|
repository == o.repository &&
|
|
223
|
+
base_path == o.base_path &&
|
|
225
224
|
name == o.name &&
|
|
225
|
+
content_guard == o.content_guard &&
|
|
226
226
|
repository_version == o.repository_version &&
|
|
227
227
|
private == o.private &&
|
|
228
228
|
description == o.description
|
|
@@ -237,7 +237,7 @@ module PulpContainerClient
|
|
|
237
237
|
# Calculates hash code according to all attributes.
|
|
238
238
|
# @return [Integer] Hash code
|
|
239
239
|
def hash
|
|
240
|
-
[
|
|
240
|
+
[hidden, pulp_labels, repository, base_path, name, content_guard, repository_version, private, description].hash
|
|
241
241
|
end
|
|
242
242
|
|
|
243
243
|
# Builds the object from hash
|
|
@@ -15,17 +15,6 @@ require 'date'
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
# A serializer for ContainerDistribution.
|
|
17
17
|
class ContainerContainerDistributionResponse
|
|
18
|
-
attr_accessor :pulp_href
|
|
19
|
-
|
|
20
|
-
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
21
|
-
attr_accessor :base_path
|
|
22
|
-
|
|
23
|
-
# An optional content-guard. If none is specified, a default one will be used.
|
|
24
|
-
attr_accessor :content_guard
|
|
25
|
-
|
|
26
|
-
# Timestamp of creation.
|
|
27
|
-
attr_accessor :pulp_created
|
|
28
|
-
|
|
29
18
|
# Whether this distribution should be shown in the content app.
|
|
30
19
|
attr_accessor :hidden
|
|
31
20
|
|
|
@@ -34,9 +23,20 @@ module PulpContainerClient
|
|
|
34
23
|
# The latest RepositoryVersion for this Repository will be served.
|
|
35
24
|
attr_accessor :repository
|
|
36
25
|
|
|
26
|
+
# Timestamp of creation.
|
|
27
|
+
attr_accessor :pulp_created
|
|
28
|
+
|
|
29
|
+
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
30
|
+
attr_accessor :base_path
|
|
31
|
+
|
|
32
|
+
attr_accessor :pulp_href
|
|
33
|
+
|
|
37
34
|
# A unique name. Ex, `rawhide` and `stable`.
|
|
38
35
|
attr_accessor :name
|
|
39
36
|
|
|
37
|
+
# An optional content-guard. If none is specified, a default one will be used.
|
|
38
|
+
attr_accessor :content_guard
|
|
39
|
+
|
|
40
40
|
# RepositoryVersion to be served
|
|
41
41
|
attr_accessor :repository_version
|
|
42
42
|
|
|
@@ -58,14 +58,14 @@ module PulpContainerClient
|
|
|
58
58
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
59
59
|
def self.attribute_map
|
|
60
60
|
{
|
|
61
|
-
:'pulp_href' => :'pulp_href',
|
|
62
|
-
:'base_path' => :'base_path',
|
|
63
|
-
:'content_guard' => :'content_guard',
|
|
64
|
-
:'pulp_created' => :'pulp_created',
|
|
65
61
|
:'hidden' => :'hidden',
|
|
66
62
|
:'pulp_labels' => :'pulp_labels',
|
|
67
63
|
:'repository' => :'repository',
|
|
64
|
+
:'pulp_created' => :'pulp_created',
|
|
65
|
+
:'base_path' => :'base_path',
|
|
66
|
+
:'pulp_href' => :'pulp_href',
|
|
68
67
|
:'name' => :'name',
|
|
68
|
+
:'content_guard' => :'content_guard',
|
|
69
69
|
:'repository_version' => :'repository_version',
|
|
70
70
|
:'registry_path' => :'registry_path',
|
|
71
71
|
:'remote' => :'remote',
|
|
@@ -78,14 +78,14 @@ module PulpContainerClient
|
|
|
78
78
|
# Attribute type mapping.
|
|
79
79
|
def self.openapi_types
|
|
80
80
|
{
|
|
81
|
-
:'pulp_href' => :'String',
|
|
82
|
-
:'base_path' => :'String',
|
|
83
|
-
:'content_guard' => :'String',
|
|
84
|
-
:'pulp_created' => :'DateTime',
|
|
85
81
|
:'hidden' => :'Boolean',
|
|
86
82
|
:'pulp_labels' => :'Hash<String, String>',
|
|
87
83
|
:'repository' => :'String',
|
|
84
|
+
:'pulp_created' => :'DateTime',
|
|
85
|
+
:'base_path' => :'String',
|
|
86
|
+
:'pulp_href' => :'String',
|
|
88
87
|
:'name' => :'String',
|
|
88
|
+
:'content_guard' => :'String',
|
|
89
89
|
:'repository_version' => :'String',
|
|
90
90
|
:'registry_path' => :'String',
|
|
91
91
|
:'remote' => :'String',
|
|
@@ -119,22 +119,6 @@ module PulpContainerClient
|
|
|
119
119
|
h[k.to_sym] = v
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
-
if attributes.key?(:'pulp_href')
|
|
123
|
-
self.pulp_href = attributes[:'pulp_href']
|
|
124
|
-
end
|
|
125
|
-
|
|
126
|
-
if attributes.key?(:'base_path')
|
|
127
|
-
self.base_path = attributes[:'base_path']
|
|
128
|
-
end
|
|
129
|
-
|
|
130
|
-
if attributes.key?(:'content_guard')
|
|
131
|
-
self.content_guard = attributes[:'content_guard']
|
|
132
|
-
end
|
|
133
|
-
|
|
134
|
-
if attributes.key?(:'pulp_created')
|
|
135
|
-
self.pulp_created = attributes[:'pulp_created']
|
|
136
|
-
end
|
|
137
|
-
|
|
138
122
|
if attributes.key?(:'hidden')
|
|
139
123
|
self.hidden = attributes[:'hidden']
|
|
140
124
|
else
|
|
@@ -151,10 +135,26 @@ module PulpContainerClient
|
|
|
151
135
|
self.repository = attributes[:'repository']
|
|
152
136
|
end
|
|
153
137
|
|
|
138
|
+
if attributes.key?(:'pulp_created')
|
|
139
|
+
self.pulp_created = attributes[:'pulp_created']
|
|
140
|
+
end
|
|
141
|
+
|
|
142
|
+
if attributes.key?(:'base_path')
|
|
143
|
+
self.base_path = attributes[:'base_path']
|
|
144
|
+
end
|
|
145
|
+
|
|
146
|
+
if attributes.key?(:'pulp_href')
|
|
147
|
+
self.pulp_href = attributes[:'pulp_href']
|
|
148
|
+
end
|
|
149
|
+
|
|
154
150
|
if attributes.key?(:'name')
|
|
155
151
|
self.name = attributes[:'name']
|
|
156
152
|
end
|
|
157
153
|
|
|
154
|
+
if attributes.key?(:'content_guard')
|
|
155
|
+
self.content_guard = attributes[:'content_guard']
|
|
156
|
+
end
|
|
157
|
+
|
|
158
158
|
if attributes.key?(:'repository_version')
|
|
159
159
|
self.repository_version = attributes[:'repository_version']
|
|
160
160
|
end
|
|
@@ -208,14 +208,14 @@ module PulpContainerClient
|
|
|
208
208
|
def ==(o)
|
|
209
209
|
return true if self.equal?(o)
|
|
210
210
|
self.class == o.class &&
|
|
211
|
-
pulp_href == o.pulp_href &&
|
|
212
|
-
base_path == o.base_path &&
|
|
213
|
-
content_guard == o.content_guard &&
|
|
214
|
-
pulp_created == o.pulp_created &&
|
|
215
211
|
hidden == o.hidden &&
|
|
216
212
|
pulp_labels == o.pulp_labels &&
|
|
217
213
|
repository == o.repository &&
|
|
214
|
+
pulp_created == o.pulp_created &&
|
|
215
|
+
base_path == o.base_path &&
|
|
216
|
+
pulp_href == o.pulp_href &&
|
|
218
217
|
name == o.name &&
|
|
218
|
+
content_guard == o.content_guard &&
|
|
219
219
|
repository_version == o.repository_version &&
|
|
220
220
|
registry_path == o.registry_path &&
|
|
221
221
|
remote == o.remote &&
|
|
@@ -233,7 +233,7 @@ module PulpContainerClient
|
|
|
233
233
|
# Calculates hash code according to all attributes.
|
|
234
234
|
# @return [Integer] Hash code
|
|
235
235
|
def hash
|
|
236
|
-
[
|
|
236
|
+
[hidden, pulp_labels, repository, pulp_created, base_path, pulp_href, name, content_guard, repository_version, registry_path, remote, namespace, private, description].hash
|
|
237
237
|
end
|
|
238
238
|
|
|
239
239
|
# Builds the object from hash
|