Documentation ¶
Index ¶
- type OptionalInt
- type OptionalString
- type Status
- type TFApplyClaimReconciler
- func (r *TFApplyClaimReconciler) ApplyClaimPhase(ctx context.Context, tfapplyclaim *claimv1alpha1.TFApplyClaim) (ctrl.Result, error)
- func (r *TFApplyClaimReconciler) ApproveClaimPhase(ctx context.Context, tfapplyclaim *claimv1alpha1.TFApplyClaim) (ctrl.Result, error)
- func (r *TFApplyClaimReconciler) DestroyClaimPhase(ctx context.Context, tfapplyclaim *claimv1alpha1.TFApplyClaim) (ctrl.Result, error)
- func (r *TFApplyClaimReconciler) PlanClaimPhase(ctx context.Context, tfapplyclaim *claimv1alpha1.TFApplyClaim) (ctrl.Result, error)
- func (r *TFApplyClaimReconciler) ReadyClaimPhase(ctx context.Context, tfapplyclaim *claimv1alpha1.TFApplyClaim) (ctrl.Result, error)
- func (r *TFApplyClaimReconciler) Reconcile(req ctrl.Request) (_ ctrl.Result, reterr error)
- func (r *TFApplyClaimReconciler) RejectClaimPhase(ctx context.Context, tfapplyclaim *claimv1alpha1.TFApplyClaim) (ctrl.Result, error)
- func (r *TFApplyClaimReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OptionalInt ¶
type OptionalString ¶
type Status ¶
type Status struct { Action OptionalString Apply OptionalString Branch OptionalString Commit OptionalString Destroy OptionalString Phase OptionalString PrePhase OptionalString Reason OptionalString State OptionalString URL OptionalString }
type TFApplyClaimReconciler ¶
TFApplyClaimReconciler reconciles a TFApplyClaim object
func (*TFApplyClaimReconciler) ApplyClaimPhase ¶
func (r *TFApplyClaimReconciler) ApplyClaimPhase(ctx context.Context, tfapplyclaim *claimv1alpha1.TFApplyClaim) (ctrl.Result, error)
Status Update: action - apply
func (*TFApplyClaimReconciler) ApproveClaimPhase ¶
func (r *TFApplyClaimReconciler) ApproveClaimPhase(ctx context.Context, tfapplyclaim *claimv1alpha1.TFApplyClaim) (ctrl.Result, error)
Status Update: action - approve
func (*TFApplyClaimReconciler) DestroyClaimPhase ¶
func (r *TFApplyClaimReconciler) DestroyClaimPhase(ctx context.Context, tfapplyclaim *claimv1alpha1.TFApplyClaim) (ctrl.Result, error)
Spec Update: destroy - true (This fuction is triggered by all users)
func (*TFApplyClaimReconciler) PlanClaimPhase ¶
func (r *TFApplyClaimReconciler) PlanClaimPhase(ctx context.Context, tfapplyclaim *claimv1alpha1.TFApplyClaim) (ctrl.Result, error)
Status Update: action - plan
func (*TFApplyClaimReconciler) ReadyClaimPhase ¶
func (r *TFApplyClaimReconciler) ReadyClaimPhase(ctx context.Context, tfapplyclaim *claimv1alpha1.TFApplyClaim) (ctrl.Result, error)
func (*TFApplyClaimReconciler) RejectClaimPhase ¶
func (r *TFApplyClaimReconciler) RejectClaimPhase(ctx context.Context, tfapplyclaim *claimv1alpha1.TFApplyClaim) (ctrl.Result, error)
Status Update: action - reject
func (*TFApplyClaimReconciler) SetupWithManager ¶
func (r *TFApplyClaimReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.