Interface KubernetesServiceBindingConfig


@ConfigMapping(prefix="quarkus.kubernetes-service-binding") @ConfigRoot(phase=RUN_TIME) @Deprecated(forRemoval=true, since="3.19") public interface KubernetesServiceBindingConfig
Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    If enabled, Service Bindings will be looked in the file system
    Deprecated, for removal: This API element is subject to removal in a future version.
    The bindings file system root.
  • Method Details

    • enabled

      @WithDefault("true") boolean enabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
      If enabled, Service Bindings will be looked in the file system
    • root

      @WithDefault("${SERVICE_BINDING_ROOT:}") Optional<String> root()
      Deprecated, for removal: This API element is subject to removal in a future version.
      The bindings file system root. Specified by the Kubernetes Service ServiceBinding Specification.