Documentation ¶
Index ¶
Constants ¶
View Source
const ( // KubeConfigEnvVar defines the env variable KUBECONFIG which // contains the kubeconfig file path. KubeConfigEnvVar = "KUBECONFIG" // WatchNamespaceEnvVar is the constant for env variable WATCH_NAMESPACE // which is the namespace that the pod is currently running in. WatchNamespaceEnvVar = "WATCH_NAMESPACE" // OperatorNameEnvVar is the constant for env variable OPERATOR_NAME // wich is the name of the current operator OperatorNameEnvVar = "OPERATOR_NAME" // PrometheusMetricsPort defines the port which expose prometheus metrics PrometheusMetricsPort = 60000 // PrometheusMetricsPortName define the port name used in kubernetes deployment and service PrometheusMetricsPortName = "metrics" )
Variables ¶
This section is empty.
Functions ¶
func GetOperatorName ¶
GetOperatorName return the operator name
func GetWatchNamespace ¶
GetWatchNamespace returns the namespace the operator should be watching for changes
func InitOperatorService ¶
InitOperatorService return the static service which expose operator metrics
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.