Unverified Commit ed73acdc authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #71029 from yanghaichao12/dev1114

Fix comment error of the struct 'UserDefinedMetric'
parents 483dfc49 529d5a5c
...@@ -324,7 +324,7 @@ type UserDefinedMetricDescriptor struct { ...@@ -324,7 +324,7 @@ type UserDefinedMetricDescriptor struct {
Labels map[string]string `json:"labels,omitempty"` Labels map[string]string `json:"labels,omitempty"`
} }
// UserDefinedMetric represents a metric defined and generate by users. // UserDefinedMetric represents a metric defined and generated by users.
type UserDefinedMetric struct { type UserDefinedMetric struct {
UserDefinedMetricDescriptor `json:",inline"` UserDefinedMetricDescriptor `json:",inline"`
// The time at which these stats were updated. // The time at which these stats were updated.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment