pulpcore_client 3.82.1 → 3.83.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 +4 -4
- data/docs/ArtifactDistributionResponse.md +15 -15
- data/docs/RepositoryVersionsApi.md +2 -2
- data/lib/pulpcore_client/api/repository_versions_api.rb +3 -3
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +65 -65
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/repository_versions_api_spec.rb +1 -1
- data/spec/models/artifact_distribution_response_spec.rb +10 -10
- 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: 5e0a21d5b5a3d39641b93c3ff8a228ebb8c4d171433f11753965a14bf9d58b81
|
4
|
+
data.tar.gz: f54a4e753aa4d1fd8d58c52d3e5e94acf6dd48547ab0e950d86408613193572f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff09e7c250a0ac1903f2ac4a0eaf81d4ee212996c16d2b47740c520988b6303bcf3050655dcfcd5ee3e838b36a8b7e36843694c9ab4db716dd1a6d5254870a9c
|
7
|
+
data.tar.gz: 9815dcf1f4cbfed0b1c10406251cc85db07882bdd82e4d97a21d5ab7fc7dbd0ecdb38b461feeaef9d091fc73d2860ce97fc5dded64708f5a9b05fd2291e05884
|
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.83.0
|
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 pulpcore_client.gemspec
|
|
25
25
|
Then either install the gem locally:
|
26
26
|
|
27
27
|
```shell
|
28
|
-
gem install ./pulpcore_client-3.
|
28
|
+
gem install ./pulpcore_client-3.83.0.gem
|
29
29
|
```
|
30
30
|
|
31
|
-
(for development, run `gem install --dev ./pulpcore_client-3.
|
31
|
+
(for development, run `gem install --dev ./pulpcore_client-3.83.0.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 'pulpcore_client', '~> 3.
|
37
|
+
gem 'pulpcore_client', '~> 3.83.0'
|
38
38
|
|
39
39
|
### Install from Git
|
40
40
|
|
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
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\") | |
|
9
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
7
10
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
8
11
|
| **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
|
9
|
-
| **
|
10
|
-
| **
|
11
|
-
| **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\") | |
|
12
|
-
| **content_guard** | **String** | An optional content-guard. | [optional] |
|
12
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
13
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
13
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
|
+
| **content_guard** | **String** | An optional content-guard. | [optional] |
|
16
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
14
17
|
| **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] |
|
15
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
16
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
17
|
-
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
18
18
|
|
19
19
|
## Example
|
20
20
|
|
@@ -22,17 +22,17 @@
|
|
22
22
|
require 'pulpcore_client'
|
23
23
|
|
24
24
|
instance = PulpcoreClient::ArtifactDistributionResponse.new(
|
25
|
+
prn: null,
|
26
|
+
base_path: null,
|
27
|
+
hidden: null,
|
25
28
|
pulp_created: null,
|
26
29
|
base_url: null,
|
27
|
-
|
28
|
-
pulp_labels: null,
|
29
|
-
base_path: null,
|
30
|
-
content_guard: null,
|
31
|
-
pulp_last_updated: null,
|
32
|
-
no_content_change_since: null,
|
33
|
-
prn: null,
|
30
|
+
name: null,
|
34
31
|
pulp_href: null,
|
35
|
-
|
32
|
+
pulp_last_updated: null,
|
33
|
+
content_guard: null,
|
34
|
+
pulp_labels: null,
|
35
|
+
no_content_change_since: null
|
36
36
|
)
|
37
37
|
```
|
38
38
|
|
@@ -40,7 +40,7 @@ opts = {
|
|
40
40
|
number__lte: 56, # Integer | Filter results where number is less than or equal to value
|
41
41
|
number__range: [37], # Array<Integer> | Filter results where number is between two comma separated values
|
42
42
|
offset: 56, # Integer | The initial index from which to return the results.
|
43
|
-
ordering: ['-complete'], # 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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
43
|
+
ordering: ['-complete'], # 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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
44
44
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
45
45
|
pulp_created: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created matches value
|
46
46
|
pulp_created__gt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created is greater than value
|
@@ -97,7 +97,7 @@ end
|
|
97
97
|
| **number__lte** | **Integer** | Filter results where number is less than or equal to value | [optional] |
|
98
98
|
| **number__range** | [**Array<Integer>**](Integer.md) | Filter results where number is between two comma separated values | [optional] |
|
99
99
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
100
|
-
| **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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
100
|
+
| **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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
101
101
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
102
102
|
| **pulp_created** | **Time** | Filter results where pulp_created matches value | [optional] |
|
103
103
|
| **pulp_created__gt** | **Time** | Filter results where pulp_created is greater than value | [optional] |
|
@@ -33,7 +33,7 @@ module PulpcoreClient
|
|
33
33
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
34
34
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
35
35
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
36
|
-
# @option opts [Array<String>] :ordering 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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
36
|
+
# @option opts [Array<String>] :ordering 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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
37
37
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
38
38
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
39
39
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
@@ -66,7 +66,7 @@ module PulpcoreClient
|
|
66
66
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
67
67
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
68
68
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
69
|
-
# @option opts [Array<String>] :ordering 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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
69
|
+
# @option opts [Array<String>] :ordering 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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
70
70
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
71
71
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
72
72
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
@@ -84,7 +84,7 @@ module PulpcoreClient
|
|
84
84
|
if @api_client.config.debugging
|
85
85
|
@api_client.config.logger.debug 'Calling API: RepositoryVersionsApi.list ...'
|
86
86
|
end
|
87
|
-
allowable_values = ["-complete", "-info", "-number", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "complete", "info", "number", "pk", "pulp_created", "pulp_id", "pulp_last_updated"]
|
87
|
+
allowable_values = ["-complete", "-content_ids", "-info", "-number", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "complete", "content_ids", "info", "number", "pk", "pulp_created", "pulp_id", "pulp_last_updated"]
|
88
88
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
89
89
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
90
90
|
end
|
@@ -16,51 +16,51 @@ require 'time'
|
|
16
16
|
module PulpcoreClient
|
17
17
|
# A serializer for ArtifactDistribution.
|
18
18
|
class ArtifactDistributionResponse
|
19
|
+
# The Pulp Resource Name (PRN).
|
20
|
+
attr_accessor :prn
|
21
|
+
|
22
|
+
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
23
|
+
attr_accessor :base_path
|
24
|
+
|
25
|
+
# Whether this distribution should be shown in the content app.
|
26
|
+
attr_accessor :hidden
|
27
|
+
|
19
28
|
# Timestamp of creation.
|
20
29
|
attr_accessor :pulp_created
|
21
30
|
|
22
31
|
# The URL for accessing the publication as defined by this distribution.
|
23
32
|
attr_accessor :base_url
|
24
33
|
|
25
|
-
#
|
26
|
-
attr_accessor :
|
34
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
35
|
+
attr_accessor :name
|
27
36
|
|
28
|
-
attr_accessor :
|
37
|
+
attr_accessor :pulp_href
|
29
38
|
|
30
|
-
#
|
31
|
-
attr_accessor :
|
39
|
+
# 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.
|
40
|
+
attr_accessor :pulp_last_updated
|
32
41
|
|
33
42
|
# An optional content-guard.
|
34
43
|
attr_accessor :content_guard
|
35
44
|
|
36
|
-
|
37
|
-
attr_accessor :pulp_last_updated
|
45
|
+
attr_accessor :pulp_labels
|
38
46
|
|
39
47
|
# Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
|
40
48
|
attr_accessor :no_content_change_since
|
41
49
|
|
42
|
-
# The Pulp Resource Name (PRN).
|
43
|
-
attr_accessor :prn
|
44
|
-
|
45
|
-
attr_accessor :pulp_href
|
46
|
-
|
47
|
-
# A unique name. Ex, `rawhide` and `stable`.
|
48
|
-
attr_accessor :name
|
49
|
-
|
50
50
|
# Attribute mapping from ruby-style variable name to JSON key.
|
51
51
|
def self.attribute_map
|
52
52
|
{
|
53
|
+
:'prn' => :'prn',
|
54
|
+
:'base_path' => :'base_path',
|
55
|
+
:'hidden' => :'hidden',
|
53
56
|
:'pulp_created' => :'pulp_created',
|
54
57
|
:'base_url' => :'base_url',
|
55
|
-
:'
|
56
|
-
:'pulp_labels' => :'pulp_labels',
|
57
|
-
:'base_path' => :'base_path',
|
58
|
-
:'content_guard' => :'content_guard',
|
59
|
-
:'pulp_last_updated' => :'pulp_last_updated',
|
60
|
-
:'no_content_change_since' => :'no_content_change_since',
|
61
|
-
:'prn' => :'prn',
|
58
|
+
:'name' => :'name',
|
62
59
|
:'pulp_href' => :'pulp_href',
|
63
|
-
:'
|
60
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
61
|
+
:'content_guard' => :'content_guard',
|
62
|
+
:'pulp_labels' => :'pulp_labels',
|
63
|
+
:'no_content_change_since' => :'no_content_change_since'
|
64
64
|
}
|
65
65
|
end
|
66
66
|
|
@@ -72,17 +72,17 @@ module PulpcoreClient
|
|
72
72
|
# Attribute type mapping.
|
73
73
|
def self.openapi_types
|
74
74
|
{
|
75
|
+
:'prn' => :'String',
|
76
|
+
:'base_path' => :'String',
|
77
|
+
:'hidden' => :'Boolean',
|
75
78
|
:'pulp_created' => :'Time',
|
76
79
|
:'base_url' => :'String',
|
77
|
-
:'
|
78
|
-
:'pulp_labels' => :'Hash<String, String>',
|
79
|
-
:'base_path' => :'String',
|
80
|
-
:'content_guard' => :'String',
|
81
|
-
:'pulp_last_updated' => :'Time',
|
82
|
-
:'no_content_change_since' => :'String',
|
83
|
-
:'prn' => :'String',
|
80
|
+
:'name' => :'String',
|
84
81
|
:'pulp_href' => :'String',
|
85
|
-
:'
|
82
|
+
:'pulp_last_updated' => :'Time',
|
83
|
+
:'content_guard' => :'String',
|
84
|
+
:'pulp_labels' => :'Hash<String, String>',
|
85
|
+
:'no_content_change_since' => :'String'
|
86
86
|
}
|
87
87
|
end
|
88
88
|
|
@@ -108,12 +108,14 @@ module PulpcoreClient
|
|
108
108
|
h[k.to_sym] = v
|
109
109
|
}
|
110
110
|
|
111
|
-
if attributes.key?(:'
|
112
|
-
self.
|
111
|
+
if attributes.key?(:'prn')
|
112
|
+
self.prn = attributes[:'prn']
|
113
113
|
end
|
114
114
|
|
115
|
-
if attributes.key?(:'
|
116
|
-
self.
|
115
|
+
if attributes.key?(:'base_path')
|
116
|
+
self.base_path = attributes[:'base_path']
|
117
|
+
else
|
118
|
+
self.base_path = nil
|
117
119
|
end
|
118
120
|
|
119
121
|
if attributes.key?(:'hidden')
|
@@ -122,42 +124,40 @@ module PulpcoreClient
|
|
122
124
|
self.hidden = false
|
123
125
|
end
|
124
126
|
|
125
|
-
if attributes.key?(:'
|
126
|
-
|
127
|
-
self.pulp_labels = value
|
128
|
-
end
|
127
|
+
if attributes.key?(:'pulp_created')
|
128
|
+
self.pulp_created = attributes[:'pulp_created']
|
129
129
|
end
|
130
130
|
|
131
|
-
if attributes.key?(:'
|
132
|
-
self.
|
131
|
+
if attributes.key?(:'base_url')
|
132
|
+
self.base_url = attributes[:'base_url']
|
133
|
+
end
|
134
|
+
|
135
|
+
if attributes.key?(:'name')
|
136
|
+
self.name = attributes[:'name']
|
133
137
|
else
|
134
|
-
self.
|
138
|
+
self.name = nil
|
135
139
|
end
|
136
140
|
|
137
|
-
if attributes.key?(:'
|
138
|
-
self.
|
141
|
+
if attributes.key?(:'pulp_href')
|
142
|
+
self.pulp_href = attributes[:'pulp_href']
|
139
143
|
end
|
140
144
|
|
141
145
|
if attributes.key?(:'pulp_last_updated')
|
142
146
|
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
143
147
|
end
|
144
148
|
|
145
|
-
if attributes.key?(:'
|
146
|
-
self.
|
147
|
-
end
|
148
|
-
|
149
|
-
if attributes.key?(:'prn')
|
150
|
-
self.prn = attributes[:'prn']
|
149
|
+
if attributes.key?(:'content_guard')
|
150
|
+
self.content_guard = attributes[:'content_guard']
|
151
151
|
end
|
152
152
|
|
153
|
-
if attributes.key?(:'
|
154
|
-
|
153
|
+
if attributes.key?(:'pulp_labels')
|
154
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
155
|
+
self.pulp_labels = value
|
156
|
+
end
|
155
157
|
end
|
156
158
|
|
157
|
-
if attributes.key?(:'
|
158
|
-
self.
|
159
|
-
else
|
160
|
-
self.name = nil
|
159
|
+
if attributes.key?(:'no_content_change_since')
|
160
|
+
self.no_content_change_since = attributes[:'no_content_change_since']
|
161
161
|
end
|
162
162
|
end
|
163
163
|
|
@@ -191,17 +191,17 @@ module PulpcoreClient
|
|
191
191
|
def ==(o)
|
192
192
|
return true if self.equal?(o)
|
193
193
|
self.class == o.class &&
|
194
|
+
prn == o.prn &&
|
195
|
+
base_path == o.base_path &&
|
196
|
+
hidden == o.hidden &&
|
194
197
|
pulp_created == o.pulp_created &&
|
195
198
|
base_url == o.base_url &&
|
196
|
-
|
197
|
-
pulp_labels == o.pulp_labels &&
|
198
|
-
base_path == o.base_path &&
|
199
|
-
content_guard == o.content_guard &&
|
200
|
-
pulp_last_updated == o.pulp_last_updated &&
|
201
|
-
no_content_change_since == o.no_content_change_since &&
|
202
|
-
prn == o.prn &&
|
199
|
+
name == o.name &&
|
203
200
|
pulp_href == o.pulp_href &&
|
204
|
-
|
201
|
+
pulp_last_updated == o.pulp_last_updated &&
|
202
|
+
content_guard == o.content_guard &&
|
203
|
+
pulp_labels == o.pulp_labels &&
|
204
|
+
no_content_change_since == o.no_content_change_since
|
205
205
|
end
|
206
206
|
|
207
207
|
# @see the `==` method
|
@@ -213,7 +213,7 @@ module PulpcoreClient
|
|
213
213
|
# Calculates hash code according to all attributes.
|
214
214
|
# @return [Integer] Hash code
|
215
215
|
def hash
|
216
|
-
[
|
216
|
+
[prn, base_path, hidden, pulp_created, base_url, name, pulp_href, pulp_last_updated, content_guard, pulp_labels, no_content_change_since].hash
|
217
217
|
end
|
218
218
|
|
219
219
|
# Builds the object from hash
|
@@ -47,7 +47,7 @@ describe 'RepositoryVersionsApi' do
|
|
47
47
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
48
48
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
49
49
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
50
|
-
# @option opts [Array<String>] :ordering 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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
50
|
+
# @option opts [Array<String>] :ordering 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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
51
51
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
52
52
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
53
53
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
@@ -27,13 +27,13 @@ describe PulpcoreClient::ArtifactDistributionResponse do
|
|
27
27
|
end
|
28
28
|
end
|
29
29
|
|
30
|
-
describe 'test attribute "
|
30
|
+
describe 'test attribute "prn"' do
|
31
31
|
it 'should work' do
|
32
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
33
33
|
end
|
34
34
|
end
|
35
35
|
|
36
|
-
describe 'test attribute "
|
36
|
+
describe 'test attribute "base_path"' do
|
37
37
|
it 'should work' do
|
38
38
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
39
39
|
end
|
@@ -45,49 +45,49 @@ describe PulpcoreClient::ArtifactDistributionResponse do
|
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
48
|
-
describe 'test attribute "
|
48
|
+
describe 'test attribute "pulp_created"' do
|
49
49
|
it 'should work' do
|
50
50
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
51
51
|
end
|
52
52
|
end
|
53
53
|
|
54
|
-
describe 'test attribute "
|
54
|
+
describe 'test attribute "base_url"' do
|
55
55
|
it 'should work' do
|
56
56
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
-
describe 'test attribute "
|
60
|
+
describe 'test attribute "name"' do
|
61
61
|
it 'should work' do
|
62
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
63
|
end
|
64
64
|
end
|
65
65
|
|
66
|
-
describe 'test attribute "
|
66
|
+
describe 'test attribute "pulp_href"' do
|
67
67
|
it 'should work' do
|
68
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
69
69
|
end
|
70
70
|
end
|
71
71
|
|
72
|
-
describe 'test attribute "
|
72
|
+
describe 'test attribute "pulp_last_updated"' do
|
73
73
|
it 'should work' do
|
74
74
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
75
75
|
end
|
76
76
|
end
|
77
77
|
|
78
|
-
describe 'test attribute "
|
78
|
+
describe 'test attribute "content_guard"' do
|
79
79
|
it 'should work' do
|
80
80
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
81
81
|
end
|
82
82
|
end
|
83
83
|
|
84
|
-
describe 'test attribute "
|
84
|
+
describe 'test attribute "pulp_labels"' do
|
85
85
|
it 'should work' do
|
86
86
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
87
87
|
end
|
88
88
|
end
|
89
89
|
|
90
|
-
describe 'test attribute "
|
90
|
+
describe 'test attribute "no_content_change_since"' do
|
91
91
|
it 'should work' do
|
92
92
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
93
93
|
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.83.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: 2025-07-
|
11
|
+
date: 2025-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|