Skip to content

Commit

Permalink
Merge pull request kubernetes#71029 from yanghaichao12/dev1114
Browse files Browse the repository at this point in the history
Fix comment error of the struct 'UserDefinedMetric'
  • Loading branch information
k8s-ci-robot authored Dec 13, 2018
2 parents 483dfc4 + 529d5a5 commit ed73acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubelet/apis/stats/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ type UserDefinedMetricDescriptor struct {
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 {
UserDefinedMetricDescriptor `json:",inline"`
// The time at which these stats were updated.
Expand Down

0 comments on commit ed73acd

Please sign in to comment.