package
0.0.0-20250325040603-118c1786ccc0
Repository: https://github.com/openshift/managed-upgrade-operator.git
Documentation: pkg.go.dev

# Packages

Package mocks is a generated GoMock package.

# Functions

NewBuilder returns an eventManagerBuilder.

# Constants

UPGRADE_CONTROL_PLANE_FINISHED_DESC describes the control plane upgrade finished.
UPGRADE_CONTROL_PLANE_STARTED_DESC describes the control plane upgrade started.
UPGRADE_DEFAULT_DELAY_DESC describes the upgrade default delay.
UPGRADE_EXTDEPCHECK_DELAY_DESC describes the upgrade external dependency check delay.
UPGRADE_EXTDEPCHECK_FAILED_DESC describes the upgrade external dependency check failure.
UPGRADE_HEALTHCHECK_DELAY_DESC describes the upgrade pre health check delay.
UPGRADE_PRECHECK_FAILED_DESC describes the upgrade pre check failure.
UPGRADE_PREHEALTHCHECK_DELAY_DESC describes the upgrade pre health check delay.
UPGRADE_PREHEALTHCHECK_FAILED_DESC describes the upgrade pre health check failure.
UPGRADE_HEALTHCHECK_DELAY_DESC describes the upgrade pre health check delay.
UPGRADE_SCALE_DELAY_DESC describes the upgrade scaling delayed.
UPGRADE_SCALE_DELAY_SKIP_DESC describes the upgrade scaling skipped after delay.
UPGRADE_SCALE_FAILED_DESC describes the upgrade scaling failed.
UPGRADE_SCALE_SKIP_DESC describes the upgrade scaling skipped.
UPGRADE_WORKER_PLANE_FINISHED_DESC describes the worker plane upgrade finished.

# Interfaces

EventManager enables implementation of an EventManager go:generate mockgen -destination=mocks/eventmanager.go -package=mocks github.com/openshift/managed-upgrade-operator/pkg/eventmanager EventManager.
EventManagerBuilder enables implementation of an EventManagerBuilder go:generate mockgen -destination=mocks/eventmanager_builder.go -package=mocks github.com/openshift/managed-upgrade-operator/pkg/eventmanager EventManagerBuilder.