mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
fix typo
This commit is contained in:
parent
e24a42f07b
commit
51028023c9
@ -123,7 +123,7 @@ func ExtractMetricSamples(metricsBlob string) ([]*model.Sample, error) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// PrintSample returns formated representation of metric Sample
|
// PrintSample returns formatted representation of metric Sample
|
||||||
func PrintSample(sample *model.Sample) string {
|
func PrintSample(sample *model.Sample) string {
|
||||||
buf := make([]string, 0)
|
buf := make([]string, 0)
|
||||||
// Id is a VERY special label. For 'normal' container it's useless, but it's necessary
|
// Id is a VERY special label. For 'normal' container it's useless, but it's necessary
|
||||||
|
Loading…
Reference in New Issue
Block a user