Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MoldingsInOrder ¶
func MoldingsInOrder() []v1alpha1.MoldingKind
Types ¶
type Molding ¶
type Molding interface {
// Kind of the molding.
Kind() v1alpha1.MoldingKind
// Molds the v1alpha1 casting configuration. This function mutates the config in place. It is not safe for concurrent use.
MoldV1Alpha1(ctx context.Context, config *installation.Casting) error
}
type MoldingEnricher ¶
type MoldingEnricher interface {
// Enrich the molding status with the casting configuration.
EnrichStatus(ctx context.Context, kind v1alpha1.MoldingKind, config *installation.Casting) error
}
Click to show internal directories.
Click to hide internal directories.