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.5"
ALBImageName is the image name of ALB Ingress Controller. ref. https://github.com/kubernetes-sigs/aws-alb-ingress-controller/releases
View Source
const TemplateALBIngressControllerPolicy = `` /* 4439-byte string literal not displayed */
TemplateALBIngressControllerPolicy is the CloudFormation template for ALB Ingress Controller Policy. https://github.com/kubernetes-sigs/aws-alb-ingress-controller https://github.com/kubernetes-sigs/aws-alb-ingress-controller/blob/master/docs/examples/iam-policy.json https://docs.aws.amazon.com/eks/latest/userguide/alb-ingress.html
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 k8sClientSetGetter ELB2API elbv2iface.ELBV2API }
Config defines ALB configuration.
Click to show internal directories.
Click to hide internal directories.