Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator is a deployment generator.
func NewGenerator ¶
func NewGenerator(store deployment.ManifestGeneratorStore, logger *slog.Logger) Generator
NewGenerator creates a new deployment generator.
func (*Generator) GenerateBundle ¶
func (d *Generator) GenerateBundle(b deployment.ModuleBundle, env cue.Value) (GeneratorResult, error)
GenerateBundle generates manifests for a deployment bundle.
type GeneratorResult ¶
GeneratorResult is the result of a deployment generation.
Click to show internal directories.
Click to hide internal directories.