Documentation ¶
Index ¶
Constants ¶
View Source
const NodeConditionTerminating = "Terminating"
NodeConditionTerminating is the node condition type used by the termination handler MHC
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DummyChecker ¶
type DummyChecker struct{}
DummyChecker can be used in non Openshift clusters or in tests Using NewMHCChecker is recommended though
func (DummyChecker) NeedDisableNHC ¶
func (d DummyChecker) NeedDisableNHC() (bool, error)
NeedDisableNHC always return false on non openshift clusters
func (DummyChecker) NeedIgnoreNode ¶
func (d DummyChecker) NeedIgnoreNode(node *v1.Node) bool
NeedIgnoreNode always return false on non openshift clusters
Click to show internal directories.
Click to hide internal directories.