Versions in this module Expand all Collapse all v0 v0.4.0 Nov 22, 2018 Changes in this version + func MachineSets(config *types.InstallConfig, pool *types.MachinePool, ...) ([]clusterapi.MachineSet, error) + func Machines(config *types.InstallConfig, pool *types.MachinePool, ...) ([]clusterapi.Machine, error) v0.3.0 Oct 22, 2018 Changes in this version + var MasterMachinesTmpl = template.Must(template.New("master-machines").Parse(...)) + var WorkerMachineSetTmpl = template.Must(template.New("worker-machineset").Parse(...)) + type Config struct + ClusterName string + Platform types.LibvirtPlatform + Replicas int64 + type MasterConfig struct + ClusterName string + Instances []string + Platform types.LibvirtPlatform