Uses of Class
io.quarkus.container.image.openshift.deployment.S2iBaseNativeImage
-
-
Uses of S2iBaseNativeImage in io.quarkus.container.image.openshift.deployment
Methods in io.quarkus.container.image.openshift.deployment that return S2iBaseNativeImage Modifier and Type Method Description static S2iBaseNativeImageS2iBaseNativeImage. valueOf(String name)Returns the enum constant of this type with the specified name.static S2iBaseNativeImage[]S2iBaseNativeImage. 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 S2iBaseNativeImage Modifier and Type Method Description static Optional<S2iBaseNativeImage>S2iBaseNativeImage. findMatching(String image)
-