Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EventEmailSubject ¶
func EventEmailSubject(evt *datahub_events.Event) string
func EventHTMLMsg ¶
func EventHTMLMsg(evt *datahub_events.Event, clusterInfo *ClusterInfo) string
func RemoveEmptyStr ¶
Types ¶
type ClusterInfo ¶
type ClusterInfo struct { UID string Nodes []NodeInfo MasterNodeHostname string MasterNodeIP string MasterNodeUID string }
func GetClusterInfo ¶
func GetClusterInfo(k8sClient client.Client) (ClusterInfo, error)
Click to show internal directories.
Click to hide internal directories.