Uses of Class
io.quarkus.deployment.pkg.NativeConfig.ImagePullStrategy
-
Packages that use NativeConfig.ImagePullStrategy Package Description io.quarkus.deployment.pkg -
-
Uses of NativeConfig.ImagePullStrategy in io.quarkus.deployment.pkg
Methods in io.quarkus.deployment.pkg that return NativeConfig.ImagePullStrategy Modifier and Type Method Description NativeConfig.ImagePullStrategyNativeConfig.BuilderImageConfig. pull()The strategy for pulling the builder image during the build.static NativeConfig.ImagePullStrategyNativeConfig.ImagePullStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static NativeConfig.ImagePullStrategy[]NativeConfig.ImagePullStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-