pulp_maven_client 0.4.0.dev1670901257 → 0.4.0.dev1670987488
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.
Potentially problematic release.
This version of pulp_maven_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/MavenMavenDistribution.md +1 -1
- data/docs/MavenMavenDistributionResponse.md +1 -1
- data/docs/MavenMavenRemote.md +1 -1
- data/docs/MavenMavenRemoteResponse.md +1 -1
- data/docs/MavenMavenRepository.md +1 -1
- data/docs/MavenMavenRepositoryResponse.md +1 -1
- data/docs/PatchedmavenMavenDistribution.md +1 -1
- data/docs/PatchedmavenMavenRemote.md +1 -1
- data/docs/PatchedmavenMavenRepository.md +1 -1
- data/lib/pulp_maven_client/api/distributions_maven_api.rb +1 -1
- data/lib/pulp_maven_client/api/remotes_maven_api.rb +1 -1
- data/lib/pulp_maven_client/api/repositories_maven_api.rb +1 -1
- data/lib/pulp_maven_client/models/maven_maven_distribution.rb +4 -2
- data/lib/pulp_maven_client/models/maven_maven_distribution_response.rb +4 -2
- data/lib/pulp_maven_client/models/maven_maven_remote.rb +4 -2
- data/lib/pulp_maven_client/models/maven_maven_remote_response.rb +4 -2
- data/lib/pulp_maven_client/models/maven_maven_repository.rb +4 -2
- data/lib/pulp_maven_client/models/maven_maven_repository_response.rb +4 -2
- data/lib/pulp_maven_client/models/patchedmaven_maven_distribution.rb +4 -2
- data/lib/pulp_maven_client/models/patchedmaven_maven_remote.rb +4 -2
- data/lib/pulp_maven_client/models/patchedmaven_maven_repository.rb +4 -2
- data/lib/pulp_maven_client/version.rb +1 -1
- 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: 43a5dfbd9334d0f4a10444cdcb4a9c23a4bb7d859cb4d839627c827db5dae452
|
|
4
|
+
data.tar.gz: 289e4ea069217bb6e31a38748cc7bab5b46df16c09a5c70d2b21acfe0b696d57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 818a1f44e443e3cc4608a8f90e59efd464df5c699a4bb0d06f4546cbf66e928da0e120c817532fff93213a527be0f08ad1c74e368ba5286801907dcda1ac98f5
|
|
7
|
+
data.tar.gz: e23a01585bdf17a2c1b83c5093b73646780563d6b2eb2a7653a0b1ce717fbdb43ae8bf41d1736cc8759e78b8873c51d99f20699eae15fd6e278835c92d1ba5ab
|
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: 0.4.0.
|
|
10
|
+
- Package version: 0.4.0.dev1670987488
|
|
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_maven_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_maven_client-0.4.0.
|
|
27
|
+
gem install ./pulp_maven_client-0.4.0.dev1670987488.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_maven_client-0.4.0.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_maven_client-0.4.0.dev1670987488.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_maven_client', '~> 0.4.0.
|
|
36
|
+
gem 'pulp_maven_client', '~> 0.4.0.dev1670987488'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -6,7 +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
|
-
**pulp_labels** |
|
|
9
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
10
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
11
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
12
12
|
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional]
|
|
@@ -9,7 +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
|
-
**pulp_labels** |
|
|
12
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
13
13
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
14
14
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
15
15
|
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional]
|
data/docs/MavenMavenRemote.md
CHANGED
|
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
16
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
17
17
|
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
18
|
-
**pulp_labels** |
|
|
18
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
21
21
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
|
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
13
13
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
14
14
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
15
|
-
**pulp_labels** |
|
|
15
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
16
16
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
17
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
18
18
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_labels** |
|
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
8
8
|
**name** | **String** | A unique name for this repository. |
|
|
9
9
|
**description** | **String** | An optional description. | [optional]
|
|
10
10
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
|
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
9
|
**versions_href** | **String** | | [optional] [readonly]
|
|
10
|
-
**pulp_labels** |
|
|
10
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
11
11
|
**latest_version_href** | **String** | | [optional] [readonly]
|
|
12
12
|
**name** | **String** | A unique name for this repository. |
|
|
13
13
|
**description** | **String** | An optional description. | [optional]
|
|
@@ -6,7 +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
|
-
**pulp_labels** |
|
|
9
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
10
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
|
11
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
12
12
|
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional]
|
|
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
16
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
17
17
|
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
18
|
-
**pulp_labels** |
|
|
18
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
21
21
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_labels** |
|
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
8
8
|
**name** | **String** | A unique name for this repository. | [optional]
|
|
9
9
|
**description** | **String** | An optional description. | [optional]
|
|
10
10
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
|
|
@@ -194,7 +194,7 @@ module PulpMavenClient
|
|
|
194
194
|
if @api_client.config.debugging
|
|
195
195
|
@api_client.config.logger.debug 'Calling API: DistributionsMavenApi.list ...'
|
|
196
196
|
end
|
|
197
|
-
allowable_values = ["-base_path", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "base_path", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
|
|
197
|
+
allowable_values = ["-base_path", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
|
|
198
198
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
199
199
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
200
200
|
end
|
|
@@ -196,7 +196,7 @@ module PulpMavenClient
|
|
|
196
196
|
if @api_client.config.debugging
|
|
197
197
|
@api_client.config.logger.debug 'Calling API: RemotesMavenApi.list ...'
|
|
198
198
|
end
|
|
199
|
-
allowable_values = ["-ca_cert", "-client_cert", "-client_key", "-connect_timeout", "-download_concurrency", "-headers", "-max_retries", "-name", "-password", "-pk", "-policy", "-proxy_password", "-proxy_url", "-proxy_username", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-rate_limit", "-sock_connect_timeout", "-sock_read_timeout", "-tls_validation", "-total_timeout", "-url", "-username", "ca_cert", "client_cert", "client_key", "connect_timeout", "download_concurrency", "headers", "max_retries", "name", "password", "pk", "policy", "proxy_password", "proxy_url", "proxy_username", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "rate_limit", "sock_connect_timeout", "sock_read_timeout", "tls_validation", "total_timeout", "url", "username"]
|
|
199
|
+
allowable_values = ["-ca_cert", "-client_cert", "-client_key", "-connect_timeout", "-download_concurrency", "-headers", "-max_retries", "-name", "-password", "-pk", "-policy", "-proxy_password", "-proxy_url", "-proxy_username", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-rate_limit", "-sock_connect_timeout", "-sock_read_timeout", "-tls_validation", "-total_timeout", "-url", "-username", "ca_cert", "client_cert", "client_key", "connect_timeout", "download_concurrency", "headers", "max_retries", "name", "password", "pk", "policy", "proxy_password", "proxy_url", "proxy_username", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "rate_limit", "sock_connect_timeout", "sock_read_timeout", "tls_validation", "total_timeout", "url", "username"]
|
|
200
200
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
201
201
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
202
202
|
end
|
|
@@ -186,7 +186,7 @@ module PulpMavenClient
|
|
|
186
186
|
if @api_client.config.debugging
|
|
187
187
|
@api_client.config.logger.debug 'Calling API: RepositoriesMavenApi.list ...'
|
|
188
188
|
end
|
|
189
|
-
allowable_values = ["-description", "-name", "-next_version", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-retain_repo_versions", "-user_hidden", "description", "name", "next_version", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "retain_repo_versions", "user_hidden"]
|
|
189
|
+
allowable_values = ["-description", "-name", "-next_version", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-retain_repo_versions", "-user_hidden", "description", "name", "next_version", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "retain_repo_versions", "user_hidden"]
|
|
190
190
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
191
191
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
192
192
|
end
|
|
@@ -49,7 +49,7 @@ module PulpMavenClient
|
|
|
49
49
|
{
|
|
50
50
|
:'base_path' => :'String',
|
|
51
51
|
:'content_guard' => :'String',
|
|
52
|
-
:'pulp_labels' => :'
|
|
52
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
53
53
|
:'name' => :'String',
|
|
54
54
|
:'repository' => :'String',
|
|
55
55
|
:'remote' => :'String'
|
|
@@ -89,7 +89,9 @@ module PulpMavenClient
|
|
|
89
89
|
end
|
|
90
90
|
|
|
91
91
|
if attributes.key?(:'pulp_labels')
|
|
92
|
-
|
|
92
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
93
|
+
self.pulp_labels = value
|
|
94
|
+
end
|
|
93
95
|
end
|
|
94
96
|
|
|
95
97
|
if attributes.key?(:'name')
|
|
@@ -63,7 +63,7 @@ module PulpMavenClient
|
|
|
63
63
|
:'base_path' => :'String',
|
|
64
64
|
:'base_url' => :'String',
|
|
65
65
|
:'content_guard' => :'String',
|
|
66
|
-
:'pulp_labels' => :'
|
|
66
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
67
67
|
:'name' => :'String',
|
|
68
68
|
:'repository' => :'String',
|
|
69
69
|
:'remote' => :'String'
|
|
@@ -115,7 +115,9 @@ module PulpMavenClient
|
|
|
115
115
|
end
|
|
116
116
|
|
|
117
117
|
if attributes.key?(:'pulp_labels')
|
|
118
|
-
|
|
118
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
119
|
+
self.pulp_labels = value
|
|
120
|
+
end
|
|
119
121
|
end
|
|
120
122
|
|
|
121
123
|
if attributes.key?(:'name')
|
|
@@ -118,7 +118,7 @@ module PulpMavenClient
|
|
|
118
118
|
:'proxy_password' => :'String',
|
|
119
119
|
:'username' => :'String',
|
|
120
120
|
:'password' => :'String',
|
|
121
|
-
:'pulp_labels' => :'
|
|
121
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
122
122
|
:'download_concurrency' => :'Integer',
|
|
123
123
|
:'max_retries' => :'Integer',
|
|
124
124
|
:'policy' => :'PolicyEnum',
|
|
@@ -212,7 +212,9 @@ module PulpMavenClient
|
|
|
212
212
|
end
|
|
213
213
|
|
|
214
214
|
if attributes.key?(:'pulp_labels')
|
|
215
|
-
|
|
215
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
216
|
+
self.pulp_labels = value
|
|
217
|
+
end
|
|
216
218
|
end
|
|
217
219
|
|
|
218
220
|
if attributes.key?(:'download_concurrency')
|
|
@@ -110,7 +110,7 @@ module PulpMavenClient
|
|
|
110
110
|
:'client_cert' => :'String',
|
|
111
111
|
:'tls_validation' => :'Boolean',
|
|
112
112
|
:'proxy_url' => :'String',
|
|
113
|
-
:'pulp_labels' => :'
|
|
113
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
114
114
|
:'pulp_last_updated' => :'DateTime',
|
|
115
115
|
:'download_concurrency' => :'Integer',
|
|
116
116
|
:'max_retries' => :'Integer',
|
|
@@ -189,7 +189,9 @@ module PulpMavenClient
|
|
|
189
189
|
end
|
|
190
190
|
|
|
191
191
|
if attributes.key?(:'pulp_labels')
|
|
192
|
-
|
|
192
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
193
|
+
self.pulp_labels = value
|
|
194
|
+
end
|
|
193
195
|
end
|
|
194
196
|
|
|
195
197
|
if attributes.key?(:'pulp_last_updated')
|
|
@@ -43,7 +43,7 @@ module PulpMavenClient
|
|
|
43
43
|
# Attribute type mapping.
|
|
44
44
|
def self.openapi_types
|
|
45
45
|
{
|
|
46
|
-
:'pulp_labels' => :'
|
|
46
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
47
47
|
:'name' => :'String',
|
|
48
48
|
:'description' => :'String',
|
|
49
49
|
:'retain_repo_versions' => :'Integer',
|
|
@@ -76,7 +76,9 @@ module PulpMavenClient
|
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
if attributes.key?(:'pulp_labels')
|
|
79
|
-
|
|
79
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
80
|
+
self.pulp_labels = value
|
|
81
|
+
end
|
|
80
82
|
end
|
|
81
83
|
|
|
82
84
|
if attributes.key?(:'name')
|
|
@@ -59,7 +59,7 @@ module PulpMavenClient
|
|
|
59
59
|
:'pulp_href' => :'String',
|
|
60
60
|
:'pulp_created' => :'DateTime',
|
|
61
61
|
:'versions_href' => :'String',
|
|
62
|
-
:'pulp_labels' => :'
|
|
62
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
63
63
|
:'latest_version_href' => :'String',
|
|
64
64
|
:'name' => :'String',
|
|
65
65
|
:'description' => :'String',
|
|
@@ -105,7 +105,9 @@ module PulpMavenClient
|
|
|
105
105
|
end
|
|
106
106
|
|
|
107
107
|
if attributes.key?(:'pulp_labels')
|
|
108
|
-
|
|
108
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
109
|
+
self.pulp_labels = value
|
|
110
|
+
end
|
|
109
111
|
end
|
|
110
112
|
|
|
111
113
|
if attributes.key?(:'latest_version_href')
|
|
@@ -49,7 +49,7 @@ module PulpMavenClient
|
|
|
49
49
|
{
|
|
50
50
|
:'base_path' => :'String',
|
|
51
51
|
:'content_guard' => :'String',
|
|
52
|
-
:'pulp_labels' => :'
|
|
52
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
53
53
|
:'name' => :'String',
|
|
54
54
|
:'repository' => :'String',
|
|
55
55
|
:'remote' => :'String'
|
|
@@ -89,7 +89,9 @@ module PulpMavenClient
|
|
|
89
89
|
end
|
|
90
90
|
|
|
91
91
|
if attributes.key?(:'pulp_labels')
|
|
92
|
-
|
|
92
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
93
|
+
self.pulp_labels = value
|
|
94
|
+
end
|
|
93
95
|
end
|
|
94
96
|
|
|
95
97
|
if attributes.key?(:'name')
|
|
@@ -118,7 +118,7 @@ module PulpMavenClient
|
|
|
118
118
|
:'proxy_password' => :'String',
|
|
119
119
|
:'username' => :'String',
|
|
120
120
|
:'password' => :'String',
|
|
121
|
-
:'pulp_labels' => :'
|
|
121
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
122
122
|
:'download_concurrency' => :'Integer',
|
|
123
123
|
:'max_retries' => :'Integer',
|
|
124
124
|
:'policy' => :'PolicyEnum',
|
|
@@ -212,7 +212,9 @@ module PulpMavenClient
|
|
|
212
212
|
end
|
|
213
213
|
|
|
214
214
|
if attributes.key?(:'pulp_labels')
|
|
215
|
-
|
|
215
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
216
|
+
self.pulp_labels = value
|
|
217
|
+
end
|
|
216
218
|
end
|
|
217
219
|
|
|
218
220
|
if attributes.key?(:'download_concurrency')
|
|
@@ -43,7 +43,7 @@ module PulpMavenClient
|
|
|
43
43
|
# Attribute type mapping.
|
|
44
44
|
def self.openapi_types
|
|
45
45
|
{
|
|
46
|
-
:'pulp_labels' => :'
|
|
46
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
47
47
|
:'name' => :'String',
|
|
48
48
|
:'description' => :'String',
|
|
49
49
|
:'retain_repo_versions' => :'Integer',
|
|
@@ -76,7 +76,9 @@ module PulpMavenClient
|
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
if attributes.key?(:'pulp_labels')
|
|
79
|
-
|
|
79
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
80
|
+
self.pulp_labels = value
|
|
81
|
+
end
|
|
80
82
|
end
|
|
81
83
|
|
|
82
84
|
if attributes.key?(:'name')
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_maven_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.0.
|
|
4
|
+
version: 0.4.0.dev1670987488
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|