pnap_rancher_api 2.0.3 → 2.0.5
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/VERSION +1 -1
- data/docs/Cluster.md +1 -1
- data/docs/ClustersApi.md +1 -1
- data/docs/WorkloadClusterConfig.md +2 -2
- data/lib/pnap_rancher_api/api/clusters_api.rb +7 -7
- data/lib/pnap_rancher_api/api_client.rb +17 -14
- data/lib/pnap_rancher_api/api_error.rb +1 -1
- data/lib/pnap_rancher_api/api_model_base.rb +88 -0
- data/lib/pnap_rancher_api/configuration.rb +11 -1
- data/lib/pnap_rancher_api/models/cluster.rb +22 -79
- data/lib/pnap_rancher_api/models/delete_result.rb +31 -78
- data/lib/pnap_rancher_api/models/error.rb +21 -78
- data/lib/pnap_rancher_api/models/node.rb +11 -78
- data/lib/pnap_rancher_api/models/node_pool.rb +13 -80
- data/lib/pnap_rancher_api/models/rancher_cluster_certificates.rb +11 -78
- data/lib/pnap_rancher_api/models/rancher_cluster_config.rb +11 -78
- data/lib/pnap_rancher_api/models/rancher_server_metadata.rb +11 -78
- data/lib/pnap_rancher_api/models/ssh_config.rb +11 -78
- data/lib/pnap_rancher_api/models/workload_cluster_config.rb +33 -80
- data/lib/pnap_rancher_api/version.rb +1 -2
- data/lib/pnap_rancher_api.rb +2 -1
- data/pnap_rancher_api.gemspec +6 -6
- data/spec/api/clusters_api_spec.rb +2 -2
- data/spec/models/cluster_spec.rb +2 -2
- data/spec/models/delete_result_spec.rb +2 -2
- data/spec/models/error_spec.rb +2 -2
- data/spec/models/node_pool_spec.rb +2 -2
- data/spec/models/node_spec.rb +2 -2
- data/spec/models/rancher_cluster_certificates_spec.rb +2 -2
- data/spec/models/rancher_cluster_config_spec.rb +2 -2
- data/spec/models/rancher_server_metadata_spec.rb +2 -2
- data/spec/models/ssh_config_spec.rb +2 -2
- data/spec/models/workload_cluster_config_spec.rb +2 -2
- data/spec/spec_helper.rb +1 -1
- metadata +15 -11
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 0.1
|
|
7
7
|
Contact: support@phoenixnap.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
|
|
9
|
+
Generator version: 7.20.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe RancherApi::SshConfig do
|
|
21
|
-
let(:instance) { RancherApi::SshConfig.new }
|
|
21
|
+
#let(:instance) { RancherApi::SshConfig.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of SshConfig' do
|
|
24
24
|
it 'should create an instance of SshConfig' do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 0.1
|
|
7
7
|
Contact: support@phoenixnap.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
|
|
9
|
+
Generator version: 7.20.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ require 'date'
|
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
20
|
describe RancherApi::WorkloadClusterConfig do
|
|
21
|
-
let(:instance) { RancherApi::WorkloadClusterConfig.new }
|
|
21
|
+
#let(:instance) { RancherApi::WorkloadClusterConfig.new }
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of WorkloadClusterConfig' do
|
|
24
24
|
it 'should create an instance of WorkloadClusterConfig' do
|
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pnap_rancher_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-04-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -50,7 +50,11 @@ dependencies:
|
|
|
50
50
|
- - ">="
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: 3.6.0
|
|
53
|
-
description:
|
|
53
|
+
description: 'Simplify enterprise-grade Kubernetes cluster operations and management
|
|
54
|
+
with Rancher on Bare Metal Cloud. Deploy Kubernetes clusters using a few API calls.<br>
|
|
55
|
+
<br> <span class=''pnap-api-knowledge-base-link''> Knowledge base articles to help
|
|
56
|
+
you can be found <a href=''https://phoenixnap.com/kb/rancher-bmc-integration-kubernetes''
|
|
57
|
+
target=''_blank''>here</a> </span><br> <br> <b>All URLs are relative to (https://api.phoenixnap.com/solutions/rancher/v1beta)</b> '
|
|
54
58
|
email:
|
|
55
59
|
- support@phoenixnap.com
|
|
56
60
|
executables: []
|
|
@@ -76,6 +80,7 @@ files:
|
|
|
76
80
|
- lib/pnap_rancher_api/api/clusters_api.rb
|
|
77
81
|
- lib/pnap_rancher_api/api_client.rb
|
|
78
82
|
- lib/pnap_rancher_api/api_error.rb
|
|
83
|
+
- lib/pnap_rancher_api/api_model_base.rb
|
|
79
84
|
- lib/pnap_rancher_api/configuration.rb
|
|
80
85
|
- lib/pnap_rancher_api/models/cluster.rb
|
|
81
86
|
- lib/pnap_rancher_api/models/delete_result.rb
|
|
@@ -101,11 +106,10 @@ files:
|
|
|
101
106
|
- spec/models/ssh_config_spec.rb
|
|
102
107
|
- spec/models/workload_cluster_config_spec.rb
|
|
103
108
|
- spec/spec_helper.rb
|
|
104
|
-
homepage: https://
|
|
109
|
+
homepage: https://openapi-generator.tech
|
|
105
110
|
licenses:
|
|
106
111
|
- MPL-2.0
|
|
107
|
-
metadata:
|
|
108
|
-
source_code_uri: https://github.com/phoenixnap/ruby-sdk-bmc
|
|
112
|
+
metadata: {}
|
|
109
113
|
post_install_message:
|
|
110
114
|
rdoc_options: []
|
|
111
115
|
require_paths:
|
|
@@ -127,14 +131,14 @@ specification_version: 4
|
|
|
127
131
|
summary: Rancher Solution API Ruby Gem
|
|
128
132
|
test_files:
|
|
129
133
|
- spec/api/clusters_api_spec.rb
|
|
134
|
+
- spec/models/delete_result_spec.rb
|
|
130
135
|
- spec/models/error_spec.rb
|
|
131
136
|
- spec/models/rancher_server_metadata_spec.rb
|
|
137
|
+
- spec/models/ssh_config_spec.rb
|
|
132
138
|
- spec/models/cluster_spec.rb
|
|
133
|
-
- spec/models/
|
|
139
|
+
- spec/models/rancher_cluster_config_spec.rb
|
|
134
140
|
- spec/models/node_pool_spec.rb
|
|
135
141
|
- spec/models/node_spec.rb
|
|
136
|
-
- spec/models/rancher_cluster_config_spec.rb
|
|
137
142
|
- spec/models/workload_cluster_config_spec.rb
|
|
138
|
-
- spec/models/
|
|
139
|
-
- spec/models/ssh_config_spec.rb
|
|
143
|
+
- spec/models/rancher_cluster_certificates_spec.rb
|
|
140
144
|
- spec/spec_helper.rb
|