Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Handlers Handlers `mapstructure:"handler"` Resources Resources `mapstructure:"resource"` CLI *cli.Args }
Config represent the config file
type Handler ¶
type Handler struct { Name string // Used by all handlers ClusterName string // Used by slack handler WebhookURL string // Used by slack handler IgnoreEvents []string `mapstructure:"events"` // Used by ignoreEvents handler }
Handler struct holds configuration fields for all handlers in this code base, non configured options will be set to its zero value in the struct filed, is the responsability of the handler to validate them, as well as to avoid naming conflicts, in the future namespacing might me implemented
Click to show internal directories.
Click to hide internal directories.