1.0 KiB
1.0 KiB
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. |