Versions in this module Expand all Collapse all v0 v0.4.0 Nov 22, 2018 v0.3.0 Oct 22, 2018 Changes in this version + var MasterMachinesTmpl = template.Must(template.New("openstack-master-machines").Parse(...)) + var WorkerMachineSetTmpl = template.Must(template.New("openstack-worker-machineset").Parse(...)) + type Config struct + ClusterName string + Image string + Machine types.OpenStackMachinePoolPlatform + Region string + Replicas int64 + Tags map[string]string + type MasterConfig struct + ClusterName string + Image string + Instances []string + Machine types.OpenStackMachinePoolPlatform + Region string + Tags map[string]string