Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.AllowedListeners
-
Packages that use AllowedListeners Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of AllowedListeners in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return AllowedListeners Modifier and Type Method Description AllowedListenersAllowedListenersBuilder. build()AllowedListenersGatewaySpecFluent. buildAllowedListeners()AllowedListenersGatewaySpec. getAllowedListeners()GatewaySpec defines the desired state of Gateway.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type AllowedListeners Modifier and Type Method Description protected voidAllowedListenersFluent. copyInstance(AllowedListeners instance)GatewaySpecFluent.AllowedListenersNested<A>GatewaySpecFluent. editOrNewAllowedListenersLike(AllowedListeners item)voidGatewaySpec. setAllowedListeners(AllowedListeners allowedListeners)GatewaySpec defines the desired state of Gateway.AGatewaySpecFluent. withAllowedListeners(AllowedListeners allowedListeners)GatewaySpecFluent.AllowedListenersNested<A>GatewaySpecFluent. withNewAllowedListenersLike(AllowedListeners item)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type AllowedListeners Constructor Description AllowedListenersBuilder(AllowedListeners instance)AllowedListenersBuilder(AllowedListenersFluent<?> fluent, AllowedListeners instance)AllowedListenersFluent(AllowedListeners instance)GatewaySpec(List<GatewaySpecAddress> addresses, AllowedListeners allowedListeners, String defaultScope, String gatewayClassName, GatewayInfrastructure infrastructure, List<Listener> listeners, GatewayTLSConfig tls)
-