nginx

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2021 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const Type = "Nginx"

Type holds this controller type

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 Nginx resources

func NewReconciler

func NewReconciler(cfg ReconcilerConfig) *Reconciler

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

func (*Reconciler) SetWeight added in v1.0.0

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

SetWeight modifies Nginx Ingress resources to reach desired state

func (*Reconciler) Type

func (r *Reconciler) Type() string

Type indicates this reconciler is an Nginx reconciler

func (*Reconciler) UpdateHash added in v1.0.0

func (r *Reconciler) UpdateHash(canaryHash, stableHash string) error

UpdateHash informs a traffic routing reconciler about new canary/stable pod hashes

func (*Reconciler) VerifyWeight added in v1.0.0

func (r *Reconciler) VerifyWeight(desiredWeight int32) (bool, error)

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 nginx reconciler

Jump to

Keyboard shortcuts

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