Documentation ¶
Overview ¶
Package v2 is an out-of-tree only implementation of the AWS cloud provider. It is not compatible with v1 and should only be used on new clusters.
Index ¶
Constants ¶
View Source
const (
// ProviderName is the name of the v2 AWS cloud provider
ProviderName = "aws/v2"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EC2Metadata ¶
type EC2Metadata interface { // Query the EC2 metadata service (used to discover instance-id etc) GetMetadata(path string) (string, error) }
EC2Metadata is an abstraction over the AWS metadata service.
Click to show internal directories.
Click to hide internal directories.