Documentation
¶
Index ¶
- func CompareRoutes(oldRoutes, newRoutes []pagerdutyv1beta1.ServiceRoute) []pagerdutyv1beta1.ServiceRoute
- type OrchestrationroutesReconciler
- func (r *OrchestrationroutesReconciler) LookupService(ctx context.Context, namespace string, serviceName string) (string, error)
- func (r *OrchestrationroutesReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *OrchestrationroutesReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareRoutes ¶
func CompareRoutes(oldRoutes, newRoutes []pagerdutyv1beta1.ServiceRoute) []pagerdutyv1beta1.ServiceRoute
Types ¶
type OrchestrationroutesReconciler ¶
type OrchestrationroutesReconciler struct { client.Client Scheme *runtime.Scheme PagerClient *pd.Pagerduty // contains filtered or unexported fields }
OrchestrationroutesReconciler reconciles a Orchestrationroutes object
func (*OrchestrationroutesReconciler) LookupService ¶
func (*OrchestrationroutesReconciler) SetupWithManager ¶
func (r *OrchestrationroutesReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.