Documentation
¶
Index ¶
Constants ¶
View Source
const DeploymentDir = "deployment"
DeploymentDir is the subdirectory within the pours directory where deployment-specific materials (compose files, service units, configs) are written.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Casting ¶
type Casting interface {
// Returns the enricher for the casting.
Enricher(ctx context.Context, config *v1alpha1.Casting) (molding.MoldingEnricher, error)
// Generates all the files needed for casting.
Forge(ctx context.Context, config v1alpha1.Casting, poursPath string) ([]types.Material, error)
// Runs the forged files.
Cast(ctx context.Context, config v1alpha1.Casting, poursPath string) error
}
Click to show internal directories.
Click to hide internal directories.