mirror of
https://github.com/kairos-io/provider-rke2.git
synced 2025-09-26 04:35:42 +00:00
8 lines
141 B
Go
8 lines
141 B
Go
![]() |
package types
|
||
|
|
||
|
type RKE2Config struct {
|
||
|
Token string `yaml:"token"`
|
||
|
Server string `yaml:"server"`
|
||
|
TLSSan []string `yaml:"tls-san"`
|
||
|
}
|