kubernetes/test/e2e/framework/metrics/cluster_autoscaler_metrics.go

type ClusterAutoscalerMetrics

// Equal returns true if all metrics are the same as the arguments.
func (m *ClusterAutoscalerMetrics) Equal(o ClusterAutoscalerMetrics) bool {}

func newClusterAutoscalerMetrics() ClusterAutoscalerMetrics {}

func parseClusterAutoscalerMetrics(data string) (ClusterAutoscalerMetrics, error) {}