Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ProcessEvent ¶
type Config ¶
type Config struct { // If URL is the empty string, notifications are disabled. Url string `yaml:"url" env:"URL"` Username string `yaml:"username" env:"USERNAME"` Password string `yaml:"password" env:"PASSWORD"` KubernetesWebUrl string `yaml:"kubernetes_web_url" env:"KUBERNETES_WEB_URL" default:"http://localhost/icingaweb2/kubernetes"` }
Click to show internal directories.
Click to hide internal directories.