pulpcore_client 3.49.24 → 3.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/docs/AccessPoliciesApi.md +1 -1
- data/docs/ArtifactDistributionResponse.md +12 -12
- data/docs/ArtifactsApi.md +1 -1
- data/docs/ContentApi.md +1 -1
- data/docs/ContentguardsApi.md +1 -1
- data/docs/ContentguardsCompositeApi.md +1 -1
- data/docs/ContentguardsContentRedirectApi.md +1 -1
- data/docs/ContentguardsHeaderApi.md +1 -1
- data/docs/ContentguardsRbacApi.md +1 -1
- data/docs/DistributionsApi.md +1 -1
- data/docs/DistributionsArtifactsApi.md +1 -1
- data/docs/DomainsApi.md +1 -1
- data/docs/ExportersFilesystemApi.md +1 -1
- data/docs/ExportersFilesystemExportsApi.md +1 -1
- data/docs/ExportersPulpApi.md +1 -1
- data/docs/ExportersPulpExportsApi.md +1 -1
- data/docs/GroupsApi.md +1 -1
- data/docs/GroupsRolesApi.md +1 -1
- data/docs/GroupsUsersApi.md +1 -1
- data/docs/ImportersPulpApi.md +1 -1
- data/docs/ImportersPulpImportCheckApi.md +1 -1
- data/docs/ImportersPulpImportsApi.md +1 -1
- data/docs/OrphansApi.md +1 -1
- data/docs/OrphansCleanupApi.md +1 -1
- data/docs/PublicationsApi.md +1 -1
- data/docs/RemotesApi.md +1 -1
- data/docs/RepairApi.md +1 -1
- data/docs/RepositoriesApi.md +1 -1
- data/docs/RepositoriesReclaimSpaceApi.md +1 -1
- data/docs/RepositoryVersionsApi.md +1 -1
- data/docs/RolesApi.md +1 -1
- data/docs/SigningServicesApi.md +1 -1
- data/docs/StatusApi.md +1 -1
- data/docs/TaskGroupsApi.md +1 -1
- data/docs/TaskSchedulesApi.md +1 -1
- data/docs/TasksApi.md +3 -3
- data/docs/UploadsApi.md +1 -1
- data/docs/UpstreamPulpsApi.md +1 -1
- data/docs/UsersApi.md +1 -1
- data/docs/UsersRolesApi.md +1 -1
- data/docs/WorkersApi.md +1 -1
- data/lib/pulpcore_client/api/tasks_api.rb +2 -2
- data/lib/pulpcore_client/configuration.rb +2 -2
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +52 -52
- data/lib/pulpcore_client/models/remote_response.rb +20 -20
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/tasks_api_spec.rb +1 -1
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_distribution_response_spec.rb +9 -9
- metadata +162 -162
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1bf78a3433ee9299c0e939b686d9d4ca6463efc0e3c055e4faee42cd677c7e83
|
4
|
+
data.tar.gz: f3deb817aeda6d58209cb0afdb9ba6df64b484e63fc11e30633ae6425a96b895
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d2e8d594fd4446e25f3dee256387d55819192f7a6fbf1794f6975c0467bf09919eefa0ed5c3677728ebf6f666c921cf05b299a119256606f48c4c532396f311
|
7
|
+
data.tar.gz: 3ddaf5e89d7491967e39b07a74e4154fb8256ce8c7dd16b96044f98062f22e1666f9c7d3a8e402121b78fd5d947e779049981936578d1f178cf7f365132062ba
|
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: 3.
|
10
|
+
- Package version: 3.50.0
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulpcore_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulpcore_client-3.
|
27
|
+
gem install ./pulpcore_client-3.50.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulpcore_client-3.
|
30
|
+
(for development, run `gem install --dev ./pulpcore_client-3.50.0.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulpcore_client', '~> 3.
|
36
|
+
gem 'pulpcore_client', '~> 3.50.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -98,7 +98,7 @@ end
|
|
98
98
|
|
99
99
|
## Documentation for API Endpoints
|
100
100
|
|
101
|
-
All URIs are relative to *http://
|
101
|
+
All URIs are relative to *http://pulp*
|
102
102
|
|
103
103
|
Class | Method | HTTP request | Description
|
104
104
|
------------ | ------------- | ------------- | -------------
|
data/docs/AccessPoliciesApi.md
CHANGED
@@ -4,30 +4,30 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
8
|
-
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
9
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
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
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
12
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
13
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
14
9
|
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
10
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
12
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
13
|
+
**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\") |
|
15
14
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
15
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
16
16
|
|
17
17
|
## Code Sample
|
18
18
|
|
19
19
|
```ruby
|
20
20
|
require 'PulpcoreClient'
|
21
21
|
|
22
|
-
instance = PulpcoreClient::ArtifactDistributionResponse.new(
|
23
|
-
pulp_last_updated: null,
|
24
|
-
pulp_href: null,
|
25
|
-
base_path: null,
|
26
|
-
pulp_labels: null,
|
27
|
-
name: null,
|
22
|
+
instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_href: null,
|
28
23
|
content_guard: null,
|
29
24
|
base_url: null,
|
30
|
-
|
25
|
+
pulp_labels: null,
|
26
|
+
name: null,
|
27
|
+
hidden: null,
|
28
|
+
base_path: null,
|
29
|
+
pulp_created: null,
|
30
|
+
pulp_last_updated: null)
|
31
31
|
```
|
32
32
|
|
33
33
|
|
data/docs/ArtifactsApi.md
CHANGED
data/docs/ContentApi.md
CHANGED
data/docs/ContentguardsApi.md
CHANGED
data/docs/DistributionsApi.md
CHANGED
data/docs/DomainsApi.md
CHANGED
data/docs/ExportersPulpApi.md
CHANGED
data/docs/GroupsApi.md
CHANGED
data/docs/GroupsRolesApi.md
CHANGED
data/docs/GroupsUsersApi.md
CHANGED
data/docs/ImportersPulpApi.md
CHANGED
data/docs/OrphansApi.md
CHANGED
data/docs/OrphansCleanupApi.md
CHANGED
data/docs/PublicationsApi.md
CHANGED
data/docs/RemotesApi.md
CHANGED
data/docs/RepairApi.md
CHANGED
data/docs/RepositoriesApi.md
CHANGED
data/docs/RolesApi.md
CHANGED
data/docs/SigningServicesApi.md
CHANGED
data/docs/StatusApi.md
CHANGED
data/docs/TaskGroupsApi.md
CHANGED
data/docs/TaskSchedulesApi.md
CHANGED
data/docs/TasksApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpcoreClient::TasksApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -170,7 +170,7 @@ opts = {
|
|
170
170
|
q: 'q_example', # String |
|
171
171
|
reserved_resources: 'reserved_resources_example', # String |
|
172
172
|
reserved_resources__in: ['reserved_resources__in_example'], # Array<String> | Multiple values may be separated by commas.
|
173
|
-
reserved_resources_record: ['reserved_resources_record_example'], # Array<String> |
|
173
|
+
reserved_resources_record: ['reserved_resources_record_example'], # Array<String> | Deprecated, will be removed in pulpcore 3.55. Use reserved_resources instead.
|
174
174
|
shared_resources: 'shared_resources_example', # String |
|
175
175
|
shared_resources__in: ['shared_resources__in_example'], # Array<String> | Multiple values may be separated by commas.
|
176
176
|
started_at: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where started_at matches value
|
@@ -229,7 +229,7 @@ Name | Type | Description | Notes
|
|
229
229
|
**q** | **String**| | [optional]
|
230
230
|
**reserved_resources** | **String**| | [optional]
|
231
231
|
**reserved_resources__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
232
|
-
**reserved_resources_record** | [**Array<String>**](String.md)|
|
232
|
+
**reserved_resources_record** | [**Array<String>**](String.md)| Deprecated, will be removed in pulpcore 3.55. Use reserved_resources instead. | [optional]
|
233
233
|
**shared_resources** | **String**| | [optional]
|
234
234
|
**shared_resources__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
235
235
|
**started_at** | **DateTime**| Filter results where started_at matches value | [optional]
|
data/docs/UploadsApi.md
CHANGED
data/docs/UpstreamPulpsApi.md
CHANGED
data/docs/UsersApi.md
CHANGED
data/docs/UsersRolesApi.md
CHANGED
data/docs/WorkersApi.md
CHANGED
@@ -177,7 +177,7 @@ module PulpcoreClient
|
|
177
177
|
# @option opts [String] :q
|
178
178
|
# @option opts [String] :reserved_resources
|
179
179
|
# @option opts [Array<String>] :reserved_resources__in Multiple values may be separated by commas.
|
180
|
-
# @option opts [Array<String>] :reserved_resources_record
|
180
|
+
# @option opts [Array<String>] :reserved_resources_record Deprecated, will be removed in pulpcore 3.55. Use reserved_resources instead.
|
181
181
|
# @option opts [String] :shared_resources
|
182
182
|
# @option opts [Array<String>] :shared_resources__in Multiple values may be separated by commas.
|
183
183
|
# @option opts [DateTime] :started_at Filter results where started_at matches value
|
@@ -229,7 +229,7 @@ module PulpcoreClient
|
|
229
229
|
# @option opts [String] :q
|
230
230
|
# @option opts [String] :reserved_resources
|
231
231
|
# @option opts [Array<String>] :reserved_resources__in Multiple values may be separated by commas.
|
232
|
-
# @option opts [Array<String>] :reserved_resources_record
|
232
|
+
# @option opts [Array<String>] :reserved_resources_record Deprecated, will be removed in pulpcore 3.55. Use reserved_resources instead.
|
233
233
|
# @option opts [String] :shared_resources
|
234
234
|
# @option opts [Array<String>] :shared_resources__in Multiple values may be separated by commas.
|
235
235
|
# @option opts [DateTime] :started_at Filter results where started_at matches value
|
@@ -128,7 +128,7 @@ module PulpcoreClient
|
|
128
128
|
|
129
129
|
def initialize
|
130
130
|
@scheme = 'http'
|
131
|
-
@host = '
|
131
|
+
@host = 'pulp'
|
132
132
|
@base_path = ''
|
133
133
|
@api_key = {}
|
134
134
|
@api_key_prefix = {}
|
@@ -210,7 +210,7 @@ module PulpcoreClient
|
|
210
210
|
def server_settings
|
211
211
|
[
|
212
212
|
{
|
213
|
-
url: "http://
|
213
|
+
url: "http://pulp/",
|
214
214
|
description: "No description provided",
|
215
215
|
}
|
216
216
|
]
|