Interface KubernetesServiceBindingConfig


  • @ConfigMapping(prefix="quarkus.kubernetes-service-binding")
    @ConfigRoot(phase=RUN_TIME)
    public interface KubernetesServiceBindingConfig
    • Method Detail

      • enabled

        @WithDefault("true")
        boolean enabled()
        If enabled, Service Bindings will be looked in the file system
      • root

        @WithDefault("${SERVICE_BINDING_ROOT:}")
        Optional<String> root()
        The bindings file system root. Specified by the Kubernetes Service ServiceBinding Specification.