1.2 KiB
1.2 KiB
v2beta1_metric_spec_t
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| container_resource | v2beta1_container_resource_metric_source_t * | [optional] | |
| external | v2beta1_external_metric_source_t * | [optional] | |
| object | v2beta1_object_metric_source_t * | [optional] | |
| pods | v2beta1_pods_metric_source_t * | [optional] | |
| resource | v2beta1_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 |