Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertChannelReconciler ¶
type AlertChannelReconciler struct { client.Client Scheme *runtime.Scheme Log logr.Logger Alerts interfaces.NewRelicClientInterface AlertClient func(string, string) (interfaces.NewRelicClientInterface, error) // contains filtered or unexported fields }
AlertChannelReconciler reconciles a AlertChannel object
func (*AlertChannelReconciler) Reconcile ¶
func (r *AlertChannelReconciler) Reconcile(ctx context.Context, req 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. TODO(user): Modify the Reconcile function to compare the state specified by the AlertChannel object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.19.0/pkg/reconcile
func (*AlertChannelReconciler) SetupWithManager ¶
func (r *AlertChannelReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type AlertDestinationReconciler ¶
type AlertDestinationReconciler struct { client.Client Scheme *runtime.Scheme Log logr.Logger Alerts interfaces.NewRelicClientInterface AlertClient func(string, string) (interfaces.NewRelicClientInterface, error) // contains filtered or unexported fields }
AlertDestinationReconciler reconciles a AlertDestination object
func (*AlertDestinationReconciler) Reconcile ¶
func (r *AlertDestinationReconciler) Reconcile(ctx context.Context, req 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. TODO(user): Modify the Reconcile function to compare the state specified by the AlertDestination object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.19.0/pkg/reconcile
func (*AlertDestinationReconciler) SetupWithManager ¶
func (r *AlertDestinationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type AlertPolicyReconciler ¶
type AlertPolicyReconciler struct { client.Client Scheme *runtime.Scheme Log logr.Logger Alerts interfaces.NewRelicClientInterface AlertClient func(string, string) (interfaces.NewRelicClientInterface, error) // contains filtered or unexported fields }
AlertPolicyReconciler reconciles a AlertPolicy object
func (*AlertPolicyReconciler) Reconcile ¶
func (r *AlertPolicyReconciler) Reconcile(ctx context.Context, req 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. TODO(user): Modify the Reconcile function to compare the state specified by the AlertPolicy object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.19.0/pkg/reconcile
func (*AlertPolicyReconciler) SetupWithManager ¶
func (r *AlertPolicyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type AlertWorkflowReconciler ¶
type AlertWorkflowReconciler struct { client.Client Scheme *runtime.Scheme Log logr.Logger Alerts interfaces.NewRelicClientInterface AlertClient func(string, string) (interfaces.NewRelicClientInterface, error) // contains filtered or unexported fields }
AlertWorkflowReconciler reconciles a AlertWorkflow object
func (*AlertWorkflowReconciler) Reconcile ¶
func (r *AlertWorkflowReconciler) Reconcile(ctx context.Context, req 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. TODO(user): Modify the Reconcile function to compare the state specified by the AlertWorkflow object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.19.0/pkg/reconcile
func (*AlertWorkflowReconciler) SetupWithManager ¶
func (r *AlertWorkflowReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NrqlConditionReconciler ¶
type NrqlConditionReconciler struct { client.Client Scheme *runtime.Scheme Log logr.Logger Alerts interfaces.NewRelicClientInterface AlertClient func(string, string) (interfaces.NewRelicClientInterface, error) // contains filtered or unexported fields }
NrqlConditionReconciler reconciles a NrqlCondition object
func (*NrqlConditionReconciler) Reconcile ¶
func (r *NrqlConditionReconciler) Reconcile(ctx context.Context, req 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. TODO(user): Modify the Reconcile function to compare the state specified by the NrqlCondition object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.19.0/pkg/reconcile
func (*NrqlConditionReconciler) SetupWithManager ¶
func (r *NrqlConditionReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.