MCPcopy
hub / github.com/linki/chaoskube / Notifier

Interface Notifier

notifier/notifier.go:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Notifier interface {
9 NotifyPodTermination(pod v1.Pod) error
10}
11
12type Notifiers struct {
13 notifiers []Notifier

Implementers 4

Noopnotifier/noop.go
Notifiersnotifier/notifier.go
Slacknotifier/slack.go
FailingNotifiernotifier/notifier_test.go

Calls

no outgoing calls

Tested by

no test coverage detected