Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomWatch ¶
type CustomWatch struct { Src source.Source EventHandler handler.EventHandler }
type ServiceMeshReconciler ¶
type ServiceMeshReconciler struct { Reconciler *core.BaseReconciler ResourceObject client.Object CustomWatches []CustomWatch }
ServiceMeshReconciler reconciles a ServiceMesh CRD object
func (*ServiceMeshReconciler) SetupWithManager ¶
func (r *ServiceMeshReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
func (*ServiceMeshReconciler) SetupWithManagerWithMaxDelay ¶ added in v1.1.2
func (r *ServiceMeshReconciler) SetupWithManagerWithMaxDelay(mgr ctrl.Manager, maxDelay time.Duration) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.