Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigFileName = ".kubewatch.yaml"
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Handler Handler `json:"handler"` //Reason []string `json:"reason"` Resource Resource `json:"resource"` }
Config struct contains kubewatch configuration
func (*Config) CheckMissingResourceEnvvars ¶
func (c *Config) CheckMissingResourceEnvvars()
type Resource ¶
type Resource struct { Deployment bool `json:"deployment"` ReplicationController bool `json:"rc"` ReplicaSet bool `json:"rs"` DaemonSet bool `json:"ds"` Services bool `json:"svc"` Pod bool `json:"po"` Job bool `json:"job"` PersistentVolume bool `json:"pv"` }
Resource contains resource configuration
Click to show internal directories.
Click to hide internal directories.