pulp_container_client 2.27.3 → 2.27.4

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 (46) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContainerContainerDistribution.md +6 -6
  4. data/docs/ContainerContainerDistributionResponse.md +14 -12
  5. data/docs/ContainerContainerPullThroughDistribution.md +8 -6
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +16 -12
  7. data/docs/ContainerContainerPushRepository.md +8 -6
  8. data/docs/ContainerContainerPushRepositoryResponse.md +16 -14
  9. data/docs/ContainerContainerRepository.md +2 -0
  10. data/docs/ContainerContainerRepositoryResponse.md +2 -0
  11. data/docs/PatchedcontainerContainerDistribution.md +6 -6
  12. data/docs/PatchedcontainerContainerPullThroughDistribution.md +8 -6
  13. data/docs/PatchedcontainerContainerPushRepository.md +8 -6
  14. data/docs/PatchedcontainerContainerRepository.md +2 -0
  15. data/docs/RepositoriesContainerApi.md +18 -2
  16. data/docs/RepositoriesContainerPushApi.md +18 -2
  17. data/lib/pulp_container_client/api/repositories_container_api.rb +27 -3
  18. data/lib/pulp_container_client/api/repositories_container_push_api.rb +27 -3
  19. data/lib/pulp_container_client/models/container_container_distribution.rb +34 -34
  20. data/lib/pulp_container_client/models/container_container_distribution_response.rb +73 -63
  21. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +45 -34
  22. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +82 -61
  23. data/lib/pulp_container_client/models/container_container_push_repository.rb +60 -34
  24. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +86 -60
  25. data/lib/pulp_container_client/models/container_container_repository.rb +27 -1
  26. data/lib/pulp_container_client/models/container_container_repository_response.rb +27 -1
  27. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +34 -34
  28. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +43 -32
  29. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +58 -32
  30. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +27 -1
  31. data/lib/pulp_container_client/version.rb +1 -1
  32. data/spec/api/repositories_container_api_spec.rb +9 -1
  33. data/spec/api/repositories_container_push_api_spec.rb +9 -1
  34. data/spec/models/container_container_distribution_response_spec.rb +17 -11
  35. data/spec/models/container_container_distribution_spec.rb +7 -7
  36. data/spec/models/container_container_pull_through_distribution_response_spec.rb +22 -10
  37. data/spec/models/container_container_pull_through_distribution_spec.rb +12 -6
  38. data/spec/models/container_container_push_repository_response_spec.rb +15 -9
  39. data/spec/models/container_container_push_repository_spec.rb +9 -3
  40. data/spec/models/container_container_repository_response_spec.rb +6 -0
  41. data/spec/models/container_container_repository_spec.rb +6 -0
  42. data/spec/models/patchedcontainer_container_distribution_spec.rb +7 -7
  43. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +12 -6
  44. data/spec/models/patchedcontainer_container_push_repository_spec.rb +9 -3
  45. data/spec/models/patchedcontainer_container_repository_spec.rb +6 -0
  46. metadata +59 -59
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82fbd6a742be8de5e8117664f4c64bdb6aeed942f9cb45ae4f52a371185bcb58
4
- data.tar.gz: f022063c2f3b6bdb5320c1e7bb5067b4cbdc9ad1e5c28bd3be24767c37fd8200
3
+ metadata.gz: 631b71691ed1a035af86ecc17445aa1347f07683bb6e7ac6af6a12813e2dc250
4
+ data.tar.gz: d3a152800f2c0f6d4043e479e76b5a68facad26daf43bc89d56e191cf318f1e5
5
5
  SHA512:
6
- metadata.gz: a0380788ef15af5af6d2fe66541a513969c8dfed957f570876c19a3b66f05bc9417fbb24cbadbd8c87618702b37b790df00813ab6adc821d52b040351b53deb9
7
- data.tar.gz: dc786166ff7e2423d8fc2cc3846c2038137870cc613049468848035cdd64e959a14e822542d5732dcf8c8cf3960b4e4449aa192530471d06a507bd8dea0e27ca
6
+ metadata.gz: 8943d543b6dc7872b4f845815279840ab1fe992b97d85e207997e30fe5079329f5f8e0da0fb30f125a36c460145952d183b18b9dd9c0d398ffb2307d47c66804
7
+ data.tar.gz: 8a0276756f962ca181bcb99c9ee701bca27439b625c144b3ae6dae8d79a0525826a62b2eb774e02fd367237bf0ebb63a98f2ed9beabfbf13f747e2ca48b85772
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.27.3
10
+ - Package version: 2.27.4
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulp_container_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_container_client-2.27.3.gem
28
+ gem install ./pulp_container_client-2.27.4.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_container_client-2.27.3.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_container_client-2.27.4.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulp_container_client', '~> 2.27.3'
37
+ gem 'pulp_container_client', '~> 2.27.4'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -4,13 +4,13 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
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] |
10
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\") | |
11
8
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
12
9
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
10
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
11
+ | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
13
12
  | **repository_version** | **String** | RepositoryVersion to be served | [optional] |
13
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
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] |
16
16
 
@@ -20,13 +20,13 @@
20
20
  require 'pulp_container_client'
21
21
 
22
22
  instance = PulpContainerClient::ContainerContainerDistribution.new(
23
- pulp_labels: null,
24
- hidden: null,
25
- repository: null,
26
23
  base_path: null,
27
24
  name: null,
28
25
  content_guard: null,
26
+ pulp_labels: null,
27
+ repository: null,
29
28
  repository_version: null,
29
+ hidden: null,
30
30
  private: null,
31
31
  description: null
32
32
  )
@@ -4,18 +4,19 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
8
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
9
7
  | **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] |
10
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
11
8
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
12
- | **pulp_last_updated** | **Time** | 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] |
13
- | **pulp_href** | **String** | | [optional][readonly] |
14
- | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
15
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\") | |
16
10
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
17
11
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
12
+ | **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
13
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
14
+ | **pulp_href** | **String** | | [optional][readonly] |
15
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
16
+ | **pulp_last_updated** | **Time** | 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] |
17
+ | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
18
18
  | **repository_version** | **String** | RepositoryVersion to be served | [optional] |
19
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
19
20
  | **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional][readonly] |
20
21
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional][readonly] |
21
22
  | **namespace** | **String** | Namespace this distribution belongs to. | [optional][readonly] |
@@ -28,18 +29,19 @@
28
29
  require 'pulp_container_client'
29
30
 
30
31
  instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
31
- pulp_created: null,
32
- pulp_labels: null,
33
32
  no_content_change_since: null,
34
- hidden: null,
35
33
  prn: null,
36
- pulp_last_updated: null,
37
- pulp_href: null,
38
- repository: null,
39
34
  base_path: null,
40
35
  name: null,
41
36
  content_guard: null,
37
+ content_guard_prn: null,
38
+ pulp_labels: null,
39
+ pulp_href: null,
40
+ pulp_created: null,
41
+ pulp_last_updated: null,
42
+ repository: null,
42
43
  repository_version: null,
44
+ hidden: null,
43
45
  registry_path: null,
44
46
  remote: null,
45
47
  namespace: null,
@@ -4,12 +4,13 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
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] |
10
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\") | |
11
8
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
12
9
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
10
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
11
+ | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
12
+ | **repository_version** | **String** | RepositoryVersion to be served | [optional] |
13
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
13
14
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
14
15
  | **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
15
16
  | **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional] |
@@ -21,12 +22,13 @@
21
22
  require 'pulp_container_client'
22
23
 
23
24
  instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
24
- pulp_labels: null,
25
- hidden: null,
26
- repository: null,
27
25
  base_path: null,
28
26
  name: null,
29
27
  content_guard: null,
28
+ pulp_labels: null,
29
+ repository: null,
30
+ repository_version: null,
31
+ hidden: null,
30
32
  remote: null,
31
33
  distributions: null,
32
34
  private: null,
@@ -4,17 +4,19 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
8
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
9
7
  | **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] |
10
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
11
8
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
12
- | **pulp_last_updated** | **Time** | 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] |
13
- | **pulp_href** | **String** | | [optional][readonly] |
14
- | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
15
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\") | |
16
10
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
17
11
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
12
+ | **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
13
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
14
+ | **pulp_href** | **String** | | [optional][readonly] |
15
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
16
+ | **pulp_last_updated** | **Time** | 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] |
17
+ | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
18
+ | **repository_version** | **String** | RepositoryVersion to be served | [optional] |
19
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
18
20
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
19
21
  | **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
20
22
  | **namespace** | **String** | Namespace this distribution belongs to. | [optional][readonly] |
@@ -27,17 +29,19 @@
27
29
  require 'pulp_container_client'
28
30
 
29
31
  instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(
30
- pulp_created: null,
31
- pulp_labels: null,
32
32
  no_content_change_since: null,
33
- hidden: null,
34
33
  prn: null,
35
- pulp_last_updated: null,
36
- pulp_href: null,
37
- repository: null,
38
34
  base_path: null,
39
35
  name: null,
40
36
  content_guard: null,
37
+ content_guard_prn: null,
38
+ pulp_labels: null,
39
+ pulp_href: null,
40
+ pulp_created: null,
41
+ pulp_last_updated: null,
42
+ repository: null,
43
+ repository_version: null,
44
+ hidden: null,
41
45
  remote: null,
42
46
  distributions: null,
43
47
  namespace: null,
@@ -4,11 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
8
- | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
9
7
  | **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] |
8
+ | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
9
+ | **pulp_labels** | **Hash<String, String>** | | [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
+ | **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
12
13
 
13
14
  ## Example
14
15
 
@@ -16,11 +17,12 @@
16
17
  require 'pulp_container_client'
17
18
 
18
19
  instance = PulpContainerClient::ContainerContainerPushRepository.new(
19
- pulp_labels: null,
20
- manifest_signing_service: null,
21
20
  name: null,
21
+ manifest_signing_service: null,
22
+ pulp_labels: null,
23
+ description: null,
22
24
  retain_repo_versions: null,
23
- description: null
25
+ retain_checkpoints: null
24
26
  )
25
27
  ```
26
28
 
@@ -4,17 +4,18 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
8
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
9
- | **latest_version_href** | **String** | | [optional][readonly] |
10
- | **versions_href** | **String** | | [optional][readonly] |
11
7
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
12
- | **pulp_last_updated** | **Time** | 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] |
8
+ | **latest_version_href** | **String** | | [optional][readonly] |
9
+ | **name** | **String** | A unique name for this repository. | |
13
10
  | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
11
+ | **versions_href** | **String** | | [optional][readonly] |
12
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
14
13
  | **pulp_href** | **String** | | [optional][readonly] |
15
- | **name** | **String** | A unique name for this repository. | |
16
- | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
14
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
15
+ | **pulp_last_updated** | **Time** | 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] |
17
16
  | **description** | **String** | An optional description. | [optional] |
17
+ | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
18
+ | **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
18
19
 
19
20
  ## Example
20
21
 
@@ -22,17 +23,18 @@
22
23
  require 'pulp_container_client'
23
24
 
24
25
  instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
25
- pulp_created: null,
26
- pulp_labels: null,
27
- latest_version_href: null,
28
- versions_href: null,
29
26
  prn: null,
30
- pulp_last_updated: null,
27
+ latest_version_href: null,
28
+ name: null,
31
29
  manifest_signing_service: null,
30
+ versions_href: null,
31
+ pulp_labels: null,
32
32
  pulp_href: null,
33
- name: null,
33
+ pulp_created: null,
34
+ pulp_last_updated: null,
35
+ description: null,
34
36
  retain_repo_versions: null,
35
- description: null
37
+ retain_checkpoints: null
36
38
  )
37
39
  ```
38
40
 
@@ -8,6 +8,7 @@
8
8
  | **name** | **String** | A unique name for this repository. | |
9
9
  | **description** | **String** | An optional description. | [optional] |
10
10
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
11
+ | **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
11
12
  | **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
12
13
  | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
13
14
 
@@ -21,6 +22,7 @@ instance = PulpContainerClient::ContainerContainerRepository.new(
21
22
  name: null,
22
23
  description: null,
23
24
  retain_repo_versions: null,
25
+ retain_checkpoints: null,
24
26
  remote: null,
25
27
  manifest_signing_service: null
26
28
  )
@@ -14,6 +14,7 @@
14
14
  | **name** | **String** | A unique name for this repository. | |
15
15
  | **description** | **String** | An optional description. | [optional] |
16
16
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
17
+ | **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
17
18
  | **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
18
19
  | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
19
20
 
@@ -33,6 +34,7 @@ instance = PulpContainerClient::ContainerContainerRepositoryResponse.new(
33
34
  name: null,
34
35
  description: null,
35
36
  retain_repo_versions: null,
37
+ retain_checkpoints: null,
36
38
  remote: null,
37
39
  manifest_signing_service: null
38
40
  )
@@ -4,13 +4,13 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
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] |
10
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] |
11
8
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
12
9
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
10
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
11
+ | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
13
12
  | **repository_version** | **String** | RepositoryVersion to be served | [optional] |
13
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
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] |
16
16
 
@@ -20,13 +20,13 @@
20
20
  require 'pulp_container_client'
21
21
 
22
22
  instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
23
- pulp_labels: null,
24
- hidden: null,
25
- repository: null,
26
23
  base_path: null,
27
24
  name: null,
28
25
  content_guard: null,
26
+ pulp_labels: null,
27
+ repository: null,
29
28
  repository_version: null,
29
+ hidden: null,
30
30
  private: null,
31
31
  description: null
32
32
  )
@@ -4,12 +4,13 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
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] |
10
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] |
11
8
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
12
9
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
10
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
11
+ | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
12
+ | **repository_version** | **String** | RepositoryVersion to be served | [optional] |
13
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
13
14
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] |
14
15
  | **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
15
16
  | **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional] |
@@ -21,12 +22,13 @@
21
22
  require 'pulp_container_client'
22
23
 
23
24
  instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(
24
- pulp_labels: null,
25
- hidden: null,
26
- repository: null,
27
25
  base_path: null,
28
26
  name: null,
29
27
  content_guard: null,
28
+ pulp_labels: null,
29
+ repository: null,
30
+ repository_version: null,
31
+ hidden: null,
30
32
  remote: null,
31
33
  distributions: null,
32
34
  private: null,
@@ -4,11 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
8
- | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
9
7
  | **name** | **String** | A unique name for this repository. | [optional] |
10
- | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
8
+ | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
9
+ | **pulp_labels** | **Hash<String, String>** | | [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
+ | **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
12
13
 
13
14
  ## Example
14
15
 
@@ -16,11 +17,12 @@
16
17
  require 'pulp_container_client'
17
18
 
18
19
  instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(
19
- pulp_labels: null,
20
- manifest_signing_service: null,
21
20
  name: null,
21
+ manifest_signing_service: null,
22
+ pulp_labels: null,
23
+ description: null,
22
24
  retain_repo_versions: null,
23
- description: null
25
+ retain_checkpoints: null
24
26
  )
25
27
  ```
26
28
 
@@ -8,6 +8,7 @@
8
8
  | **name** | **String** | A unique name for this repository. | [optional] |
9
9
  | **description** | **String** | An optional description. | [optional] |
10
10
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
11
+ | **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
11
12
  | **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
12
13
  | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
13
14
 
@@ -21,6 +22,7 @@ instance = PulpContainerClient::PatchedcontainerContainerRepository.new(
21
22
  name: null,
22
23
  description: null,
23
24
  retain_repo_versions: null,
25
+ retain_checkpoints: null,
24
26
  remote: null,
25
27
  manifest_signing_service: null
26
28
  )
@@ -596,13 +596,21 @@ opts = {
596
596
  name__regex: 'name__regex_example', # String | Filter results where name matches regex value
597
597
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
598
598
  offset: 56, # Integer | The initial index from which to return the results.
599
- ordering: ['-description'], # 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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
599
+ ordering: ['-description'], # 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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `retain_checkpoints` - Retain checkpoints * `-retain_checkpoints` - Retain checkpoints (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
600
600
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
601
601
  pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
602
602
  pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
603
603
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
604
604
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
605
605
  remote: 'remote_example', # String |
606
+ retain_checkpoints: 56, # Integer | Filter results where retain_checkpoints matches value
607
+ retain_checkpoints__gt: 56, # Integer | Filter results where retain_checkpoints is greater than value
608
+ retain_checkpoints__gte: 56, # Integer | Filter results where retain_checkpoints is greater than or equal to value
609
+ retain_checkpoints__isnull: true, # Boolean | Filter results where retain_checkpoints has a null value
610
+ retain_checkpoints__lt: 56, # Integer | Filter results where retain_checkpoints is less than value
611
+ retain_checkpoints__lte: 56, # Integer | Filter results where retain_checkpoints is less than or equal to value
612
+ retain_checkpoints__ne: 56, # Integer | Filter results where retain_checkpoints not equal to value
613
+ retain_checkpoints__range: [37], # Array<Integer> | Filter results where retain_checkpoints is between two comma separated values
606
614
  retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
607
615
  retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
608
616
  retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
@@ -660,13 +668,21 @@ end
660
668
  | **name__regex** | **String** | Filter results where name matches regex value | [optional] |
661
669
  | **name__startswith** | **String** | Filter results where name starts with value | [optional] |
662
670
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
663
- | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
671
+ | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;retain_checkpoints&#x60; - Retain checkpoints * &#x60;-retain_checkpoints&#x60; - Retain checkpoints (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
664
672
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
665
673
  | **pulp_href__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
666
674
  | **pulp_id__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
667
675
  | **pulp_label_select** | **String** | Filter labels by search string | [optional] |
668
676
  | **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
669
677
  | **remote** | **String** | | [optional] |
678
+ | **retain_checkpoints** | **Integer** | Filter results where retain_checkpoints matches value | [optional] |
679
+ | **retain_checkpoints__gt** | **Integer** | Filter results where retain_checkpoints is greater than value | [optional] |
680
+ | **retain_checkpoints__gte** | **Integer** | Filter results where retain_checkpoints is greater than or equal to value | [optional] |
681
+ | **retain_checkpoints__isnull** | **Boolean** | Filter results where retain_checkpoints has a null value | [optional] |
682
+ | **retain_checkpoints__lt** | **Integer** | Filter results where retain_checkpoints is less than value | [optional] |
683
+ | **retain_checkpoints__lte** | **Integer** | Filter results where retain_checkpoints is less than or equal to value | [optional] |
684
+ | **retain_checkpoints__ne** | **Integer** | Filter results where retain_checkpoints not equal to value | [optional] |
685
+ | **retain_checkpoints__range** | [**Array&lt;Integer&gt;**](Integer.md) | Filter results where retain_checkpoints is between two comma separated values | [optional] |
670
686
  | **retain_repo_versions** | **Integer** | Filter results where retain_repo_versions matches value | [optional] |
671
687
  | **retain_repo_versions__gt** | **Integer** | Filter results where retain_repo_versions is greater than value | [optional] |
672
688
  | **retain_repo_versions__gte** | **Integer** | Filter results where retain_repo_versions is greater than or equal to value | [optional] |
@@ -130,13 +130,21 @@ opts = {
130
130
  name__regex: 'name__regex_example', # String | Filter results where name matches regex value
131
131
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
132
132
  offset: 56, # Integer | The initial index from which to return the results.
133
- ordering: ['-description'], # 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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
133
+ ordering: ['-description'], # 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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `retain_checkpoints` - Retain checkpoints * `-retain_checkpoints` - Retain checkpoints (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
134
134
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
135
135
  pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
136
136
  pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
137
137
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
138
138
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
139
139
  remote: 'remote_example', # String |
140
+ retain_checkpoints: 56, # Integer | Filter results where retain_checkpoints matches value
141
+ retain_checkpoints__gt: 56, # Integer | Filter results where retain_checkpoints is greater than value
142
+ retain_checkpoints__gte: 56, # Integer | Filter results where retain_checkpoints is greater than or equal to value
143
+ retain_checkpoints__isnull: true, # Boolean | Filter results where retain_checkpoints has a null value
144
+ retain_checkpoints__lt: 56, # Integer | Filter results where retain_checkpoints is less than value
145
+ retain_checkpoints__lte: 56, # Integer | Filter results where retain_checkpoints is less than or equal to value
146
+ retain_checkpoints__ne: 56, # Integer | Filter results where retain_checkpoints not equal to value
147
+ retain_checkpoints__range: [37], # Array<Integer> | Filter results where retain_checkpoints is between two comma separated values
140
148
  retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
141
149
  retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
142
150
  retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
@@ -194,13 +202,21 @@ end
194
202
  | **name__regex** | **String** | Filter results where name matches regex value | [optional] |
195
203
  | **name__startswith** | **String** | Filter results where name starts with value | [optional] |
196
204
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
197
- | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
205
+ | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;retain_checkpoints&#x60; - Retain checkpoints * &#x60;-retain_checkpoints&#x60; - Retain checkpoints (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
198
206
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
199
207
  | **pulp_href__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
200
208
  | **pulp_id__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
201
209
  | **pulp_label_select** | **String** | Filter labels by search string | [optional] |
202
210
  | **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
203
211
  | **remote** | **String** | | [optional] |
212
+ | **retain_checkpoints** | **Integer** | Filter results where retain_checkpoints matches value | [optional] |
213
+ | **retain_checkpoints__gt** | **Integer** | Filter results where retain_checkpoints is greater than value | [optional] |
214
+ | **retain_checkpoints__gte** | **Integer** | Filter results where retain_checkpoints is greater than or equal to value | [optional] |
215
+ | **retain_checkpoints__isnull** | **Boolean** | Filter results where retain_checkpoints has a null value | [optional] |
216
+ | **retain_checkpoints__lt** | **Integer** | Filter results where retain_checkpoints is less than value | [optional] |
217
+ | **retain_checkpoints__lte** | **Integer** | Filter results where retain_checkpoints is less than or equal to value | [optional] |
218
+ | **retain_checkpoints__ne** | **Integer** | Filter results where retain_checkpoints not equal to value | [optional] |
219
+ | **retain_checkpoints__range** | [**Array&lt;Integer&gt;**](Integer.md) | Filter results where retain_checkpoints is between two comma separated values | [optional] |
204
220
  | **retain_repo_versions** | **Integer** | Filter results where retain_repo_versions matches value | [optional] |
205
221
  | **retain_repo_versions__gt** | **Integer** | Filter results where retain_repo_versions is greater than value | [optional] |
206
222
  | **retain_repo_versions__gte** | **Integer** | Filter results where retain_repo_versions is greater than or equal to value | [optional] |