@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-06T16:45:00.555Z[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_HINTS |
static String |
SERIALIZED_NAME_HOSTNAME |
static String |
SERIALIZED_NAME_NODE_NAME |
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_HINTS
public static final String SERIALIZED_NAME_HOSTNAME
public static final String SERIALIZED_NAME_NODE_NAME
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 hints(V1beta1EndpointHints hints)
@Nullable public V1beta1EndpointHints getHints()
public void setHints(V1beta1EndpointHints hints)
public V1beta1Endpoint hostname(String hostname)
@Nullable public String getHostname()
public void setHostname(String hostname)
public V1beta1Endpoint nodeName(String nodeName)
@Nullable public String getNodeName()
public void setNodeName(String nodeName)
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 © 2023. All rights reserved.