constants

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

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

Go to latest
Published: Oct 12, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DefaultConsulAddress is the default address of the consul
	DefaultConsulAddress = "http://127.0.0.1:8500"

	// ConfigRootNS is the root config root namespace
	ConfigRootNS = "istio-system"
)
View Source
const (
	// DebounceAfter is the delay added to events to wait after a registry event for debouncing.
	// This will delay the push by at least this interval, plus the time getting subsequent events.
	// If no change is detected the push will happen, otherwise we'll keep delaying until things settle.
	DebounceAfter = 500 * time.Millisecond

	// DebounceMax is the maximum time to wait for events while debouncing.
	// Defaults to 10 seconds. If events keep showing up with no break for this time, we'll trigger a push.
	DebounceMax = 10 * time.Second

	// AerakiFieldManager is the FileldManager for Aeraki CRDs
	AerakiFieldManager = "Aeraki"

	// RegistryConsul is the registry category for Aeraki
	RegistryConsul = "consul"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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