Class KubernetesClientConfigUtils

java.lang.Object
org.springframework.cloud.kubernetes.client.config.KubernetesClientConfigUtils

public final class KubernetesClientConfigUtils extends Object
Author:
Ryan Baxter
  • Method Summary

    Modifier and Type
    Method
    Description
    static Set<String>
    namespaces(org.springframework.cloud.kubernetes.commons.KubernetesNamespaceProvider provider, org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties properties, String target)
    finds namespaces to be used for the event based reloading.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • namespaces

      public static Set<String> namespaces(org.springframework.cloud.kubernetes.commons.KubernetesNamespaceProvider provider, org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties properties, String target)
      finds namespaces to be used for the event based reloading.