pulp_container_client 2.20.4 → 2.20.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.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContainerContainerDistribution.md +8 -8
  4. data/docs/ContainerContainerDistributionResponse.md +10 -10
  5. data/docs/ContainerContainerPullThroughDistribution.md +8 -8
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +10 -10
  7. data/docs/ContainerContainerPushRepository.md +6 -6
  8. data/docs/ContainerContainerPushRepositoryResponse.md +12 -12
  9. data/docs/PatchedcontainerContainerDistribution.md +8 -8
  10. data/docs/PatchedcontainerContainerPullThroughDistribution.md +8 -8
  11. data/docs/PatchedcontainerContainerPushRepository.md +6 -6
  12. data/lib/pulp_container_client/models/container_container_distribution.rb +35 -35
  13. data/lib/pulp_container_client/models/container_container_distribution_response.rb +46 -46
  14. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +35 -35
  15. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +46 -46
  16. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +20 -20
  17. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +20 -20
  18. data/lib/pulp_container_client/models/container_container_push_repository.rb +42 -42
  19. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +52 -52
  20. data/lib/pulp_container_client/models/container_container_remote.rb +20 -20
  21. data/lib/pulp_container_client/models/container_container_remote_response.rb +20 -20
  22. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +35 -35
  23. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +35 -35
  24. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +20 -20
  25. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +42 -42
  26. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +20 -20
  27. data/lib/pulp_container_client/version.rb +1 -1
  28. data/spec/models/container_container_distribution_response_spec.rb +7 -7
  29. data/spec/models/container_container_distribution_spec.rb +5 -5
  30. data/spec/models/container_container_pull_through_distribution_response_spec.rb +7 -7
  31. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  32. data/spec/models/container_container_push_repository_response_spec.rb +10 -10
  33. data/spec/models/container_container_push_repository_spec.rb +5 -5
  34. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  35. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  36. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  37. metadata +64 -64
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c6869990bff182936649a7d38a16cea9e461bf1f1f47eb62e3ae0ba26f36a63
4
- data.tar.gz: 34f6842f367e72d94f87c98d2b436b95dadd826c6857ce5fe6ba40b4963d9ad5
3
+ metadata.gz: 6b701452e36c4a4de0ed2453680493a09268068b255200f3edd249d7fd022956
4
+ data.tar.gz: 06db3f26a89a582f38f10b2264afaa4aa3005bc42838733e4de8ae08420a9b8e
5
5
  SHA512:
6
- metadata.gz: b5840015946e5d400536ff4ce61a31db6c4621f0365bf2520074cc9e1406a2d7dbb476f028c52c9344ec01f8d21b1db5f2f8eb36d9e32d978f86a05908cba1c3
7
- data.tar.gz: 7e2cd7f774b8f9e8254f74003f2a2bad6184767dff839a383e4147a27b6d0854b6a472121b3da9017e0aaf8508dbb7f570561c620ba38d19159909a2e7e6586a
6
+ metadata.gz: 0c6059288f40678ae206ebe9559ffc6de17cec60aa86a6ff1a20f921e81bdb1f54beb90dbd14fdff1e9de24753d182579036bdd19daf99dd9b1f27e7b05f89e3
7
+ data.tar.gz: 0cac9dd2993d528dbb36b1f2b2f23c859531037005986debc9c22c6f1c0b11a53b448a2ff0a8df1156f9fc4cb892820942def1a1bda153243908fc088357ff73
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.20.4
10
+ - Package version: 2.20.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.20.4.gem
27
+ gem install ./pulp_container_client-2.20.5.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.20.4.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.20.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.20.4'
36
+ gem 'pulp_container_client', '~> 2.20.5'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
10
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
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\") |
12
9
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
10
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
12
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [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(hidden: null,
23
- repository: null,
22
+ instance = PulpContainerClient::ContainerContainerDistribution.new(pulp_labels: null,
24
23
  base_path: null,
25
- pulp_labels: null,
26
- name: null,
27
24
  content_guard: null,
25
+ hidden: null,
26
+ name: null,
27
+ repository: null,
28
28
  repository_version: null,
29
29
  private: null,
30
30
  description: null)
@@ -4,15 +4,15 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
9
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
10
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
11
  **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]
12
- **pulp_labels** | **Hash<String, String>** | | [optional]
13
12
  **pulp_href** | **String** | | [optional] [readonly]
13
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
14
14
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
15
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
15
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
16
16
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
17
17
  **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
18
18
  **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] [readonly]
@@ -25,15 +25,15 @@ Name | Type | Description | Notes
25
25
  ```ruby
26
26
  require 'PulpContainerClient'
27
27
 
28
- instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_created: null,
29
- hidden: null,
30
- repository: null,
28
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_labels: null,
31
29
  base_path: null,
30
+ content_guard: null,
31
+ pulp_created: null,
32
32
  pulp_last_updated: null,
33
- pulp_labels: null,
34
33
  pulp_href: null,
34
+ hidden: null,
35
35
  name: null,
36
- content_guard: null,
36
+ repository: null,
37
37
  repository_version: null,
38
38
  registry_path: null,
39
39
  remote: null,
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
10
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
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\") |
12
9
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
10
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
12
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [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(hidden: null,
24
- repository: null,
23
+ instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(pulp_labels: null,
25
24
  base_path: null,
26
- pulp_labels: null,
27
- name: null,
28
25
  content_guard: null,
26
+ hidden: null,
27
+ name: null,
28
+ repository: null,
29
29
  remote: null,
30
30
  distributions: null,
31
31
  private: null,
@@ -4,15 +4,15 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
9
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
10
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
11
  **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]
12
- **pulp_labels** | **Hash<String, String>** | | [optional]
13
12
  **pulp_href** | **String** | | [optional] [readonly]
13
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
14
14
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
15
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
15
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
16
16
  **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. |
17
17
  **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional]
18
18
  **namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
@@ -24,15 +24,15 @@ Name | Type | Description | Notes
24
24
  ```ruby
25
25
  require 'PulpContainerClient'
26
26
 
27
- instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(pulp_created: null,
28
- hidden: null,
29
- repository: null,
27
+ instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(pulp_labels: null,
30
28
  base_path: null,
29
+ content_guard: null,
30
+ pulp_created: null,
31
31
  pulp_last_updated: null,
32
- pulp_labels: null,
33
32
  pulp_href: null,
33
+ hidden: null,
34
34
  name: null,
35
- content_guard: null,
35
+ repository: null,
36
36
  remote: null,
37
37
  distributions: null,
38
38
  namespace: null,
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
8
+ **description** | **String** | An optional description. | [optional]
7
9
  **name** | **String** | A unique name for this repository. |
8
10
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
9
- **pulp_labels** | **Hash<String, String>** | | [optional]
10
11
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
- **description** | **String** | An optional description. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::ContainerContainerPushRepository.new(name: null,
18
+ instance = PulpContainerClient::ContainerContainerPushRepository.new(pulp_labels: null,
19
+ description: null,
20
+ name: null,
19
21
  manifest_signing_service: null,
20
- pulp_labels: null,
21
- retain_repo_versions: null,
22
- description: null)
22
+ retain_repo_versions: null)
23
23
  ```
24
24
 
25
25
 
@@ -4,32 +4,32 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **versions_href** | **String** | | [optional] [readonly]
8
+ **pulp_labels** | **Hash<String, String>** | | [optional]
7
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
+ **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]
11
+ **pulp_href** | **String** | | [optional] [readonly]
12
+ **description** | **String** | An optional description. | [optional]
8
13
  **name** | **String** | A unique name for this repository. |
9
14
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
10
- **versions_href** | **String** | | [optional] [readonly]
11
- **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]
12
- **pulp_labels** | **Hash<String, String>** | | [optional]
13
15
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
14
- **pulp_href** | **String** | | [optional] [readonly]
15
16
  **latest_version_href** | **String** | | [optional] [readonly]
16
- **description** | **String** | An optional description. | [optional]
17
17
 
18
18
  ## Code Sample
19
19
 
20
20
  ```ruby
21
21
  require 'PulpContainerClient'
22
22
 
23
- instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_created: null,
23
+ instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(versions_href: null,
24
+ pulp_labels: null,
25
+ pulp_created: null,
26
+ pulp_last_updated: null,
27
+ pulp_href: null,
28
+ description: null,
24
29
  name: null,
25
30
  manifest_signing_service: null,
26
- versions_href: null,
27
- pulp_last_updated: null,
28
- pulp_labels: null,
29
31
  retain_repo_versions: null,
30
- pulp_href: null,
31
- latest_version_href: null,
32
- description: null)
32
+ latest_version_href: null)
33
33
  ```
34
34
 
35
35
 
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
10
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [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\") | [optional]
12
9
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
10
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
12
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [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(hidden: null,
23
- repository: null,
22
+ instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(pulp_labels: null,
24
23
  base_path: null,
25
- pulp_labels: null,
26
- name: null,
27
24
  content_guard: null,
25
+ hidden: null,
26
+ name: null,
27
+ repository: 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
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
10
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [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\") | [optional]
12
9
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
10
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
12
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [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(hidden: null,
24
- repository: null,
23
+ instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(pulp_labels: null,
25
24
  base_path: null,
26
- pulp_labels: null,
27
- name: null,
28
25
  content_guard: null,
26
+ hidden: null,
27
+ name: null,
28
+ repository: null,
29
29
  remote: null,
30
30
  distributions: null,
31
31
  private: null,
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
8
+ **description** | **String** | An optional description. | [optional]
7
9
  **name** | **String** | A unique name for this repository. | [optional]
8
10
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
9
- **pulp_labels** | **Hash<String, String>** | | [optional]
10
11
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
- **description** | **String** | An optional description. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(name: null,
18
+ instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(pulp_labels: null,
19
+ description: null,
20
+ name: null,
19
21
  manifest_signing_service: null,
20
- pulp_labels: null,
21
- retain_repo_versions: null,
22
- description: null)
22
+ retain_repo_versions: null)
23
23
  ```
24
24
 
25
25
 
@@ -15,22 +15,22 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistribution
18
- # Whether this distribution should be shown in the content app.
19
- attr_accessor :hidden
20
-
21
- # The latest RepositoryVersion for this Repository will be served.
22
- attr_accessor :repository
18
+ attr_accessor :pulp_labels
23
19
 
24
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\")
25
21
  attr_accessor :base_path
26
22
 
27
- attr_accessor :pulp_labels
23
+ # An optional content-guard. If none is specified, a default one will be used.
24
+ attr_accessor :content_guard
25
+
26
+ # Whether this distribution should be shown in the content app.
27
+ attr_accessor :hidden
28
28
 
29
29
  # A unique name. Ex, `rawhide` and `stable`.
30
30
  attr_accessor :name
31
31
 
32
- # An optional content-guard. If none is specified, a default one will be used.
33
- attr_accessor :content_guard
32
+ # The latest RepositoryVersion for this Repository will be served.
33
+ attr_accessor :repository
34
34
 
35
35
  # RepositoryVersion to be served
36
36
  attr_accessor :repository_version
@@ -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
- :'hidden' => :'hidden',
48
- :'repository' => :'repository',
49
- :'base_path' => :'base_path',
50
47
  :'pulp_labels' => :'pulp_labels',
51
- :'name' => :'name',
48
+ :'base_path' => :'base_path',
52
49
  :'content_guard' => :'content_guard',
50
+ :'hidden' => :'hidden',
51
+ :'name' => :'name',
52
+ :'repository' => :'repository',
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
- :'hidden' => :'Boolean',
63
- :'repository' => :'String',
64
- :'base_path' => :'String',
65
62
  :'pulp_labels' => :'Hash<String, String>',
66
- :'name' => :'String',
63
+ :'base_path' => :'String',
67
64
  :'content_guard' => :'String',
65
+ :'hidden' => :'Boolean',
66
+ :'name' => :'String',
67
+ :'repository' => :'String',
68
68
  :'repository_version' => :'String',
69
69
  :'private' => :'Boolean',
70
70
  :'description' => :'String'
@@ -95,32 +95,32 @@ module PulpContainerClient
95
95
  h[k.to_sym] = v
96
96
  }
97
97
 
98
- if attributes.key?(:'hidden')
99
- self.hidden = attributes[:'hidden']
100
- else
101
- self.hidden = false
102
- end
103
-
104
- if attributes.key?(:'repository')
105
- self.repository = attributes[:'repository']
98
+ if attributes.key?(:'pulp_labels')
99
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
100
+ self.pulp_labels = value
101
+ end
106
102
  end
107
103
 
108
104
  if attributes.key?(:'base_path')
109
105
  self.base_path = attributes[:'base_path']
110
106
  end
111
107
 
112
- if attributes.key?(:'pulp_labels')
113
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
114
- self.pulp_labels = value
115
- end
108
+ if attributes.key?(:'content_guard')
109
+ self.content_guard = attributes[:'content_guard']
110
+ end
111
+
112
+ if attributes.key?(:'hidden')
113
+ self.hidden = attributes[:'hidden']
114
+ else
115
+ self.hidden = false
116
116
  end
117
117
 
118
118
  if attributes.key?(:'name')
119
119
  self.name = attributes[:'name']
120
120
  end
121
121
 
122
- if attributes.key?(:'content_guard')
123
- self.content_guard = attributes[:'content_guard']
122
+ if attributes.key?(:'repository')
123
+ self.repository = attributes[:'repository']
124
124
  end
125
125
 
126
126
  if attributes.key?(:'repository_version')
@@ -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
- hidden == o.hidden &&
221
- repository == o.repository &&
222
- base_path == o.base_path &&
223
220
  pulp_labels == o.pulp_labels &&
224
- name == o.name &&
221
+ base_path == o.base_path &&
225
222
  content_guard == o.content_guard &&
223
+ hidden == o.hidden &&
224
+ name == o.name &&
225
+ repository == o.repository &&
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
- [hidden, repository, base_path, pulp_labels, name, content_guard, repository_version, private, description].hash
240
+ [pulp_labels, base_path, content_guard, hidden, name, repository, repository_version, private, description].hash
241
241
  end
242
242
 
243
243
  # Builds the object from hash