Versions in this module Expand all Collapse all v3 v3.0.3 Feb 21, 2025 Changes in this version + var NodeStatsList []Node + type Cluster struct + Context string + URL string + Version string + var K8sinfo Cluster + func ClusterInfo() Cluster + type Node struct + Capacity_cpu int + Capacity_disk int + Capacity_memory int + Free_cpu float32 + Free_disk int + Free_memory int + LabelToDisplay string + Labels map[string]string + Name string + TotalPods string + Usage_cpu float32 + Usage_cpu_percent float32 + Usage_disk int + Usage_disk_percent float32 + Usage_memory int + Usage_memory_percent float32 + func GetMetricsForNode(nodestats *Node, node *core.Node, nm *v1beta1.NodeMetrics, metric string) []Node + func Nodes(inputs *utils.Inputs) (NodeStatsList []Node)