Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandGenerator ¶
type CommandGenerator struct {
// contains filtered or unexported fields
}
func NewCommandGenerator ¶
func NewCommandGenerator(commands ...string) *CommandGenerator
func (*CommandGenerator) Generate ¶
func (g *CommandGenerator) Generate(ctx context.Context, app *v1alpha1.Application) ([]*unstructured.Unstructured, error)
func (*CommandGenerator) SetWorkingDirectory ¶
func (cg *CommandGenerator) SetWorkingDirectory(dir string)
type Generator ¶
type Generator interface {
Generate(ctx context.Context, app *v1alpha1.Application) ([]*unstructured.Unstructured, error)
}
Click to show internal directories.
Click to hide internal directories.