constants

package
v0.0.0-...-ceae615 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// LeaderIDSuffix is the suffix of leader id used for components' leader election
	LeaderIDSuffix = "uniffle.apache.org"

	// RSSKind is the object kind of rss.
	RSSKind = "RemoteShuffleService"

	// PodNamespaceEnv is the name of environment variable indicates pod's namespace.
	PodNamespaceEnv = "POD_NAMESPACE"
	// DefaultNamespace is used when environment variable of PodNamespaceEnv is not set.
	DefaultNamespace = "kube-system"

	// AnnotationMetricsServerPort represents annotation of metrics servers' port.
	AnnotationMetricsServerPort = "uniffle.apache.org/metrics-server-port"
	// AnnotationShuffleServerPort represents annotation of port used to identify shuffle servers.
	AnnotationShuffleServerPort = "uniffle.apache.org/shuffle-server-port"
	// AnnotationRssName represents annotation of rss object name used by shuffle servers' pods.
	AnnotationRssName = "uniffle.apache.org/rss-name"
	// AnnotationRssUID represents annotation of rss object uid used by shuffle servers' pods.
	AnnotationRssUID = "uniffle.apache.org/rss-uid"

	// LabelCoordinator represents label of coordinators.
	LabelCoordinator = "uniffle.apache.org/coordinator"
	// LabelShuffleServer represents label of shuffle servers.
	LabelShuffleServer = "uniffle.apache.org/shuffle-server"

	// RSSFinalizerName represents finalizer name of rss objects.
	RSSFinalizerName = "WaitingShuffleServer"

	// RSSCoordinator represents the prefix or identifier of the coordinator.
	RSSCoordinator = "rss-coordinator"
	// RSSShuffleServer represents the prefix or identifier of the shuffle server.
	RSSShuffleServer = "rss-shuffle-server"

	// DefaultInitContainerImage represents default image of init container used to change owner of host paths.
	DefaultInitContainerImage = "busybox:latest"

	// ShuffleServerConfigKey represents shuffle server configuration key in configMap used by a rss object.
	ShuffleServerConfigKey = "server.conf"
	// CoordinatorConfigKey represents coordinator configuration key in configMap used by a rss object.
	CoordinatorConfigKey = "coordinator.conf"
	// Log4jPropertiesKey represents log4j properties key in configMap used by a rss object.
	Log4jPropertiesKey = "log4j2.xml"
)

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