Class KubernetesConfigServerBootstrapper
java.lang.Object
org.springframework.cloud.kubernetes.commons.config.KubernetesConfigServerBootstrapper
- All Implemented Interfaces:
org.springframework.boot.bootstrap.BootstrapRegistryInitializer
public abstract class KubernetesConfigServerBootstrapper
extends Object
implements org.springframework.boot.bootstrap.BootstrapRegistryInitializer
- Author:
- Ryan Baxter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KubernetesClientPropertiescreateKubernetesClientProperties(org.springframework.boot.bootstrap.BootstrapContext bootstrapContext) createKubernetesDiscoveryProperties(org.springframework.boot.bootstrap.BootstrapContext bootstrapContext) static BooleangetDiscoveryEnabled(org.springframework.boot.bootstrap.BootstrapContext bootstrapContext) static BooleangetDiscoveryEnabled(org.springframework.boot.context.properties.bind.Binder binder, org.springframework.boot.context.properties.bind.BindHandler bindHandler) protected static org.springframework.cloud.config.client.ConfigServerConfigDataLocationResolver.PropertyResolvergetPropertyResolver(org.springframework.boot.bootstrap.BootstrapContext context) static booleanMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.bootstrap.BootstrapRegistryInitializer
initialize
-
Constructor Details
-
KubernetesConfigServerBootstrapper
public KubernetesConfigServerBootstrapper()
-
-
Method Details
-
hasConfigServerInstanceProvider
public static boolean hasConfigServerInstanceProvider() -
createKubernetesDiscoveryProperties
public static KubernetesDiscoveryProperties createKubernetesDiscoveryProperties(org.springframework.boot.bootstrap.BootstrapContext bootstrapContext) -
createKubernetesClientProperties
public static KubernetesClientProperties createKubernetesClientProperties(org.springframework.boot.bootstrap.BootstrapContext bootstrapContext) -
getDiscoveryEnabled
public static Boolean getDiscoveryEnabled(org.springframework.boot.context.properties.bind.Binder binder, org.springframework.boot.context.properties.bind.BindHandler bindHandler) -
getDiscoveryEnabled
public static Boolean getDiscoveryEnabled(org.springframework.boot.bootstrap.BootstrapContext bootstrapContext) -
getPropertyResolver
protected static org.springframework.cloud.config.client.ConfigServerConfigDataLocationResolver.PropertyResolver getPropertyResolver(org.springframework.boot.bootstrap.BootstrapContext context)
-