Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiscordNotifier ¶
type DiscordNotifier struct {
WebhookURL string
}
func (*DiscordNotifier) Notify ¶
func (d *DiscordNotifier) Notify(message string) error
type PodNotifRestartReconciler ¶
type PodNotifRestartReconciler struct { client.Client Scheme *runtime.Scheme Log logr.Logger Recorder record.EventRecorder }
PodNotifRestartReconciler reconciles a PodNotifRestart object
func (*PodNotifRestartReconciler) SetupWithManager ¶
func (r *PodNotifRestartReconciler) SetupWithManager(mgr ctrl.Manager) error
type SlackNotifier ¶
type SlackNotifier struct {
WebhookURL string
}
func (*SlackNotifier) Notify ¶
func (s *SlackNotifier) Notify(message string) error
type TeamsNotifier ¶
type TeamsNotifier struct {
WebhookURL string
}
func (*TeamsNotifier) Notify ¶
func (t *TeamsNotifier) Notify(message string) error
Click to show internal directories.
Click to hide internal directories.