Documentation
¶
Index ¶
Constants ¶
const ( StatusCreated = "Created" StatusValidationFail = "ValidationFail" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterSecurityIntentBindingReconciler ¶
ClusterSecurityIntentBindingReconciler reconciles a ClusterSecurityIntentBinding object
func (*ClusterSecurityIntentBindingReconciler) Reconcile ¶
func (r *ClusterSecurityIntentBindingReconciler) 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.
func (*ClusterSecurityIntentBindingReconciler) SetupWithManager ¶
func (r *ClusterSecurityIntentBindingReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager. WithEventFilter sets up the global predicates for a watch
type SecurityIntentBindingReconciler ¶
SecurityIntentBindingReconciler reconciles a SecurityIntentBinding object
func (*SecurityIntentBindingReconciler) Reconcile ¶
func (r *SecurityIntentBindingReconciler) 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.
func (*SecurityIntentBindingReconciler) SetupWithManager ¶
func (r *SecurityIntentBindingReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SecurityIntentReconciler ¶
func (*SecurityIntentReconciler) Reconcile ¶
func (r *SecurityIntentReconciler) 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.
func (*SecurityIntentReconciler) SetupWithManager ¶
func (r *SecurityIntentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the reconciler with the provided manager.