package
0.0.0-20250403192851-34a345b3f333
Repository: https://github.com/openshift/ci-tools.git
Documentation: pkg.go.dev

# Functions

LoadConfig loads the lifecycle configuration from a given localtion.
No description provided by the author

# Constants

LifecycleEventCodeFreeze marks the moment that development branches close for contribution.
LifecycleEventEndOfFullSupport marks the moment that a version is no longer supported fully.
LifecycleEventEndOfLife marks the moment that a version is no longer supported and release branches close for good for this version.
LifecycleEventEndOfMaintenanceSupport marks the moment that a version is no longer supported.
LifecycleEventFeatureFreeze marks the moment that development branches close for new features.
LifecycleEventGenerallyAvailable marks the moment that a version is available and the development branches begin to track the next release.
LifecycleEventOpen marks the moment that development branches open for changes.

# Structs

Event holds information about the product version and the lifecycle phase.
LifecyclePhase describes a phase in the release lifecycle for a version of a product.
No description provided by the author
No description provided by the author

# Type aliases

Config is an OCP lifecycle config.
LifecycleEvent is an event in the lifecycle of a version of a product.
Timeline is a list of events.
TimelineByProduct is a list of events mapped by version.