Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootkubeRunConfig ¶
type BootkubeRunConfig struct { BootkubeImage string // StaticPodManifestDir is location where kubelet awaits the static pod manifests. StaticPodManifestDir string // AssetsDir is location where bootkube expects assets. AssetsDir string // ContainerBinds is location to additional container bind mounts for bootkube containers. ContainerBinds []string }
func (*BootkubeRunConfig) RemoveApiserver ¶
func (opt *BootkubeRunConfig) RemoveApiserver(kubernetesDir string) error
RemoveApiserver removes the apiserver manifest because the cluster-kube-apiserver-operator will generate them. Eventually, our operators will generate all files and we don't need bootkube render anymore.
Click to show internal directories.
Click to hide internal directories.