Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init(initConfiguration InitConfiguration) error
Init creates a cluster definition scaffold in the local machine, in the current folder, at a directory named after ClusterName provided in the InitConfiguration parameter
FIXME: being this a part of the go API accept the toplevel directory instead of
using the PWD
Types ¶
type InitConfiguration ¶
type InitConfiguration struct { ClusterName string ControlPlane string CiliumImage string CiliumInitImage string CiliumOperatorImage string KuredImage string DexImage string GangwayClientSecret string GangwayImage string KubernetesVersion string ImageRepository string EtcdImageTag string CoreDNSImageTag string CloudProvider string }
type ScaffoldFile ¶ added in v0.8.0
Click to show internal directories.
Click to hide internal directories.