Documentation
¶
Index ¶
Constants ¶
View Source
const (
// KubeAppProberCmdFlagName is the name of the command line flag for pilot agent to pass app prober config.
KubeAppProberCmdFlagName = "kubeAppProberConfig"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { StatusPort uint16 AdminPort uint16 ApplicationPorts []uint16 // KubeAppHTTPProbers is a json with Kubernetes application HTTP prober config encoded. KubeAppHTTPProbers string }
Config for the status server.
type KubeAppProbers ¶
type KubeAppProbers map[string]*corev1.HTTPGetAction
KubeAppProbers holds the information about a Kubernetes pod prober. It's a map from the prober URL path to the Kubernetes Prober config. For example, "/app-health/hello-world/livez" entry contains livenss prober config for container "hello-world".
Click to show internal directories.
Click to hide internal directories.