pulp_container_client 2.18.0 → 2.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContainerContainerDistribution.md +5 -5
- data/docs/ContainerContainerDistributionResponse.md +8 -8
- data/docs/ContainerContainerPullThroughDistribution.md +5 -5
- data/docs/ContainerContainerPullThroughDistributionResponse.md +8 -8
- data/docs/ContainerContainerPushRepository.md +5 -5
- data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
- data/docs/ContainerManifestResponse.md +9 -1
- data/docs/ContentManifestsApi.md +6 -2
- data/docs/PatchedcontainerContainerDistribution.md +5 -5
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +5 -5
- data/docs/PatchedcontainerContainerPushRepository.md +5 -5
- data/lib/pulp_container_client/api/content_manifests_api.rb +9 -3
- data/lib/pulp_container_client/models/container_container_distribution.rb +21 -21
- 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 +21 -21
- 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 +49 -49
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +55 -55
- data/lib/pulp_container_client/models/container_manifest_response.rb +48 -4
- 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 +41 -41
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/api/content_manifests_api_spec.rb +3 -1
- data/spec/models/container_container_distribution_response_spec.rb +6 -6
- data/spec/models/container_container_distribution_spec.rb +4 -4
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +6 -6
- data/spec/models/container_container_pull_through_distribution_spec.rb +4 -4
- data/spec/models/container_container_push_repository_response_spec.rb +9 -9
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- data/spec/models/container_manifest_response_spec.rb +24 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- metadata +61 -61
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ae0b833f3159584bb78f5a6311947cd59544d8b258138595e4e542cb14fac32
|
|
4
|
+
data.tar.gz: c45fdd7af45a7afa5e6bcc9e1854e2a2043d5b52607f521221e21fdc4c226bb4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b5697edc8490db6a92688b5ca71d5e5a22c7bcc879654762c60574067aeb7965dbd6e3d87f021cdbc136d95aa49c703a9042ec06fefe5e47defea6fc788e64e
|
|
7
|
+
data.tar.gz: 8ea7700bb39d7d981ccd90a938de8b3f163e69878f96d3362bb98ab802c2bd15611573ea9854bb5e722cbb13ccfb4dce3fa1ece49f7071ede0e83cdc424ff9cb
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: v3
|
|
10
|
-
- Package version: 2.
|
|
10
|
+
- Package version: 2.19.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
13
13
|
|
|
@@ -24,16 +24,16 @@ gem build pulp_container_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_container_client-2.
|
|
27
|
+
gem install ./pulp_container_client-2.19.0.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_container_client-2.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_container_client-2.19.0.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'pulp_container_client', '~> 2.
|
|
36
|
+
gem 'pulp_container_client', '~> 2.19.0'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
8
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
9
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
10
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
11
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
12
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
12
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
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
|
-
|
|
22
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(base_path: null,
|
|
23
|
+
content_guard: null,
|
|
24
24
|
hidden: null,
|
|
25
25
|
pulp_labels: null,
|
|
26
|
-
name: null,
|
|
27
26
|
repository: null,
|
|
27
|
+
name: 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
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
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
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]
|
|
10
11
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
11
12
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
12
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
13
13
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
14
|
-
**
|
|
14
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
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(
|
|
27
|
+
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_href: null,
|
|
28
28
|
base_path: null,
|
|
29
|
-
|
|
29
|
+
content_guard: null,
|
|
30
|
+
pulp_created: null,
|
|
30
31
|
hidden: null,
|
|
31
32
|
pulp_labels: null,
|
|
32
|
-
name: null,
|
|
33
33
|
repository: null,
|
|
34
|
-
|
|
34
|
+
name: 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
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
8
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
9
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
10
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
11
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
12
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
12
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
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
|
-
|
|
23
|
+
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(base_path: null,
|
|
24
|
+
content_guard: null,
|
|
25
25
|
hidden: null,
|
|
26
26
|
pulp_labels: null,
|
|
27
|
-
name: null,
|
|
28
27
|
repository: null,
|
|
28
|
+
name: 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
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
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
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]
|
|
10
11
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
11
12
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
12
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
13
13
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
14
|
-
**
|
|
14
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
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(
|
|
26
|
+
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(pulp_href: null,
|
|
27
27
|
base_path: null,
|
|
28
|
-
|
|
28
|
+
content_guard: null,
|
|
29
|
+
pulp_created: null,
|
|
29
30
|
hidden: null,
|
|
30
31
|
pulp_labels: null,
|
|
31
|
-
name: null,
|
|
32
32
|
repository: null,
|
|
33
|
-
|
|
33
|
+
name: null,
|
|
34
34
|
remote: null,
|
|
35
35
|
distributions: null,
|
|
36
36
|
namespace: null,
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
8
|
-
**name** | **String** | A unique name for this repository. |
|
|
9
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
10
8
|
**description** | **String** | An optional description. | [optional]
|
|
11
9
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
10
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
11
|
+
**name** | **String** | A unique name for this repository. |
|
|
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(manifest_signing_service: null,
|
|
19
|
-
name: null,
|
|
20
|
-
retain_repo_versions: null,
|
|
21
19
|
description: null,
|
|
22
|
-
pulp_labels: null
|
|
20
|
+
pulp_labels: null,
|
|
21
|
+
retain_repo_versions: null,
|
|
22
|
+
name: null)
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
|
|
@@ -4,30 +4,30 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
8
|
-
**latest_version_href** | **String** | | [optional] [readonly]
|
|
9
|
-
**name** | **String** | A unique name for this repository. |
|
|
10
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
11
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
12
|
-
**
|
|
13
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
8
|
+
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
14
9
|
**versions_href** | **String** | | [optional] [readonly]
|
|
10
|
+
**description** | **String** | An optional description. | [optional]
|
|
15
11
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
12
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
13
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
14
|
+
**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
|
-
|
|
25
|
-
retain_repo_versions: null,
|
|
26
|
-
pulp_href: null,
|
|
22
|
+
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_href: null,
|
|
23
|
+
manifest_signing_service: null,
|
|
24
|
+
versions_href: null,
|
|
27
25
|
description: null,
|
|
26
|
+
pulp_created: null,
|
|
28
27
|
pulp_labels: null,
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
retain_repo_versions: null,
|
|
29
|
+
name: null,
|
|
30
|
+
latest_version_href: null)
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
|
|
@@ -13,6 +13,10 @@ Name | Type | Description | Notes
|
|
|
13
13
|
**listed_manifests** | **Array<String>** | Manifests that are referenced by this Manifest List |
|
|
14
14
|
**config_blob** | **String** | Blob that contains configuration for this Manifest | [optional]
|
|
15
15
|
**blobs** | **Array<String>** | Blobs that are referenced by this Manifest |
|
|
16
|
+
**annotations** | [**Object**](.md) | Property that contains arbitrary metadata stored inside the image manifest. | [optional] [readonly]
|
|
17
|
+
**labels** | [**Object**](.md) | Property describing metadata stored inside the image configuration | [optional] [readonly]
|
|
18
|
+
**is_bootable** | **Boolean** | A boolean determining whether users can boot from an image or not. | [optional] [default to false]
|
|
19
|
+
**is_flatpak** | **Boolean** | A boolean determining whether the image bundles a Flatpak application | [optional] [default to false]
|
|
16
20
|
|
|
17
21
|
## Code Sample
|
|
18
22
|
|
|
@@ -27,7 +31,11 @@ instance = PulpContainerClient::ContainerManifestResponse.new(pulp_href: null,
|
|
|
27
31
|
media_type: null,
|
|
28
32
|
listed_manifests: null,
|
|
29
33
|
config_blob: null,
|
|
30
|
-
blobs: null
|
|
34
|
+
blobs: null,
|
|
35
|
+
annotations: null,
|
|
36
|
+
labels: null,
|
|
37
|
+
is_bootable: null,
|
|
38
|
+
is_flatpak: null)
|
|
31
39
|
```
|
|
32
40
|
|
|
33
41
|
|
data/docs/ContentManifestsApi.md
CHANGED
|
@@ -33,10 +33,12 @@ api_instance = PulpContainerClient::ContentManifestsApi.new
|
|
|
33
33
|
opts = {
|
|
34
34
|
digest: 'digest_example', # String | Filter results where digest matches value
|
|
35
35
|
digest__in: ['digest__in_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
|
36
|
+
is_bootable: true, # Boolean | Filter results where is_bootable matches value
|
|
37
|
+
is_flatpak: true, # Boolean | Filter results where is_flatpak matches value
|
|
36
38
|
limit: 56, # Integer | Number of results to return per page.
|
|
37
39
|
media_type: ['media_type_example'], # Array<String> | * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json
|
|
38
40
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
39
|
-
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
41
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
40
42
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
41
43
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
42
44
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
@@ -64,10 +66,12 @@ Name | Type | Description | Notes
|
|
|
64
66
|
------------- | ------------- | ------------- | -------------
|
|
65
67
|
**digest** | **String**| Filter results where digest matches value | [optional]
|
|
66
68
|
**digest__in** | [**Array<String>**](String.md)| Filter results where digest is in a comma-separated list of values | [optional]
|
|
69
|
+
**is_bootable** | **Boolean**| Filter results where is_bootable matches value | [optional]
|
|
70
|
+
**is_flatpak** | **Boolean**| Filter results where is_flatpak matches value | [optional]
|
|
67
71
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
68
72
|
**media_type** | [**Array<String>**](String.md)| * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json | [optional]
|
|
69
73
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
70
|
-
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
74
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
71
75
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
|
72
76
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
73
77
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
8
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
9
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
10
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
11
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
|
12
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
12
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [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
|
-
|
|
22
|
+
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(base_path: null,
|
|
23
|
+
content_guard: null,
|
|
24
24
|
hidden: null,
|
|
25
25
|
pulp_labels: null,
|
|
26
|
-
name: null,
|
|
27
26
|
repository: null,
|
|
27
|
+
name: 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
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
8
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
9
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
10
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
11
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
|
12
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
12
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [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
|
-
|
|
23
|
+
instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(base_path: null,
|
|
24
|
+
content_guard: null,
|
|
25
25
|
hidden: null,
|
|
26
26
|
pulp_labels: null,
|
|
27
|
-
name: null,
|
|
28
27
|
repository: null,
|
|
28
|
+
name: null,
|
|
29
29
|
remote: null,
|
|
30
30
|
distributions: null,
|
|
31
31
|
private: null,
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
8
|
-
**name** | **String** | A unique name for this repository. | [optional]
|
|
9
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
10
8
|
**description** | **String** | An optional description. | [optional]
|
|
11
9
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
10
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
11
|
+
**name** | **String** | A unique name for this repository. | [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(manifest_signing_service: null,
|
|
19
|
-
name: null,
|
|
20
|
-
retain_repo_versions: null,
|
|
21
19
|
description: null,
|
|
22
|
-
pulp_labels: null
|
|
20
|
+
pulp_labels: null,
|
|
21
|
+
retain_repo_versions: null,
|
|
22
|
+
name: null)
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
|
|
@@ -24,10 +24,12 @@ module PulpContainerClient
|
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
25
|
# @option opts [String] :digest Filter results where digest matches value
|
|
26
26
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
|
27
|
+
# @option opts [Boolean] :is_bootable Filter results where is_bootable matches value
|
|
28
|
+
# @option opts [Boolean] :is_flatpak Filter results where is_flatpak matches value
|
|
27
29
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
28
30
|
# @option opts [Array<String>] :media_type * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json
|
|
29
31
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
30
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
32
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
31
33
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
32
34
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
33
35
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
@@ -48,10 +50,12 @@ module PulpContainerClient
|
|
|
48
50
|
# @param [Hash] opts the optional parameters
|
|
49
51
|
# @option opts [String] :digest Filter results where digest matches value
|
|
50
52
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
|
53
|
+
# @option opts [Boolean] :is_bootable Filter results where is_bootable matches value
|
|
54
|
+
# @option opts [Boolean] :is_flatpak Filter results where is_flatpak matches value
|
|
51
55
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
52
56
|
# @option opts [Array<String>] :media_type * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json
|
|
53
57
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
54
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
58
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
55
59
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
56
60
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
57
61
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
@@ -70,7 +74,7 @@ module PulpContainerClient
|
|
|
70
74
|
if @api_client.config.client_side_validation && opts[:'media_type'] && !opts[:'media_type'].all? { |item| allowable_values.include?(item) }
|
|
71
75
|
fail ArgumentError, "invalid value for \"media_type\", must include one of #{allowable_values}"
|
|
72
76
|
end
|
|
73
|
-
allowable_values = ["-digest", "-media_type", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-schema_version", "-timestamp_of_interest", "-upstream_id", "digest", "media_type", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "schema_version", "timestamp_of_interest", "upstream_id"]
|
|
77
|
+
allowable_values = ["-annotations", "-digest", "-is_bootable", "-is_flatpak", "-labels", "-media_type", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-schema_version", "-timestamp_of_interest", "-upstream_id", "annotations", "digest", "is_bootable", "is_flatpak", "labels", "media_type", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "schema_version", "timestamp_of_interest", "upstream_id"]
|
|
74
78
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
75
79
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
76
80
|
end
|
|
@@ -81,6 +85,8 @@ module PulpContainerClient
|
|
|
81
85
|
query_params = opts[:query_params] || {}
|
|
82
86
|
query_params[:'digest'] = opts[:'digest'] if !opts[:'digest'].nil?
|
|
83
87
|
query_params[:'digest__in'] = @api_client.build_collection_param(opts[:'digest__in'], :csv) if !opts[:'digest__in'].nil?
|
|
88
|
+
query_params[:'is_bootable'] = opts[:'is_bootable'] if !opts[:'is_bootable'].nil?
|
|
89
|
+
query_params[:'is_flatpak'] = opts[:'is_flatpak'] if !opts[:'is_flatpak'].nil?
|
|
84
90
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
85
91
|
query_params[:'media_type'] = @api_client.build_collection_param(opts[:'media_type'], :multi) if !opts[:'media_type'].nil?
|
|
86
92
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
@@ -15,23 +15,23 @@ require 'date'
|
|
|
15
15
|
module PulpContainerClient
|
|
16
16
|
# A serializer for ContainerDistribution.
|
|
17
17
|
class ContainerContainerDistribution
|
|
18
|
-
# An optional content-guard. If none is specified, a default one will be used.
|
|
19
|
-
attr_accessor :content_guard
|
|
20
|
-
|
|
21
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\")
|
|
22
19
|
attr_accessor :base_path
|
|
23
20
|
|
|
21
|
+
# An optional content-guard. If none is specified, a default one will be used.
|
|
22
|
+
attr_accessor :content_guard
|
|
23
|
+
|
|
24
24
|
# Whether this distribution should be shown in the content app.
|
|
25
25
|
attr_accessor :hidden
|
|
26
26
|
|
|
27
27
|
attr_accessor :pulp_labels
|
|
28
28
|
|
|
29
|
-
# A unique name. Ex, `rawhide` and `stable`.
|
|
30
|
-
attr_accessor :name
|
|
31
|
-
|
|
32
29
|
# The latest RepositoryVersion for this Repository will be served.
|
|
33
30
|
attr_accessor :repository
|
|
34
31
|
|
|
32
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
|
33
|
+
attr_accessor :name
|
|
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
|
-
:'content_guard' => :'content_guard',
|
|
48
47
|
:'base_path' => :'base_path',
|
|
48
|
+
:'content_guard' => :'content_guard',
|
|
49
49
|
:'hidden' => :'hidden',
|
|
50
50
|
:'pulp_labels' => :'pulp_labels',
|
|
51
|
-
:'name' => :'name',
|
|
52
51
|
:'repository' => :'repository',
|
|
52
|
+
:'name' => :'name',
|
|
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
|
-
:'content_guard' => :'String',
|
|
63
62
|
:'base_path' => :'String',
|
|
63
|
+
:'content_guard' => :'String',
|
|
64
64
|
:'hidden' => :'Boolean',
|
|
65
65
|
:'pulp_labels' => :'Hash<String, String>',
|
|
66
|
-
:'name' => :'String',
|
|
67
66
|
:'repository' => :'String',
|
|
67
|
+
:'name' => :'String',
|
|
68
68
|
:'repository_version' => :'String',
|
|
69
69
|
:'private' => :'Boolean',
|
|
70
70
|
:'description' => :'String'
|
|
@@ -95,14 +95,14 @@ module PulpContainerClient
|
|
|
95
95
|
h[k.to_sym] = v
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
if attributes.key?(:'content_guard')
|
|
99
|
-
self.content_guard = attributes[:'content_guard']
|
|
100
|
-
end
|
|
101
|
-
|
|
102
98
|
if attributes.key?(:'base_path')
|
|
103
99
|
self.base_path = attributes[:'base_path']
|
|
104
100
|
end
|
|
105
101
|
|
|
102
|
+
if attributes.key?(:'content_guard')
|
|
103
|
+
self.content_guard = attributes[:'content_guard']
|
|
104
|
+
end
|
|
105
|
+
|
|
106
106
|
if attributes.key?(:'hidden')
|
|
107
107
|
self.hidden = attributes[:'hidden']
|
|
108
108
|
else
|
|
@@ -115,14 +115,14 @@ module PulpContainerClient
|
|
|
115
115
|
end
|
|
116
116
|
end
|
|
117
117
|
|
|
118
|
-
if attributes.key?(:'name')
|
|
119
|
-
self.name = attributes[:'name']
|
|
120
|
-
end
|
|
121
|
-
|
|
122
118
|
if attributes.key?(:'repository')
|
|
123
119
|
self.repository = attributes[:'repository']
|
|
124
120
|
end
|
|
125
121
|
|
|
122
|
+
if attributes.key?(:'name')
|
|
123
|
+
self.name = attributes[:'name']
|
|
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
|
-
content_guard == o.content_guard &&
|
|
221
220
|
base_path == o.base_path &&
|
|
221
|
+
content_guard == o.content_guard &&
|
|
222
222
|
hidden == o.hidden &&
|
|
223
223
|
pulp_labels == o.pulp_labels &&
|
|
224
|
-
name == o.name &&
|
|
225
224
|
repository == o.repository &&
|
|
225
|
+
name == o.name &&
|
|
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
|
+
[base_path, content_guard, hidden, pulp_labels, repository, name, repository_version, private, description].hash
|
|
241
241
|
end
|
|
242
242
|
|
|
243
243
|
# Builds the object from hash
|