Documentation ¶
Index ¶
- type ImmudbReconciler
- func (r *ImmudbReconciler) GetIngress(immudb *unagexcomv1.Immudb) *knetworkingv1.Ingress
- func (r *ImmudbReconciler) GetServiceGRPC(immudb *unagexcomv1.Immudb) *corev1.Service
- func (r *ImmudbReconciler) GetServiceHTTP(immudb *unagexcomv1.Immudb) *corev1.Service
- func (r *ImmudbReconciler) GetServiceMonitor(immudb *unagexcomv1.Immudb) *promv1.ServiceMonitor
- func (r *ImmudbReconciler) GetStatefulset(immudb *unagexcomv1.Immudb) *appsv1.StatefulSet
- func (r *ImmudbReconciler) ManageDatabase(ctx context.Context, immudb *unagexcomv1.Immudb) error
- func (r *ImmudbReconciler) ManageIngress(ctx context.Context, immudb *unagexcomv1.Immudb) error
- func (r *ImmudbReconciler) ManageServiceGRPC(ctx context.Context, immudb *unagexcomv1.Immudb) error
- func (r *ImmudbReconciler) ManageServiceHTTP(ctx context.Context, immudb *unagexcomv1.Immudb) error
- func (r *ImmudbReconciler) ManageServiceMonitor(ctx context.Context, immudb *unagexcomv1.Immudb) error
- func (r *ImmudbReconciler) ManageServices(ctx context.Context, immudb *unagexcomv1.Immudb) error
- func (r *ImmudbReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *ImmudbReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImmudbReconciler ¶
ImmudbReconciler reconciles a Immudb object
func (*ImmudbReconciler) GetIngress ¶
func (r *ImmudbReconciler) GetIngress(immudb *unagexcomv1.Immudb) *knetworkingv1.Ingress
func (*ImmudbReconciler) GetServiceGRPC ¶
func (r *ImmudbReconciler) GetServiceGRPC(immudb *unagexcomv1.Immudb) *corev1.Service
func (*ImmudbReconciler) GetServiceHTTP ¶
func (r *ImmudbReconciler) GetServiceHTTP(immudb *unagexcomv1.Immudb) *corev1.Service
func (*ImmudbReconciler) GetServiceMonitor ¶
func (r *ImmudbReconciler) GetServiceMonitor(immudb *unagexcomv1.Immudb) *promv1.ServiceMonitor
func (*ImmudbReconciler) GetStatefulset ¶
func (r *ImmudbReconciler) GetStatefulset(immudb *unagexcomv1.Immudb) *appsv1.StatefulSet
func (*ImmudbReconciler) ManageDatabase ¶
func (r *ImmudbReconciler) ManageDatabase(ctx context.Context, immudb *unagexcomv1.Immudb) error
func (*ImmudbReconciler) ManageIngress ¶
func (r *ImmudbReconciler) ManageIngress(ctx context.Context, immudb *unagexcomv1.Immudb) error
func (*ImmudbReconciler) ManageServiceGRPC ¶
func (r *ImmudbReconciler) ManageServiceGRPC(ctx context.Context, immudb *unagexcomv1.Immudb) error
func (*ImmudbReconciler) ManageServiceHTTP ¶
func (r *ImmudbReconciler) ManageServiceHTTP(ctx context.Context, immudb *unagexcomv1.Immudb) error
func (*ImmudbReconciler) ManageServiceMonitor ¶
func (r *ImmudbReconciler) ManageServiceMonitor(ctx context.Context, immudb *unagexcomv1.Immudb) error
func (*ImmudbReconciler) ManageServices ¶
func (r *ImmudbReconciler) ManageServices(ctx context.Context, immudb *unagexcomv1.Immudb) error
func (*ImmudbReconciler) SetupWithManager ¶
func (r *ImmudbReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.