Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrStackNotFound = coreerrors.New("stack not found")
)
Functions ¶
This section is empty.
Types ¶
type CloudFormationReconciler ¶
type CloudFormationReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme // contains filtered or unexported fields }
CloudFormationReconciler reconciles a CloudFormation object
func (*CloudFormationReconciler) Reconcile ¶
func (r *CloudFormationReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
+kubebuilder:rbac:groups=infra.mdstechinc.com,resources=cloudformations,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=infra.mdstechinc.com,resources=cloudformations/status,verbs=get;update;patch +kubebuilder:rbac:groups=infra.mdstechinc.com,resources=cloudformations/finalizers,verbs=update
func (*CloudFormationReconciler) SetupWithManager ¶
func (r *CloudFormationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.