Documentation
¶
Index ¶
Constants ¶
View Source
const ( StatusCreated = "Created" StatusPending = "Pending" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 ¶
SecurityIntentReconciler reconciles a SecurityIntent object
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 controller with the Manager.
Click to show internal directories.
Click to hide internal directories.