Documentation ¶ Index ¶ type K8sConfig Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type K8sConfig ¶ type K8sConfig struct { Enabled bool `yaml:"enabled"` // Kubeconfig is the path to the kubeconfig file on the local filesystem. Kubeconfig string `yaml:"kubeconfig"` } K8sConfig is the Kubernetes P2K specific configuration for Host Manager. Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.