public class ServiceEntrySpec extends Object implements Serializable, IstioSpec
| Constructor and Description |
|---|
ServiceEntrySpec()
No args constructor for use in serialization
|
ServiceEntrySpec(List<String> addresses,
List<Endpoint> endpoints,
List<String> hosts,
ServiceEntryLocation location,
List<Port> ports,
ServiceEntryResolution resolution) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAddresses() |
List<Endpoint> |
getEndpoints() |
List<String> |
getHosts() |
ServiceEntryLocation |
getLocation() |
List<Port> |
getPorts() |
ServiceEntryResolution |
getResolution() |
void |
setAddresses(List<String> addresses) |
void |
setEndpoints(List<Endpoint> endpoints) |
void |
setHosts(List<String> hosts) |
void |
setLocation(ServiceEntryLocation location) |
void |
setPorts(List<Port> ports) |
void |
setResolution(ServiceEntryResolution resolution) |
public ServiceEntrySpec()
public ServiceEntrySpec(List<String> addresses, List<Endpoint> endpoints, List<String> hosts, ServiceEntryLocation location, List<Port> ports, ServiceEntryResolution resolution)
addresses - endpoints - hosts - location - ports - resolution - public ServiceEntryLocation getLocation()
public void setLocation(ServiceEntryLocation location)
public ServiceEntryResolution getResolution()
public void setResolution(ServiceEntryResolution resolution)
Copyright © 2017–2018 Red Hat. All rights reserved.