Class KubernetesConfigSourceFactoryBuilder.KubernetesConfigFactory

java.lang.Object
io.quarkus.kubernetes.config.runtime.KubernetesConfigSourceFactoryBuilder.KubernetesConfigFactory
All Implemented Interfaces:
io.smallrye.config.ConfigSourceFactory, io.smallrye.config.ConfigSourceFactory.ConfigurableConfigSourceFactory<io.quarkus.kubernetes.client.runtime.internal.KubernetesClientBuildConfig>
Enclosing class:
KubernetesConfigSourceFactoryBuilder

static class KubernetesConfigSourceFactoryBuilder.KubernetesConfigFactory extends Object implements io.smallrye.config.ConfigSourceFactory.ConfigurableConfigSourceFactory<io.quarkus.kubernetes.client.runtime.internal.KubernetesClientBuildConfig>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.smallrye.config.ConfigSourceFactory

    io.smallrye.config.ConfigSourceFactory.ConfigurableConfigSourceFactory<MAPPING extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Iterable<org.eclipse.microprofile.config.spi.ConfigSource>
    getConfigSources(io.smallrye.config.ConfigSourceContext context, io.quarkus.kubernetes.client.runtime.internal.KubernetesClientBuildConfig config)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.smallrye.config.ConfigSourceFactory

    getPriority

    Methods inherited from interface io.smallrye.config.ConfigSourceFactory.ConfigurableConfigSourceFactory

    getConfigSources
  • Constructor Details

    • KubernetesConfigFactory

      KubernetesConfigFactory()
  • Method Details

    • getConfigSources

      public Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(io.smallrye.config.ConfigSourceContext context, io.quarkus.kubernetes.client.runtime.internal.KubernetesClientBuildConfig config)
      Specified by:
      getConfigSources in interface io.smallrye.config.ConfigSourceFactory.ConfigurableConfigSourceFactory<io.quarkus.kubernetes.client.runtime.internal.KubernetesClientBuildConfig>