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

@Deprecated(forRemoval=true) public class Service extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Author:
Ryan Baxter
  • Constructor Details

    • Service

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

    • getName

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

      public void setName(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getServiceInstances

      public List<KubernetesServiceInstance> getServiceInstances()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setServiceInstances

      public void setServiceInstances(List<KubernetesServiceInstance> serviceInstances)
      Deprecated, for removal: This API element is subject to removal in a future version.