Versions in this module Expand all Collapse all v0 v0.2.134 Dec 25, 2019 Changes in this version + type CloudConfig struct + Metadata struct{ ... } + NetworkConfig struct{ ... } + Userdata struct{ ... } + func StructConfig(user, hostname string, keys []ssh.PublicKey, eth []*CloudConfigEthernet) *CloudConfig + func (c *CloudConfig) Clean() error + func (c *CloudConfig) Delete() error + func (c *CloudConfig) Generate(basedir string) (string, error) + func (c *CloudConfig) GenerateMetadataFile(basedir string) error + func (c *CloudConfig) GenerateNetworkConfigFile(basedir string) error + func (c *CloudConfig) GenerateUserdataFile(basedir string) error + type CloudConfigEthernet struct + Address4 *netutil.IPv4Cidr + Gateway4 net.IP + MacAddress net.HardwareAddr + NameServers []net.IP