Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ConflictCheckName is the name of the plugin used in the plugin registry and configurations.
ConflictCheckName = "NodeResourcesCheck"
)
Variables ¶
This section is empty.
Functions ¶
func NewConflictCheck ¶
Types ¶
type ConflictCheck ¶
type ConflictCheck struct {
// contains filtered or unexported fields
}
Fit is a plugin that checks if a node has sufficient resources.
func (*ConflictCheck) CheckConflicts ¶
func (*ConflictCheck) Name ¶
func (pl *ConflictCheck) Name() string
Name returns name of the plugin. It is used in logs, etc.
Click to show internal directories.
Click to hide internal directories.