Documentation
¶
Index ¶
Constants ¶
View Source
const UnassignedNodeType = "unassigned"
View Source
const UnknownNodeType = "unknown"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterContextMetrics ¶
type ClusterContextMetrics struct {
// contains filtered or unexported fields
}
func ExposeClusterContextMetrics ¶ added in v0.1.31
func ExposeClusterContextMetrics( context context.ClusterContext, utilisationService utilisation.UtilisationService, queueUtilisationService utilisation.PodUtilisationService, nodeInfoService node.NodeInfoService) *ClusterContextMetrics
func (*ClusterContextMetrics) Collect ¶ added in v0.1.31
func (m *ClusterContextMetrics) Collect(metrics chan<- prometheus.Metric)
func (*ClusterContextMetrics) Describe ¶ added in v0.1.31
func (m *ClusterContextMetrics) Describe(desc chan<- *prometheus.Desc)
Click to show internal directories.
Click to hide internal directories.