controller

package
v0.0.0-...-8ad1c46 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2025 License: MIT Imports: 14 Imported by: 0

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 Notifier

type Notifier interface {
	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) Reconcile

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL