Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseStep ¶
type BaseStep[Opts any] struct { // Options to pass via yaml to this step. conf.JsonOpts[Opts] // The kubernetes client to use. Client client.Client // Initialized database connection, if configured through the step spec. DB *db.DB }
Common base for all steps that provides some functionality that would otherwise be duplicated across all steps.
Click to show internal directories.
Click to hide internal directories.