Interface KubernetesServiceBindingConfig


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

    Modifier and Type
    Method
    Description
    boolean
    If enabled, Service Bindings will be looked in the file system
    The bindings file system root.
  • Method Details

    • 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.