Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarkUpgradingFalseWithUpgradeCompleted ¶
func MarkUpgradingFalseWithUpgradeCompleted(object conditions.Object)
MarkUpgradingFalseWithUpgradeCompleted sets Upgrading condition with status False, reason UpgradeCompleted, severity Info and a message informing how long the upgrade took.
func MarkUpgradingFalseWithUpgradeNotStarted ¶
func MarkUpgradingFalseWithUpgradeNotStarted(object conditions.Object)
MarkUpgradingFalseWithUpgradeNotStarted sets Upgrading condition with status False, reason ExistingObject, severity Info and a message informing that the upgrade has not been started.
func MarkUpgradingTrue ¶
func MarkUpgradingTrue(object conditions.Object)
MarkUpgradingTrue sets Upgrading 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.