v2

package
v1.19.0-alpha.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL