events

package
v0.0.0-...-4cb8c7d Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ReasonBackendPortTargetMatch is a reason for an event to be emitted.
	ReasonBackendPortTargetMatch = "BackendPortTargetMatch"

	// ReasonEndpointsEmpty is a reason for an event to be emitted.
	ReasonEndpointsEmpty = "EndpointsEmpty"

	// ReasonIngressServiceTargetMatch is a reason for an event to be emitted.
	ReasonIngressServiceTargetMatch = "IngressServiceTargetMatch"

	// ReasonSecretNotFound is a reason for an event to be emitted.
	ReasonSecretNotFound = "SecretNotFound"

	// ReasonServiceNotFound is a reason for an event to be emitted.
	ReasonServiceNotFound = "ServiceNotFound"

	// ReasonPortResolutionError is a reason for an event to be emitted.
	ReasonPortResolutionError = "PortResolutionError"

	// ReasonNoPrivateIPError is a reason for an event to be emitted.
	ReasonNoPrivateIPError = "NoPrivateIP"

	// ReasonNoPublicIPError is a reason for an event to be emitted.
	ReasonNoPublicIPError = "NoPublicIP"

	// ReasonNoPreInstalledSslCertificate is a reason for an event to be emitted.
	ReasonNoPreInstalledSslCertificate = "NoPreInstalledSslCertificate"

	// ReasonNoPreInstalledSslProfile is a reason for an event to be emitted.
	ReasonNoPreInstalledSslProfile = "NoPreInstalledSslProfile"

	// ReasonNoPreInstalledRootCertificate is a reason for an event to be emitted.
	ReasonNoPreInstalledRootCertificate = "NoPreInstalledRootCertificate"

	// ReasonRedirectWithNoTLS is a reason for an event to be emitted.
	ReasonRedirectWithNoTLS = "RedirectWithNoTLS"

	// ReasonUnableToUpdateIngressStatus is a reason for an event to be emitted.
	ReasonUnableToUpdateIngressStatus = "UnableToUpdateIngressStatus"

	// ReasonResetIngressStatus is a reason for an event to be emitted.
	ReasonResetIngressStatus = "ResetIngressStatus"

	// ReasonUnableToResetIngressStatus is a reason for an event to be emitted.
	ReasonUnableToResetIngressStatus = "UnableToResetIngressStatus"

	// ReasonInvalidAnnotation is a reason for an event to be emitted.
	ReasonInvalidAnnotation = "InvalidAnnotation"

	// ReasonUnableToFetchAppGw is a reason for an event to be emitted.
	ReasonUnableToFetchAppGw = "UnableToFetchAppGw"

	// ReasonNoValidIngress is a reason for an event to be emitted.
	ReasonNoValidIngress = "NoValidIngress"

	// ReasonInvalidAppGwConfig is a reason for an event to be emitted.
	ReasonInvalidAppGwConfig = "InvalidAppGwConfig"

	// ReasonFailedApplyingAppGwConfig is a reason for an event to be emitted.
	ReasonFailedApplyingAppGwConfig = "FailedApplyingAppGwConfig"

	// ReasonFailedDeployingAppGw is a reason for an event to be emitted.
	ReasonFailedDeployingAppGw = "FailedDeployingAppGw"

	// ReasonValidatonError is a reason for an event to be emitted.
	ReasonValidatonError = "FailedValidatonError"

	// ReasonARMAuthFailure is a reason for an event to be emitted.
	ReasonARMAuthFailure = "ARMAuthFailure"

	// ReasonFailedCNIConfiguration is a reason for an event to be emitted.
	ReasonFailedCNIConfiguration = "FailedCNIConfiguration"

	// UnsupportedAppGatewaySKUTier is a reason for an event to be emitted.
	UnsupportedAppGatewaySKUTier = "UnsupportedAppGatewaySKUTier"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	Type  EventType
	Value interface{}
}

Event is the combined type and actual object we received from Kubernetes

type EventType

type EventType int

EventType is the type of event we have received from Kubernetes

const (
	// Create is a type of a Kubernetes API event.
	Create EventType = iota + 1

	// Update is a type of a Kubernetes API event.
	Update

	// Delete is a type of a Kubernetes API event.
	Delete

	// PeriodicReconcile is a event for periodically reconciling Application Gateway
	PeriodicReconcile
)

func (EventType) String

func (e EventType) String() string

Jump to

Keyboard shortcuts

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