Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultConfigFileName = ".testkube-watch.yaml"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // For watching specific namespace, leave it empty for watching all. // this config is ignored when watching namespaces Namespace string `json:"namespace,omitempty"` // the address of the API server TestkubeApiServer string `json:"testkube_api_server" yaml:"testkube_api_server"` // Resources to watch Resource Resource `json:"resource"` }
Config struct contains kubewatch configuration
Click to show internal directories.
Click to hide internal directories.