Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ProviderName is provider name for install.
ProviderName = "terraform"
)
Variables ¶
This section is empty.
Functions ¶
func Install ¶
func Install(p providers.Providers, app *v1beta1.Application, renderer WorkloadRenderer)
Install register handlers to provider discover.
Types ¶
type WorkloadRenderer ¶
type WorkloadRenderer func(comp common.ApplicationComponent) (*appfile.Workload, error)
WorkloadRenderer renderer to render application component into workload
Click to show internal directories.
Click to hide internal directories.