Documentation ¶
Index ¶
Constants ¶
View Source
const ( APIServerPublicLoadBalancerKey = "APIServerPublicLoadBalancer" HostedZoneID = "HostedZoneID" HostedZoneNameServersKey = "HostedZoneNameServers" InternalHostedZoneID = "InternalHostedZoneID" OperatorVersion = "OperatorVersion" VPCIDKey = "VPCID" VPCPeeringConnectionIDKey = "VPCPeeringConnectionID" )
View Source
const (
Name = "tccpoutputs"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Logger micrologger.Logger Route53Enabled bool ToClusterFunc func(ctx context.Context, v interface{}) (infrastructurev1alpha3.AWSCluster, error) }
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Resource implements an operatorkit resource and provides a mechanism to fetch information from Cloud Formation stack outputs of the Tenant Cluster Control Plane stack.
The TCCP manages the VPC Peering Connection. The peering connection ID is added to the controller context and used in the CPF stack.
func (*Resource) EnsureCreated ¶
func (*Resource) EnsureDeleted ¶
Click to show internal directories.
Click to hide internal directories.