Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultStagesPrefix = "deploy" WhenManual = "manual" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator transforms TerraCi IR into GitLab CI domain models.
func NewGenerator ¶
func NewGenerator(cfg *configpkg.Config, contributions []*pipeline.Contribution, depGraph *graph.DependencyGraph, modules []*discovery.Module) *Generator
NewGenerator creates a new pipeline generator.
func (*Generator) IsMREnabled ¶
IsMREnabled returns true if MR integration is enabled in config.
Click to show internal directories.
Click to hide internal directories.