Class KubernetesConfigDataLoader
java.lang.Object
org.springframework.cloud.kubernetes.commons.configdata.KubernetesConfigDataLoader
- All Implemented Interfaces:
org.springframework.boot.context.config.ConfigDataLoader<KubernetesConfigDataResource>, org.springframework.core.Ordered
public class KubernetesConfigDataLoader
extends Object
implements org.springframework.boot.context.config.ConfigDataLoader<KubernetesConfigDataResource>, org.springframework.core.Ordered
- Author:
- Ryan Baxter
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()org.springframework.boot.context.config.ConfigDataload(org.springframework.boot.context.config.ConfigDataLoaderContext context, KubernetesConfigDataResource resource) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.context.config.ConfigDataLoader
isLoadable
-
Constructor Details
-
KubernetesConfigDataLoader
public KubernetesConfigDataLoader()
-
-
Method Details
-
load
public org.springframework.boot.context.config.ConfigData load(org.springframework.boot.context.config.ConfigDataLoaderContext context, KubernetesConfigDataResource resource) throws IOException, org.springframework.boot.context.config.ConfigDataResourceNotFoundException - Specified by:
loadin interfaceorg.springframework.boot.context.config.ConfigDataLoader<KubernetesConfigDataResource>- Throws:
IOExceptionorg.springframework.boot.context.config.ConfigDataResourceNotFoundException
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-