pulp_container_client 2.22.4 → 2.22.5
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 +2 -2
- data/docs/ContainerContainerDistributionResponse.md +8 -8
- data/docs/ContainerContainerPullThroughDistribution.md +2 -2
- data/docs/ContainerContainerPullThroughDistributionResponse.md +8 -8
- data/docs/ContainerContainerPushRepository.md +3 -3
- data/docs/ContainerContainerPushRepositoryResponse.md +12 -12
- data/docs/PatchedcontainerContainerDistribution.md +2 -2
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +2 -2
- data/docs/PatchedcontainerContainerPushRepository.md +3 -3
- data/lib/pulp_container_client/models/container_container_distribution.rb +11 -11
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +31 -31
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +11 -11
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +31 -31
- data/lib/pulp_container_client/models/container_container_push_repository.rb +31 -31
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +54 -54
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +11 -11
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +11 -11
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +31 -31
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/models/container_container_distribution_response_spec.rb +5 -5
- data/spec/models/container_container_distribution_spec.rb +2 -2
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +5 -5
- data/spec/models/container_container_pull_through_distribution_spec.rb +2 -2
- data/spec/models/container_container_push_repository_response_spec.rb +11 -11
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_distribution_spec.rb +2 -2
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +2 -2
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- 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: 8823363d9fd4eb77ae583a00c63f8ec1b797b01e52240c361291bd418461d518
|
|
4
|
+
data.tar.gz: b98aedeac413c252b08dbbe0ecb617936da0a352fd785a21739987f4a118a1bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 618361536c0f6da91706bf89369b6ec98a42ebfe4df0634deb04da9fadfe7aa3064a6054a25caa9d752f55a5d3bd75e37db9a26a46e91e0e0581d7a5fa3eeb67
|
|
7
|
+
data.tar.gz: '043180da6b282f9585bc2263bbd5da0ea7d62f4dbd47fd152189ed3d7edc62c516b517f1cab426b3a2aeb5fc8f09d3c8a605ddaafb8a1225d3044dadb54370eb'
|
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.22.
|
|
10
|
+
- Package version: 2.22.5
|
|
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.22.
|
|
27
|
+
gem install ./pulp_container_client-2.22.5.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_container_client-2.22.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_container_client-2.22.5.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.22.
|
|
36
|
+
gem 'pulp_container_client', '~> 2.22.5'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
8
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
9
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
10
9
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
11
11
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
12
12
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
|
13
13
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
@@ -21,8 +21,8 @@ require 'PulpContainerClient'
|
|
|
21
21
|
|
|
22
22
|
instance = PulpContainerClient::ContainerContainerDistribution.new(hidden: null,
|
|
23
23
|
pulp_labels: null,
|
|
24
|
-
content_guard: null,
|
|
25
24
|
repository: null,
|
|
25
|
+
content_guard: null,
|
|
26
26
|
name: null,
|
|
27
27
|
base_path: null,
|
|
28
28
|
repository_version: null,
|
|
@@ -6,12 +6,12 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
8
8
|
**pulp_labels** | **Hash<String, String>** | | [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
9
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
13
|
-
**
|
|
10
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
14
11
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
12
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
13
|
+
**no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional] [readonly]
|
|
14
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
15
15
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
|
16
16
|
**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\") |
|
|
17
17
|
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
@@ -29,12 +29,12 @@ require 'PulpContainerClient'
|
|
|
29
29
|
|
|
30
30
|
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(hidden: null,
|
|
31
31
|
pulp_labels: null,
|
|
32
|
-
pulp_created: null,
|
|
33
|
-
pulp_href: null,
|
|
34
|
-
content_guard: null,
|
|
35
32
|
repository: null,
|
|
36
|
-
|
|
33
|
+
content_guard: null,
|
|
37
34
|
name: null,
|
|
35
|
+
pulp_created: null,
|
|
36
|
+
no_content_change_since: null,
|
|
37
|
+
pulp_href: null,
|
|
38
38
|
pulp_last_updated: null,
|
|
39
39
|
base_path: null,
|
|
40
40
|
prn: null,
|
|
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
8
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
9
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
10
9
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
11
11
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
12
12
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
|
13
13
|
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. |
|
|
@@ -22,8 +22,8 @@ require 'PulpContainerClient'
|
|
|
22
22
|
|
|
23
23
|
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(hidden: null,
|
|
24
24
|
pulp_labels: null,
|
|
25
|
-
content_guard: null,
|
|
26
25
|
repository: null,
|
|
26
|
+
content_guard: null,
|
|
27
27
|
name: null,
|
|
28
28
|
base_path: null,
|
|
29
29
|
remote: null,
|
|
@@ -6,12 +6,12 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
8
8
|
**pulp_labels** | **Hash<String, String>** | | [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
9
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
13
|
-
**
|
|
10
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
14
11
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
12
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
13
|
+
**no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional] [readonly]
|
|
14
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
15
15
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
|
16
16
|
**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\") |
|
|
17
17
|
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
@@ -28,12 +28,12 @@ require 'PulpContainerClient'
|
|
|
28
28
|
|
|
29
29
|
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(hidden: null,
|
|
30
30
|
pulp_labels: null,
|
|
31
|
-
pulp_created: null,
|
|
32
|
-
pulp_href: null,
|
|
33
|
-
content_guard: null,
|
|
34
31
|
repository: null,
|
|
35
|
-
|
|
32
|
+
content_guard: null,
|
|
36
33
|
name: null,
|
|
34
|
+
pulp_created: null,
|
|
35
|
+
no_content_change_since: null,
|
|
36
|
+
pulp_href: null,
|
|
37
37
|
pulp_last_updated: null,
|
|
38
38
|
base_path: null,
|
|
39
39
|
prn: null,
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
8
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
9
8
|
**name** | **String** | A unique name for this repository. |
|
|
10
9
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
11
10
|
**description** | **String** | An optional description. | [optional]
|
|
11
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
12
12
|
|
|
13
13
|
## Code Sample
|
|
14
14
|
|
|
@@ -16,10 +16,10 @@ Name | Type | Description | Notes
|
|
|
16
16
|
require 'PulpContainerClient'
|
|
17
17
|
|
|
18
18
|
instance = PulpContainerClient::ContainerContainerPushRepository.new(pulp_labels: null,
|
|
19
|
-
retain_repo_versions: null,
|
|
20
19
|
name: null,
|
|
21
20
|
manifest_signing_service: null,
|
|
22
|
-
description: null
|
|
21
|
+
description: null,
|
|
22
|
+
retain_repo_versions: null)
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
|
|
@@ -4,34 +4,34 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**versions_href** | **String** | | [optional] [readonly]
|
|
7
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
8
|
-
**
|
|
9
|
+
**name** | **String** | A unique name for this repository. |
|
|
9
10
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
11
|
+
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
10
12
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
13
|
+
**description** | **String** | An optional description. | [optional]
|
|
11
14
|
**latest_version_href** | **String** | | [optional] [readonly]
|
|
12
|
-
**versions_href** | **String** | | [optional] [readonly]
|
|
13
|
-
**name** | **String** | A unique name for this repository. |
|
|
14
15
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
|
15
|
-
**
|
|
16
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
16
17
|
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
17
|
-
**description** | **String** | An optional description. | [optional]
|
|
18
18
|
|
|
19
19
|
## Code Sample
|
|
20
20
|
|
|
21
21
|
```ruby
|
|
22
22
|
require 'PulpContainerClient'
|
|
23
23
|
|
|
24
|
-
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
|
25
|
-
|
|
24
|
+
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(versions_href: null,
|
|
25
|
+
pulp_labels: null,
|
|
26
|
+
name: null,
|
|
26
27
|
pulp_created: null,
|
|
28
|
+
manifest_signing_service: null,
|
|
27
29
|
pulp_href: null,
|
|
30
|
+
description: null,
|
|
28
31
|
latest_version_href: null,
|
|
29
|
-
versions_href: null,
|
|
30
|
-
name: null,
|
|
31
32
|
pulp_last_updated: null,
|
|
32
|
-
|
|
33
|
-
prn: null
|
|
34
|
-
description: null)
|
|
33
|
+
retain_repo_versions: null,
|
|
34
|
+
prn: null)
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
|
|
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
8
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
9
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
10
9
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
11
11
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
|
12
12
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
|
13
13
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
@@ -21,8 +21,8 @@ require 'PulpContainerClient'
|
|
|
21
21
|
|
|
22
22
|
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(hidden: null,
|
|
23
23
|
pulp_labels: null,
|
|
24
|
-
content_guard: null,
|
|
25
24
|
repository: null,
|
|
25
|
+
content_guard: null,
|
|
26
26
|
name: null,
|
|
27
27
|
base_path: null,
|
|
28
28
|
repository_version: null,
|
|
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
8
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
9
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
10
9
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
11
11
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
|
12
12
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
|
13
13
|
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional]
|
|
@@ -22,8 +22,8 @@ require 'PulpContainerClient'
|
|
|
22
22
|
|
|
23
23
|
instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(hidden: null,
|
|
24
24
|
pulp_labels: null,
|
|
25
|
-
content_guard: null,
|
|
26
25
|
repository: null,
|
|
26
|
+
content_guard: null,
|
|
27
27
|
name: null,
|
|
28
28
|
base_path: null,
|
|
29
29
|
remote: null,
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
8
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
9
8
|
**name** | **String** | A unique name for this repository. | [optional]
|
|
10
9
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
11
10
|
**description** | **String** | An optional description. | [optional]
|
|
11
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
12
12
|
|
|
13
13
|
## Code Sample
|
|
14
14
|
|
|
@@ -16,10 +16,10 @@ Name | Type | Description | Notes
|
|
|
16
16
|
require 'PulpContainerClient'
|
|
17
17
|
|
|
18
18
|
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(pulp_labels: null,
|
|
19
|
-
retain_repo_versions: null,
|
|
20
19
|
name: null,
|
|
21
20
|
manifest_signing_service: null,
|
|
22
|
-
description: null
|
|
21
|
+
description: null,
|
|
22
|
+
retain_repo_versions: null)
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
|
|
@@ -20,12 +20,12 @@ module PulpContainerClient
|
|
|
20
20
|
|
|
21
21
|
attr_accessor :pulp_labels
|
|
22
22
|
|
|
23
|
-
# An optional content-guard. If none is specified, a default one will be used.
|
|
24
|
-
attr_accessor :content_guard
|
|
25
|
-
|
|
26
23
|
# The latest RepositoryVersion for this Repository will be served.
|
|
27
24
|
attr_accessor :repository
|
|
28
25
|
|
|
26
|
+
# An optional content-guard. If none is specified, a default one will be used.
|
|
27
|
+
attr_accessor :content_guard
|
|
28
|
+
|
|
29
29
|
# A unique name. Ex, `rawhide` and `stable`.
|
|
30
30
|
attr_accessor :name
|
|
31
31
|
|
|
@@ -46,8 +46,8 @@ module PulpContainerClient
|
|
|
46
46
|
{
|
|
47
47
|
:'hidden' => :'hidden',
|
|
48
48
|
:'pulp_labels' => :'pulp_labels',
|
|
49
|
-
:'content_guard' => :'content_guard',
|
|
50
49
|
:'repository' => :'repository',
|
|
50
|
+
:'content_guard' => :'content_guard',
|
|
51
51
|
:'name' => :'name',
|
|
52
52
|
:'base_path' => :'base_path',
|
|
53
53
|
:'repository_version' => :'repository_version',
|
|
@@ -61,8 +61,8 @@ module PulpContainerClient
|
|
|
61
61
|
{
|
|
62
62
|
:'hidden' => :'Boolean',
|
|
63
63
|
:'pulp_labels' => :'Hash<String, String>',
|
|
64
|
-
:'content_guard' => :'String',
|
|
65
64
|
:'repository' => :'String',
|
|
65
|
+
:'content_guard' => :'String',
|
|
66
66
|
:'name' => :'String',
|
|
67
67
|
:'base_path' => :'String',
|
|
68
68
|
:'repository_version' => :'String',
|
|
@@ -107,14 +107,14 @@ module PulpContainerClient
|
|
|
107
107
|
end
|
|
108
108
|
end
|
|
109
109
|
|
|
110
|
-
if attributes.key?(:'content_guard')
|
|
111
|
-
self.content_guard = attributes[:'content_guard']
|
|
112
|
-
end
|
|
113
|
-
|
|
114
110
|
if attributes.key?(:'repository')
|
|
115
111
|
self.repository = attributes[:'repository']
|
|
116
112
|
end
|
|
117
113
|
|
|
114
|
+
if attributes.key?(:'content_guard')
|
|
115
|
+
self.content_guard = attributes[:'content_guard']
|
|
116
|
+
end
|
|
117
|
+
|
|
118
118
|
if attributes.key?(:'name')
|
|
119
119
|
self.name = attributes[:'name']
|
|
120
120
|
end
|
|
@@ -219,8 +219,8 @@ module PulpContainerClient
|
|
|
219
219
|
self.class == o.class &&
|
|
220
220
|
hidden == o.hidden &&
|
|
221
221
|
pulp_labels == o.pulp_labels &&
|
|
222
|
-
content_guard == o.content_guard &&
|
|
223
222
|
repository == o.repository &&
|
|
223
|
+
content_guard == o.content_guard &&
|
|
224
224
|
name == o.name &&
|
|
225
225
|
base_path == o.base_path &&
|
|
226
226
|
repository_version == o.repository_version &&
|
|
@@ -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
|
-
[hidden, pulp_labels,
|
|
240
|
+
[hidden, pulp_labels, repository, content_guard, name, base_path, repository_version, private, description].hash
|
|
241
241
|
end
|
|
242
242
|
|
|
243
243
|
# Builds the object from hash
|
|
@@ -20,22 +20,22 @@ module PulpContainerClient
|
|
|
20
20
|
|
|
21
21
|
attr_accessor :pulp_labels
|
|
22
22
|
|
|
23
|
-
#
|
|
24
|
-
attr_accessor :
|
|
25
|
-
|
|
26
|
-
attr_accessor :pulp_href
|
|
23
|
+
# The latest RepositoryVersion for this Repository will be served.
|
|
24
|
+
attr_accessor :repository
|
|
27
25
|
|
|
28
26
|
# An optional content-guard. If none is specified, a default one will be used.
|
|
29
27
|
attr_accessor :content_guard
|
|
30
28
|
|
|
31
|
-
#
|
|
32
|
-
attr_accessor :
|
|
29
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
|
30
|
+
attr_accessor :name
|
|
31
|
+
|
|
32
|
+
# Timestamp of creation.
|
|
33
|
+
attr_accessor :pulp_created
|
|
33
34
|
|
|
34
35
|
# Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
|
|
35
36
|
attr_accessor :no_content_change_since
|
|
36
37
|
|
|
37
|
-
|
|
38
|
-
attr_accessor :name
|
|
38
|
+
attr_accessor :pulp_href
|
|
39
39
|
|
|
40
40
|
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
|
41
41
|
attr_accessor :pulp_last_updated
|
|
@@ -69,12 +69,12 @@ module PulpContainerClient
|
|
|
69
69
|
{
|
|
70
70
|
:'hidden' => :'hidden',
|
|
71
71
|
:'pulp_labels' => :'pulp_labels',
|
|
72
|
-
:'pulp_created' => :'pulp_created',
|
|
73
|
-
:'pulp_href' => :'pulp_href',
|
|
74
|
-
:'content_guard' => :'content_guard',
|
|
75
72
|
:'repository' => :'repository',
|
|
76
|
-
:'
|
|
73
|
+
:'content_guard' => :'content_guard',
|
|
77
74
|
:'name' => :'name',
|
|
75
|
+
:'pulp_created' => :'pulp_created',
|
|
76
|
+
:'no_content_change_since' => :'no_content_change_since',
|
|
77
|
+
:'pulp_href' => :'pulp_href',
|
|
78
78
|
:'pulp_last_updated' => :'pulp_last_updated',
|
|
79
79
|
:'base_path' => :'base_path',
|
|
80
80
|
:'prn' => :'prn',
|
|
@@ -92,12 +92,12 @@ module PulpContainerClient
|
|
|
92
92
|
{
|
|
93
93
|
:'hidden' => :'Boolean',
|
|
94
94
|
:'pulp_labels' => :'Hash<String, String>',
|
|
95
|
-
:'pulp_created' => :'DateTime',
|
|
96
|
-
:'pulp_href' => :'String',
|
|
97
|
-
:'content_guard' => :'String',
|
|
98
95
|
:'repository' => :'String',
|
|
99
|
-
:'
|
|
96
|
+
:'content_guard' => :'String',
|
|
100
97
|
:'name' => :'String',
|
|
98
|
+
:'pulp_created' => :'DateTime',
|
|
99
|
+
:'no_content_change_since' => :'String',
|
|
100
|
+
:'pulp_href' => :'String',
|
|
101
101
|
:'pulp_last_updated' => :'DateTime',
|
|
102
102
|
:'base_path' => :'String',
|
|
103
103
|
:'prn' => :'String',
|
|
@@ -146,28 +146,28 @@ module PulpContainerClient
|
|
|
146
146
|
end
|
|
147
147
|
end
|
|
148
148
|
|
|
149
|
-
if attributes.key?(:'
|
|
150
|
-
self.
|
|
151
|
-
end
|
|
152
|
-
|
|
153
|
-
if attributes.key?(:'pulp_href')
|
|
154
|
-
self.pulp_href = attributes[:'pulp_href']
|
|
149
|
+
if attributes.key?(:'repository')
|
|
150
|
+
self.repository = attributes[:'repository']
|
|
155
151
|
end
|
|
156
152
|
|
|
157
153
|
if attributes.key?(:'content_guard')
|
|
158
154
|
self.content_guard = attributes[:'content_guard']
|
|
159
155
|
end
|
|
160
156
|
|
|
161
|
-
if attributes.key?(:'
|
|
162
|
-
self.
|
|
157
|
+
if attributes.key?(:'name')
|
|
158
|
+
self.name = attributes[:'name']
|
|
159
|
+
end
|
|
160
|
+
|
|
161
|
+
if attributes.key?(:'pulp_created')
|
|
162
|
+
self.pulp_created = attributes[:'pulp_created']
|
|
163
163
|
end
|
|
164
164
|
|
|
165
165
|
if attributes.key?(:'no_content_change_since')
|
|
166
166
|
self.no_content_change_since = attributes[:'no_content_change_since']
|
|
167
167
|
end
|
|
168
168
|
|
|
169
|
-
if attributes.key?(:'
|
|
170
|
-
self.
|
|
169
|
+
if attributes.key?(:'pulp_href')
|
|
170
|
+
self.pulp_href = attributes[:'pulp_href']
|
|
171
171
|
end
|
|
172
172
|
|
|
173
173
|
if attributes.key?(:'pulp_last_updated')
|
|
@@ -237,12 +237,12 @@ module PulpContainerClient
|
|
|
237
237
|
self.class == o.class &&
|
|
238
238
|
hidden == o.hidden &&
|
|
239
239
|
pulp_labels == o.pulp_labels &&
|
|
240
|
-
pulp_created == o.pulp_created &&
|
|
241
|
-
pulp_href == o.pulp_href &&
|
|
242
|
-
content_guard == o.content_guard &&
|
|
243
240
|
repository == o.repository &&
|
|
244
|
-
|
|
241
|
+
content_guard == o.content_guard &&
|
|
245
242
|
name == o.name &&
|
|
243
|
+
pulp_created == o.pulp_created &&
|
|
244
|
+
no_content_change_since == o.no_content_change_since &&
|
|
245
|
+
pulp_href == o.pulp_href &&
|
|
246
246
|
pulp_last_updated == o.pulp_last_updated &&
|
|
247
247
|
base_path == o.base_path &&
|
|
248
248
|
prn == o.prn &&
|
|
@@ -263,7 +263,7 @@ module PulpContainerClient
|
|
|
263
263
|
# Calculates hash code according to all attributes.
|
|
264
264
|
# @return [Integer] Hash code
|
|
265
265
|
def hash
|
|
266
|
-
[hidden, pulp_labels,
|
|
266
|
+
[hidden, pulp_labels, repository, content_guard, name, pulp_created, no_content_change_since, pulp_href, pulp_last_updated, base_path, prn, repository_version, registry_path, remote, namespace, private, description].hash
|
|
267
267
|
end
|
|
268
268
|
|
|
269
269
|
# Builds the object from hash
|
|
@@ -20,12 +20,12 @@ module PulpContainerClient
|
|
|
20
20
|
|
|
21
21
|
attr_accessor :pulp_labels
|
|
22
22
|
|
|
23
|
-
# An optional content-guard. If none is specified, a default one will be used.
|
|
24
|
-
attr_accessor :content_guard
|
|
25
|
-
|
|
26
23
|
# The latest RepositoryVersion for this Repository will be served.
|
|
27
24
|
attr_accessor :repository
|
|
28
25
|
|
|
26
|
+
# An optional content-guard. If none is specified, a default one will be used.
|
|
27
|
+
attr_accessor :content_guard
|
|
28
|
+
|
|
29
29
|
# A unique name. Ex, `rawhide` and `stable`.
|
|
30
30
|
attr_accessor :name
|
|
31
31
|
|
|
@@ -49,8 +49,8 @@ module PulpContainerClient
|
|
|
49
49
|
{
|
|
50
50
|
:'hidden' => :'hidden',
|
|
51
51
|
:'pulp_labels' => :'pulp_labels',
|
|
52
|
-
:'content_guard' => :'content_guard',
|
|
53
52
|
:'repository' => :'repository',
|
|
53
|
+
:'content_guard' => :'content_guard',
|
|
54
54
|
:'name' => :'name',
|
|
55
55
|
:'base_path' => :'base_path',
|
|
56
56
|
:'remote' => :'remote',
|
|
@@ -65,8 +65,8 @@ module PulpContainerClient
|
|
|
65
65
|
{
|
|
66
66
|
:'hidden' => :'Boolean',
|
|
67
67
|
:'pulp_labels' => :'Hash<String, String>',
|
|
68
|
-
:'content_guard' => :'String',
|
|
69
68
|
:'repository' => :'String',
|
|
69
|
+
:'content_guard' => :'String',
|
|
70
70
|
:'name' => :'String',
|
|
71
71
|
:'base_path' => :'String',
|
|
72
72
|
:'remote' => :'String',
|
|
@@ -111,14 +111,14 @@ module PulpContainerClient
|
|
|
111
111
|
end
|
|
112
112
|
end
|
|
113
113
|
|
|
114
|
-
if attributes.key?(:'content_guard')
|
|
115
|
-
self.content_guard = attributes[:'content_guard']
|
|
116
|
-
end
|
|
117
|
-
|
|
118
114
|
if attributes.key?(:'repository')
|
|
119
115
|
self.repository = attributes[:'repository']
|
|
120
116
|
end
|
|
121
117
|
|
|
118
|
+
if attributes.key?(:'content_guard')
|
|
119
|
+
self.content_guard = attributes[:'content_guard']
|
|
120
|
+
end
|
|
121
|
+
|
|
122
122
|
if attributes.key?(:'name')
|
|
123
123
|
self.name = attributes[:'name']
|
|
124
124
|
end
|
|
@@ -234,8 +234,8 @@ module PulpContainerClient
|
|
|
234
234
|
self.class == o.class &&
|
|
235
235
|
hidden == o.hidden &&
|
|
236
236
|
pulp_labels == o.pulp_labels &&
|
|
237
|
-
content_guard == o.content_guard &&
|
|
238
237
|
repository == o.repository &&
|
|
238
|
+
content_guard == o.content_guard &&
|
|
239
239
|
name == o.name &&
|
|
240
240
|
base_path == o.base_path &&
|
|
241
241
|
remote == o.remote &&
|
|
@@ -253,7 +253,7 @@ module PulpContainerClient
|
|
|
253
253
|
# Calculates hash code according to all attributes.
|
|
254
254
|
# @return [Integer] Hash code
|
|
255
255
|
def hash
|
|
256
|
-
[hidden, pulp_labels,
|
|
256
|
+
[hidden, pulp_labels, repository, content_guard, name, base_path, remote, distributions, private, description].hash
|
|
257
257
|
end
|
|
258
258
|
|
|
259
259
|
# Builds the object from hash
|