Documentation
¶
Index ¶
Constants ¶
View Source
const ( Provider = util.AWSCloudProviderName ProviderConfigKey = "aws.conf" )
Variables ¶
This section is empty.
Functions ¶
func AWSKMSCredsSecret ¶
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.