Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TerraformConfigurationReconciler ¶
type TerraformConfigurationReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme }
TerraformConfigurationReconciler reconciles a TerraformConfiguration object
func (*TerraformConfigurationReconciler) SetupWithManager ¶
func (r *TerraformConfigurationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager dependency inject controller
type TerraformPlanReconciler ¶
type TerraformPlanReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme PodClient corev1typed.PodsGetter }
TerraformPlanReconciler reconciles a TerraformPlan object
func (*TerraformPlanReconciler) SetupWithManager ¶
func (r *TerraformPlanReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager dependency inject controller
Click to show internal directories.
Click to hide internal directories.