Class KubernetesServiceBindingConfig

    • Field Detail

      • enabled

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

        @ConfigItem(defaultValue="${SERVICE_BINDING_ROOT:}")
        public Optional<String> root
        The bindings file system root. Specified by the Kubernetes Service ServiceBinding Specification.
    • Constructor Detail

      • KubernetesServiceBindingConfig

        public KubernetesServiceBindingConfig()