Uses of Class
io.fabric8.kubernetes.api.model.autoscaling.v2.ObjectMetricSource
-
Packages that use ObjectMetricSource Package Description io.fabric8.kubernetes.api.model.autoscaling.v2 -
-
Uses of ObjectMetricSource in io.fabric8.kubernetes.api.model.autoscaling.v2
Methods in io.fabric8.kubernetes.api.model.autoscaling.v2 that return ObjectMetricSource Modifier and Type Method Description ObjectMetricSourceObjectMetricSourceBuilder. build()ObjectMetricSourceMetricSpecFluent. buildObject()ObjectMetricSourceMetricSpec. getObject()MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).Methods in io.fabric8.kubernetes.api.model.autoscaling.v2 with parameters of type ObjectMetricSource Modifier and Type Method Description protected voidObjectMetricSourceFluent. copyInstance(ObjectMetricSource instance)MetricSpecFluent.ObjectNested<A>MetricSpecFluent. editOrNewObjectLike(ObjectMetricSource item)voidMetricSpec. setObject(ObjectMetricSource object)MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).MetricSpecFluent.ObjectNested<A>MetricSpecFluent. withNewObjectLike(ObjectMetricSource item)AMetricSpecFluent. withObject(ObjectMetricSource object)Constructors in io.fabric8.kubernetes.api.model.autoscaling.v2 with parameters of type ObjectMetricSource Constructor Description MetricSpec(ContainerResourceMetricSource containerResource, ExternalMetricSource external, ObjectMetricSource object, PodsMetricSource pods, ResourceMetricSource resource, String type)ObjectMetricSourceBuilder(ObjectMetricSource instance)ObjectMetricSourceBuilder(ObjectMetricSourceFluent<?> fluent, ObjectMetricSource instance)ObjectMetricSourceFluent(ObjectMetricSource instance)
-