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, *v1.Node, *v1beta1.NodeClaim) ([]Issue, error) }
func NewNodeShape ¶
func NewNodeShape() Check
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
Click to show internal directories.
Click to hide internal directories.