constants

package
v10.339.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2021 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// DefaultDockerSocket is the default socket to use to communicate with docker
	// it is canonicalized with utils.GetPathOnHostViaProcRoot() at point of use
	DefaultDockerSocket = "/var/run/docker.sock"

	// DefaultDockerSocketType is unix
	DefaultDockerSocketType = "unix"

	// K8sPodName is pod name of K8s pod.
	K8sPodName = "io.kubernetes.pod.name"

	// K8sPodNamespace is the namespace of K8s pod.
	K8sPodNamespace = "io.kubernetes.pod.namespace"
)
View Source
const (
	// DockerHostMode is the string of the network mode that indicates a host namespace
	DockerHostMode = "host"
	// DockerLinkedMode is the string of the network mode that indicates shared network namespace
	DockerLinkedMode = "container:"

	// DockerHostPUID represents the PUID of the host network container.
	DockerHostPUID = "HostPUID"

	// UserLabelPrefix is the label prefix for all user defined labels
	UserLabelPrefix = "@usr:"
)
View Source
const (
	// K8sMonitorRegistrationName is used as the registration constant with the external sender (gRPC server)
	K8sMonitorRegistrationName = "k8sMonitor"

	// MonitorExtSenderName is the name of the monitor that registers with the trireme monitors to send events
	MonitorExtSenderName = "grpcMonitorServer"
)

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