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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KubernetesClientPropertiescreateKubernetesClientProperties(org.springframework.boot.context.properties.bind.Binder binder, org.springframework.boot.context.properties.bind.BindHandler bindHandler) createKubernetesDiscoveryProperties(org.springframework.boot.context.properties.bind.Binder binder, org.springframework.boot.context.properties.bind.BindHandler bindHandler) static BooleangetDiscoveryEnabled(org.springframework.boot.context.properties.bind.Binder binder, org.springframework.boot.context.properties.bind.BindHandler bindHandler) static booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.BootstrapRegistryInitializer
initialize
-
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)
-