Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNewMachinesNotReady = fmt.Errorf("waiting for new machines")
Functions ¶
This section is empty.
Types ¶
type K0sController ¶ added in v0.6.0
type K0sController struct { client.Client Scheme *runtime.Scheme ClientSet *kubernetes.Clientset RESTConfig *rest.Config }
func (*K0sController) SetupWithManager ¶ added in v0.6.0
func (c *K0sController) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type K0smotronController ¶ added in v0.6.0
type K0smotronController struct { client.Client Scheme *runtime.Scheme ClientSet *kubernetes.Clientset RESTConfig *rest.Config }
func (*K0smotronController) SetupWithManager ¶ added in v0.6.0
func (c *K0smotronController) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.