Uses of Class
io.kubernetes.client.openapi.models.V2MetricTarget
Packages that use V2MetricTarget
-
Uses of V2MetricTarget in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V2MetricTargetModifier and TypeMethodDescriptionV2MetricTarget.averageUtilization
(Integer averageUtilization) V2MetricTarget.averageValue
(Quantity averageValue) V2ContainerResourceMetricSource.getTarget()
Get targetV2ExternalMetricSource.getTarget()
Get targetV2ObjectMetricSource.getTarget()
Get targetV2PodsMetricSource.getTarget()
Get targetV2ResourceMetricSource.getTarget()
Get targetMethods in io.kubernetes.client.openapi.models with parameters of type V2MetricTargetModifier and TypeMethodDescriptionvoid
V2ContainerResourceMetricSource.setTarget
(V2MetricTarget target) void
V2ExternalMetricSource.setTarget
(V2MetricTarget target) void
V2ObjectMetricSource.setTarget
(V2MetricTarget target) void
V2PodsMetricSource.setTarget
(V2MetricTarget target) void
V2ResourceMetricSource.setTarget
(V2MetricTarget target) V2ContainerResourceMetricSource.target
(V2MetricTarget target) V2ExternalMetricSource.target
(V2MetricTarget target) V2ObjectMetricSource.target
(V2MetricTarget target) V2PodsMetricSource.target
(V2MetricTarget target) V2ResourceMetricSource.target
(V2MetricTarget target)