Documentation ¶
Overview ¶
Package alb2048 implements ALB plugin that installs 2048.
Index ¶
Constants ¶
View Source
const ALBImageName = "docker.io/amazon/aws-alb-ingress-controller:v1.1.8"
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 ¶
Types ¶
type Config ¶
type Config struct { Logger *zap.Logger LogWriter io.Writer Stopc chan struct{} 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.