public class EndpointFluentImpl<A extends EndpointFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EndpointFluent<A>
| Constructor and Description |
|---|
EndpointFluentImpl() |
EndpointFluentImpl(Endpoint instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToLabels(Map<String,String> map) |
A |
addToLabels(String key,
String value) |
A |
addToPorts(Map<String,Integer> map) |
A |
addToPorts(String key,
Integer value) |
boolean |
equals(Object o) |
String |
getAddress() |
Map<String,String> |
getLabels() |
Map<String,Integer> |
getPorts() |
Boolean |
hasAddress() |
Boolean |
hasLabels() |
Boolean |
hasPorts() |
A |
removeFromLabels(Map<String,String> map) |
A |
removeFromLabels(String key) |
A |
removeFromPorts(Map<String,Integer> map) |
A |
removeFromPorts(String key) |
A |
withAddress(String address) |
A |
withLabels(Map<String,String> labels) |
A |
withPorts(Map<String,Integer> ports) |
public EndpointFluentImpl()
public EndpointFluentImpl(Endpoint instance)
public String getAddress()
getAddress in interface EndpointFluent<A extends EndpointFluent<A>>public A withAddress(String address)
withAddress in interface EndpointFluent<A extends EndpointFluent<A>>public Boolean hasAddress()
hasAddress in interface EndpointFluent<A extends EndpointFluent<A>>public A addToLabels(String key, String value)
addToLabels in interface EndpointFluent<A extends EndpointFluent<A>>public A addToLabels(Map<String,String> map)
addToLabels in interface EndpointFluent<A extends EndpointFluent<A>>public A removeFromLabels(String key)
removeFromLabels in interface EndpointFluent<A extends EndpointFluent<A>>public A removeFromLabels(Map<String,String> map)
removeFromLabels in interface EndpointFluent<A extends EndpointFluent<A>>public Map<String,String> getLabels()
getLabels in interface EndpointFluent<A extends EndpointFluent<A>>public A withLabels(Map<String,String> labels)
withLabels in interface EndpointFluent<A extends EndpointFluent<A>>public Boolean hasLabels()
hasLabels in interface EndpointFluent<A extends EndpointFluent<A>>public A addToPorts(String key, Integer value)
addToPorts in interface EndpointFluent<A extends EndpointFluent<A>>public A addToPorts(Map<String,Integer> map)
addToPorts in interface EndpointFluent<A extends EndpointFluent<A>>public A removeFromPorts(String key)
removeFromPorts in interface EndpointFluent<A extends EndpointFluent<A>>public A removeFromPorts(Map<String,Integer> map)
removeFromPorts in interface EndpointFluent<A extends EndpointFluent<A>>public Map<String,Integer> getPorts()
getPorts in interface EndpointFluent<A extends EndpointFluent<A>>public A withPorts(Map<String,Integer> ports)
withPorts in interface EndpointFluent<A extends EndpointFluent<A>>public Boolean hasPorts()
hasPorts in interface EndpointFluent<A extends EndpointFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.