Documentation ¶
Index ¶
Constants ¶
View Source
const TemplateMain = `` /* 176-byte string literal not displayed */
View Source
const TemplateMainRouteTables = `` /* 288-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ParamsMain ¶
type ParamsMain struct {
RouteTables *ParamsMainRouteTables
}
ParamsMain is the data structure for the Tenant Cluster Finalizer template.
type ParamsMainRouteTables ¶
type ParamsMainRouteTables struct {
PeeringConnections []ParamsMainVPCPeeringConnection
}
type ParamsMainVPCPeeringConnection ¶
type ParamsMainVPCPeeringConnection struct { ID string Name string RouteTable ParamsMainVPCPeeringConnectionRouteTable Subnet ParamsMainVPCPeeringConnectionSubnet }
type ParamsMainVPCPeeringConnectionRouteTable ¶
type ParamsMainVPCPeeringConnectionRouteTable struct {
ID string
}
type ParamsMainVPCPeeringConnectionSubnet ¶
type ParamsMainVPCPeeringConnectionSubnet struct {
CIDR string
}
Click to show internal directories.
Click to hide internal directories.