pulp_container_client 2.27.1 → 2.27.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +7 -7
- data/docs/ContainerContainerDistribution.md +6 -6
- data/docs/ContainerContainerDistributionResponse.md +12 -12
- data/docs/ContainerContainerPullThroughDistribution.md +6 -6
- data/docs/ContainerContainerPullThroughDistributionResponse.md +12 -12
- data/docs/ContainerContainerPushRepository.md +7 -7
- data/docs/ContainerContainerPushRepositoryResponse.md +15 -15
- data/docs/ContentBlobsApi.md +6 -6
- data/docs/ContentManifestsApi.md +6 -6
- data/docs/ContentSignaturesApi.md +6 -6
- data/docs/ContentTagsApi.md +6 -6
- data/docs/DistributionsContainerApi.md +6 -6
- data/docs/DistributionsPullThroughApi.md +6 -6
- data/docs/PatchedcontainerContainerDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPushRepository.md +7 -7
- data/docs/RepositoriesContainerApi.md +2 -2
- data/docs/RepositoriesContainerPushApi.md +2 -2
- data/lib/pulp_container_client/api/content_blobs_api.rb +6 -6
- data/lib/pulp_container_client/api/content_manifests_api.rb +6 -6
- data/lib/pulp_container_client/api/content_signatures_api.rb +6 -6
- data/lib/pulp_container_client/api/content_tags_api.rb +6 -6
- data/lib/pulp_container_client/api/distributions_container_api.rb +4 -4
- data/lib/pulp_container_client/api/distributions_pull_through_api.rb +4 -4
- data/lib/pulp_container_client/api/repositories_container_api.rb +2 -2
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +2 -2
- data/lib/pulp_container_client/models/container_container_distribution.rb +51 -51
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +62 -62
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +51 -51
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +62 -62
- data/lib/pulp_container_client/models/container_container_push_repository.rb +48 -48
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +65 -65
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +46 -46
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +46 -46
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +46 -46
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/api/content_blobs_api_spec.rb +3 -3
- data/spec/api/content_manifests_api_spec.rb +3 -3
- data/spec/api/content_signatures_api_spec.rb +3 -3
- data/spec/api/content_tags_api_spec.rb +3 -3
- data/spec/api/distributions_container_api_spec.rb +2 -2
- data/spec/api/distributions_pull_through_api_spec.rb +2 -2
- data/spec/api/repositories_container_api_spec.rb +1 -1
- data/spec/api/repositories_container_push_api_spec.rb +1 -1
- data/spec/models/container_container_distribution_response_spec.rb +9 -9
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +9 -9
- data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/container_container_push_repository_response_spec.rb +11 -11
- data/spec/models/container_container_push_repository_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea2862bd0bc7ebbad10d66f2f95716d980c012ade351eee0de87f8e34b0338a0
|
|
4
|
+
data.tar.gz: 9c7d6a7f27871e1b7b5b6893a3d442304d90068016f4df3ba0ecb841859157b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3472fb5445a004c26453b751ce75414c82b8fbd2a4f2e5d4bade0bb0b532925799ba2efb08e83239218bef42c8bac429bfd9ba9cdbdb671001fb3ed02b00755
|
|
7
|
+
data.tar.gz: e4b16d79efd9a92b1a9da8a1a42627d1b7b9b192db6602a1165d062c8f102926e3ec7692433069b0efd80983485b61b0a17cf5c2c86acc40d145f7cf9a9a636d
|
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.
|
|
10
|
+
- Package version: 2.27.2
|
|
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.
|
|
28
|
+
gem install ./pulp_container_client-2.27.2.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_container_client-2.27.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_container_client-2.27.2.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.
|
|
37
|
+
gem 'pulp_container_client', '~> 2.27.2'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -81,9 +81,9 @@ opts = {
|
|
|
81
81
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
82
82
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
83
83
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
84
|
-
repository_version: 'repository_version_example', # String |
|
|
85
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
86
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
84
|
+
repository_version: 'repository_version_example', # String |
|
|
85
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
86
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
87
87
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
88
88
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
89
89
|
}
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
7
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
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\") | |
|
|
10
9
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
10
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
12
|
-
| **
|
|
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] |
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
require 'pulp_container_client'
|
|
21
21
|
|
|
22
22
|
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
|
23
|
-
|
|
24
|
-
content_guard: null,
|
|
23
|
+
hidden: null,
|
|
25
24
|
base_path: null,
|
|
26
25
|
repository: null,
|
|
26
|
+
content_guard: null,
|
|
27
27
|
pulp_labels: null,
|
|
28
|
-
|
|
28
|
+
name: null,
|
|
29
29
|
repository_version: null,
|
|
30
30
|
private: null,
|
|
31
31
|
description: null
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
8
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [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
|
-
| **
|
|
8
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
9
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
11
10
|
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
|
11
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
12
12
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
13
|
-
| **
|
|
13
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
14
14
|
| **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] |
|
|
15
|
-
| **
|
|
16
|
-
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
15
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
17
16
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
17
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
18
18
|
| **repository_version** | **String** | RepositoryVersion to be served | [optional] |
|
|
19
19
|
| **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional][readonly] |
|
|
20
20
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional][readonly] |
|
|
@@ -28,17 +28,17 @@
|
|
|
28
28
|
require 'pulp_container_client'
|
|
29
29
|
|
|
30
30
|
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
|
31
|
-
name: null,
|
|
32
|
-
content_guard: null,
|
|
33
31
|
no_content_change_since: null,
|
|
34
|
-
|
|
32
|
+
pulp_created: null,
|
|
33
|
+
hidden: null,
|
|
35
34
|
base_path: null,
|
|
35
|
+
prn: null,
|
|
36
36
|
repository: null,
|
|
37
|
-
|
|
37
|
+
content_guard: null,
|
|
38
38
|
pulp_last_updated: null,
|
|
39
|
-
|
|
40
|
-
hidden: null,
|
|
39
|
+
pulp_labels: null,
|
|
41
40
|
pulp_href: null,
|
|
41
|
+
name: null,
|
|
42
42
|
repository_version: null,
|
|
43
43
|
registry_path: null,
|
|
44
44
|
remote: null,
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
7
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
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\") | |
|
|
10
9
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
10
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
12
|
-
| **
|
|
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] |
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
require 'pulp_container_client'
|
|
22
22
|
|
|
23
23
|
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
|
|
24
|
-
|
|
25
|
-
content_guard: null,
|
|
24
|
+
hidden: null,
|
|
26
25
|
base_path: null,
|
|
27
26
|
repository: null,
|
|
27
|
+
content_guard: null,
|
|
28
28
|
pulp_labels: null,
|
|
29
|
-
|
|
29
|
+
name: null,
|
|
30
30
|
remote: null,
|
|
31
31
|
distributions: null,
|
|
32
32
|
private: null,
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
8
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [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
|
-
| **
|
|
8
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
9
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
11
10
|
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
|
11
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
12
12
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
13
|
-
| **
|
|
13
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
14
14
|
| **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] |
|
|
15
|
-
| **
|
|
16
|
-
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
15
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
17
16
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
17
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
18
18
|
| **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
|
|
19
19
|
| **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
|
|
20
20
|
| **namespace** | **String** | Namespace this distribution belongs to. | [optional][readonly] |
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
require 'pulp_container_client'
|
|
28
28
|
|
|
29
29
|
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(
|
|
30
|
-
name: null,
|
|
31
|
-
content_guard: null,
|
|
32
30
|
no_content_change_since: null,
|
|
33
|
-
|
|
31
|
+
pulp_created: null,
|
|
32
|
+
hidden: null,
|
|
34
33
|
base_path: null,
|
|
34
|
+
prn: null,
|
|
35
35
|
repository: null,
|
|
36
|
-
|
|
36
|
+
content_guard: null,
|
|
37
37
|
pulp_last_updated: null,
|
|
38
|
-
|
|
39
|
-
hidden: null,
|
|
38
|
+
pulp_labels: null,
|
|
40
39
|
pulp_href: null,
|
|
40
|
+
name: null,
|
|
41
41
|
remote: null,
|
|
42
42
|
distributions: null,
|
|
43
43
|
namespace: null,
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **name** | **String** | A unique name for this repository. | |
|
|
8
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
-
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
10
7
|
| **description** | **String** | An optional description. | [optional] |
|
|
8
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
9
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
11
10
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
11
|
+
| **name** | **String** | A unique name for this repository. | |
|
|
12
12
|
|
|
13
13
|
## Example
|
|
14
14
|
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
require 'pulp_container_client'
|
|
17
17
|
|
|
18
18
|
instance = PulpContainerClient::ContainerContainerPushRepository.new(
|
|
19
|
-
name: null,
|
|
20
|
-
pulp_labels: null,
|
|
21
|
-
retain_repo_versions: null,
|
|
22
19
|
description: null,
|
|
23
|
-
|
|
20
|
+
retain_repo_versions: null,
|
|
21
|
+
pulp_labels: null,
|
|
22
|
+
manifest_signing_service: null,
|
|
23
|
+
name: null
|
|
24
24
|
)
|
|
25
25
|
```
|
|
26
26
|
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **versions_href** | **String** | | [optional][readonly] |
|
|
8
|
-
| **name** | **String** | A unique name for this repository. | |
|
|
9
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
10
|
-
| **latest_version_href** | **String** | | [optional][readonly] |
|
|
11
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
12
|
-
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
13
|
-
| **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] |
|
|
14
7
|
| **description** | **String** | An optional description. | [optional] |
|
|
15
8
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
9
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
10
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
11
|
+
| **versions_href** | **String** | | [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_labels** | **Hash<String, String>** | | [optional] |
|
|
16
14
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
15
|
+
| **latest_version_href** | **String** | | [optional][readonly] |
|
|
17
16
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
17
|
+
| **name** | **String** | A unique name for this repository. | |
|
|
18
18
|
|
|
19
19
|
## Example
|
|
20
20
|
|
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
require 'pulp_container_client'
|
|
23
23
|
|
|
24
24
|
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
|
25
|
-
versions_href: null,
|
|
26
|
-
name: null,
|
|
27
|
-
prn: null,
|
|
28
|
-
latest_version_href: null,
|
|
29
|
-
pulp_labels: null,
|
|
30
|
-
retain_repo_versions: null,
|
|
31
|
-
pulp_last_updated: null,
|
|
32
25
|
description: null,
|
|
33
26
|
pulp_created: null,
|
|
27
|
+
retain_repo_versions: null,
|
|
28
|
+
prn: null,
|
|
29
|
+
versions_href: null,
|
|
30
|
+
pulp_last_updated: null,
|
|
31
|
+
pulp_labels: null,
|
|
34
32
|
pulp_href: null,
|
|
35
|
-
|
|
33
|
+
latest_version_href: null,
|
|
34
|
+
manifest_signing_service: null,
|
|
35
|
+
name: null
|
|
36
36
|
)
|
|
37
37
|
```
|
|
38
38
|
|
data/docs/ContentBlobsApi.md
CHANGED
|
@@ -44,9 +44,9 @@ opts = {
|
|
|
44
44
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
45
45
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
46
46
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
47
|
-
repository_version: 'repository_version_example', # String |
|
|
48
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
49
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
47
|
+
repository_version: 'repository_version_example', # String |
|
|
48
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
49
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
50
50
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
51
51
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
52
52
|
}
|
|
@@ -94,9 +94,9 @@ end
|
|
|
94
94
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
95
95
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
96
96
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
97
|
-
| **repository_version** | **String** |
|
|
98
|
-
| **repository_version_added** | **String** |
|
|
99
|
-
| **repository_version_removed** | **String** |
|
|
97
|
+
| **repository_version** | **String** | | [optional] |
|
|
98
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
99
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
100
100
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
101
101
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
102
102
|
|
data/docs/ContentManifestsApi.md
CHANGED
|
@@ -47,9 +47,9 @@ opts = {
|
|
|
47
47
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
48
48
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
49
49
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
50
|
-
repository_version: 'repository_version_example', # String |
|
|
51
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
52
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
50
|
+
repository_version: 'repository_version_example', # String |
|
|
51
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
52
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
53
53
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
54
54
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
55
55
|
}
|
|
@@ -100,9 +100,9 @@ end
|
|
|
100
100
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
101
101
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
102
102
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
103
|
-
| **repository_version** | **String** |
|
|
104
|
-
| **repository_version_added** | **String** |
|
|
105
|
-
| **repository_version_removed** | **String** |
|
|
103
|
+
| **repository_version** | **String** | | [optional] |
|
|
104
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
105
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
106
106
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
107
107
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
108
108
|
|
|
@@ -56,9 +56,9 @@ opts = {
|
|
|
56
56
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
57
57
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
58
58
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
59
|
-
repository_version: 'repository_version_example', # String |
|
|
60
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
61
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
59
|
+
repository_version: 'repository_version_example', # String |
|
|
60
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
61
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
62
62
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
63
63
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
64
64
|
}
|
|
@@ -118,9 +118,9 @@ end
|
|
|
118
118
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
119
119
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
120
120
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
121
|
-
| **repository_version** | **String** |
|
|
122
|
-
| **repository_version_added** | **String** |
|
|
123
|
-
| **repository_version_removed** | **String** |
|
|
121
|
+
| **repository_version** | **String** | | [optional] |
|
|
122
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
123
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
124
124
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
125
125
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
126
126
|
|
data/docs/ContentTagsApi.md
CHANGED
|
@@ -46,9 +46,9 @@ opts = {
|
|
|
46
46
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
47
47
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
48
48
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
49
|
-
repository_version: 'repository_version_example', # String |
|
|
50
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
51
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
49
|
+
repository_version: 'repository_version_example', # String |
|
|
50
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
51
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
52
52
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
53
53
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
54
54
|
}
|
|
@@ -98,9 +98,9 @@ end
|
|
|
98
98
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
99
99
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
100
100
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
101
|
-
| **repository_version** | **String** |
|
|
102
|
-
| **repository_version_added** | **String** |
|
|
103
|
-
| **repository_version_removed** | **String** |
|
|
101
|
+
| **repository_version** | **String** | | [optional] |
|
|
102
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
103
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
104
104
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
105
105
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
106
106
|
|
|
@@ -115,7 +115,7 @@ PulpContainerClient.configure do |config|
|
|
|
115
115
|
end
|
|
116
116
|
|
|
117
117
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
|
118
|
-
container_container_distribution = PulpContainerClient::ContainerContainerDistribution.new({
|
|
118
|
+
container_container_distribution = PulpContainerClient::ContainerContainerDistribution.new({base_path: 'base_path_example', name: 'name_example'}) # ContainerContainerDistribution |
|
|
119
119
|
opts = {
|
|
120
120
|
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
121
121
|
}
|
|
@@ -288,8 +288,8 @@ opts = {
|
|
|
288
288
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
289
289
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
290
290
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
291
|
-
repository: '
|
|
292
|
-
repository__in: ['inner_example'], # Array<String> |
|
|
291
|
+
repository: 'repository_example', # String |
|
|
292
|
+
repository__in: ['inner_example'], # Array<String> |
|
|
293
293
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
294
294
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
295
295
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -350,8 +350,8 @@ end
|
|
|
350
350
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
351
351
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
352
352
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
353
|
-
| **repository** | **String** |
|
|
354
|
-
| **repository__in** | [**Array<String>**](String.md) |
|
|
353
|
+
| **repository** | **String** | | [optional] |
|
|
354
|
+
| **repository__in** | [**Array<String>**](String.md) | | [optional] |
|
|
355
355
|
| **with_content** | **String** | Filter distributions based on the content served by them | [optional] |
|
|
356
356
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
357
357
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
@@ -930,7 +930,7 @@ end
|
|
|
930
930
|
|
|
931
931
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
|
932
932
|
container_container_distribution_href = 'container_container_distribution_href_example' # String |
|
|
933
|
-
container_container_distribution = PulpContainerClient::ContainerContainerDistribution.new({
|
|
933
|
+
container_container_distribution = PulpContainerClient::ContainerContainerDistribution.new({base_path: 'base_path_example', name: 'name_example'}) # ContainerContainerDistribution |
|
|
934
934
|
opts = {
|
|
935
935
|
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
936
936
|
}
|
|
@@ -115,7 +115,7 @@ PulpContainerClient.configure do |config|
|
|
|
115
115
|
end
|
|
116
116
|
|
|
117
117
|
api_instance = PulpContainerClient::DistributionsPullThroughApi.new
|
|
118
|
-
container_container_pull_through_distribution = PulpContainerClient::ContainerContainerPullThroughDistribution.new({
|
|
118
|
+
container_container_pull_through_distribution = PulpContainerClient::ContainerContainerPullThroughDistribution.new({base_path: 'base_path_example', name: 'name_example', remote: 'remote_example'}) # ContainerContainerPullThroughDistribution |
|
|
119
119
|
opts = {
|
|
120
120
|
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
121
121
|
}
|
|
@@ -287,8 +287,8 @@ opts = {
|
|
|
287
287
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
288
288
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
289
289
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
290
|
-
repository: '
|
|
291
|
-
repository__in: ['inner_example'], # Array<String> |
|
|
290
|
+
repository: 'repository_example', # String |
|
|
291
|
+
repository__in: ['inner_example'], # Array<String> |
|
|
292
292
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
293
293
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
294
294
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -348,8 +348,8 @@ end
|
|
|
348
348
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
349
349
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
350
350
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
351
|
-
| **repository** | **String** |
|
|
352
|
-
| **repository__in** | [**Array<String>**](String.md) |
|
|
351
|
+
| **repository** | **String** | | [optional] |
|
|
352
|
+
| **repository__in** | [**Array<String>**](String.md) | | [optional] |
|
|
353
353
|
| **with_content** | **String** | Filter distributions based on the content served by them | [optional] |
|
|
354
354
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
355
355
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
@@ -928,7 +928,7 @@ end
|
|
|
928
928
|
|
|
929
929
|
api_instance = PulpContainerClient::DistributionsPullThroughApi.new
|
|
930
930
|
container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
|
|
931
|
-
container_container_pull_through_distribution = PulpContainerClient::ContainerContainerPullThroughDistribution.new({
|
|
931
|
+
container_container_pull_through_distribution = PulpContainerClient::ContainerContainerPullThroughDistribution.new({base_path: 'base_path_example', name: 'name_example', remote: 'remote_example'}) # ContainerContainerPullThroughDistribution |
|
|
932
932
|
opts = {
|
|
933
933
|
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
934
934
|
}
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
7
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
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] |
|
|
10
9
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
10
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
12
|
-
| **
|
|
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] |
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
require 'pulp_container_client'
|
|
21
21
|
|
|
22
22
|
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
|
|
23
|
-
|
|
24
|
-
content_guard: null,
|
|
23
|
+
hidden: null,
|
|
25
24
|
base_path: null,
|
|
26
25
|
repository: null,
|
|
26
|
+
content_guard: null,
|
|
27
27
|
pulp_labels: null,
|
|
28
|
-
|
|
28
|
+
name: null,
|
|
29
29
|
repository_version: null,
|
|
30
30
|
private: null,
|
|
31
31
|
description: null
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
7
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
9
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] |
|
|
10
9
|
| **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
|
|
10
|
+
| **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
|
|
11
11
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
12
|
-
| **
|
|
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] |
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
require 'pulp_container_client'
|
|
22
22
|
|
|
23
23
|
instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(
|
|
24
|
-
|
|
25
|
-
content_guard: null,
|
|
24
|
+
hidden: null,
|
|
26
25
|
base_path: null,
|
|
27
26
|
repository: null,
|
|
27
|
+
content_guard: null,
|
|
28
28
|
pulp_labels: null,
|
|
29
|
-
|
|
29
|
+
name: null,
|
|
30
30
|
remote: null,
|
|
31
31
|
distributions: null,
|
|
32
32
|
private: null,
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **name** | **String** | A unique name for this repository. | [optional] |
|
|
8
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
9
|
-
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
10
7
|
| **description** | **String** | An optional description. | [optional] |
|
|
8
|
+
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
9
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
11
10
|
| **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
11
|
+
| **name** | **String** | A unique name for this repository. | [optional] |
|
|
12
12
|
|
|
13
13
|
## Example
|
|
14
14
|
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
require 'pulp_container_client'
|
|
17
17
|
|
|
18
18
|
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(
|
|
19
|
-
name: null,
|
|
20
|
-
pulp_labels: null,
|
|
21
|
-
retain_repo_versions: null,
|
|
22
19
|
description: null,
|
|
23
|
-
|
|
20
|
+
retain_repo_versions: null,
|
|
21
|
+
pulp_labels: null,
|
|
22
|
+
manifest_signing_service: null,
|
|
23
|
+
name: null
|
|
24
24
|
)
|
|
25
25
|
```
|
|
26
26
|
|
|
@@ -602,7 +602,7 @@ opts = {
|
|
|
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
|
-
remote: '
|
|
605
|
+
remote: 'remote_example', # String |
|
|
606
606
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
|
607
607
|
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
|
608
608
|
retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
|
|
@@ -666,7 +666,7 @@ end
|
|
|
666
666
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
667
667
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
668
668
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
669
|
-
| **remote** | **String** |
|
|
669
|
+
| **remote** | **String** | | [optional] |
|
|
670
670
|
| **retain_repo_versions** | **Integer** | Filter results where retain_repo_versions matches value | [optional] |
|
|
671
671
|
| **retain_repo_versions__gt** | **Integer** | Filter results where retain_repo_versions is greater than value | [optional] |
|
|
672
672
|
| **retain_repo_versions__gte** | **Integer** | Filter results where retain_repo_versions is greater than or equal to value | [optional] |
|