Versions in this module Expand all Collapse all v1 v1.0.1 Aug 8, 2023 v1.0.0 Aug 7, 2023 Changes in this version + func NewDefaultStackDeployer(cloud aws.Cloud, k8sClient client.Client, ...) *defaultStackDeployer + func NewDefaultStackMarshaller() *defaultStackMarshaller + func NewStackSchemaBuilder(stackID coremodel.StackID) *stackSchemaBuilder + type ResourceSynthesizer interface + PostSynthesize func(ctx context.Context) error + Synthesize func(ctx context.Context) error + type StackDeployer interface + Deploy func(ctx context.Context, stack core.Stack) error + type StackMarshaller interface + Marshal func(stack core.Stack) (string, error) + type StackSchema struct + ID string + Resources map[string]map[string]interface{} Other modules containing this package github.com/sonal-chauhan/aws-load-balancer-controller/v2