Versions in this module Expand all Collapse all v0 v0.19.0 Oct 3, 2024 v0.18.1 Sep 16, 2024 v0.18.0 Sep 12, 2024 v0.1.0 Jul 22, 2021 Changes in this version + var ConfigFileName = ".kubewatch.yaml" + type Config struct + Handler Handler + Namespace string + Resource Resource + func New() (*Config, error) + func (c *Config) CheckMissingResourceEnvvars() + func (c *Config) Load() error + func (c *Config) Write() error + type Flock struct + Url string + type Handler struct + Flock Flock + Hipchat Hipchat + Mattermost Mattermost + Slack Slack + Webhook Webhook + type Hipchat struct + Room string + Token string + Url string + type Mattermost struct + Channel string + Url string + Username string + type Resource struct + ConfigMap bool + DaemonSet bool + Deployment bool + Events bool + Ingress bool + Job bool + Namespace bool + PersistentVolume bool + Pod bool + ReplicaSet bool + ReplicationController bool + Secret bool + Services bool + Workflow bool + type Slack struct + Channel string + Token string + type Webhook struct + Url string