Class KubernetesDiscoveryClientProperties

java.lang.Object
org.springframework.cloud.kubernetes.discovery.KubernetesDiscoveryClientProperties

@Deprecated(forRemoval=true) @ConfigurationProperties("spring.cloud.kubernetes.discovery") public class KubernetesDiscoveryClientProperties extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
use KubernetesDiscoveryProperties instead.
Author:
Ryan Baxter
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDiscoveryServerUrl(String discoveryServerUrl)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setEnabled(boolean enabled)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • KubernetesDiscoveryClientProperties

      public KubernetesDiscoveryClientProperties()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getDiscoveryServerUrl

      public String getDiscoveryServerUrl()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDiscoveryServerUrl

      public void setDiscoveryServerUrl(String discoveryServerUrl)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isEnabled

      public boolean isEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setEnabled

      public void setEnabled(boolean enabled)
      Deprecated, for removal: This API element is subject to removal in a future version.