Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IngressReconciler ¶
type IngressReconciler struct { client.Client injectablerecorder.InjectableRecorder // contains filtered or unexported fields }
func NewIngressReconciler ¶
func NewIngressReconciler(client client.Client, otterizeCloudClient cloudclient.CloudClient) *IngressReconciler
func (*IngressReconciler) InjectRecorder ¶
func (r *IngressReconciler) InjectRecorder(recorder record.EventRecorder)
func (*IngressReconciler) SetupWithManager ¶
func (r *IngressReconciler) SetupWithManager(mgr ctrl.Manager) error
type KubeFinder ¶
type ServiceReconciler ¶
type ServiceReconciler struct { client.Client injectablerecorder.InjectableRecorder // contains filtered or unexported fields }
func NewServiceReconciler ¶
func NewServiceReconciler(client client.Client, otterizeCloudClient cloudclient.CloudClient, kubeFinder KubeFinder) *ServiceReconciler
func (*ServiceReconciler) InjectRecorder ¶
func (r *ServiceReconciler) InjectRecorder(recorder record.EventRecorder)
func (*ServiceReconciler) SetupWithManager ¶
func (r *ServiceReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.