Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentConfigMap ¶
type LoadStackOptions ¶
type LoadStackOptions struct {
Stack string
}
type Stack ¶
type StackProcessor ¶
type StackProcessor interface {
GetStackNames(ctx context.Context) ([]string, error)
GetStack(ctx context.Context, name string) (*Stack, error)
GetStacks(ctx context.Context, names []string) ([]*Stack, error)
}
func NewStackProcessor ¶
func NewStackProcessorFromConfig ¶
func NewStackProcessorFromConfig(conf *config.Configuration) (StackProcessor, error)
Click to show internal directories.
Click to hide internal directories.