type Options struct {
// Image is the image to run. Image string// Config is the node config. Config *nodeconfig.Config// TLSCert is the TLS cert. TLSCert []byte// TLSKey is the TLS key. TLSKey []byte// CA is the CA. CA []byte
}
Options are options for generating a cloud config.