Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// GitRev is the git revision of the build. It is set by the Makefile.
GitRev = "unknown (use make)"
)
Functions ¶
Types ¶
type Kube ¶
type Kube struct { // ConfigFilePath is the path to a kubernetes config file (kubeconfig). ConfigFilePath string // APIURL is the Kubernetes API URL. APIURL string // Namespace is an override for the Namespace the kubernetes client will watch. // The default is the Namespace the pod is running in. Namespace string Enabled bool }
Click to show internal directories.
Click to hide internal directories.