Documentation
¶
Index ¶
Constants ¶
View Source
const PlanArtifact string = "/tmp/plan.out"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
Datastore datastore.Client
Client client.Client
Layer *configv1alpha1.TerraformLayer
Run *configv1alpha1.TerraformRun
Repository *configv1alpha1.TerraformRepository
// contains filtered or unexported fields
}
func (*Runner) EnableHermitcrab ¶ added in v0.5.0
Enable Hermitcrab network mirror configuration.
func (*Runner) Exec ¶
Entrypoint function of the runner. Initializes the runner and executes its action.
func (*Runner) ExecAction ¶ added in v0.5.0
Execute the actions defined in the runner configuration. The runner must be initialized.
func (*Runner) GetResources ¶ added in v0.5.0
Retrieve linked resources (layer, run, repository) from the Kubernetes API.
Click to show internal directories.
Click to hide internal directories.