Interface KubernetesServiceBindingConfig
-
@ConfigMapping(prefix="quarkus.kubernetes-service-binding") @ConfigRoot(phase=RUN_TIME) public interface KubernetesServiceBindingConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanenabled()If enabled, Service Bindings will be looked in the file systemOptional<String>root()The bindings file system root.
-