pulp_2to3_migration_client 0.5.0.dev01602600931 → 0.5.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 +7 -7
- data/docs/{Paginatedpulp2to3MigrationMigrationPlanResponseList.md → InlineResponse200.md} +4 -4
- data/docs/{Paginatedpulp2to3MigrationPulp2ContentResponseList.md → InlineResponse2001.md} +4 -4
- data/docs/{Paginatedpulp2to3MigrationPulp2RepositoryResponseList.md → InlineResponse2002.md} +4 -4
- data/docs/MigrationPlansApi.md +2 -2
- data/docs/Pulp2ContentApi.md +2 -2
- data/docs/Pulp2RepositoriesApi.md +2 -2
- data/lib/pulp_2to3_migration_client.rb +3 -3
- 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/{paginatedpulp2to3_migration_migration_plan_response_list.rb → inline_response200.rb} +3 -3
- data/lib/pulp_2to3_migration_client/models/{paginatedpulp2to3_migration_pulp2_content_response_list.rb → inline_response2001.rb} +3 -3
- data/lib/pulp_2to3_migration_client/models/{paginatedpulp2to3_migration_pulp2_repository_response_list.rb → inline_response2002.rb} +3 -3
- data/lib/pulp_2to3_migration_client/version.rb +1 -1
- 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/{paginatedpulp2to3_migration_pulp2_content_response_list_spec.rb → inline_response2001_spec.rb} +6 -6
- data/spec/models/{paginatedpulp2to3_migration_migration_plan_response_list_spec.rb → inline_response2002_spec.rb} +6 -6
- data/spec/models/{paginatedpulp2to3_migration_pulp2_repository_response_list_spec.rb → inline_response200_spec.rb} +6 -6
- metadata +15 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd71d88501118175bc4298bcec058e773dacf34af704c1552c5df0bf731bcbf5
|
|
4
|
+
data.tar.gz: 9107a947f3dcd481f347681d50a9c66e61e5bb03722dbe98829a5d9341b1bc62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 78c15ea4cbb4d178d33b0f6e2baa49118238bf77db53d89c7269e60607617104c4007c8730a71e57bae59685778fa4a2cfb5e5271590c08176485ca2af1020c2
|
|
7
|
+
data.tar.gz: 4d04058978f63b6dba749a609537bac538cabc042764d0face42a918ac69638a540fc2675c86df1a63ba5ff9a48a101774a4c0f1a553c0fe7eee4d4161a8a49f
|
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.5.0
|
|
10
|
+
- Package version: 0.5.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 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.5.0.
|
|
27
|
+
gem install ./pulp_2to3_migration_client-0.5.0.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.5.0.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.5.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 'pulp_2to3_migration_client', '~> 0.5.0
|
|
36
|
+
gem 'pulp_2to3_migration_client', '~> 0.5.0'
|
|
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)
|
|
100
103
|
- [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)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Pulp2to3MigrationClient::
|
|
1
|
+
# Pulp2to3MigrationClient::InlineResponse200
|
|
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::InlineResponse200.new(count: 123,
|
|
18
|
+
_next: null,
|
|
19
|
+
previous: null,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Pulp2to3MigrationClient::
|
|
1
|
+
# Pulp2to3MigrationClient::InlineResponse2001
|
|
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::InlineResponse2001.new(count: 123,
|
|
18
|
+
_next: null,
|
|
19
|
+
previous: null,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
data/docs/{Paginatedpulp2to3MigrationPulp2RepositoryResponseList.md → InlineResponse2002.md}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Pulp2to3MigrationClient::
|
|
1
|
+
# Pulp2to3MigrationClient::InlineResponse2002
|
|
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::InlineResponse2002.new(count: 123,
|
|
18
|
+
_next: null,
|
|
19
|
+
previous: null,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
data/docs/MigrationPlansApi.md
CHANGED
|
@@ -119,7 +119,7 @@ nil (empty response body)
|
|
|
119
119
|
|
|
120
120
|
## list
|
|
121
121
|
|
|
122
|
-
>
|
|
122
|
+
> InlineResponse200 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
|
+
[**InlineResponse200**](InlineResponse200.md)
|
|
172
172
|
|
|
173
173
|
### Authorization
|
|
174
174
|
|
data/docs/Pulp2ContentApi.md
CHANGED
|
@@ -11,7 +11,7 @@ Method | HTTP request | Description
|
|
|
11
11
|
|
|
12
12
|
## list
|
|
13
13
|
|
|
14
|
-
>
|
|
14
|
+
> InlineResponse2001 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
|
+
[**InlineResponse2001**](InlineResponse2001.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
|
+
> InlineResponse2002 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
|
+
[**InlineResponse2002**](InlineResponse2002.md)
|
|
72
72
|
|
|
73
73
|
### Authorization
|
|
74
74
|
|
|
@@ -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'
|
|
21
24
|
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'
|
|
@@ -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 [InlineResponse200]
|
|
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<(InlineResponse200, Integer, Hash)>] InlineResponse200 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] || 'InlineResponse200'
|
|
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 [InlineResponse2001]
|
|
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<(InlineResponse2001, Integer, Hash)>] InlineResponse2001 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] || 'InlineResponse2001'
|
|
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 [InlineResponse2002]
|
|
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<(InlineResponse2002, Integer, Hash)>] InlineResponse2002 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] || 'InlineResponse2002'
|
|
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 InlineResponse200
|
|
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::InlineResponse200` 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::InlineResponse200`. 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 InlineResponse2001
|
|
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::InlineResponse2001` 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::InlineResponse2001`. 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 InlineResponse2002
|
|
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::InlineResponse2002` 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::InlineResponse2002`. 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
|
}
|
|
@@ -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 [InlineResponse200]
|
|
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 [InlineResponse2001]
|
|
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 [InlineResponse2002]
|
|
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::InlineResponse2001
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'InlineResponse2001' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = Pulp2to3MigrationClient::
|
|
23
|
+
@instance = Pulp2to3MigrationClient::InlineResponse2001.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 InlineResponse2001' do
|
|
31
|
+
it 'should create an instance of InlineResponse2001' do
|
|
32
|
+
expect(@instance).to be_instance_of(Pulp2to3MigrationClient::InlineResponse2001)
|
|
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::InlineResponse2002
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'InlineResponse2002' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = Pulp2to3MigrationClient::
|
|
23
|
+
@instance = Pulp2to3MigrationClient::InlineResponse2002.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 InlineResponse2002' do
|
|
31
|
+
it 'should create an instance of InlineResponse2002' do
|
|
32
|
+
expect(@instance).to be_instance_of(Pulp2to3MigrationClient::InlineResponse2002)
|
|
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::InlineResponse200
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'InlineResponse200' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = Pulp2to3MigrationClient::
|
|
23
|
+
@instance = Pulp2to3MigrationClient::InlineResponse200.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 InlineResponse200' do
|
|
31
|
+
it 'should create an instance of InlineResponse200' do
|
|
32
|
+
expect(@instance).to be_instance_of(Pulp2to3MigrationClient::InlineResponse200)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
describe 'test attribute "count"' do
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_2to3_migration_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.0
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -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
|
|
78
81
|
- docs/MigrationPlanRun.md
|
|
79
82
|
- 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
|
|
98
101
|
- 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
|
|
114
117
|
- 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: '0'
|
|
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
|
|
158
157
|
- spec/models/pulp2to3_migration_pulp2_content_response_spec.rb
|
|
159
|
-
- spec/models/
|
|
160
|
-
- spec/models/
|
|
158
|
+
- spec/models/inline_response2001_spec.rb
|
|
159
|
+
- spec/models/inline_response2002_spec.rb
|
|
160
|
+
- spec/models/inline_response200_spec.rb
|
|
161
161
|
- spec/spec_helper.rb
|