public class ListenerMatchFluentImpl<A extends ListenerMatchFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ListenerMatchFluent<A>
| Constructor and Description |
|---|
ListenerMatchFluentImpl() |
ListenerMatchFluentImpl(ListenerMatch instance) |
public ListenerMatchFluentImpl()
public ListenerMatchFluentImpl(ListenerMatch instance)
public A addToAddress(int index, String item)
addToAddress in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public A setToAddress(int index, String item)
setToAddress in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public A addToAddress(String... items)
addToAddress in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public A addAllToAddress(Collection<String> items)
addAllToAddress in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public A removeFromAddress(String... items)
removeFromAddress in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public A removeAllFromAddress(Collection<String> items)
removeAllFromAddress in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public List<String> getAddress()
getAddress in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public String getAddress(int index)
getAddress in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public String getFirstAddress()
getFirstAddress in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public String getLastAddress()
getLastAddress in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public String getMatchingAddress(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
getMatchingAddress in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public A withAddress(List<String> address)
withAddress in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public A withAddress(String... address)
withAddress in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public Boolean hasAddress()
hasAddress in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public ListenerProtocol getListenerProtocol()
getListenerProtocol in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public A withListenerProtocol(ListenerProtocol listenerProtocol)
withListenerProtocol in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public Boolean hasListenerProtocol()
hasListenerProtocol in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public ListenerType getListenerType()
getListenerType in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public A withListenerType(ListenerType listenerType)
withListenerType in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public Boolean hasListenerType()
hasListenerType in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public String getPortNamePrefix()
getPortNamePrefix in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public A withPortNamePrefix(String portNamePrefix)
withPortNamePrefix in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public Boolean hasPortNamePrefix()
hasPortNamePrefix in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public Integer getPortNumber()
getPortNumber in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public A withPortNumber(Integer portNumber)
withPortNumber in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public Boolean hasPortNumber()
hasPortNumber in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public A withNewPortNumber(String arg1)
withNewPortNumber in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>public A withNewPortNumber(int arg1)
withNewPortNumber in interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.