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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    org.springframework.boot.context.config.ConfigData
    load(org.springframework.boot.context.config.ConfigDataLoaderContext context, KubernetesConfigDataResource resource)
     

    Methods inherited from class Object

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

    Methods 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:
      load in interface org.springframework.boot.context.config.ConfigDataLoader<KubernetesConfigDataResource>
      Throws:
      IOException
      org.springframework.boot.context.config.ConfigDataResourceNotFoundException
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered