vars

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DefaultControlPlaneDeploymentName is the name that will be used for the
	// controlplane's Deployment (by default).
	DefaultControlPlaneDeploymentName = "blixt-controlplane"

	// DefaultDataPlaneDaemonSetName is the name that will be used for the
	// dataplane's DaemonSet (by default).
	DefaultDataPlaneDaemonSetName = "blixt-dataplane"

	// DefaultNamespace is the namespace used for the controlplane and
	// dataplane components (by default).
	DefaultNamespace = "blixt-system"

	// DefaultDataPlaneAPIPort is the network port that will be used to
	// communicate with the DataPlane API (by default).
	DefaultDataPlaneAPIPort = 9874

	// DefaultDataPlaneAppLabel indicates the label value that can be used
	// to identify dataplane components (by default).
	DefaultDataPlaneAppLabel = "blixt"

	// DefaultDataPlaneComponentLabel indicates the label value that can be used
	// to identify dataplane Pods (by default).
	DefaultDataPlaneComponentLabel = "dataplane"
)
View Source
const (
	// GatewayClassControllerName is the unique identifier indicating controller
	// responsible for relevant resources.
	GatewayClassControllerName = "gateway.networking.k8s.io/blixt"
)

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