alb

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2020 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Type holds this controller type
	Type = "ALB"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Reconciler

type Reconciler struct {
	// contains filtered or unexported fields
}

Reconciler holds required fields to reconcile ALB Ingress resources

func NewReconciler

func NewReconciler(cfg ReconcilerConfig) *Reconciler

NewReconciler returns a reconciler struct that brings the ALB Ingress into the desired state

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile(desiredWeight int32) error

Reconcile modifies ALB Ingress resources to reach desired state

func (*Reconciler) Type

func (r *Reconciler) Type() string

Type indicates this reconciler is an ALB ingress reconciler

type ReconcilerConfig

type ReconcilerConfig struct {
	Rollout        *v1alpha1.Rollout
	Client         kubernetes.Interface
	Recorder       record.EventRecorder
	ControllerKind schema.GroupVersionKind
	IngressLister  extensionslisters.IngressLister
}

ReconcilerConfig describes static configuration data for the ALB Ingress reconciler

Jump to

Keyboard shortcuts

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