Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Generator ¶ added in v0.15.0
type Generator struct {
// contains filtered or unexported fields
}
Generator provides a struct through which we call our funcs
type Kubeenv ¶
type Kubeenv struct { CaCert string `yaml:"CA_CERT" json:"CA_CERT"` KubeletCert string `yaml:"KUBELET_CERT" json:"KUBELET_CERT"` KubeletKey string `yaml:"KUBELET_KEY" json:"KUBELET_KEY"` KubeMasterName string `yaml:"KUBERNETES_MASTER_NAME" json:"KUBERNETES_MASTER_NAME"` }
Kubeenv stores the kube-env YAML
Click to show internal directories.
Click to hide internal directories.