File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
staging/src/k8s.io/api/autoscaling Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ const (
88
88
// (only `type` and one other matching field should be set at once).
89
89
type MetricSpec struct {
90
90
// type is the type of metric source. It should be one of "Object",
91
- // "Pods" or "Resource ", each mapping to a matching field in the object.
91
+ // "Pods", "Resource" or "External ", each mapping to a matching field in the object.
92
92
Type MetricSourceType `json:"type" protobuf:"bytes,1,name=type"`
93
93
94
94
// object refers to a metric describing a single kubernetes object
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ type CrossVersionObjectReference struct {
97
97
// (only `type` and one other matching field should be set at once).
98
98
type MetricSpec struct {
99
99
// type is the type of metric source. It should be one of "Object",
100
- // "Pods" or "Resource ", each mapping to a matching field in the object.
100
+ // "Pods", "Resource" or "External ", each mapping to a matching field in the object.
101
101
Type MetricSourceType `json:"type" protobuf:"bytes,1,name=type"`
102
102
103
103
// object refers to a metric describing a single kubernetes object
You can’t perform that action at this time.
0 commit comments