Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployments ¶
type Deployments struct {
// contains filtered or unexported fields
}
func CreateDeploymentsFromEmbedFS ¶
func CreateDeploymentsFromEmbedFS(deploymentTemplates embed.FS, dest string) *Deployments
func (*Deployments) CopyDeploymentFiles ¶
func (d *Deployments) CopyDeploymentFiles(deployType string, deployConfig *config.DraftConfig, templateWriter templatewriter.TemplateWriter) error
func (*Deployments) DeployTypes ¶
func (d *Deployments) DeployTypes() []string
DeployTypes returns a slice of the supported deployment types
func (*Deployments) GetConfig ¶
func (d *Deployments) GetConfig(deployType string) (*config.DraftConfig, error)
func (*Deployments) PopulateConfigs ¶
func (d *Deployments) PopulateConfigs()
Click to show internal directories.
Click to hide internal directories.