Uses of Class
io.quarkus.kubernetes.deployment.OpenshiftConfig.OpenshiftFlavor
-
-
Uses of OpenshiftConfig.OpenshiftFlavor in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment declared as OpenshiftConfig.OpenshiftFlavor Modifier and Type Field Description (package private) OpenshiftConfig.OpenshiftFlavorOpenshiftConfig. flavorThe OpenShift flavor / version to use.Methods in io.quarkus.kubernetes.deployment that return OpenshiftConfig.OpenshiftFlavor Modifier and Type Method Description static OpenshiftConfig.OpenshiftFlavorOpenshiftConfig.OpenshiftFlavor. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenshiftConfig.OpenshiftFlavor[]OpenshiftConfig.OpenshiftFlavor. values()Returns an array containing the constants of this enum type, in the order they are declared.
-