Uses of Class
io.quarkus.kubernetes.deployment.AutoScalerClass
-
Packages that use AutoScalerClass Package Description io.quarkus.kubernetes.deployment -
-
Uses of AutoScalerClass in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment with type parameters of type AutoScalerClass Modifier and Type Field Description (package private) Optional<AutoScalerClass>AutoScalingConfig. autoScalerClassThe Autoscaler class.(package private) Optional<AutoScalerClass>GlobalAutoScalingConfig. autoScalerClassThe Autoscaler class.Methods in io.quarkus.kubernetes.deployment that return AutoScalerClass Modifier and Type Method Description static AutoScalerClassAutoScalerClass. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoScalerClass[]AutoScalerClass. 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 AutoScalerClass Modifier and Type Method Description static io.dekorate.knative.config.AutoScalerClassAutoScalerClassConverter. convert(AutoScalerClass clazz)
-