Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarkCreatingFalseForExistingObject ¶
func MarkCreatingFalseForExistingObject(object conditions.Object)
MarkCreatingFalseForExistingObject sets Creating condition with status False, reason ExistingObject, severity Info and a message informing that the object was already created.
func MarkCreatingFalseWithCreationCompleted ¶
func MarkCreatingFalseWithCreationCompleted(object conditions.Object)
MarkCreatingFalseWithCreationCompleted sets Creating condition with status False, reason CreationCompleted, severity Info and a message informing how long the creation took.
func MarkCreatingTrue ¶
func MarkCreatingTrue(object conditions.Object)
MarkCreatingTrue sets Creating condition with status True.
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 ¶
Click to show internal directories.
Click to hide internal directories.