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) { … }