Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ProcessingType is the condition type used to signal the remediation has started and it is in progress, or has finished ProcessingType = "Processing" // SucceededType is the condition type used to signal whether the remediation was successful or not SucceededType = "Succeeded" // PermanentNodeDeletionExpectedType is the condition type used to signal that the unhealthy node will be permanently deleted. PermanentNodeDeletionExpectedType = "PermanentNodeDeletionExpected" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.