@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1beta1Endpoint extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ADDRESSES |
static String |
SERIALIZED_NAME_CONDITIONS |
static String |
SERIALIZED_NAME_HOSTNAME |
static String |
SERIALIZED_NAME_TARGET_REF |
static String |
SERIALIZED_NAME_TOPOLOGY |
Constructor and Description |
---|
V1beta1Endpoint() |
public static final String SERIALIZED_NAME_ADDRESSES
public static final String SERIALIZED_NAME_CONDITIONS
public static final String SERIALIZED_NAME_HOSTNAME
public static final String SERIALIZED_NAME_TARGET_REF
public static final String SERIALIZED_NAME_TOPOLOGY
public V1beta1Endpoint addresses(List<String> addresses)
public V1beta1Endpoint addAddressesItem(String addressesItem)
public List<String> getAddresses()
public V1beta1Endpoint conditions(V1beta1EndpointConditions conditions)
@Nullable public V1beta1EndpointConditions getConditions()
public void setConditions(V1beta1EndpointConditions conditions)
public V1beta1Endpoint hostname(String hostname)
@Nullable public String getHostname()
public void setHostname(String hostname)
public V1beta1Endpoint targetRef(V1ObjectReference targetRef)
@Nullable public V1ObjectReference getTargetRef()
public void setTargetRef(V1ObjectReference targetRef)
public V1beta1Endpoint topology(Map<String,String> topology)
public V1beta1Endpoint putTopologyItem(String key, String topologyItem)
@Nullable public Map<String,String> getTopology()
Copyright © 2020. All rights reserved.