pulp_ostree_client 2.1.0 → 2.1.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 +16 -5
- data/docs/ContentCommitsApi.md +3 -1
- data/docs/ContentConfigsApi.md +3 -1
- data/docs/ContentContentApi.md +3 -1
- data/docs/ContentObjectsApi.md +3 -1
- data/docs/ContentRefsApi.md +7 -1
- data/docs/ContentSummariesApi.md +3 -1
- data/docs/DistributionsOstreeApi.md +122 -4
- data/docs/OstreeOstreeDistribution.md +2 -0
- data/docs/OstreeOstreeDistributionResponse.md +2 -0
- data/docs/PatchedostreeOstreeDistribution.md +2 -0
- data/docs/RemotesOstreeApi.md +119 -1
- data/docs/RepositoriesOstreeApi.md +120 -2
- data/docs/RepositoriesOstreeVersionsApi.md +3 -1
- data/docs/SetLabel.md +19 -0
- data/docs/SetLabelResponse.md +19 -0
- data/docs/UnsetLabel.md +17 -0
- data/docs/UnsetLabelResponse.md +19 -0
- data/lib/pulp_ostree_client/api/content_commits_api.rb +3 -0
- data/lib/pulp_ostree_client/api/content_configs_api.rb +3 -0
- data/lib/pulp_ostree_client/api/content_content_api.rb +3 -0
- data/lib/pulp_ostree_client/api/content_objects_api.rb +3 -0
- data/lib/pulp_ostree_client/api/content_refs_api.rb +9 -0
- data/lib/pulp_ostree_client/api/content_summaries_api.rb +3 -0
- data/lib/pulp_ostree_client/api/distributions_ostree_api.rb +152 -3
- data/lib/pulp_ostree_client/api/remotes_ostree_api.rb +149 -0
- data/lib/pulp_ostree_client/api/repositories_ostree_api.rb +149 -0
- data/lib/pulp_ostree_client/api/repositories_ostree_versions_api.rb +3 -0
- data/lib/pulp_ostree_client/configuration.rb +2 -2
- data/lib/pulp_ostree_client/models/ostree_ostree_distribution.rb +13 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_distribution_response.rb +13 -1
- data/lib/pulp_ostree_client/models/patchedostree_ostree_distribution.rb +13 -1
- data/lib/pulp_ostree_client/models/set_label.rb +252 -0
- data/lib/pulp_ostree_client/models/set_label_response.rb +243 -0
- data/lib/pulp_ostree_client/models/unset_label.rb +242 -0
- data/lib/pulp_ostree_client/models/unset_label_response.rb +242 -0
- data/lib/pulp_ostree_client/version.rb +1 -1
- data/lib/pulp_ostree_client.rb +4 -0
- data/spec/api/content_commits_api_spec.rb +1 -0
- data/spec/api/content_configs_api_spec.rb +1 -0
- data/spec/api/content_content_api_spec.rb +1 -0
- data/spec/api/content_objects_api_spec.rb +1 -0
- data/spec/api/content_refs_api_spec.rb +3 -0
- data/spec/api/content_summaries_api_spec.rb +1 -0
- data/spec/api/distributions_ostree_api_spec.rb +30 -1
- data/spec/api/remotes_ostree_api_spec.rb +29 -0
- data/spec/api/repositories_ostree_api_spec.rb +29 -0
- data/spec/api/repositories_ostree_versions_api_spec.rb +1 -0
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/ostree_ostree_distribution_response_spec.rb +6 -0
- data/spec/models/ostree_ostree_distribution_spec.rb +6 -0
- data/spec/models/patchedostree_ostree_distribution_spec.rb +6 -0
- data/spec/models/set_label_response_spec.rb +47 -0
- data/spec/models/set_label_spec.rb +47 -0
- data/spec/models/unset_label_response_spec.rb +47 -0
- data/spec/models/unset_label_spec.rb +41 -0
- metadata +49 -33
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7096c3471b2e5bf1420b13b3a8463cce9ab5365cac01dafe5ba4349b9cce14e3
|
4
|
+
data.tar.gz: f5b19ac60fd8f9b274205ff90c33da18db25a36b12348508910c1b13e16f44f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77b013d50c19afed1cfea910a6202a6e7d79577991e10a03dcee270761a5a003e188e91c6ae45351b1df55825e524a1cf4122e7bf5f1d851dd62192fd5f998bf
|
7
|
+
data.tar.gz: 4cdb1b45f09f59c748eebb560f29295cdfef603aab30906f969b419244cb5b0fb90ee127b562a38ccde54923c853cda43accbee017c279a3ab568cc2c5f82fe0
|
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.1.
|
10
|
+
- Package version: 2.1.2
|
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_ostree_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_ostree_client-2.1.
|
27
|
+
gem install ./pulp_ostree_client-2.1.2.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_ostree_client-2.1.
|
30
|
+
(for development, run `gem install --dev ./pulp_ostree_client-2.1.2.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_ostree_client', '~> 2.1.
|
36
|
+
gem 'pulp_ostree_client', '~> 2.1.2'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -72,6 +72,7 @@ opts = {
|
|
72
72
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `checksum` - Checksum * `-checksum` - Checksum (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
73
73
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
74
74
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
75
|
+
q: 'q_example', # String |
|
75
76
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
76
77
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
77
78
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -91,7 +92,7 @@ end
|
|
91
92
|
|
92
93
|
## Documentation for API Endpoints
|
93
94
|
|
94
|
-
All URIs are relative to *
|
95
|
+
All URIs are relative to *http://pulp*
|
95
96
|
|
96
97
|
Class | Method | HTTP request | Description
|
97
98
|
------------ | ------------- | ------------- | -------------
|
@@ -112,12 +113,16 @@ Class | Method | HTTP request | Description
|
|
112
113
|
*PulpOstreeClient::DistributionsOstreeApi* | [**list**](docs/DistributionsOstreeApi.md#list) | **GET** /pulp/api/v3/distributions/ostree/ostree/ | List ostree distributions
|
113
114
|
*PulpOstreeClient::DistributionsOstreeApi* | [**partial_update**](docs/DistributionsOstreeApi.md#partial_update) | **PATCH** {ostree_ostree_distribution_href} | Update an ostree distribution
|
114
115
|
*PulpOstreeClient::DistributionsOstreeApi* | [**read**](docs/DistributionsOstreeApi.md#read) | **GET** {ostree_ostree_distribution_href} | Inspect an ostree distribution
|
116
|
+
*PulpOstreeClient::DistributionsOstreeApi* | [**set_label**](docs/DistributionsOstreeApi.md#set_label) | **POST** {ostree_ostree_distribution_href}set_label/ | Set a label
|
117
|
+
*PulpOstreeClient::DistributionsOstreeApi* | [**unset_label**](docs/DistributionsOstreeApi.md#unset_label) | **POST** {ostree_ostree_distribution_href}unset_label/ | Unset a label
|
115
118
|
*PulpOstreeClient::DistributionsOstreeApi* | [**update**](docs/DistributionsOstreeApi.md#update) | **PUT** {ostree_ostree_distribution_href} | Update an ostree distribution
|
116
119
|
*PulpOstreeClient::RemotesOstreeApi* | [**create**](docs/RemotesOstreeApi.md#create) | **POST** /pulp/api/v3/remotes/ostree/ostree/ | Create an ostree remote
|
117
120
|
*PulpOstreeClient::RemotesOstreeApi* | [**delete**](docs/RemotesOstreeApi.md#delete) | **DELETE** {ostree_ostree_remote_href} | Delete an ostree remote
|
118
121
|
*PulpOstreeClient::RemotesOstreeApi* | [**list**](docs/RemotesOstreeApi.md#list) | **GET** /pulp/api/v3/remotes/ostree/ostree/ | List ostree remotes
|
119
122
|
*PulpOstreeClient::RemotesOstreeApi* | [**partial_update**](docs/RemotesOstreeApi.md#partial_update) | **PATCH** {ostree_ostree_remote_href} | Update an ostree remote
|
120
123
|
*PulpOstreeClient::RemotesOstreeApi* | [**read**](docs/RemotesOstreeApi.md#read) | **GET** {ostree_ostree_remote_href} | Inspect an ostree remote
|
124
|
+
*PulpOstreeClient::RemotesOstreeApi* | [**set_label**](docs/RemotesOstreeApi.md#set_label) | **POST** {ostree_ostree_remote_href}set_label/ | Set a label
|
125
|
+
*PulpOstreeClient::RemotesOstreeApi* | [**unset_label**](docs/RemotesOstreeApi.md#unset_label) | **POST** {ostree_ostree_remote_href}unset_label/ | Unset a label
|
121
126
|
*PulpOstreeClient::RemotesOstreeApi* | [**update**](docs/RemotesOstreeApi.md#update) | **PUT** {ostree_ostree_remote_href} | Update an ostree remote
|
122
127
|
*PulpOstreeClient::RepositoriesOstreeApi* | [**create**](docs/RepositoriesOstreeApi.md#create) | **POST** /pulp/api/v3/repositories/ostree/ostree/ | Create an ostree repository
|
123
128
|
*PulpOstreeClient::RepositoriesOstreeApi* | [**delete**](docs/RepositoriesOstreeApi.md#delete) | **DELETE** {ostree_ostree_repository_href} | Delete an ostree repository
|
@@ -127,7 +132,9 @@ Class | Method | HTTP request | Description
|
|
127
132
|
*PulpOstreeClient::RepositoriesOstreeApi* | [**modify**](docs/RepositoriesOstreeApi.md#modify) | **POST** {ostree_ostree_repository_href}modify/ | Modify repository
|
128
133
|
*PulpOstreeClient::RepositoriesOstreeApi* | [**partial_update**](docs/RepositoriesOstreeApi.md#partial_update) | **PATCH** {ostree_ostree_repository_href} | Update an ostree repository
|
129
134
|
*PulpOstreeClient::RepositoriesOstreeApi* | [**read**](docs/RepositoriesOstreeApi.md#read) | **GET** {ostree_ostree_repository_href} | Inspect an ostree repository
|
135
|
+
*PulpOstreeClient::RepositoriesOstreeApi* | [**set_label**](docs/RepositoriesOstreeApi.md#set_label) | **POST** {ostree_ostree_repository_href}set_label/ | Set a label
|
130
136
|
*PulpOstreeClient::RepositoriesOstreeApi* | [**sync**](docs/RepositoriesOstreeApi.md#sync) | **POST** {ostree_ostree_repository_href}sync/ | Sync from remote
|
137
|
+
*PulpOstreeClient::RepositoriesOstreeApi* | [**unset_label**](docs/RepositoriesOstreeApi.md#unset_label) | **POST** {ostree_ostree_repository_href}unset_label/ | Unset a label
|
131
138
|
*PulpOstreeClient::RepositoriesOstreeApi* | [**update**](docs/RepositoriesOstreeApi.md#update) | **PUT** {ostree_ostree_repository_href} | Update an ostree repository
|
132
139
|
*PulpOstreeClient::RepositoriesOstreeVersionsApi* | [**delete**](docs/RepositoriesOstreeVersionsApi.md#delete) | **DELETE** {ostree_ostree_repository_version_href} | Delete a repository version
|
133
140
|
*PulpOstreeClient::RepositoriesOstreeVersionsApi* | [**list**](docs/RepositoriesOstreeVersionsApi.md#list) | **GET** {ostree_ostree_repository_href}versions/ | List repository versions
|
@@ -172,6 +179,10 @@ Class | Method | HTTP request | Description
|
|
172
179
|
- [PulpOstreeClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
|
173
180
|
- [PulpOstreeClient::RepositorySyncURL](docs/RepositorySyncURL.md)
|
174
181
|
- [PulpOstreeClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
|
182
|
+
- [PulpOstreeClient::SetLabel](docs/SetLabel.md)
|
183
|
+
- [PulpOstreeClient::SetLabelResponse](docs/SetLabelResponse.md)
|
184
|
+
- [PulpOstreeClient::UnsetLabel](docs/UnsetLabel.md)
|
185
|
+
- [PulpOstreeClient::UnsetLabelResponse](docs/UnsetLabelResponse.md)
|
175
186
|
|
176
187
|
|
177
188
|
## Documentation for Authorization
|
data/docs/ContentCommitsApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpOstreeClient::ContentCommitsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -37,6 +37,7 @@ opts = {
|
|
37
37
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `checksum` - Checksum * `-checksum` - Checksum (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
38
38
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
39
39
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
40
|
+
q: 'q_example', # String |
|
40
41
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
41
42
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
42
43
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -64,6 +65,7 @@ Name | Type | Description | Notes
|
|
64
65
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `checksum` - Checksum * `-checksum` - Checksum (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
65
66
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
66
67
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
68
|
+
**q** | **String**| | [optional]
|
67
69
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
68
70
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
69
71
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentConfigsApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpOstreeClient::ContentConfigsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -36,6 +36,7 @@ opts = {
|
|
36
36
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
37
37
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
38
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
39
|
+
q: 'q_example', # String |
|
39
40
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
40
41
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
41
42
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -62,6 +63,7 @@ Name | Type | Description | Notes
|
|
62
63
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
63
64
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
64
65
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
66
|
+
**q** | **String**| | [optional]
|
65
67
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
66
68
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
67
69
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentContentApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpOstreeClient::ContentContentApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -36,6 +36,7 @@ opts = {
|
|
36
36
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
37
37
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
38
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
39
|
+
q: 'q_example', # String |
|
39
40
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
40
41
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
41
42
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -62,6 +63,7 @@ Name | Type | Description | Notes
|
|
62
63
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
63
64
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
64
65
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
66
|
+
**q** | **String**| | [optional]
|
65
67
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
66
68
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
67
69
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentObjectsApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpOstreeClient::ContentObjectsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -37,6 +37,7 @@ opts = {
|
|
37
37
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `typ` - Typ * `-typ` - Typ (descending) * `checksum` - Checksum * `-checksum` - Checksum (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
38
38
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
39
39
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
40
|
+
q: 'q_example', # String |
|
40
41
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
41
42
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
42
43
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -64,6 +65,7 @@ Name | Type | Description | Notes
|
|
64
65
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `typ` - Typ * `-typ` - Typ (descending) * `checksum` - Checksum * `-checksum` - Checksum (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
65
66
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
66
67
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
68
|
+
**q** | **String**| | [optional]
|
67
69
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
68
70
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
69
71
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentRefsApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpOstreeClient::ContentRefsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -36,12 +36,15 @@ opts = {
|
|
36
36
|
name: 'name_example', # String | Filter results where name matches value
|
37
37
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
38
38
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
39
|
+
name__iexact: 'name__iexact_example', # String | Filter results where name matches value
|
39
40
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
41
|
+
name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
|
40
42
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
41
43
|
offset: 56, # Integer | The initial index from which to return the results.
|
42
44
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
43
45
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
44
46
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
47
|
+
q: 'q_example', # String |
|
45
48
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
46
49
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
47
50
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -68,12 +71,15 @@ Name | Type | Description | Notes
|
|
68
71
|
**name** | **String**| Filter results where name matches value | [optional]
|
69
72
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
70
73
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
74
|
+
**name__iexact** | **String**| Filter results where name matches value | [optional]
|
71
75
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
76
|
+
**name__istartswith** | **String**| Filter results where name starts with value | [optional]
|
72
77
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
73
78
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
74
79
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
75
80
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
76
81
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
82
|
+
**q** | **String**| | [optional]
|
77
83
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
78
84
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
79
85
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentSummariesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpOstreeClient::ContentSummariesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -36,6 +36,7 @@ opts = {
|
|
36
36
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
37
37
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
38
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
39
|
+
q: 'q_example', # String |
|
39
40
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
40
41
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
41
42
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -62,6 +63,7 @@ Name | Type | Description | Notes
|
|
62
63
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
63
64
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
64
65
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
66
|
+
**q** | **String**| | [optional]
|
65
67
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
66
68
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
67
69
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpOstreeClient::DistributionsOstreeApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -9,6 +9,8 @@ Method | HTTP request | Description
|
|
9
9
|
[**list**](DistributionsOstreeApi.md#list) | **GET** /pulp/api/v3/distributions/ostree/ostree/ | List ostree distributions
|
10
10
|
[**partial_update**](DistributionsOstreeApi.md#partial_update) | **PATCH** {ostree_ostree_distribution_href} | Update an ostree distribution
|
11
11
|
[**read**](DistributionsOstreeApi.md#read) | **GET** {ostree_ostree_distribution_href} | Inspect an ostree distribution
|
12
|
+
[**set_label**](DistributionsOstreeApi.md#set_label) | **POST** {ostree_ostree_distribution_href}set_label/ | Set a label
|
13
|
+
[**unset_label**](DistributionsOstreeApi.md#unset_label) | **POST** {ostree_ostree_distribution_href}unset_label/ | Unset a label
|
12
14
|
[**update**](DistributionsOstreeApi.md#update) | **PUT** {ostree_ostree_distribution_href} | Update an ostree distribution
|
13
15
|
|
14
16
|
|
@@ -149,13 +151,16 @@ opts = {
|
|
149
151
|
name: 'name_example', # String | Filter results where name matches value
|
150
152
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
151
153
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
154
|
+
name__iexact: 'name__iexact_example', # String | Filter results where name matches value
|
152
155
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
156
|
+
name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
|
153
157
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
154
158
|
offset: 56, # Integer | The initial index from which to return the results.
|
155
|
-
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
159
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
156
160
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
157
161
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
158
162
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
163
|
+
q: 'q_example', # String |
|
159
164
|
repository: 'repository_example', # String | Filter results where repository matches value
|
160
165
|
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
161
166
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
@@ -185,14 +190,17 @@ Name | Type | Description | Notes
|
|
185
190
|
**name** | **String**| Filter results where name matches value | [optional]
|
186
191
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
187
192
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
193
|
+
**name__iexact** | **String**| Filter results where name matches value | [optional]
|
188
194
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
195
|
+
**name__istartswith** | **String**| Filter results where name starts with value | [optional]
|
189
196
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
190
197
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
191
|
-
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
198
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
192
199
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
193
200
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
194
201
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
195
|
-
**
|
202
|
+
**q** | **String**| | [optional]
|
203
|
+
**repository** | [**String**](.md)| Filter results where repository matches value | [optional]
|
196
204
|
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
197
205
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
198
206
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
@@ -326,6 +334,116 @@ Name | Type | Description | Notes
|
|
326
334
|
- **Accept**: application/json
|
327
335
|
|
328
336
|
|
337
|
+
## set_label
|
338
|
+
|
339
|
+
> SetLabelResponse set_label(ostree_ostree_distribution_href, set_label)
|
340
|
+
|
341
|
+
Set a label
|
342
|
+
|
343
|
+
Set a single pulp_label on the object to a specific value or null.
|
344
|
+
|
345
|
+
### Example
|
346
|
+
|
347
|
+
```ruby
|
348
|
+
# load the gem
|
349
|
+
require 'pulp_ostree_client'
|
350
|
+
# setup authorization
|
351
|
+
PulpOstreeClient.configure do |config|
|
352
|
+
# Configure HTTP basic authorization: basicAuth
|
353
|
+
config.username = 'YOUR USERNAME'
|
354
|
+
config.password = 'YOUR PASSWORD'
|
355
|
+
end
|
356
|
+
|
357
|
+
api_instance = PulpOstreeClient::DistributionsOstreeApi.new
|
358
|
+
ostree_ostree_distribution_href = 'ostree_ostree_distribution_href_example' # String |
|
359
|
+
set_label = PulpOstreeClient::SetLabel.new # SetLabel |
|
360
|
+
|
361
|
+
begin
|
362
|
+
#Set a label
|
363
|
+
result = api_instance.set_label(ostree_ostree_distribution_href, set_label)
|
364
|
+
p result
|
365
|
+
rescue PulpOstreeClient::ApiError => e
|
366
|
+
puts "Exception when calling DistributionsOstreeApi->set_label: #{e}"
|
367
|
+
end
|
368
|
+
```
|
369
|
+
|
370
|
+
### Parameters
|
371
|
+
|
372
|
+
|
373
|
+
Name | Type | Description | Notes
|
374
|
+
------------- | ------------- | ------------- | -------------
|
375
|
+
**ostree_ostree_distribution_href** | **String**| |
|
376
|
+
**set_label** | [**SetLabel**](SetLabel.md)| |
|
377
|
+
|
378
|
+
### Return type
|
379
|
+
|
380
|
+
[**SetLabelResponse**](SetLabelResponse.md)
|
381
|
+
|
382
|
+
### Authorization
|
383
|
+
|
384
|
+
[basicAuth](../README.md#basicAuth)
|
385
|
+
|
386
|
+
### HTTP request headers
|
387
|
+
|
388
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
389
|
+
- **Accept**: application/json
|
390
|
+
|
391
|
+
|
392
|
+
## unset_label
|
393
|
+
|
394
|
+
> UnsetLabelResponse unset_label(ostree_ostree_distribution_href, unset_label)
|
395
|
+
|
396
|
+
Unset a label
|
397
|
+
|
398
|
+
Unset a single pulp_label on the object.
|
399
|
+
|
400
|
+
### Example
|
401
|
+
|
402
|
+
```ruby
|
403
|
+
# load the gem
|
404
|
+
require 'pulp_ostree_client'
|
405
|
+
# setup authorization
|
406
|
+
PulpOstreeClient.configure do |config|
|
407
|
+
# Configure HTTP basic authorization: basicAuth
|
408
|
+
config.username = 'YOUR USERNAME'
|
409
|
+
config.password = 'YOUR PASSWORD'
|
410
|
+
end
|
411
|
+
|
412
|
+
api_instance = PulpOstreeClient::DistributionsOstreeApi.new
|
413
|
+
ostree_ostree_distribution_href = 'ostree_ostree_distribution_href_example' # String |
|
414
|
+
unset_label = PulpOstreeClient::UnsetLabel.new # UnsetLabel |
|
415
|
+
|
416
|
+
begin
|
417
|
+
#Unset a label
|
418
|
+
result = api_instance.unset_label(ostree_ostree_distribution_href, unset_label)
|
419
|
+
p result
|
420
|
+
rescue PulpOstreeClient::ApiError => e
|
421
|
+
puts "Exception when calling DistributionsOstreeApi->unset_label: #{e}"
|
422
|
+
end
|
423
|
+
```
|
424
|
+
|
425
|
+
### Parameters
|
426
|
+
|
427
|
+
|
428
|
+
Name | Type | Description | Notes
|
429
|
+
------------- | ------------- | ------------- | -------------
|
430
|
+
**ostree_ostree_distribution_href** | **String**| |
|
431
|
+
**unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
|
432
|
+
|
433
|
+
### Return type
|
434
|
+
|
435
|
+
[**UnsetLabelResponse**](UnsetLabelResponse.md)
|
436
|
+
|
437
|
+
### Authorization
|
438
|
+
|
439
|
+
[basicAuth](../README.md#basicAuth)
|
440
|
+
|
441
|
+
### HTTP request headers
|
442
|
+
|
443
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
444
|
+
- **Accept**: application/json
|
445
|
+
|
446
|
+
|
329
447
|
## update
|
330
448
|
|
331
449
|
> AsyncOperationResponse update(ostree_ostree_distribution_href, ostree_ostree_distribution)
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
8
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
9
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
9
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
11
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
11
12
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
@@ -18,6 +19,7 @@ require 'PulpOstreeClient'
|
|
18
19
|
|
19
20
|
instance = PulpOstreeClient::OstreeOstreeDistribution.new(base_path: null,
|
20
21
|
content_guard: null,
|
22
|
+
hidden: null,
|
21
23
|
pulp_labels: null,
|
22
24
|
name: null,
|
23
25
|
repository: null,
|
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
|
|
9
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
10
|
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
11
11
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
12
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
12
13
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
13
14
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
14
15
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
@@ -24,6 +25,7 @@ instance = PulpOstreeClient::OstreeOstreeDistributionResponse.new(pulp_href: nul
|
|
24
25
|
base_path: null,
|
25
26
|
base_url: null,
|
26
27
|
content_guard: null,
|
28
|
+
hidden: null,
|
27
29
|
pulp_labels: null,
|
28
30
|
name: null,
|
29
31
|
repository: null,
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
8
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
9
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
9
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
11
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
11
12
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
@@ -18,6 +19,7 @@ require 'PulpOstreeClient'
|
|
18
19
|
|
19
20
|
instance = PulpOstreeClient::PatchedostreeOstreeDistribution.new(base_path: null,
|
20
21
|
content_guard: null,
|
22
|
+
hidden: null,
|
21
23
|
pulp_labels: null,
|
22
24
|
name: null,
|
23
25
|
repository: null,
|