Class KubernetesConfigServerBootstrapper

java.lang.Object
org.springframework.cloud.kubernetes.commons.config.KubernetesConfigServerBootstrapper
All Implemented Interfaces:
org.springframework.boot.BootstrapRegistryInitializer

public abstract class KubernetesConfigServerBootstrapper extends Object implements org.springframework.boot.BootstrapRegistryInitializer
Author:
Ryan Baxter
  • Constructor Details

    • KubernetesConfigServerBootstrapper

      public KubernetesConfigServerBootstrapper()
  • Method Details

    • hasConfigServerInstanceProvider

      public static boolean hasConfigServerInstanceProvider()
    • createKubernetesDiscoveryProperties

      public static KubernetesDiscoveryProperties createKubernetesDiscoveryProperties(org.springframework.boot.context.properties.bind.Binder binder, org.springframework.boot.context.properties.bind.BindHandler bindHandler)
    • createKubernetesClientProperties

      public static KubernetesClientProperties createKubernetesClientProperties(org.springframework.boot.context.properties.bind.Binder binder, org.springframework.boot.context.properties.bind.BindHandler bindHandler)
    • getDiscoveryEnabled

      public static Boolean getDiscoveryEnabled(org.springframework.boot.context.properties.bind.Binder binder, org.springframework.boot.context.properties.bind.BindHandler bindHandler)