Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.Listener
-
Packages that use Listener Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of Listener in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return Listener Modifier and Type Method Description ListenerListenerBuilder. build()ListenerGatewaySpecFluent. buildFirstListener()ListenerGatewaySpecFluent. buildLastListener()ListenerGatewaySpecFluent. buildListener(int index)ListenerGatewaySpecFluent. buildMatchingListener(Predicate<ListenerBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type Listener Modifier and Type Method Description List<Listener>GatewaySpecFluent. buildListeners()List<Listener>GatewaySpec. getListeners()Listeners associated with this Gateway.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type Listener Modifier and Type Method Description GatewaySpecFluent.ListenersNested<A>GatewaySpecFluent. addNewListenerLike(Listener item)AGatewaySpecFluent. addToListeners(int index, Listener item)AGatewaySpecFluent. addToListeners(Listener... items)protected voidListenerFluent. copyInstance(Listener instance)AGatewaySpecFluent. removeFromListeners(Listener... items)GatewaySpecFluent.ListenersNested<A>GatewaySpecFluent. setNewListenerLike(int index, Listener item)AGatewaySpecFluent. setToListeners(int index, Listener item)AGatewaySpecFluent. withListeners(Listener... listeners)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type Listener Modifier and Type Method Description AGatewaySpecFluent. addAllToListeners(Collection<Listener> items)AGatewaySpecFluent. removeAllFromListeners(Collection<Listener> items)voidGatewaySpec. setListeners(List<Listener> listeners)Listeners associated with this Gateway.AGatewaySpecFluent. withListeners(List<Listener> listeners)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type Listener Constructor Description ListenerBuilder(Listener instance)ListenerBuilder(ListenerFluent<?> fluent, Listener instance)ListenerFluent(Listener instance)
-