Documentation ¶
Index ¶
Constants ¶
View Source
const ( Provider = "aws" ProviderConfigKey = "aws.conf" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSParams ¶
type AWSParams struct { Zone string `json:"zone"` VPC string `json:"vpc"` ClusterID string `json:"clusterID"` SubnetID string `json:"subnetID"` OwnerRef *metav1.OwnerReference `json:"ownerRef"` }
func NewAWSParams ¶
func NewAWSParams(hcp *hyperv1.HostedControlPlane) *AWSParams
Click to show internal directories.
Click to hide internal directories.