Documentation ¶
Overview ¶
Package alb implements ALB plugin that installs 2048.
Index ¶
Constants ¶
View Source
const ALBImageName = "docker.io/amazon/aws-alb-ingress-controller:v1.1.6"
ALBImageName is the image name of ALB Ingress Controller. ref. https://github.com/kubernetes-sigs/aws-alb-ingress-controller/releases
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Logger *zap.Logger Stopc chan struct{} Sig chan os.Signal EKSConfig *eksconfig.Config CFNAPI cloudformationiface.CloudFormationAPI K8SClient k8s_client.EKS ELB2API elbv2iface.ELBV2API }
Config defines ALB configuration.
Click to show internal directories.
Click to hide internal directories.