Class KubernetesServiceBindingConfig
- java.lang.Object
-
- io.quarkus.kubernetes.service.binding.runtime.KubernetesServiceBindingConfig
-
@ConfigRoot(name="kubernetes-service-binding", phase=BOOTSTRAP) public class KubernetesServiceBindingConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description 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.
-
-