Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
type
Notifier
interface
{
9
NotifyPodTermination(pod v1.Pod) error
10
}
11
12
type
Notifiers
struct
{
13
notifiers []Notifier
Callers
8
DeletePod
Method · 0.65
TestSlackNotificationForTerminationStatusOk
Method · 0.65
TestSlackNotificationForTerminationStatus500
Method · 0.65
NotifyPodTermination
Method · 0.65
TestMultiNotifierWithoutNotifiers
Method · 0.65
TestMultiNotifierWithNotifier
Method · 0.65
TestMultiNotifierWithMultipleNotifier
Method · 0.65
TestMultiNotifierWithNotifierError
Method · 0.65
Implementers
4
Noop
notifier/noop.go
Notifiers
notifier/notifier.go
Slack
notifier/slack.go
FailingNotifier
notifier/notifier_test.go
Calls
no outgoing calls
Tested by
no test coverage detected