Class KubernetesServiceBindingConfigSourceFactory

java.lang.Object
io.quarkus.kubernetes.service.binding.runtime.KubernetesServiceBindingConfigSourceFactory
All Implemented Interfaces:
io.smallrye.config.ConfigSourceFactory

public class KubernetesServiceBindingConfigSourceFactory extends Object implements io.smallrye.config.ConfigSourceFactory
  • Constructor Details

    • KubernetesServiceBindingConfigSourceFactory

      public KubernetesServiceBindingConfigSourceFactory()
  • Method Details

    • getConfigSources

      public Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(io.smallrye.config.ConfigSourceContext context)
      Specified by:
      getConfigSources in interface io.smallrye.config.ConfigSourceFactory
    • getConfigSources

      Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(List<ServiceBinding> serviceBindings, List<ServiceBindingConverter> serviceBindingConverters)
    • getServiceBindings

      static List<ServiceBinding> getServiceBindings(String bindingRoot)
    • determineConverters

      static List<ServiceBindingConverter> determineConverters()