Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Engine ¶
type Engine interface {
// Generate the object required by the workflow engine
Generate(ctx context.Context, l logr.Logger, ns string, g *v1alpha1.ApplicationGroup) error
// Submit the object required by the workflow engine generated by the Generate method
Submit(ctx context.Context, l logr.Logger, g *v1alpha1.ApplicationGroup) error
}
Click to show internal directories.
Click to hide internal directories.