Interface KubernetesServiceBindingConfig
@ConfigMapping(prefix="quarkus.kubernetes-service-binding")
@ConfigRoot(phase=RUN_TIME)
public interface KubernetesServiceBindingConfig
-
Method Summary
-
Method Details
-
enabled
@WithDefault("true") boolean enabled()If enabled, Service Bindings will be looked in the file system -
root
The bindings file system root. Specified by the Kubernetes Service ServiceBinding Specification.
-