mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #71029 from yanghaichao12/dev1114
Fix comment error of the struct 'UserDefinedMetric'
This commit is contained in:
commit
ed73acdc98
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user