pnap_rancher_api 2.0.3 → 2.0.4
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/ClustersApi.md +1 -1
- data/lib/pnap_rancher_api/api/clusters_api.rb +2 -2
- data/spec/api/clusters_api_spec.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e80b5e933082419f3bceba14a06d5173dc61fee661acdf1e6bd4940de2b51040
|
4
|
+
data.tar.gz: 32848338f0c6fdff931a4936a064b78ce7f099b27270bc8c5a7c251cb02ebeda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35a6179ae4ba913c4ef644526fd744bf627b7da88edb22d5f08eb12fa86df213c2ea312d0eb6f97a2c8178288c0e735c66471da0cd8ac8d39a32e54a13cd9a0c
|
7
|
+
data.tar.gz: 477ed28fcb65ad9c0d7c79274cabbd2590ca964130f91b97d1dba42f1284a6cc28767af06c38481602822ff712e21e54ed117fa75ac108262a84a2f39b8a7c51
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.
|
1
|
+
2.0.4
|
data/docs/ClustersApi.md
CHANGED
@@ -220,7 +220,7 @@ end
|
|
220
220
|
|
221
221
|
Create a Rancher Server Deployment.
|
222
222
|
|
223
|
-
Create a Rancher Server Deployment as described in <a href='https://rancher.com/
|
223
|
+
Create a Rancher Server Deployment as described in <a href='https://ranchermanager.docs.rancher.com/v2.6/reference-guides/rancher-manager-architecture#rancher-server-architecture' target='_blank'>Rancher Docs Architecture</a>. Rancher Server allows the creation, import and management of multiple Downstream User Kubernetes Clusters. <b>This is not a Downstream User Cluster</b>. Knowledge base article to help you can be found <a href='https://phoenixnap.com/kb/bmc-rancher-workload-cluster#ftoc-heading-5' target='_blank'>here</a>.
|
224
224
|
|
225
225
|
### Examples
|
226
226
|
|
@@ -203,7 +203,7 @@ module RancherApi
|
|
203
203
|
end
|
204
204
|
|
205
205
|
# Create a Rancher Server Deployment.
|
206
|
-
# Create a Rancher Server Deployment as described in <a href='https://rancher.com/
|
206
|
+
# Create a Rancher Server Deployment as described in <a href='https://ranchermanager.docs.rancher.com/v2.6/reference-guides/rancher-manager-architecture#rancher-server-architecture' target='_blank'>Rancher Docs Architecture</a>. Rancher Server allows the creation, import and management of multiple Downstream User Kubernetes Clusters. <b>This is not a Downstream User Cluster</b>. Knowledge base article to help you can be found <a href='https://phoenixnap.com/kb/bmc-rancher-workload-cluster#ftoc-heading-5' target='_blank'>here</a>.
|
207
207
|
# @param cluster [Cluster]
|
208
208
|
# @param [Hash] opts the optional parameters
|
209
209
|
# @return [Cluster]
|
@@ -213,7 +213,7 @@ module RancherApi
|
|
213
213
|
end
|
214
214
|
|
215
215
|
# Create a Rancher Server Deployment.
|
216
|
-
# Create a Rancher Server Deployment as described in <a href='https://rancher.com/
|
216
|
+
# Create a Rancher Server Deployment as described in <a href='https://ranchermanager.docs.rancher.com/v2.6/reference-guides/rancher-manager-architecture#rancher-server-architecture' target='_blank'>Rancher Docs Architecture</a>. Rancher Server allows the creation, import and management of multiple Downstream User Kubernetes Clusters. <b>This is not a Downstream User Cluster</b>. Knowledge base article to help you can be found <a href='https://phoenixnap.com/kb/bmc-rancher-workload-cluster#ftoc-heading-5' target='_blank'>here</a>.
|
217
217
|
# @param cluster [Cluster]
|
218
218
|
# @param [Hash] opts the optional parameters
|
219
219
|
# @return [Array<(Cluster, Integer, Hash)>] Cluster data, response status code and response headers
|
@@ -69,7 +69,7 @@ describe 'ClustersApi' do
|
|
69
69
|
|
70
70
|
# unit tests for clusters_post
|
71
71
|
# Create a Rancher Server Deployment.
|
72
|
-
# Create a Rancher Server Deployment as described in <a href='https://rancher.com/
|
72
|
+
# Create a Rancher Server Deployment as described in <a href='https://ranchermanager.docs.rancher.com/v2.6/reference-guides/rancher-manager-architecture#rancher-server-architecture' target='_blank'>Rancher Docs Architecture</a>. Rancher Server allows the creation, import and management of multiple Downstream User Kubernetes Clusters. <b>This is not a Downstream User Cluster</b>. Knowledge base article to help you can be found <a href='https://phoenixnap.com/kb/bmc-rancher-workload-cluster#ftoc-heading-5' target='_blank'>here</a>.
|
73
73
|
# @param cluster
|
74
74
|
# @param [Hash] opts the optional parameters
|
75
75
|
# @return [Cluster]
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PhoenixNAP
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -127,14 +127,14 @@ specification_version: 4
|
|
127
127
|
summary: Rancher Solution API Ruby Gem
|
128
128
|
test_files:
|
129
129
|
- spec/api/clusters_api_spec.rb
|
130
|
+
- spec/models/delete_result_spec.rb
|
130
131
|
- spec/models/error_spec.rb
|
131
132
|
- spec/models/rancher_server_metadata_spec.rb
|
132
|
-
- spec/models/cluster_spec.rb
|
133
|
-
- spec/models/rancher_cluster_certificates_spec.rb
|
134
133
|
- spec/models/node_pool_spec.rb
|
135
|
-
- spec/models/
|
136
|
-
- spec/models/rancher_cluster_config_spec.rb
|
134
|
+
- spec/models/cluster_spec.rb
|
137
135
|
- spec/models/workload_cluster_config_spec.rb
|
138
|
-
- spec/models/
|
136
|
+
- spec/models/rancher_cluster_config_spec.rb
|
137
|
+
- spec/models/node_spec.rb
|
138
|
+
- spec/models/rancher_cluster_certificates_spec.rb
|
139
139
|
- spec/models/ssh_config_spec.rb
|
140
140
|
- spec/spec_helper.rb
|