pulp_2to3_migration_client 0.4.1 → 0.5.0.dev01602101530
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -7
- data/docs/MigrationPlansApi.md +2 -2
- data/docs/{InlineResponse200.md → Paginatedpulp2to3MigrationMigrationPlanResponseList.md} +4 -4
- data/docs/{InlineResponse2001.md → Paginatedpulp2to3MigrationPulp2ContentResponseList.md} +4 -4
- data/docs/{InlineResponse2002.md → Paginatedpulp2to3MigrationPulp2RepositoryResponseList.md} +4 -4
- data/docs/Pulp2ContentApi.md +2 -2
- data/docs/Pulp2RepositoriesApi.md +2 -2
- data/docs/Pulp2to3MigrationPulp2RepositoryResponse.md +1 -1
- data/lib/pulp_2to3_migration_client/api/migration_plans_api.rb +3 -3
- data/lib/pulp_2to3_migration_client/api/pulp2_content_api.rb +3 -3
- data/lib/pulp_2to3_migration_client/api/pulp2_repositories_api.rb +3 -3
- data/lib/pulp_2to3_migration_client/models/{inline_response200.rb → paginatedpulp2to3_migration_migration_plan_response_list.rb} +3 -3
- data/lib/pulp_2to3_migration_client/models/{inline_response2001.rb → paginatedpulp2to3_migration_pulp2_content_response_list.rb} +3 -3
- data/lib/pulp_2to3_migration_client/models/{inline_response2002.rb → paginatedpulp2to3_migration_pulp2_repository_response_list.rb} +3 -3
- data/lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_repository_response.rb +2 -4
- data/lib/pulp_2to3_migration_client/version.rb +1 -1
- data/lib/pulp_2to3_migration_client.rb +3 -3
- data/spec/api/migration_plans_api_spec.rb +1 -1
- data/spec/api/pulp2_content_api_spec.rb +1 -1
- data/spec/api/pulp2_repositories_api_spec.rb +1 -1
- data/spec/models/{inline_response2002_spec.rb → paginatedpulp2to3_migration_migration_plan_response_list_spec.rb} +6 -6
- data/spec/models/{inline_response2001_spec.rb → paginatedpulp2to3_migration_pulp2_content_response_list_spec.rb} +6 -6
- data/spec/models/{inline_response200_spec.rb → paginatedpulp2to3_migration_pulp2_repository_response_list_spec.rb} +6 -6
- metadata +16 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 33085f0cc0f14703fb7bdebedddacf5b64a552befdc276bda84d6cb2793898bc
|
4
|
+
data.tar.gz: 61a8d2db82be57baee65941f24a442ed1c184837ac6045e0e246f366da2ced75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c91316fe5feed1af0443447a216bd4151599a376e4902942181b6db93f7bb12b017b9f4ac7fdd94085a18bb319fb4e202ea3205cab15564479cdb285795a625
|
7
|
+
data.tar.gz: 7d15715725b75a91c6047ddc652902265bd274cfcb7cc32daf6eb35e6957822af53b6155a98c0199be892a7a6dc1c76ecf05cb3745cfeb6c7e72bdea3097e487
|
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.
|
10
|
+
- Package version: 0.5.0.dev01602101530
|
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_2to3_migration_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_2to3_migration_client-0.
|
27
|
+
gem install ./pulp_2to3_migration_client-0.5.0.dev01602101530.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.
|
30
|
+
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.5.0.dev01602101530.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_2to3_migration_client', '~> 0.
|
36
|
+
gem 'pulp_2to3_migration_client', '~> 0.5.0.dev01602101530'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -97,10 +97,10 @@ Class | Method | HTTP request | Description
|
|
97
97
|
## Documentation for Models
|
98
98
|
|
99
99
|
- [Pulp2to3MigrationClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
|
100
|
-
- [Pulp2to3MigrationClient::InlineResponse200](docs/InlineResponse200.md)
|
101
|
-
- [Pulp2to3MigrationClient::InlineResponse2001](docs/InlineResponse2001.md)
|
102
|
-
- [Pulp2to3MigrationClient::InlineResponse2002](docs/InlineResponse2002.md)
|
103
100
|
- [Pulp2to3MigrationClient::MigrationPlanRun](docs/MigrationPlanRun.md)
|
101
|
+
- [Pulp2to3MigrationClient::Paginatedpulp2to3MigrationMigrationPlanResponseList](docs/Paginatedpulp2to3MigrationMigrationPlanResponseList.md)
|
102
|
+
- [Pulp2to3MigrationClient::Paginatedpulp2to3MigrationPulp2ContentResponseList](docs/Paginatedpulp2to3MigrationPulp2ContentResponseList.md)
|
103
|
+
- [Pulp2to3MigrationClient::Paginatedpulp2to3MigrationPulp2RepositoryResponseList](docs/Paginatedpulp2to3MigrationPulp2RepositoryResponseList.md)
|
104
104
|
- [Pulp2to3MigrationClient::Pulp2to3MigrationMigrationPlan](docs/Pulp2to3MigrationMigrationPlan.md)
|
105
105
|
- [Pulp2to3MigrationClient::Pulp2to3MigrationMigrationPlanResponse](docs/Pulp2to3MigrationMigrationPlanResponse.md)
|
106
106
|
- [Pulp2to3MigrationClient::Pulp2to3MigrationPulp2ContentResponse](docs/Pulp2to3MigrationPulp2ContentResponse.md)
|
data/docs/MigrationPlansApi.md
CHANGED
@@ -119,7 +119,7 @@ nil (empty response body)
|
|
119
119
|
|
120
120
|
## list
|
121
121
|
|
122
|
-
>
|
122
|
+
> Paginatedpulp2to3MigrationMigrationPlanResponseList list(opts)
|
123
123
|
|
124
124
|
List migration plans
|
125
125
|
|
@@ -168,7 +168,7 @@ Name | Type | Description | Notes
|
|
168
168
|
|
169
169
|
### Return type
|
170
170
|
|
171
|
-
[**
|
171
|
+
[**Paginatedpulp2to3MigrationMigrationPlanResponseList**](Paginatedpulp2to3MigrationMigrationPlanResponseList.md)
|
172
172
|
|
173
173
|
### Authorization
|
174
174
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Pulp2to3MigrationClient::
|
1
|
+
# Pulp2to3MigrationClient::Paginatedpulp2to3MigrationMigrationPlanResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'Pulp2to3MigrationClient'
|
16
16
|
|
17
|
-
instance = Pulp2to3MigrationClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = Pulp2to3MigrationClient::Paginatedpulp2to3MigrationMigrationPlanResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Pulp2to3MigrationClient::
|
1
|
+
# Pulp2to3MigrationClient::Paginatedpulp2to3MigrationPulp2ContentResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'Pulp2to3MigrationClient'
|
16
16
|
|
17
|
-
instance = Pulp2to3MigrationClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = Pulp2to3MigrationClient::Paginatedpulp2to3MigrationPulp2ContentResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
data/docs/{InlineResponse2002.md → Paginatedpulp2to3MigrationPulp2RepositoryResponseList.md}
RENAMED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Pulp2to3MigrationClient::
|
1
|
+
# Pulp2to3MigrationClient::Paginatedpulp2to3MigrationPulp2RepositoryResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'Pulp2to3MigrationClient'
|
16
16
|
|
17
|
-
instance = Pulp2to3MigrationClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = Pulp2to3MigrationClient::Paginatedpulp2to3MigrationPulp2RepositoryResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
data/docs/Pulp2ContentApi.md
CHANGED
@@ -11,7 +11,7 @@ Method | HTTP request | Description
|
|
11
11
|
|
12
12
|
## list
|
13
13
|
|
14
|
-
>
|
14
|
+
> Paginatedpulp2to3MigrationPulp2ContentResponseList list(opts)
|
15
15
|
|
16
16
|
List pulp2 contents
|
17
17
|
|
@@ -82,7 +82,7 @@ Name | Type | Description | Notes
|
|
82
82
|
|
83
83
|
### Return type
|
84
84
|
|
85
|
-
[**
|
85
|
+
[**Paginatedpulp2to3MigrationPulp2ContentResponseList**](Paginatedpulp2to3MigrationPulp2ContentResponseList.md)
|
86
86
|
|
87
87
|
### Authorization
|
88
88
|
|
@@ -11,7 +11,7 @@ Method | HTTP request | Description
|
|
11
11
|
|
12
12
|
## list
|
13
13
|
|
14
|
-
>
|
14
|
+
> Paginatedpulp2to3MigrationPulp2RepositoryResponseList list(opts)
|
15
15
|
|
16
16
|
List pulp2 repositorys
|
17
17
|
|
@@ -68,7 +68,7 @@ Name | Type | Description | Notes
|
|
68
68
|
|
69
69
|
### Return type
|
70
70
|
|
71
|
-
[**
|
71
|
+
[**Paginatedpulp2to3MigrationPulp2RepositoryResponseList**](Paginatedpulp2to3MigrationPulp2RepositoryResponseList.md)
|
72
72
|
|
73
73
|
### Authorization
|
74
74
|
|
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
|
|
14
14
|
**pulp3_repository_version** | **String** | RepositoryVersion to be served | [optional]
|
15
15
|
**pulp3_remote_href** | **String** | | [optional] [readonly]
|
16
16
|
**pulp3_publication_href** | **String** | | [optional] [readonly]
|
17
|
-
**pulp3_distribution_hrefs** | **
|
17
|
+
**pulp3_distribution_hrefs** | **String** | | [optional] [readonly]
|
18
18
|
**pulp3_repository_href** | **String** | | [optional] [readonly]
|
19
19
|
|
20
20
|
## Code Sample
|
@@ -151,7 +151,7 @@ module Pulp2to3MigrationClient
|
|
151
151
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
152
152
|
# @option opts [String] :fields A list of fields to include in the response.
|
153
153
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
154
|
-
# @return [
|
154
|
+
# @return [Paginatedpulp2to3MigrationMigrationPlanResponseList]
|
155
155
|
def list(opts = {})
|
156
156
|
data, _status_code, _headers = list_with_http_info(opts)
|
157
157
|
data
|
@@ -165,7 +165,7 @@ module Pulp2to3MigrationClient
|
|
165
165
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
166
166
|
# @option opts [String] :fields A list of fields to include in the response.
|
167
167
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
168
|
-
# @return [Array<(
|
168
|
+
# @return [Array<(Paginatedpulp2to3MigrationMigrationPlanResponseList, Integer, Hash)>] Paginatedpulp2to3MigrationMigrationPlanResponseList data, response status code and response headers
|
169
169
|
def list_with_http_info(opts = {})
|
170
170
|
if @api_client.config.debugging
|
171
171
|
@api_client.config.logger.debug 'Calling API: MigrationPlansApi.list ...'
|
@@ -193,7 +193,7 @@ module Pulp2to3MigrationClient
|
|
193
193
|
post_body = opts[:body]
|
194
194
|
|
195
195
|
# return_type
|
196
|
-
return_type = opts[:return_type] || '
|
196
|
+
return_type = opts[:return_type] || 'Paginatedpulp2to3MigrationMigrationPlanResponseList'
|
197
197
|
|
198
198
|
# auth_names
|
199
199
|
auth_names = opts[:auth_names] || ['basicAuth']
|
@@ -38,7 +38,7 @@ module Pulp2to3MigrationClient
|
|
38
38
|
# @option opts [String] :pulp3_content pulp3_content
|
39
39
|
# @option opts [String] :fields A list of fields to include in the response.
|
40
40
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
41
|
-
# @return [
|
41
|
+
# @return [Paginatedpulp2to3MigrationPulp2ContentResponseList]
|
42
42
|
def list(opts = {})
|
43
43
|
data, _status_code, _headers = list_with_http_info(opts)
|
44
44
|
data
|
@@ -63,7 +63,7 @@ module Pulp2to3MigrationClient
|
|
63
63
|
# @option opts [String] :pulp3_content pulp3_content
|
64
64
|
# @option opts [String] :fields A list of fields to include in the response.
|
65
65
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
66
|
-
# @return [Array<(
|
66
|
+
# @return [Array<(Paginatedpulp2to3MigrationPulp2ContentResponseList, Integer, Hash)>] Paginatedpulp2to3MigrationPulp2ContentResponseList data, response status code and response headers
|
67
67
|
def list_with_http_info(opts = {})
|
68
68
|
if @api_client.config.debugging
|
69
69
|
@api_client.config.logger.debug 'Calling API: Pulp2ContentApi.list ...'
|
@@ -102,7 +102,7 @@ module Pulp2to3MigrationClient
|
|
102
102
|
post_body = opts[:body]
|
103
103
|
|
104
104
|
# return_type
|
105
|
-
return_type = opts[:return_type] || '
|
105
|
+
return_type = opts[:return_type] || 'Paginatedpulp2to3MigrationPulp2ContentResponseList'
|
106
106
|
|
107
107
|
# auth_names
|
108
108
|
auth_names = opts[:auth_names] || ['basicAuth']
|
@@ -31,7 +31,7 @@ module Pulp2to3MigrationClient
|
|
31
31
|
# @option opts [String] :pulp2_repo_id__in pulp2_repo_id__in
|
32
32
|
# @option opts [String] :fields A list of fields to include in the response.
|
33
33
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
34
|
-
# @return [
|
34
|
+
# @return [Paginatedpulp2to3MigrationPulp2RepositoryResponseList]
|
35
35
|
def list(opts = {})
|
36
36
|
data, _status_code, _headers = list_with_http_info(opts)
|
37
37
|
data
|
@@ -49,7 +49,7 @@ module Pulp2to3MigrationClient
|
|
49
49
|
# @option opts [String] :pulp2_repo_id__in pulp2_repo_id__in
|
50
50
|
# @option opts [String] :fields A list of fields to include in the response.
|
51
51
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
52
|
-
# @return [Array<(
|
52
|
+
# @return [Array<(Paginatedpulp2to3MigrationPulp2RepositoryResponseList, Integer, Hash)>] Paginatedpulp2to3MigrationPulp2RepositoryResponseList data, response status code and response headers
|
53
53
|
def list_with_http_info(opts = {})
|
54
54
|
if @api_client.config.debugging
|
55
55
|
@api_client.config.logger.debug 'Calling API: Pulp2RepositoriesApi.list ...'
|
@@ -81,7 +81,7 @@ module Pulp2to3MigrationClient
|
|
81
81
|
post_body = opts[:body]
|
82
82
|
|
83
83
|
# return_type
|
84
|
-
return_type = opts[:return_type] || '
|
84
|
+
return_type = opts[:return_type] || 'Paginatedpulp2to3MigrationPulp2RepositoryResponseList'
|
85
85
|
|
86
86
|
# auth_names
|
87
87
|
auth_names = opts[:auth_names] || ['basicAuth']
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module Pulp2to3MigrationClient
|
16
|
-
class
|
16
|
+
class Paginatedpulp2to3MigrationMigrationPlanResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module Pulp2to3MigrationClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `Pulp2to3MigrationClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `Pulp2to3MigrationClient::Paginatedpulp2to3MigrationMigrationPlanResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Pulp2to3MigrationClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Pulp2to3MigrationClient::Paginatedpulp2to3MigrationMigrationPlanResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module Pulp2to3MigrationClient
|
16
|
-
class
|
16
|
+
class Paginatedpulp2to3MigrationPulp2ContentResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module Pulp2to3MigrationClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `Pulp2to3MigrationClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `Pulp2to3MigrationClient::Paginatedpulp2to3MigrationPulp2ContentResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Pulp2to3MigrationClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Pulp2to3MigrationClient::Paginatedpulp2to3MigrationPulp2ContentResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module Pulp2to3MigrationClient
|
16
|
-
class
|
16
|
+
class Paginatedpulp2to3MigrationPulp2RepositoryResponseList
|
17
17
|
attr_accessor :count
|
18
18
|
|
19
19
|
attr_accessor :_next
|
@@ -54,13 +54,13 @@ module Pulp2to3MigrationClient
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
55
55
|
def initialize(attributes = {})
|
56
56
|
if (!attributes.is_a?(Hash))
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `Pulp2to3MigrationClient::
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `Pulp2to3MigrationClient::Paginatedpulp2to3MigrationPulp2RepositoryResponseList` initialize method"
|
58
58
|
end
|
59
59
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `Pulp2to3MigrationClient::
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Pulp2to3MigrationClient::Paginatedpulp2to3MigrationPulp2RepositoryResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
64
64
|
end
|
65
65
|
h[k.to_sym] = v
|
66
66
|
}
|
@@ -72,7 +72,7 @@ module Pulp2to3MigrationClient
|
|
72
72
|
:'pulp3_repository_version' => :'String',
|
73
73
|
:'pulp3_remote_href' => :'String',
|
74
74
|
:'pulp3_publication_href' => :'String',
|
75
|
-
:'pulp3_distribution_hrefs' => :'
|
75
|
+
:'pulp3_distribution_hrefs' => :'String',
|
76
76
|
:'pulp3_repository_href' => :'String'
|
77
77
|
}
|
78
78
|
end
|
@@ -144,9 +144,7 @@ module Pulp2to3MigrationClient
|
|
144
144
|
end
|
145
145
|
|
146
146
|
if attributes.key?(:'pulp3_distribution_hrefs')
|
147
|
-
|
148
|
-
self.pulp3_distribution_hrefs = value
|
149
|
-
end
|
147
|
+
self.pulp3_distribution_hrefs = attributes[:'pulp3_distribution_hrefs']
|
150
148
|
end
|
151
149
|
|
152
150
|
if attributes.key?(:'pulp3_repository_href')
|
@@ -18,10 +18,10 @@ require 'pulp_2to3_migration_client/configuration'
|
|
18
18
|
|
19
19
|
# Models
|
20
20
|
require 'pulp_2to3_migration_client/models/async_operation_response'
|
21
|
-
require 'pulp_2to3_migration_client/models/inline_response200'
|
22
|
-
require 'pulp_2to3_migration_client/models/inline_response2001'
|
23
|
-
require 'pulp_2to3_migration_client/models/inline_response2002'
|
24
21
|
require 'pulp_2to3_migration_client/models/migration_plan_run'
|
22
|
+
require 'pulp_2to3_migration_client/models/paginatedpulp2to3_migration_migration_plan_response_list'
|
23
|
+
require 'pulp_2to3_migration_client/models/paginatedpulp2to3_migration_pulp2_content_response_list'
|
24
|
+
require 'pulp_2to3_migration_client/models/paginatedpulp2to3_migration_pulp2_repository_response_list'
|
25
25
|
require 'pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan'
|
26
26
|
require 'pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan_response'
|
27
27
|
require 'pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_content_response'
|
@@ -65,7 +65,7 @@ describe 'MigrationPlansApi' do
|
|
65
65
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
66
66
|
# @option opts [String] :fields A list of fields to include in the response.
|
67
67
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
68
|
-
# @return [
|
68
|
+
# @return [Paginatedpulp2to3MigrationMigrationPlanResponseList]
|
69
69
|
describe 'list test' do
|
70
70
|
it 'should work' do
|
71
71
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -52,7 +52,7 @@ describe 'Pulp2ContentApi' do
|
|
52
52
|
# @option opts [String] :pulp3_content pulp3_content
|
53
53
|
# @option opts [String] :fields A list of fields to include in the response.
|
54
54
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
55
|
-
# @return [
|
55
|
+
# @return [Paginatedpulp2to3MigrationPulp2ContentResponseList]
|
56
56
|
describe 'list test' do
|
57
57
|
it 'should work' do
|
58
58
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -45,7 +45,7 @@ describe 'Pulp2RepositoriesApi' do
|
|
45
45
|
# @option opts [String] :pulp2_repo_id__in pulp2_repo_id__in
|
46
46
|
# @option opts [String] :fields A list of fields to include in the response.
|
47
47
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
48
|
-
# @return [
|
48
|
+
# @return [Paginatedpulp2to3MigrationPulp2RepositoryResponseList]
|
49
49
|
describe 'list test' do
|
50
50
|
it 'should work' do
|
51
51
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for Pulp2to3MigrationClient::
|
17
|
+
# Unit tests for Pulp2to3MigrationClient::Paginatedpulp2to3MigrationMigrationPlanResponseList
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe '
|
20
|
+
describe 'Paginatedpulp2to3MigrationMigrationPlanResponseList' do
|
21
21
|
before do
|
22
22
|
# run before each test
|
23
|
-
@instance = Pulp2to3MigrationClient::
|
23
|
+
@instance = Pulp2to3MigrationClient::Paginatedpulp2to3MigrationMigrationPlanResponseList.new
|
24
24
|
end
|
25
25
|
|
26
26
|
after do
|
27
27
|
# run after each test
|
28
28
|
end
|
29
29
|
|
30
|
-
describe 'test an instance of
|
31
|
-
it 'should create an instance of
|
32
|
-
expect(@instance).to be_instance_of(Pulp2to3MigrationClient::
|
30
|
+
describe 'test an instance of Paginatedpulp2to3MigrationMigrationPlanResponseList' do
|
31
|
+
it 'should create an instance of Paginatedpulp2to3MigrationMigrationPlanResponseList' do
|
32
|
+
expect(@instance).to be_instance_of(Pulp2to3MigrationClient::Paginatedpulp2to3MigrationMigrationPlanResponseList)
|
33
33
|
end
|
34
34
|
end
|
35
35
|
describe 'test attribute "count"' do
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for Pulp2to3MigrationClient::
|
17
|
+
# Unit tests for Pulp2to3MigrationClient::Paginatedpulp2to3MigrationPulp2ContentResponseList
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe '
|
20
|
+
describe 'Paginatedpulp2to3MigrationPulp2ContentResponseList' do
|
21
21
|
before do
|
22
22
|
# run before each test
|
23
|
-
@instance = Pulp2to3MigrationClient::
|
23
|
+
@instance = Pulp2to3MigrationClient::Paginatedpulp2to3MigrationPulp2ContentResponseList.new
|
24
24
|
end
|
25
25
|
|
26
26
|
after do
|
27
27
|
# run after each test
|
28
28
|
end
|
29
29
|
|
30
|
-
describe 'test an instance of
|
31
|
-
it 'should create an instance of
|
32
|
-
expect(@instance).to be_instance_of(Pulp2to3MigrationClient::
|
30
|
+
describe 'test an instance of Paginatedpulp2to3MigrationPulp2ContentResponseList' do
|
31
|
+
it 'should create an instance of Paginatedpulp2to3MigrationPulp2ContentResponseList' do
|
32
|
+
expect(@instance).to be_instance_of(Pulp2to3MigrationClient::Paginatedpulp2to3MigrationPulp2ContentResponseList)
|
33
33
|
end
|
34
34
|
end
|
35
35
|
describe 'test attribute "count"' do
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for Pulp2to3MigrationClient::
|
17
|
+
# Unit tests for Pulp2to3MigrationClient::Paginatedpulp2to3MigrationPulp2RepositoryResponseList
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe '
|
20
|
+
describe 'Paginatedpulp2to3MigrationPulp2RepositoryResponseList' do
|
21
21
|
before do
|
22
22
|
# run before each test
|
23
|
-
@instance = Pulp2to3MigrationClient::
|
23
|
+
@instance = Pulp2to3MigrationClient::Paginatedpulp2to3MigrationPulp2RepositoryResponseList.new
|
24
24
|
end
|
25
25
|
|
26
26
|
after do
|
27
27
|
# run after each test
|
28
28
|
end
|
29
29
|
|
30
|
-
describe 'test an instance of
|
31
|
-
it 'should create an instance of
|
32
|
-
expect(@instance).to be_instance_of(Pulp2to3MigrationClient::
|
30
|
+
describe 'test an instance of Paginatedpulp2to3MigrationPulp2RepositoryResponseList' do
|
31
|
+
it 'should create an instance of Paginatedpulp2to3MigrationPulp2RepositoryResponseList' do
|
32
|
+
expect(@instance).to be_instance_of(Pulp2to3MigrationClient::Paginatedpulp2to3MigrationPulp2RepositoryResponseList)
|
33
33
|
end
|
34
34
|
end
|
35
35
|
describe 'test attribute "count"' do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_2to3_migration_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0.dev01602101530
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -75,11 +75,11 @@ files:
|
|
75
75
|
- README.md
|
76
76
|
- Rakefile
|
77
77
|
- docs/AsyncOperationResponse.md
|
78
|
-
- docs/InlineResponse200.md
|
79
|
-
- docs/InlineResponse2001.md
|
80
|
-
- docs/InlineResponse2002.md
|
81
78
|
- docs/MigrationPlanRun.md
|
82
79
|
- docs/MigrationPlansApi.md
|
80
|
+
- docs/Paginatedpulp2to3MigrationMigrationPlanResponseList.md
|
81
|
+
- docs/Paginatedpulp2to3MigrationPulp2ContentResponseList.md
|
82
|
+
- docs/Paginatedpulp2to3MigrationPulp2RepositoryResponseList.md
|
83
83
|
- docs/Pulp2ContentApi.md
|
84
84
|
- docs/Pulp2RepositoriesApi.md
|
85
85
|
- docs/Pulp2to3MigrationMigrationPlan.md
|
@@ -95,10 +95,10 @@ files:
|
|
95
95
|
- lib/pulp_2to3_migration_client/api_error.rb
|
96
96
|
- lib/pulp_2to3_migration_client/configuration.rb
|
97
97
|
- lib/pulp_2to3_migration_client/models/async_operation_response.rb
|
98
|
-
- lib/pulp_2to3_migration_client/models/inline_response200.rb
|
99
|
-
- lib/pulp_2to3_migration_client/models/inline_response2001.rb
|
100
|
-
- lib/pulp_2to3_migration_client/models/inline_response2002.rb
|
101
98
|
- lib/pulp_2to3_migration_client/models/migration_plan_run.rb
|
99
|
+
- lib/pulp_2to3_migration_client/models/paginatedpulp2to3_migration_migration_plan_response_list.rb
|
100
|
+
- lib/pulp_2to3_migration_client/models/paginatedpulp2to3_migration_pulp2_content_response_list.rb
|
101
|
+
- lib/pulp_2to3_migration_client/models/paginatedpulp2to3_migration_pulp2_repository_response_list.rb
|
102
102
|
- lib/pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan.rb
|
103
103
|
- lib/pulp_2to3_migration_client/models/pulp2to3_migration_migration_plan_response.rb
|
104
104
|
- lib/pulp_2to3_migration_client/models/pulp2to3_migration_pulp2_content_response.rb
|
@@ -111,10 +111,10 @@ files:
|
|
111
111
|
- spec/api_client_spec.rb
|
112
112
|
- spec/configuration_spec.rb
|
113
113
|
- spec/models/async_operation_response_spec.rb
|
114
|
-
- spec/models/inline_response2001_spec.rb
|
115
|
-
- spec/models/inline_response2002_spec.rb
|
116
|
-
- spec/models/inline_response200_spec.rb
|
117
114
|
- spec/models/migration_plan_run_spec.rb
|
115
|
+
- spec/models/paginatedpulp2to3_migration_migration_plan_response_list_spec.rb
|
116
|
+
- spec/models/paginatedpulp2to3_migration_pulp2_content_response_list_spec.rb
|
117
|
+
- spec/models/paginatedpulp2to3_migration_pulp2_repository_response_list_spec.rb
|
118
118
|
- spec/models/pulp2to3_migration_migration_plan_response_spec.rb
|
119
119
|
- spec/models/pulp2to3_migration_migration_plan_spec.rb
|
120
120
|
- spec/models/pulp2to3_migration_pulp2_content_response_spec.rb
|
@@ -135,9 +135,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
135
135
|
version: '1.9'
|
136
136
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
137
137
|
requirements:
|
138
|
-
- - "
|
138
|
+
- - ">"
|
139
139
|
- !ruby/object:Gem::Version
|
140
|
-
version:
|
140
|
+
version: 1.3.1
|
141
141
|
requirements: []
|
142
142
|
rubygems_version: 3.0.6
|
143
143
|
signing_key:
|
@@ -154,8 +154,8 @@ test_files:
|
|
154
154
|
- spec/models/pulp2to3_migration_pulp2_repository_response_spec.rb
|
155
155
|
- spec/models/pulp2to3_migration_migration_plan_response_spec.rb
|
156
156
|
- spec/models/migration_plan_run_spec.rb
|
157
|
+
- spec/models/paginatedpulp2to3_migration_pulp2_content_response_list_spec.rb
|
157
158
|
- spec/models/pulp2to3_migration_pulp2_content_response_spec.rb
|
158
|
-
- spec/models/
|
159
|
-
- spec/models/
|
160
|
-
- spec/models/inline_response200_spec.rb
|
159
|
+
- spec/models/paginatedpulp2to3_migration_migration_plan_response_list_spec.rb
|
160
|
+
- spec/models/paginatedpulp2to3_migration_pulp2_repository_response_list_spec.rb
|
161
161
|
- spec/spec_helper.rb
|