Versions in this module Expand all Collapse all v0 v0.1.4 Jun 27, 2019 Changes in this version + type ClusterProvisioner interface + Create func() error + Delete func() error + GetKubeconfig func() (string, error) + func Get(o Options) (ClusterProvisioner, error) + type Options struct + Cleanup bool + ExtraFlags []string + KubeConfig string + Type string + func (o *Options) AddFlags(fs *pflag.FlagSet)