# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewCustomRoutes creates a new CustomRoutes instance.
NewMockEC2Routes creates a new mock instance.
No description provided by the author
No description provided by the author

# Constants

AccessKeyID is a constant for the key in a cloud provider secret and backup secret that holds the AWS access key id.
InClusterConfig is a special name for the kubeconfig to use in-cluster client.
SecretAccessKey is a constant for the key in a cloud provider secret and backup secret that holds the AWS secret access key.
TagNameKubernetesClusterLegacy is the legacy tag name we use to differentiate multiple logically independent clusters running in the same AZ.
TagNameKubernetesClusterPrefix is the tag name we use to differentiate multiple logically independent clusters running in the same AZ.

# Structs

No description provided by the author
CustomRoutes updates route tables for an AWS cluster.
MockEC2Routes is a mock of EC2Routes interface.
MockEC2RoutesMockRecorder is the mock recorder for MockEC2Routes.
No description provided by the author
NodeRoute stores node internal IP and the pod CIDRs.

# Interfaces

EC2Routes is an abstraction over AWS EC2, to allow mocking/other implementations go:generate ${MOCKGEN} -destination=mock_ec2.go -package=updater github.com/gardener/aws-custom-route-controller/pkg/updater EC2Routes.

# Type aliases

No description provided by the author