Discover Packages
github.com/osac-project/osac-operator
internal
migrations
package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Jun 9, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package migrations contains idempotent data migrations that run at operator startup.
NewRunnable returns a manager.Runnable that executes all migrations once
after leader election. Register it with mgr.Add().
Migration is a named, idempotent data migration that runs at operator startup.
Each migration reads its own configuration (e.g. namespace) from environment
variables so RunAll doesn't need resource-specific parameters.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.