Documentation ¶
Index ¶
- func PollDaemonset(clientset kubernetes.Interface, alertSpec types.DaemonsetAlertSpec, ...) error
- func PollDeployment(clientset kubernetes.Interface, alertSpec types.DeploymentAlertSpec, ...) error
- func PollNode(clientset kubernetes.Interface, alertSpec types.NodeAlertSpec, ...) error
- func PollPod(clientset kubernetes.Interface, alertSpec types.PodAlertSpec, tickertime int64, ...) error
- type PollErr
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PollDaemonset ¶
func PollDaemonset( clientset kubernetes.Interface, alertSpec types.DaemonsetAlertSpec, tickertime int64, alertFn alertFunction, alertersConfig types.AlertersConfig, ) error
PollDaemonset function takes inputs and iterates across daemonsets in the kubernetes cluster, triggering alerts as needed.
func PollDeployment ¶
func PollDeployment( clientset kubernetes.Interface, alertSpec types.DeploymentAlertSpec, tickertime int64, alertFn alertFunction, alertersConfig types.AlertersConfig, ) error
PollDeployment function takes inputs and iterates across deployments in the kubernetes cluster, triggering alerts as needed.
func PollNode ¶
func PollNode( clientset kubernetes.Interface, alertSpec types.NodeAlertSpec, tickertime int64, alertFn alertFunction, alertersConfig types.AlertersConfig, ) error
PollNode function takes inputs and iterates across nodes in the kubernetes cluster, triggering alerts as needed.
func PollPod ¶
func PollPod( clientset kubernetes.Interface, alertSpec types.PodAlertSpec, tickertime int64, alertFn alertFunction, alertersConfig types.AlertersConfig, ) error
PollPod function takes inputs and iterates across pods in the kubernetes cluster, triggering alerts as needed.
Types ¶
Click to show internal directories.
Click to hide internal directories.