MetricSpec constructor
const
MetricSpec({
- ContainerResourceMetricSource? containerResource,
- ExternalMetricSource? external,
- ObjectMetricSource? object,
- PodsMetricSource? pods,
- ResourceMetricSource? resource,
- required String type,
Default constructor.
Implementation
const MetricSpec({
this.containerResource,
this.external,
this.object,
this.pods,
this.resource,
required this.type,
});