Uses of Class
io.quarkus.kubernetes.deployment.AutoScalingMetric
-
-
Uses of AutoScalingMetric in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment with type parameters of type AutoScalingMetric Modifier and Type Field Description (package private) Optional<AutoScalingMetric>AutoScalingConfig. metricThe autoscaling metric to use.Methods in io.quarkus.kubernetes.deployment that return AutoScalingMetric Modifier and Type Method Description static AutoScalingMetricAutoScalingMetric. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoScalingMetric[]AutoScalingMetric. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.kubernetes.deployment with parameters of type AutoScalingMetric Modifier and Type Method Description static io.dekorate.knative.config.AutoscalingMetricAutoScalingMetricConverter. convert(AutoScalingMetric metric)
-