Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.14 KB

v2_metric_spec.md

File metadata and controls

15 lines (11 loc) · 1.14 KB

v2_metric_spec_t

Properties

Name Type Description Notes
container_resource v2_container_resource_metric_source_t * [optional]
external v2_external_metric_source_t * [optional]
object v2_object_metric_source_t * [optional]
pods v2_pods_metric_source_t * [optional]
resource v2_resource_metric_source_t * [optional]
type char * type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object. Note: "ContainerResource" type is available on when the feature-gate HPAContainerMetrics is enabled

[Back to Model list] [Back to API list] [Back to README]