pulp_2to3_migration_client 0.0.1rc2.dev01581877334 → 0.0.1rc2.dev01581964382
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a5616370c4e1f10b1141938c7867e9d919ca3caa93b0a284efc16915d222a7d
|
4
|
+
data.tar.gz: 3d8c33c03bb3aa376804a4f11408b34762ea05d32fa66b0d27cbf223e43dd7a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11fd4827204addfb769a497c34e779e49ab0027287e770857093cfda762aaf27ae6bbdee76b1f50ec6ae4e55ed7780e98523a24971eb2844352dbd76d24d7f24
|
7
|
+
data.tar.gz: f8e76781d9eb785490905495e80d0465ba9b55f31ba70372b8c620955709878be8637fdeeadeefd4605579fd2a6070f85c6056d442244456058cafda8054af0e
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
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.0.1rc2.
|
10
|
+
- Package version: 0.0.1rc2.dev01581964382
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
|
13
13
|
## Installation
|
@@ -23,16 +23,16 @@ gem build pulp_2to3_migration_client.gemspec
|
|
23
23
|
Then either install the gem locally:
|
24
24
|
|
25
25
|
```shell
|
26
|
-
gem install ./pulp_2to3_migration_client-0.0.1rc2.
|
26
|
+
gem install ./pulp_2to3_migration_client-0.0.1rc2.dev01581964382.gem
|
27
27
|
```
|
28
28
|
|
29
|
-
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.0.1rc2.
|
29
|
+
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.0.1rc2.dev01581964382.gem` to install the development dependencies)
|
30
30
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
32
32
|
|
33
33
|
Finally add this to the Gemfile:
|
34
34
|
|
35
|
-
gem 'pulp_2to3_migration_client', '~> 0.0.1rc2.
|
35
|
+
gem 'pulp_2to3_migration_client', '~> 0.0.1rc2.dev01581964382'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -12,10 +12,10 @@ Name | Type | Description | Notes
|
|
12
12
|
**is_migrated** | **Boolean** | | [optional] [default to false]
|
13
13
|
**not_in_plan** | **Boolean** | | [optional] [default to false]
|
14
14
|
**pulp3_repository_version** | **String** | RepositoryVersion to be served | [optional]
|
15
|
-
**pulp3_remote_href** | **String** |
|
16
|
-
**pulp3_publication_href** | **String** |
|
17
|
-
**pulp3_distribution_hrefs** | **Array<String>** |
|
18
|
-
**pulp3_repository_href** | **String** |
|
15
|
+
**pulp3_remote_href** | **String** | Get pulp3_remote_href from pulp2repo | [optional] [readonly]
|
16
|
+
**pulp3_publication_href** | **String** | Get pulp3_publication_href from pulp3_repository_version | [optional] [readonly]
|
17
|
+
**pulp3_distribution_hrefs** | **Array<String>** | Get pulp3_distribution_hrefs from pulp3_repository_version | [optional] [readonly]
|
18
|
+
**pulp3_repository_href** | **String** | Get pulp3_repository_href from pulp2repo | [optional] [readonly]
|
19
19
|
|
20
20
|
## Code Sample
|
21
21
|
|
@@ -32,16 +32,16 @@ module Pulp2to3MigrationClient
|
|
32
32
|
# RepositoryVersion to be served
|
33
33
|
attr_accessor :pulp3_repository_version
|
34
34
|
|
35
|
-
#
|
35
|
+
# Get pulp3_remote_href from pulp2repo
|
36
36
|
attr_accessor :pulp3_remote_href
|
37
37
|
|
38
|
-
#
|
38
|
+
# Get pulp3_publication_href from pulp3_repository_version
|
39
39
|
attr_accessor :pulp3_publication_href
|
40
40
|
|
41
|
-
#
|
41
|
+
# Get pulp3_distribution_hrefs from pulp3_repository_version
|
42
42
|
attr_accessor :pulp3_distribution_hrefs
|
43
43
|
|
44
|
-
#
|
44
|
+
# Get pulp3_repository_href from pulp2repo
|
45
45
|
attr_accessor :pulp3_repository_href
|
46
46
|
|
47
47
|
# Attribute mapping from ruby-style variable name to JSON key.
|
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.0.1rc2.
|
4
|
+
version: 0.0.1rc2.dev01581964382
|
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-02-
|
11
|
+
date: 2020-02-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|