Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component interface { Name() string Install(dockerClient dockerhelper.Interface) error }
type KubeAPIServerContent ¶
type KubeAPIServerContent struct {
InstallContext componentinstall.Context
}
func (*KubeAPIServerContent) Install ¶
func (c *KubeAPIServerContent) Install(dockerClient dockerhelper.Interface) error
func (*KubeAPIServerContent) Name ¶
func (k *KubeAPIServerContent) Name() string
Click to show internal directories.
Click to hide internal directories.