# Packages
No description provided by the author
# Functions
NewClientFromSecretRef creates a new Client for the given AWS credentials from given k8s <secretRef> and the AWS region <region>.
ReadCredentialsSecret reads a secret containing credentials.
# Constants
AccessKeyID is a constant for the key in a cloud provider secret and backup secret that holds the AWS access key id.
BackupSecretName is the name of the secret containing the credentials for storing the backups of Shoot clusters.
BastionsRole role for bastions.
BucketName is a constant for the key in a backup secret that holds the bucket name.
CloudProviderConfigName is the name of the configmap containing the cloud provider config.
ETCDBackupRestoreImageName is the name of the etcd backup and restore image.
HyperkubeImageName is the name of the hyperkube image.
IAMInstanceProfileBastions key for accessing Bastions Instance profile from outputs in terraform.
IAMInstanceProfileNodes key for accessing Nodes Instance profile from outputs in terraform.
MachineControllerManagerImageName is the name of the MachineControllerManager image.
MachineControllerManagerName is a constant for the name of the machine-controller-manager.
Name is the name of the AWS provider.
NodesRole role for nodes.
Region is a constant for the key in a backup secret that holds the AWS region.
SecretAccessKey is a constant for the key in a cloud provider secret and backup secret that holds the AWS secret access key.
SecurityGroupsNodes is the key for accessing nodes security groups from outputs in terraform.
SSHKeyName key for accessing SSH key name from outputs in terraform.
StorageProviderName is the name of the AWS storage provider.
SubnetNodesPrefix is the prefix for the subnets.
SubnetPublicPrefix is the prefix for the subnets.
TerraformerImageName is the name of the Terraformer image.
TerraformerPurposeInfra is a constant for the complete Terraform setup with purpose 'infrastructure'.
Type is the type of resources managed by the AWS actuator.
VPCIDKey is the vpc_id tf state key.
# Variables
ChartsPath is the path to the charts.
InternalChartsPath is the path to the internal charts.
# Structs
Credentials stores AWS credentials.