This commit is contained in:
Mikaël Cluseau
2019-10-09 16:40:56 +11:00
parent 9dc80cd34b
commit 6e432c2a06
69 changed files with 18 additions and 17561 deletions

View File

@ -15,8 +15,9 @@ type Config struct {
}
type Cluster struct {
Name string
Addons string
Name string
Addons string
BootstrapPods string
}
func FromBytes(data []byte) (*Config, error) {