Documentation ¶
Index ¶
- func IgnoreIsNotFound(err error) error
- type ApplicationReconciler
- func (r *ApplicationReconciler) GetApplication(ctx context.Context, request ctrl.Request) (*debotops.Application, error)
- func (r *ApplicationReconciler) GetDeployment(ctx context.Context, request ctrl.Request) (*appsv1.Deployment, error)
- func (r *ApplicationReconciler) GetService(ctx context.Context, request ctrl.Request) (*corev1.Service, error)
- func (r *ApplicationReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
- func (r *ApplicationReconciler) SetupWithManager(mgr ctrl.Manager) error
- type ListenerReconciler
- func (r *ListenerReconciler) GetGateway(ctx context.Context, request ctrl.Request) (*istioclient.Gateway, error)
- func (r *ListenerReconciler) GetListener(ctx context.Context, request ctrl.Request) (*debotops.Listener, error)
- func (r *ListenerReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
- func (r *ListenerReconciler) SetupWithManager(mgr ctrl.Manager) error
- type MappingReconciler
- func (r *MappingReconciler) GetApplication(ctx context.Context, mapping *debotops.Mapping) (*debotops.Application, error)
- func (r *MappingReconciler) GetMapping(ctx context.Context, request ctrl.Request) (*debotops.Mapping, error)
- func (r *MappingReconciler) GetVirtualService(ctx context.Context, request ctrl.Request) (*istioclient.VirtualService, error)
- func (r *MappingReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
- func (r *MappingReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IgnoreIsNotFound ¶
Types ¶
type ApplicationReconciler ¶
ApplicationReconciler reconciles an Application object
func (*ApplicationReconciler) GetApplication ¶
func (r *ApplicationReconciler) GetApplication(ctx context.Context, request ctrl.Request) (*debotops.Application, error)
func (*ApplicationReconciler) GetDeployment ¶
func (r *ApplicationReconciler) GetDeployment(ctx context.Context, request ctrl.Request) (*appsv1.Deployment, error)
func (*ApplicationReconciler) GetService ¶
func (*ApplicationReconciler) Reconcile ¶
func (r *ApplicationReconciler) Reconcile(ctx context.Context, request 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 (*ApplicationReconciler) SetupWithManager ¶
func (r *ApplicationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ListenerReconciler ¶
ListenerReconciler reconciles a Listener object
func (*ListenerReconciler) GetGateway ¶
func (r *ListenerReconciler) GetGateway(ctx context.Context, request ctrl.Request) (*istioclient.Gateway, error)
func (*ListenerReconciler) GetListener ¶
func (*ListenerReconciler) Reconcile ¶
func (r *ListenerReconciler) Reconcile(ctx context.Context, request 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 (*ListenerReconciler) SetupWithManager ¶
func (r *ListenerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type MappingReconciler ¶
MappingReconciler reconciles a Mapping object
func (*MappingReconciler) GetApplication ¶
func (r *MappingReconciler) GetApplication(ctx context.Context, mapping *debotops.Mapping) (*debotops.Application, error)
func (*MappingReconciler) GetMapping ¶
func (*MappingReconciler) GetVirtualService ¶
func (r *MappingReconciler) GetVirtualService(ctx context.Context, request ctrl.Request) (*istioclient.VirtualService, error)
func (*MappingReconciler) Reconcile ¶
func (r *MappingReconciler) Reconcile(ctx context.Context, request 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 (*MappingReconciler) SetupWithManager ¶
func (r *MappingReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.