Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ReservedParamNames = []string{"ClusterName", "NuonInstallID", "NuonAppID", "NuonOrgID"}
these parameter values should never be provided by the customer. these are always provided by nuon. as a result, if they are specified as input Params, we ensure the values are configurable only by us by excluding them from the Parameters for the nested stack.
Functions ¶
This section is empty.
Types ¶
type Templates ¶
type Templates struct {
// contains filtered or unexported fields
}
func NewTemplates ¶
func (*Templates) Template ¶
func (t *Templates) Template(inputs *stacks.TemplateInput) (*cloudformation.Template, string, error)
Source Files
¶
- app_inputs.go
- aws_eks_template.go
- cloudformation.go
- nested_template_runner_asg.go
- nested_template_vpc.go
- resource_asg.go
- resource_ec2_launch_template.go
- resource_role.go
- resource_runner_cloudwatch_logs.go
- resource_runner_ec2_launch_template.go
- resource_runner_instance_profile.go
- resource_runner_instance_role.go
- resource_runner_instance_role_policy.go
- resource_runner_phone_home_lambda.go
- resource_runner_security_group.go
- resource_secret.go
- tagger.go
- template.go
Click to show internal directories.
Click to hide internal directories.