Documentation ¶
Index ¶
- type CloudFormationStackReconciler
- func (r *CloudFormationStackReconciler) IndexBy(kind string) func(o client.Object) []string
- func (r *CloudFormationStackReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *CloudFormationStackReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, ...) error
- type CloudFormationStackReconcilerOptions
- type SourceRevisionChangePredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudFormationStackReconciler ¶
type CloudFormationStackReconciler struct { client.Client runtimeCtrl.Metrics Scheme *runtime.Scheme EventRecorder kuberecorder.EventRecorder NoCrossNamespaceRef bool ControllerName string ControllerVersion string CfnClient clients.CloudFormationClient S3Client clients.S3Client TemplateBucket string StackTags map[string]string // contains filtered or unexported fields }
CloudFormationStackReconciler reconciles a CloudFormationStack object
func (*CloudFormationStackReconciler) IndexBy ¶
func (r *CloudFormationStackReconciler) IndexBy(kind string) func(o client.Object) []string
func (*CloudFormationStackReconciler) SetupWithManager ¶
func (r *CloudFormationStackReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, opts CloudFormationStackReconcilerOptions) error
type SourceRevisionChangePredicate ¶
func (SourceRevisionChangePredicate) Create ¶
func (SourceRevisionChangePredicate) Create(e event.CreateEvent) bool
func (SourceRevisionChangePredicate) Delete ¶
func (SourceRevisionChangePredicate) Delete(e event.DeleteEvent) bool
func (SourceRevisionChangePredicate) Update ¶
func (SourceRevisionChangePredicate) Update(e event.UpdateEvent) bool
Click to show internal directories.
Click to hide internal directories.