public interface ListenerMatchFluent<A extends ListenerMatchFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
A addAllToAddress(Collection<String> items)
A removeAllFromAddress(Collection<String> items)
String getAddress(int index)
String getFirstAddress()
String getLastAddress()
String getMatchingAddress(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
Boolean hasAddress()
ListenerProtocol getListenerProtocol()
A withListenerProtocol(ListenerProtocol listenerProtocol)
Boolean hasListenerProtocol()
ListenerType getListenerType()
A withListenerType(ListenerType listenerType)
Boolean hasListenerType()
String getPortNamePrefix()
Boolean hasPortNamePrefix()
Integer getPortNumber()
Boolean hasPortNumber()
A withNewPortNumber(int arg1)
Copyright © 2017–2018 Red Hat. All rights reserved.