Documentation ¶
Index ¶
- func NewAccessLogSubscriptionStackDeployer(log gwlog.Logger, cloud pkg_aws.Cloud, k8sClient client.Client) *accessLogSubscriptionStackDeployer
- func NewDefaultStackMarshaller() *defaultStackMarshaller
- func NewLatticeServiceStackDeploy(log gwlog.Logger, cloud pkg_aws.Cloud, k8sClient client.Client) *latticeServiceStackDeployer
- func NewStackSchemaBuilder(stackID coremodel.StackID) *stackSchemaBuilder
- func NewTargetGroupStackDeploy(log gwlog.Logger, cloud pkg_aws.Cloud, k8sClient client.Client) *latticeTargetGroupStackDeployer
- type ResourceSynthesizer
- type StackDeployer
- type StackMarshaller
- type StackSchema
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAccessLogSubscriptionStackDeployer ¶ added in v0.0.18
func NewDefaultStackMarshaller ¶
func NewDefaultStackMarshaller() *defaultStackMarshaller
func NewStackSchemaBuilder ¶
NewStackSchemaBuilder constructs new stackSchemaBuilder.
Types ¶
type ResourceSynthesizer ¶
type StackDeployer ¶
type StackMarshaller ¶
StackMarshaller will marshall a resource stack into JSON.
type StackSchema ¶
type StackSchema struct { // Stack's ID ID string `json:"id"` // all resources within stack. Resources map[string]map[string]interface{} `json:"resources"` }
StackSchema represents the JSON model for stack.
Directories ¶
Path | Synopsis |
---|---|
Package externaldns is a generated GoMock package.
|
Package externaldns is a generated GoMock package. |
Package lattice is a generated GoMock package.
|
Package lattice is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.