Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterDriver ¶
func RegisterDriver(name string, ftor DriverCreateFunc)
Types ¶
type ClusterDriver ¶
type ClusterDriver interface { Start() (bool, bool, error) PostStart() error Stop() error Join(string, int, int) error Delete() error Close() error GetKubeconfigPath() string GetKubeAPIServerAddress() string PostInstallHelpStanza() string DefaultCNIInterfaces() []string }
func CreateDriver ¶
func CreateDriver(config *types.Config, clusterConfig *types.ClusterConfig) (ClusterDriver, error)
type DriverCreateFunc ¶
type DriverCreateFunc func(*types.Config, *types.ClusterConfig) (ClusterDriver, error)
Click to show internal directories.
Click to hide internal directories.