Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(config HandlerConfig) (*Handler, error)
func (*Handler) EnsureCreated ¶
func (*Handler) EnsureDeleted ¶
type HandlerConfig ¶
type HandlerConfig struct { CtrlClient ctrl.Client Logger micrologger.Logger SummaryConditionType capi.ConditionType ConditionsToSummarize []capi.ConditionType IgnoreOptions []conditions.CheckOption Name string UpdateStatus bool }
Click to show internal directories.
Click to hide internal directories.