Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterReconciler ¶
type ClusterReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder Config *rest.Config OnUpdate saas.ClusterHook OnDelete saas.ClusterHook }
ClusterReconciler reconciles a Cluster object
func (*ClusterReconciler) Reconcile ¶
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 (*ClusterReconciler) SetupWithManager ¶
func (r *ClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ClusterScanReconciler ¶
type ClusterScanReconciler struct { client.Client K8sClient *kubernetes.Clientset Scheme *runtime.Scheme Recorder record.EventRecorder DefaultPluginsNamespace string DefaultPluginsNames []string WorkerImage string ClusterRoleBindingName string ServiceAccountName string OnUpdate saas.ClusterScanHook OnDelete saas.ClusterScanHook }
ClusterScanReconciler reconciles a ClusterScan object
func (*ClusterScanReconciler) Reconcile ¶
func (r *ClusterScanReconciler) 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 (*ClusterScanReconciler) SetupWithManager ¶
func (r *ClusterScanReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.