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 TypeMethodDescriptionbooleanenabled()Deprecated, for removal: This API element is subject to removal in a future version.If enabled, Service Bindings will be looked in the file systemroot()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
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.
-