Versions in this module Expand all Collapse all v0 v0.8.1 Dec 12, 2025 v0.8.0 Dec 2, 2025 Changes in this version + type NodeHealthCheckOptions struct + CheckNodeReady bool + K8SEndpoint string + K8SEndpointProvided bool + Nodes []string + Timeout time.Duration + Version string + type Provisioner struct + ClusterClient cluster.ClusterClient + KubernetesClient k8sclient.KubernetesClient + KubernetesManager kubernetes.KubernetesManager + TerraformStack terraforminfra.Stack + func NewProvisioner(rt *runtime.Runtime, blueprintHandler blueprint.BlueprintHandler, ...) *Provisioner + func (i *Provisioner) CheckNodeHealth(ctx context.Context, options NodeHealthCheckOptions, outputFunc func(string)) error + func (i *Provisioner) Close() + func (i *Provisioner) Down(blueprint *blueprintv1alpha1.Blueprint) error + func (i *Provisioner) Install(blueprint *blueprintv1alpha1.Blueprint) error + func (i *Provisioner) Uninstall(blueprint *blueprintv1alpha1.Blueprint) error + func (i *Provisioner) Up(blueprint *blueprintv1alpha1.Blueprint) error + func (i *Provisioner) Wait(blueprint *blueprintv1alpha1.Blueprint) error