Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Check ¶
type Check interface { // Check performs the consistency check, this should return a list of slice discovered, or an empty // slice if no issues were found Check(context.Context, *corev1.Node, *v1.NodeClaim) ([]Issue, error) }
func NewNodeShape ¶
func NewNodeShape() Check
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(clk clock.Clock, kubeClient client.Client, cloudProvider cloudprovider.CloudProvider, recorder events.Recorder) *Controller
Click to show internal directories.
Click to hide internal directories.