pnap_rancher_api 2.0.5 → 2.0.6
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/SshConfig.md +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3507766a0cb5b71027f45e325f7cddf4af5d2d8c1903f273c7b33b776b9d8b1e
|
|
4
|
+
data.tar.gz: c7b0ce7681da8c951b5346816484c9a49300af4f983b0043afcb9509a5c325b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b09fb007328b4ca092f1be72296564f40cd81a3d72b1822e80e0a31ba888a05008c9716d8cf781c1334b1aa1748d3a22ceb12d48902550803118fdd1d20f627b
|
|
7
|
+
data.tar.gz: de7302d69e65bac68f9eafba0fa45aba542e81f83e92486c4cda212f65c1969c4338ee81816097bf2b1140efc91b6a9f0a0a4d309f67138525581dcc10fb0bd2
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.
|
|
1
|
+
2.0.6
|
data/docs/SshConfig.md
CHANGED
|
@@ -15,7 +15,7 @@ require 'pnap_rancher_api'
|
|
|
15
15
|
|
|
16
16
|
instance = RancherApi::SshConfig.new(
|
|
17
17
|
install_default_keys: true,
|
|
18
|
-
keys: [ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDF9LdAFElNCi7JoWh6KUcchrJ2Gac1aqGRPpdZNowObpRtmiRCecAMb7bUgNAaNfcmwiQi7tos9TlnFgprIcfMWb8MSs3ABYHmBgqEEt3RWYf0fAc9CsIpJdMCUG28TPGTlRXCEUVNKgLMdcseAlJoGp1CgbHWIN65fB3he3kAZcfpPn5mapV0tsl2p+ZyuAGRYdn5dJv2RZDHUZBkOeUobwsij+weHCKAFmKQKtCP7ybgVHaQjAPrj8MGnk1jBbjDt5ws+Be+9JNjQJee9zCKbAOsIo3i+GcUIkrw5jxPU/RTGlWBcemPaKHdciSzGcjWboapzIy49qypQhZe1U75 user],
|
|
18
|
+
keys: ["ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDF9LdAFElNCi7JoWh6KUcchrJ2Gac1aqGRPpdZNowObpRtmiRCecAMb7bUgNAaNfcmwiQi7tos9TlnFgprIcfMWb8MSs3ABYHmBgqEEt3RWYf0fAc9CsIpJdMCUG28TPGTlRXCEUVNKgLMdcseAlJoGp1CgbHWIN65fB3he3kAZcfpPn5mapV0tsl2p+ZyuAGRYdn5dJv2RZDHUZBkOeUobwsij+weHCKAFmKQKtCP7ybgVHaQjAPrj8MGnk1jBbjDt5ws+Be+9JNjQJee9zCKbAOsIo3i+GcUIkrw5jxPU/RTGlWBcemPaKHdciSzGcjWboapzIy49qypQhZe1U75 user"],
|
|
19
19
|
key_ids: ["5fa54d1e91867c03a0a7b4a4"]
|
|
20
20
|
)
|
|
21
21
|
```
|
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.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-06-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -131,14 +131,14 @@ specification_version: 4
|
|
|
131
131
|
summary: Rancher Solution API Ruby Gem
|
|
132
132
|
test_files:
|
|
133
133
|
- spec/api/clusters_api_spec.rb
|
|
134
|
-
- spec/models/delete_result_spec.rb
|
|
135
|
-
- spec/models/error_spec.rb
|
|
136
|
-
- spec/models/rancher_server_metadata_spec.rb
|
|
137
|
-
- spec/models/ssh_config_spec.rb
|
|
138
134
|
- spec/models/cluster_spec.rb
|
|
135
|
+
- spec/models/ssh_config_spec.rb
|
|
136
|
+
- spec/models/rancher_server_metadata_spec.rb
|
|
139
137
|
- spec/models/rancher_cluster_config_spec.rb
|
|
140
|
-
- spec/models/node_pool_spec.rb
|
|
141
|
-
- spec/models/node_spec.rb
|
|
142
138
|
- spec/models/workload_cluster_config_spec.rb
|
|
139
|
+
- spec/models/node_pool_spec.rb
|
|
143
140
|
- spec/models/rancher_cluster_certificates_spec.rb
|
|
141
|
+
- spec/models/error_spec.rb
|
|
142
|
+
- spec/models/node_spec.rb
|
|
143
|
+
- spec/models/delete_result_spec.rb
|
|
144
144
|
- spec/spec_helper.rb
|