pulpcore_client 3.54.0 → 3.55.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ArtifactDistributionResponse.md +12 -12
- data/docs/FilesystemExportResponse.md +1 -1
- data/docs/ImportResponse.md +1 -1
- data/docs/PulpExportResponse.md +3 -3
- data/docs/TaskResponse.md +1 -1
- data/docs/TasksApi.md +0 -2
- data/lib/pulpcore_client/api/tasks_api.rb +0 -3
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +57 -57
- data/lib/pulpcore_client/models/filesystem_export_response.rb +1 -1
- data/lib/pulpcore_client/models/import_response.rb +1 -1
- data/lib/pulpcore_client/models/pulp_export_response.rb +3 -3
- data/lib/pulpcore_client/models/task_response.rb +1 -1
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/tasks_api_spec.rb +0 -1
- data/spec/models/artifact_distribution_response_spec.rb +8 -8
- 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: c0baaaebc0fe88b8ea58994462149511d7ebd1a53b12d6938c90deaf067db730
|
4
|
+
data.tar.gz: 68f8f6494aadb4a9bebadbc7c0f51ce4d23a6f6eff372890a48f918705cd0c8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d7101ffbecb06ad1e622d43e20a65bed820350908f692e763b1824774f8ecd28bf0b867d1aea483cfe22e4b3adfcedf09261c0ec9d17278374625c1b01739f9
|
7
|
+
data.tar.gz: 31b6a328b5a24e04c79d963fa415f9349631af6789aa1206f12455c0c103be170083f18bf802ccb5e1768e69beedc1f3be2981699ba8e81c18a5f0a14afabfba
|
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.55.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.55.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.55.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.55.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -4,30 +4,30 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
8
|
-
**
|
7
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
8
|
+
**content_guard** | **String** | An optional content-guard. | [optional]
|
9
9
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
|
-
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
11
|
-
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
12
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
11
|
+
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
13
12
|
**pulp_href** | **String** | | [optional] [readonly]
|
14
|
-
**
|
15
|
-
**
|
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\") |
|
14
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
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
|
-
|
22
|
+
instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_created: null,
|
23
|
+
content_guard: null,
|
24
24
|
pulp_labels: null,
|
25
|
-
base_url: null,
|
26
|
-
hidden: null,
|
27
25
|
name: null,
|
26
|
+
base_url: null,
|
28
27
|
pulp_href: null,
|
29
|
-
|
30
|
-
|
28
|
+
base_path: null,
|
29
|
+
hidden: null,
|
30
|
+
pulp_last_updated: null)
|
31
31
|
```
|
32
32
|
|
33
33
|
|
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
|
|
9
9
|
**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]
|
10
10
|
**task** | **String** | A URI of the task that ran the Export. | [optional]
|
11
11
|
**exported_resources** | **Array<String>** | Resources that were exported. | [optional] [readonly]
|
12
|
-
**params** | [**
|
12
|
+
**params** | [**AnyType**](.md) | Any additional parameters that were used to create the export. | [optional] [readonly]
|
13
13
|
|
14
14
|
## Code Sample
|
15
15
|
|
data/docs/ImportResponse.md
CHANGED
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
9
|
**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]
|
10
10
|
**task** | **String** | A URI of the Task that ran the Import. |
|
11
|
-
**params** | [**
|
11
|
+
**params** | [**AnyType**](.md) | Any parameters that were used to create the import. |
|
12
12
|
|
13
13
|
## Code Sample
|
14
14
|
|
data/docs/PulpExportResponse.md
CHANGED
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
|
|
9
9
|
**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]
|
10
10
|
**task** | **String** | A URI of the task that ran the Export. | [optional]
|
11
11
|
**exported_resources** | **Array<String>** | Resources that were exported. | [optional] [readonly]
|
12
|
-
**params** | [**
|
13
|
-
**output_file_info** | [**
|
14
|
-
**toc_info** | [**
|
12
|
+
**params** | [**AnyType**](.md) | Any additional parameters that were used to create the export. | [optional] [readonly]
|
13
|
+
**output_file_info** | [**AnyType**](.md) | Dictionary of filename: sha256hash entries for export-output-file(s) | [optional] [readonly]
|
14
|
+
**toc_info** | [**AnyType**](.md) | Filename and sha256-checksum of table-of-contents for this export | [optional] [readonly]
|
15
15
|
|
16
16
|
## Code Sample
|
17
17
|
|
data/docs/TaskResponse.md
CHANGED
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
|
|
14
14
|
**unblocked_at** | **DateTime** | Timestamp of when this task was identified ready for pickup. | [optional] [readonly]
|
15
15
|
**started_at** | **DateTime** | Timestamp of when this task started execution. | [optional] [readonly]
|
16
16
|
**finished_at** | **DateTime** | Timestamp of when this task stopped execution. | [optional] [readonly]
|
17
|
-
**error** | **Hash<String,
|
17
|
+
**error** | [**Hash<String, AnyType>**](AnyType.md) | A JSON Object of a fatal error encountered during the execution of this task. | [optional] [readonly]
|
18
18
|
**worker** | **String** | The worker associated with this task. This field is empty if a worker is not yet assigned. | [optional] [readonly]
|
19
19
|
**parent_task** | **String** | The parent task that spawned this task. | [optional] [readonly]
|
20
20
|
**child_tasks** | **Array<String>** | Any tasks spawned by this task. | [optional] [readonly]
|
data/docs/TasksApi.md
CHANGED
@@ -170,7 +170,6 @@ 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> | Deprecated, will be removed in pulpcore 3.55. Use reserved_resources instead.
|
174
173
|
shared_resources: 'shared_resources_example', # String |
|
175
174
|
shared_resources__in: ['shared_resources__in_example'], # Array<String> | Multiple values may be separated by commas.
|
176
175
|
started_at: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where started_at matches value
|
@@ -229,7 +228,6 @@ Name | Type | Description | Notes
|
|
229
228
|
**q** | **String**| | [optional]
|
230
229
|
**reserved_resources** | **String**| | [optional]
|
231
230
|
**reserved_resources__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
232
|
-
**reserved_resources_record** | [**Array<String>**](String.md)| Deprecated, will be removed in pulpcore 3.55. Use reserved_resources instead. | [optional]
|
233
231
|
**shared_resources** | **String**| | [optional]
|
234
232
|
**shared_resources__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
235
233
|
**started_at** | **DateTime**| Filter results where started_at matches value | [optional]
|
@@ -177,7 +177,6 @@ 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 Deprecated, will be removed in pulpcore 3.55. Use reserved_resources instead.
|
181
180
|
# @option opts [String] :shared_resources
|
182
181
|
# @option opts [Array<String>] :shared_resources__in Multiple values may be separated by commas.
|
183
182
|
# @option opts [DateTime] :started_at Filter results where started_at matches value
|
@@ -229,7 +228,6 @@ module PulpcoreClient
|
|
229
228
|
# @option opts [String] :q
|
230
229
|
# @option opts [String] :reserved_resources
|
231
230
|
# @option opts [Array<String>] :reserved_resources__in Multiple values may be separated by commas.
|
232
|
-
# @option opts [Array<String>] :reserved_resources_record Deprecated, will be removed in pulpcore 3.55. Use reserved_resources instead.
|
233
231
|
# @option opts [String] :shared_resources
|
234
232
|
# @option opts [Array<String>] :shared_resources__in Multiple values may be separated by commas.
|
235
233
|
# @option opts [DateTime] :started_at Filter results where started_at matches value
|
@@ -290,7 +288,6 @@ module PulpcoreClient
|
|
290
288
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
291
289
|
query_params[:'reserved_resources'] = opts[:'reserved_resources'] if !opts[:'reserved_resources'].nil?
|
292
290
|
query_params[:'reserved_resources__in'] = @api_client.build_collection_param(opts[:'reserved_resources__in'], :csv) if !opts[:'reserved_resources__in'].nil?
|
293
|
-
query_params[:'reserved_resources_record'] = @api_client.build_collection_param(opts[:'reserved_resources_record'], :multi) if !opts[:'reserved_resources_record'].nil?
|
294
291
|
query_params[:'shared_resources'] = opts[:'shared_resources'] if !opts[:'shared_resources'].nil?
|
295
292
|
query_params[:'shared_resources__in'] = @api_client.build_collection_param(opts[:'shared_resources__in'], :csv) if !opts[:'shared_resources__in'].nil?
|
296
293
|
query_params[:'started_at'] = opts[:'started_at'] if !opts[:'started_at'].nil?
|
@@ -15,65 +15,65 @@ require 'date'
|
|
15
15
|
module PulpcoreClient
|
16
16
|
# A serializer for ArtifactDistribution.
|
17
17
|
class ArtifactDistributionResponse
|
18
|
-
# Timestamp of
|
19
|
-
attr_accessor :
|
18
|
+
# Timestamp of creation.
|
19
|
+
attr_accessor :pulp_created
|
20
20
|
|
21
|
-
#
|
22
|
-
attr_accessor :
|
21
|
+
# An optional content-guard.
|
22
|
+
attr_accessor :content_guard
|
23
23
|
|
24
24
|
attr_accessor :pulp_labels
|
25
25
|
|
26
|
-
# The URL for accessing the publication as defined by this distribution.
|
27
|
-
attr_accessor :base_url
|
28
|
-
|
29
|
-
# Whether this distribution should be shown in the content app.
|
30
|
-
attr_accessor :hidden
|
31
|
-
|
32
26
|
# A unique name. Ex, `rawhide` and `stable`.
|
33
27
|
attr_accessor :name
|
34
28
|
|
29
|
+
# The URL for accessing the publication as defined by this distribution.
|
30
|
+
attr_accessor :base_url
|
31
|
+
|
35
32
|
attr_accessor :pulp_href
|
36
33
|
|
37
|
-
#
|
38
|
-
attr_accessor :
|
34
|
+
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
35
|
+
attr_accessor :base_path
|
39
36
|
|
40
|
-
#
|
41
|
-
attr_accessor :
|
37
|
+
# Whether this distribution should be shown in the content app.
|
38
|
+
attr_accessor :hidden
|
39
|
+
|
40
|
+
# 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.
|
41
|
+
attr_accessor :pulp_last_updated
|
42
42
|
|
43
43
|
# Attribute mapping from ruby-style variable name to JSON key.
|
44
44
|
def self.attribute_map
|
45
45
|
{
|
46
|
-
:'
|
47
|
-
:'
|
46
|
+
:'pulp_created' => :'pulp_created',
|
47
|
+
:'content_guard' => :'content_guard',
|
48
48
|
:'pulp_labels' => :'pulp_labels',
|
49
|
-
:'base_url' => :'base_url',
|
50
|
-
:'hidden' => :'hidden',
|
51
49
|
:'name' => :'name',
|
50
|
+
:'base_url' => :'base_url',
|
52
51
|
:'pulp_href' => :'pulp_href',
|
53
|
-
:'
|
54
|
-
:'
|
52
|
+
:'base_path' => :'base_path',
|
53
|
+
:'hidden' => :'hidden',
|
54
|
+
:'pulp_last_updated' => :'pulp_last_updated'
|
55
55
|
}
|
56
56
|
end
|
57
57
|
|
58
58
|
# Attribute type mapping.
|
59
59
|
def self.openapi_types
|
60
60
|
{
|
61
|
-
:'
|
62
|
-
:'
|
61
|
+
:'pulp_created' => :'DateTime',
|
62
|
+
:'content_guard' => :'String',
|
63
63
|
:'pulp_labels' => :'Hash<String, String>',
|
64
|
-
:'base_url' => :'String',
|
65
|
-
:'hidden' => :'Boolean',
|
66
64
|
:'name' => :'String',
|
65
|
+
:'base_url' => :'String',
|
67
66
|
:'pulp_href' => :'String',
|
68
|
-
:'
|
69
|
-
:'
|
67
|
+
:'base_path' => :'String',
|
68
|
+
:'hidden' => :'Boolean',
|
69
|
+
:'pulp_last_updated' => :'DateTime'
|
70
70
|
}
|
71
71
|
end
|
72
72
|
|
73
73
|
# List of attributes with nullable: true
|
74
74
|
def self.openapi_nullable
|
75
75
|
Set.new([
|
76
|
-
:'content_guard'
|
76
|
+
:'content_guard',
|
77
77
|
])
|
78
78
|
end
|
79
79
|
|
@@ -92,12 +92,12 @@ module PulpcoreClient
|
|
92
92
|
h[k.to_sym] = v
|
93
93
|
}
|
94
94
|
|
95
|
-
if attributes.key?(:'
|
96
|
-
self.
|
95
|
+
if attributes.key?(:'pulp_created')
|
96
|
+
self.pulp_created = attributes[:'pulp_created']
|
97
97
|
end
|
98
98
|
|
99
|
-
if attributes.key?(:'
|
100
|
-
self.
|
99
|
+
if attributes.key?(:'content_guard')
|
100
|
+
self.content_guard = attributes[:'content_guard']
|
101
101
|
end
|
102
102
|
|
103
103
|
if attributes.key?(:'pulp_labels')
|
@@ -106,30 +106,30 @@ module PulpcoreClient
|
|
106
106
|
end
|
107
107
|
end
|
108
108
|
|
109
|
-
if attributes.key?(:'base_url')
|
110
|
-
self.base_url = attributes[:'base_url']
|
111
|
-
end
|
112
|
-
|
113
|
-
if attributes.key?(:'hidden')
|
114
|
-
self.hidden = attributes[:'hidden']
|
115
|
-
else
|
116
|
-
self.hidden = false
|
117
|
-
end
|
118
|
-
|
119
109
|
if attributes.key?(:'name')
|
120
110
|
self.name = attributes[:'name']
|
121
111
|
end
|
122
112
|
|
113
|
+
if attributes.key?(:'base_url')
|
114
|
+
self.base_url = attributes[:'base_url']
|
115
|
+
end
|
116
|
+
|
123
117
|
if attributes.key?(:'pulp_href')
|
124
118
|
self.pulp_href = attributes[:'pulp_href']
|
125
119
|
end
|
126
120
|
|
127
|
-
if attributes.key?(:'
|
128
|
-
self.
|
121
|
+
if attributes.key?(:'base_path')
|
122
|
+
self.base_path = attributes[:'base_path']
|
129
123
|
end
|
130
124
|
|
131
|
-
if attributes.key?(:'
|
132
|
-
self.
|
125
|
+
if attributes.key?(:'hidden')
|
126
|
+
self.hidden = attributes[:'hidden']
|
127
|
+
else
|
128
|
+
self.hidden = false
|
129
|
+
end
|
130
|
+
|
131
|
+
if attributes.key?(:'pulp_last_updated')
|
132
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
133
133
|
end
|
134
134
|
end
|
135
135
|
|
@@ -137,22 +137,22 @@ module PulpcoreClient
|
|
137
137
|
# @return Array for valid properties with the reasons
|
138
138
|
def list_invalid_properties
|
139
139
|
invalid_properties = Array.new
|
140
|
-
if @base_path.nil?
|
141
|
-
invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
|
142
|
-
end
|
143
|
-
|
144
140
|
if @name.nil?
|
145
141
|
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
146
142
|
end
|
147
143
|
|
144
|
+
if @base_path.nil?
|
145
|
+
invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
|
146
|
+
end
|
147
|
+
|
148
148
|
invalid_properties
|
149
149
|
end
|
150
150
|
|
151
151
|
# Check to see if the all the properties in the model are valid
|
152
152
|
# @return true if the model is valid
|
153
153
|
def valid?
|
154
|
-
return false if @base_path.nil?
|
155
154
|
return false if @name.nil?
|
155
|
+
return false if @base_path.nil?
|
156
156
|
true
|
157
157
|
end
|
158
158
|
|
@@ -161,15 +161,15 @@ module PulpcoreClient
|
|
161
161
|
def ==(o)
|
162
162
|
return true if self.equal?(o)
|
163
163
|
self.class == o.class &&
|
164
|
-
|
165
|
-
|
164
|
+
pulp_created == o.pulp_created &&
|
165
|
+
content_guard == o.content_guard &&
|
166
166
|
pulp_labels == o.pulp_labels &&
|
167
|
-
base_url == o.base_url &&
|
168
|
-
hidden == o.hidden &&
|
169
167
|
name == o.name &&
|
168
|
+
base_url == o.base_url &&
|
170
169
|
pulp_href == o.pulp_href &&
|
171
|
-
|
172
|
-
|
170
|
+
base_path == o.base_path &&
|
171
|
+
hidden == o.hidden &&
|
172
|
+
pulp_last_updated == o.pulp_last_updated
|
173
173
|
end
|
174
174
|
|
175
175
|
# @see the `==` method
|
@@ -181,7 +181,7 @@ module PulpcoreClient
|
|
181
181
|
# Calculates hash code according to all attributes.
|
182
182
|
# @return [Integer] Hash code
|
183
183
|
def hash
|
184
|
-
[
|
184
|
+
[pulp_created, content_guard, pulp_labels, name, base_url, pulp_href, base_path, hidden, pulp_last_updated].hash
|
185
185
|
end
|
186
186
|
|
187
187
|
# Builds the object from hash
|
@@ -60,9 +60,9 @@ module PulpcoreClient
|
|
60
60
|
:'pulp_last_updated' => :'DateTime',
|
61
61
|
:'task' => :'String',
|
62
62
|
:'exported_resources' => :'Array<String>',
|
63
|
-
:'params' => :'
|
64
|
-
:'output_file_info' => :'
|
65
|
-
:'toc_info' => :'
|
63
|
+
:'params' => :'AnyType',
|
64
|
+
:'output_file_info' => :'AnyType',
|
65
|
+
:'toc_info' => :'AnyType'
|
66
66
|
}
|
67
67
|
end
|
68
68
|
|
@@ -104,7 +104,7 @@ module PulpcoreClient
|
|
104
104
|
:'unblocked_at' => :'DateTime',
|
105
105
|
:'started_at' => :'DateTime',
|
106
106
|
:'finished_at' => :'DateTime',
|
107
|
-
:'error' => :'Hash<String,
|
107
|
+
:'error' => :'Hash<String, AnyType>',
|
108
108
|
:'worker' => :'String',
|
109
109
|
:'parent_task' => :'String',
|
110
110
|
:'child_tasks' => :'Array<String>',
|
data/spec/api/tasks_api_spec.rb
CHANGED
@@ -86,7 +86,6 @@ describe 'TasksApi' do
|
|
86
86
|
# @option opts [String] :q
|
87
87
|
# @option opts [String] :reserved_resources
|
88
88
|
# @option opts [Array<String>] :reserved_resources__in Multiple values may be separated by commas.
|
89
|
-
# @option opts [Array<String>] :reserved_resources_record Deprecated, will be removed in pulpcore 3.55. Use reserved_resources instead.
|
90
89
|
# @option opts [String] :shared_resources
|
91
90
|
# @option opts [Array<String>] :shared_resources__in Multiple values may be separated by commas.
|
92
91
|
# @option opts [DateTime] :started_at Filter results where started_at matches value
|
@@ -32,13 +32,13 @@ describe 'ArtifactDistributionResponse' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpcoreClient::ArtifactDistributionResponse)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "pulp_created"' do
|
36
36
|
it 'should work' do
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
38
|
end
|
39
39
|
end
|
40
40
|
|
41
|
-
describe 'test attribute "
|
41
|
+
describe 'test attribute "content_guard"' do
|
42
42
|
it 'should work' do
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
44
|
end
|
@@ -50,37 +50,37 @@ describe 'ArtifactDistributionResponse' do
|
|
50
50
|
end
|
51
51
|
end
|
52
52
|
|
53
|
-
describe 'test attribute "
|
53
|
+
describe 'test attribute "name"' do
|
54
54
|
it 'should work' do
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
56
|
end
|
57
57
|
end
|
58
58
|
|
59
|
-
describe 'test attribute "
|
59
|
+
describe 'test attribute "base_url"' do
|
60
60
|
it 'should work' do
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
62
|
end
|
63
63
|
end
|
64
64
|
|
65
|
-
describe 'test attribute "
|
65
|
+
describe 'test attribute "pulp_href"' do
|
66
66
|
it 'should work' do
|
67
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
68
|
end
|
69
69
|
end
|
70
70
|
|
71
|
-
describe 'test attribute "
|
71
|
+
describe 'test attribute "base_path"' do
|
72
72
|
it 'should work' do
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
74
|
end
|
75
75
|
end
|
76
76
|
|
77
|
-
describe 'test attribute "
|
77
|
+
describe 'test attribute "hidden"' do
|
78
78
|
it 'should work' do
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
80
80
|
end
|
81
81
|
end
|
82
82
|
|
83
|
-
describe 'test attribute "
|
83
|
+
describe 'test attribute "pulp_last_updated"' do
|
84
84
|
it 'should work' do
|
85
85
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
86
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulpcore_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.55.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|