Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "high-availability-controller"
Name of this controller
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HAC ¶
type HAC struct {
*PodDeleter
}
HAC is a high availability controller that watches the nodes Ready -> NotReady transitions and deletes noobaa pods on the node that became unvailable
type PodDeleter ¶
PodDeleter encapsulates an operation of deleting pods on node
func (*PodDeleter) DeletePodsOnNode ¶
func (pd *PodDeleter) DeletePodsOnNode() error
DeletePodsOnNode force delete NooBaa pods on the given node
Click to show internal directories.
Click to hide internal directories.