Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface { AddConflictError(queue.GVKNN, status.ManagementConflictError) RemoveConflictError(queue.GVKNN) RemoveAllConflictErrors(gvk schema.GroupVersionKind) // ConflictErrors returns the management conflict errors (KNV1060) the remediator encounters. ConflictErrors() []status.ManagementConflictError }
Handler is the generic interface of the conflict handler.
Click to show internal directories.
Click to hide internal directories.