Documentation ¶
Index ¶
- Constants
- func CreateVPC(ec2Client *ec2.EC2, cidr string) (string, error)
- func DeleteKubernetesObject(k8sClient client.Client, object client.Object) error
- func DeleteRouteTable(ec2Client *ec2.EC2, routeTableID string) error
- func DeleteSubnet(ec2Client *ec2.EC2, subnetID string) error
- func DeleteVPC(ec2Client *ec2.EC2, vpcID string) error
- func DisassociateRouteTable(ec2Client *ec2.EC2, associationID string) error
- type Cluster
- type Config
- type Fixture
- type Network
Constants ¶
View Source
const ( ManagementClusterCIDR = "172.64.0.0" WorkloadClusterCIDR = "172.96.0.0" )
View Source
const ( ClusterVCPCIDR = "172.64.0.0/16" ClusterSubnetCIDR = "172.64.0.0/20" )
Variables ¶
This section is empty.
Functions ¶
func DeleteKubernetesObject ¶
Types ¶
type Cluster ¶
type Cluster struct { Cluster *capi.Cluster AWSCluster *capa.AWSCluster ClusterRoleIdentity *capa.AWSClusterRoleIdentity }
Click to show internal directories.
Click to hide internal directories.