Uses of Class
io.quarkus.container.image.openshift.deployment.OpenshiftBaseNativeImage
-
-
Uses of OpenshiftBaseNativeImage in io.quarkus.container.image.openshift.deployment
Methods in io.quarkus.container.image.openshift.deployment that return OpenshiftBaseNativeImage Modifier and Type Method Description static OpenshiftBaseNativeImageOpenshiftBaseNativeImage. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenshiftBaseNativeImage[]OpenshiftBaseNativeImage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.container.image.openshift.deployment that return types with arguments of type OpenshiftBaseNativeImage Modifier and Type Method Description static Optional<OpenshiftBaseNativeImage>OpenshiftBaseNativeImage. findMatching(String image)
-