package
0.0.0-20240905184220-0a5f9d4d9d01
Repository: https://github.com/datadog/chaos-controller.git
Documentation: pkg.go.dev
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NotifierDriverDatadog is the Datadog driver.
NotifierDriverHTTP is the HTTP driver.
NotifierDriverNoop is a noop driver mainly used for testing.
NotifierDriverSlack is the Slack driver.
# Structs
No description provided by the author
# Type aliases
NotificationType is the type representing all notification types level available In order of importance it's Info, Success, Warning, Error Default level is considered Success, meaning all info will be ignored +kubebuilder:default=Success +kubebuilder:validation:Enum=Info;Success;Completion;Warning;Error +ddmark:validation:Enum=Info;Success;Completion;Warning;Error.
No description provided by the author