Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.ListenerEntry
-
Packages that use ListenerEntry Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of ListenerEntry in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return ListenerEntry Modifier and Type Method Description ListenerEntryListenerEntryBuilder. build()ListenerEntryListenerSetSpecFluent. buildFirstListener()ListenerEntryListenerSetSpecFluent. buildLastListener()ListenerEntryListenerSetSpecFluent. buildListener(int index)ListenerEntryListenerSetSpecFluent. buildMatchingListener(Predicate<ListenerEntryBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type ListenerEntry Modifier and Type Method Description List<ListenerEntry>ListenerSetSpecFluent. buildListeners()List<ListenerEntry>ListenerSetSpec. getListeners()Listeners associated with this ListenerSet.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type ListenerEntry Modifier and Type Method Description ListenerSetSpecFluent.ListenersNested<A>ListenerSetSpecFluent. addNewListenerLike(ListenerEntry item)AListenerSetSpecFluent. addToListeners(int index, ListenerEntry item)AListenerSetSpecFluent. addToListeners(ListenerEntry... items)protected voidListenerEntryFluent. copyInstance(ListenerEntry instance)AListenerSetSpecFluent. removeFromListeners(ListenerEntry... items)ListenerSetSpecFluent.ListenersNested<A>ListenerSetSpecFluent. setNewListenerLike(int index, ListenerEntry item)AListenerSetSpecFluent. setToListeners(int index, ListenerEntry item)AListenerSetSpecFluent. withListeners(ListenerEntry... listeners)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type ListenerEntry Modifier and Type Method Description AListenerSetSpecFluent. addAllToListeners(Collection<ListenerEntry> items)AListenerSetSpecFluent. removeAllFromListeners(Collection<ListenerEntry> items)voidListenerSetSpec. setListeners(List<ListenerEntry> listeners)Listeners associated with this ListenerSet.AListenerSetSpecFluent. withListeners(List<ListenerEntry> listeners)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type ListenerEntry Constructor Description ListenerEntryBuilder(ListenerEntry instance)ListenerEntryBuilder(ListenerEntryFluent<?> fluent, ListenerEntry instance)ListenerEntryFluent(ListenerEntry instance)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type ListenerEntry Constructor Description ListenerSetSpec(List<ListenerEntry> listeners, ParentGatewayReference parentRef)
-