Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.ListenerEntryStatus
-
Packages that use ListenerEntryStatus Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of ListenerEntryStatus in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return ListenerEntryStatus Modifier and Type Method Description ListenerEntryStatusListenerEntryStatusBuilder. build()ListenerEntryStatusListenerSetStatusFluent. buildFirstListener()ListenerEntryStatusListenerSetStatusFluent. buildLastListener()ListenerEntryStatusListenerSetStatusFluent. buildListener(int index)ListenerEntryStatusListenerSetStatusFluent. buildMatchingListener(Predicate<ListenerEntryStatusBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type ListenerEntryStatus Modifier and Type Method Description List<ListenerEntryStatus>ListenerSetStatusFluent. buildListeners()List<ListenerEntryStatus>ListenerSetStatus. getListeners()Listeners provide status for each unique listener port defined in the Spec.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type ListenerEntryStatus Modifier and Type Method Description ListenerSetStatusFluent.ListenersNested<A>ListenerSetStatusFluent. addNewListenerLike(ListenerEntryStatus item)AListenerSetStatusFluent. addToListeners(int index, ListenerEntryStatus item)AListenerSetStatusFluent. addToListeners(ListenerEntryStatus... items)protected voidListenerEntryStatusFluent. copyInstance(ListenerEntryStatus instance)AListenerSetStatusFluent. removeFromListeners(ListenerEntryStatus... items)ListenerSetStatusFluent.ListenersNested<A>ListenerSetStatusFluent. setNewListenerLike(int index, ListenerEntryStatus item)AListenerSetStatusFluent. setToListeners(int index, ListenerEntryStatus item)AListenerSetStatusFluent. withListeners(ListenerEntryStatus... listeners)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type ListenerEntryStatus Modifier and Type Method Description AListenerSetStatusFluent. addAllToListeners(Collection<ListenerEntryStatus> items)AListenerSetStatusFluent. removeAllFromListeners(Collection<ListenerEntryStatus> items)voidListenerSetStatus. setListeners(List<ListenerEntryStatus> listeners)Listeners provide status for each unique listener port defined in the Spec.AListenerSetStatusFluent. withListeners(List<ListenerEntryStatus> listeners)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type ListenerEntryStatus Constructor Description ListenerEntryStatusBuilder(ListenerEntryStatus instance)ListenerEntryStatusBuilder(ListenerEntryStatusFluent<?> fluent, ListenerEntryStatus instance)ListenerEntryStatusFluent(ListenerEntryStatus instance)
-