Interface KubernetesServiceBindingConfig
@ConfigMapping(prefix="quarkus.kubernetes-service-binding")
@ConfigRoot(phase=BUILD_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 TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Determines if binding should be created as files or env vars.Deprecated, for removal: This API element is subject to removal in a future version.Detects the binding data from resources owned by the backing service.Deprecated, for removal: This API element is subject to removal in a future version.The mountPath to add in the `ServiceBinding` resource.services()Deprecated, for removal: This API element is subject to removal in a future version.A list of explicitly configured services.
-
Method Details
-
services
Map<String,ServiceConfig> services()Deprecated, for removal: This API element is subject to removal in a future version.A list of explicitly configured services. The configured value will be used in order to generate the `ServiceBinding` resource (in case that kubernetes resource generation is enabled). -
mountPath
Deprecated, for removal: This API element is subject to removal in a future version.The mountPath to add in the `ServiceBinding` resource. -
bindAsFiles
Deprecated, for removal: This API element is subject to removal in a future version.Determines if binding should be created as files or env vars. Set this value tofalseto bind as env vars.` -
detectBindingResources
Deprecated, for removal: This API element is subject to removal in a future version.Detects the binding data from resources owned by the backing service.
-