alb

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2019 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Overview

Package alb implements ALB plugin that installs 2048.

Index

Constants

View Source
const TemplateALBIngressControllerPolicy = `` /* 4148-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
	CloudFormationAPI cloudformationiface.CloudFormationAPI
	K8SClient         *clientset.Clientset
}

Config defines ALB configuration.

type Tester

type Tester interface {
	// Create creates Job objects, and waits for completion.
	Create() error
	// Delete deletes all Job objects.
	Delete() error
}

Tester defines Job tester.

func New

func New(cfg Config) (Tester, error)

New creates a new Job tester.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL