Documentation ¶
Index ¶
Constants ¶
View Source
const ( // UPGRADE_PRECHECK_FAILED_DESC describes the upgrade pre check failure UPGRADE_PRECHECK_FAILED_DESC = "" /* 253-byte string literal not displayed */ // UPGRADE_PREHEALTHCHECK_FAILED_DESC describes the upgrade pre health check failure UPGRADE_PREHEALTHCHECK_FAILED_DESC = "" /* 338-byte string literal not displayed */ // UPGRADE_EXTDEPCHECK_FAILED_DESC describes the upgrade external dependency check failure UPGRADE_EXTDEPCHECK_FAILED_DESC = "" /* 339-byte string literal not displayed */ // UPGRADE_SCALE_FAILED_DESC describes the upgrade scaling failed UPGRADE_SCALE_FAILED_DESC = "" /* 350-byte string literal not displayed */ // UPGRADE_SCALE_SKIP_DESC describes the upgrade scaling skipped UPGRADE_SCALE_SKIP_DESC = "" /* 183-byte string literal not displayed */ // UPGRADE_DEFAULT_DELAY_DESC describes the upgrade default delay UPGRADE_DEFAULT_DELAY_DESC = "" /* 206-byte string literal not displayed */ // UPGRADE_PREHEALTHCHECK_DELAY_DESC describes the upgrade pre health check delay UPGRADE_PREHEALTHCHECK_DELAY_DESC = "" /* 247-byte string literal not displayed */ // UPGRADE_EXTDEPCHECK_DELAY_DESC describes the upgrade external dependency check delay UPGRADE_EXTDEPCHECK_DELAY_DESC = "" /* 227-byte string literal not displayed */ // UPGRADE_SCALE_DELAY_DESC describes the upgrade scaling delayed UPGRADE_SCALE_DELAY_DESC = "" /* 210-byte string literal not displayed */ // UPGRADE_SCALE_DELAY_SKIP_DESC describes the upgrade scaling skipped after delay UPGRADE_SCALE_DELAY_SKIP_DESC = "" /* 338-byte string literal not displayed */ // UPGRADE_HEALTHCHECK_DELAY_DESC describes the upgrade pre health check delay UPGRADE_HEALTHCHECK_DELAY_DESC = "" /* 156-byte string literal not displayed */ // UPGRADE_HEALTHCHECK_DELAY_DESC describes the upgrade pre health check delay UPGRADE_PREHEALTHCHECK_WARNING_DESC = "" /* 293-byte string literal not displayed */ // UPGRADE_CONTROL_PLANE_STARTED_DESC describes the control plane upgrade started UPGRADE_CONTROL_PLANE_STARTED_DESC = "" /* 144-byte string literal not displayed */ // UPGRADE_CONTROL_PLANE_FINISHED_DESC describes the control plane upgrade finished UPGRADE_CONTROL_PLANE_FINISHED_DESC = "" /* 129-byte string literal not displayed */ // UPGRADE_WORKER_PLANE_FINISHED_DESC describes the worker plane upgrade finished UPGRADE_WORKER_PLANE_FINISHED_DESC = "" /* 129-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventManager ¶
type EventManager interface { Notify(state notifier.MuoState) error NotifyResult(state notifier.MuoState, result string) error }
EventManager enables implementation of an EventManager
type EventManagerBuilder ¶
type EventManagerBuilder interface {
NewManager(client.Client) (EventManager, error)
}
EventManagerBuilder enables implementation of an EventManagerBuilder
Click to show internal directories.
Click to hide internal directories.