Versions in this module Expand all Collapse all v2 v2.0.0 Oct 7, 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)