public class KubernetesServiceRegistry extends Object implements org.springframework.cloud.client.serviceregistry.ServiceRegistry<KubernetesRegistration>
ServiceRegistry.| Constructor and Description |
|---|
KubernetesServiceRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
deregister(KubernetesRegistration registration) |
<T> T |
getStatus(KubernetesRegistration registration) |
void |
register(KubernetesRegistration registration) |
void |
setStatus(KubernetesRegistration registration,
String status) |
public void register(KubernetesRegistration registration)
register in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry<KubernetesRegistration>public void deregister(KubernetesRegistration registration)
deregister in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry<KubernetesRegistration>public void close()
close in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry<KubernetesRegistration>public void setStatus(KubernetesRegistration registration, String status)
setStatus in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry<KubernetesRegistration>public <T> T getStatus(KubernetesRegistration registration)
getStatus in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry<KubernetesRegistration>Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.