Documentation ¶
Index ¶
- type FalconContainerReconciler
- func (r *FalconContainerReconciler) Create(ctx context.Context, log logr.Logger, ...) error
- func (r *FalconContainerReconciler) Delete(ctx context.Context, log logr.Logger, ...) error
- func (r *FalconContainerReconciler) NamespaceLabels(falconContainer *falconv1alpha1.FalconContainer) map[string]string
- func (r *FalconContainerReconciler) PushImage(ctx context.Context, log logr.Logger, ...) error
- func (r *FalconContainerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *FalconContainerReconciler) SetupWithManager(mgr ctrl.Manager, tracker sensorversion.Tracker) error
- func (r *FalconContainerReconciler) StatusUpdate(ctx context.Context, req ctrl.Request, log logr.Logger, ...) error
- func (r *FalconContainerReconciler) Update(ctx context.Context, log logr.Logger, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FalconContainerReconciler ¶
type FalconContainerReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme RestConfig *rest.Config // contains filtered or unexported fields }
FalconContainerReconciler reconciles a FalconContainer object
func (*FalconContainerReconciler) Create ¶
func (r *FalconContainerReconciler) Create(ctx context.Context, log logr.Logger, falconContainer *falconv1alpha1.FalconContainer, obj runtime.Object) error
func (*FalconContainerReconciler) Delete ¶
func (r *FalconContainerReconciler) Delete(ctx context.Context, log logr.Logger, falconContainer *falconv1alpha1.FalconContainer, obj runtime.Object) error
func (*FalconContainerReconciler) NamespaceLabels ¶
func (r *FalconContainerReconciler) NamespaceLabels(falconContainer *falconv1alpha1.FalconContainer) map[string]string
func (*FalconContainerReconciler) PushImage ¶
func (r *FalconContainerReconciler) PushImage(ctx context.Context, log logr.Logger, falconContainer *falconv1alpha1.FalconContainer) error
func (*FalconContainerReconciler) Reconcile ¶
func (r *FalconContainerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.7.2/pkg/reconcile
func (*FalconContainerReconciler) SetupWithManager ¶
func (r *FalconContainerReconciler) SetupWithManager(mgr ctrl.Manager, tracker sensorversion.Tracker) error
SetupWithManager sets up the controller with the Manager.
func (*FalconContainerReconciler) StatusUpdate ¶
func (r *FalconContainerReconciler) StatusUpdate(ctx context.Context, req ctrl.Request, log logr.Logger, falconContainer *falconv1alpha1.FalconContainer, condType string, status metav1.ConditionStatus, reason string, message string) error
func (*FalconContainerReconciler) Update ¶
func (r *FalconContainerReconciler) Update(ctx context.Context, log logr.Logger, falconContainer *falconv1alpha1.FalconContainer, obj runtime.Object) error
Click to show internal directories.
Click to hide internal directories.