Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInterruption = fmt.Errorf("processing of the deployitem was interrupted")
Functions ¶
This section is empty.
Types ¶
type InterruptionChecker ¶
InterruptionChecker is the interface to check for interrupts during the processing of a deployitem.
func NewIgnoreInterruptionChecker ¶
func NewIgnoreInterruptionChecker() InterruptionChecker
func NewStandardInterruptionChecker ¶
func NewStandardInterruptionChecker(deployItem *lsv1alpha1.DeployItem, lsClient client.Client) InterruptionChecker
Click to show internal directories.
Click to hide internal directories.