Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.GatewaySpecAddress
-
Packages that use GatewaySpecAddress Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of GatewaySpecAddress in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return GatewaySpecAddress Modifier and Type Method Description GatewaySpecAddressGatewaySpecAddressBuilder. build()GatewaySpecAddressGatewaySpecFluent. buildAddress(int index)GatewaySpecAddressGatewaySpecFluent. buildFirstAddress()GatewaySpecAddressGatewaySpecFluent. buildLastAddress()GatewaySpecAddressGatewaySpecFluent. buildMatchingAddress(Predicate<GatewaySpecAddressBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type GatewaySpecAddress Modifier and Type Method Description List<GatewaySpecAddress>GatewaySpecFluent. buildAddresses()List<GatewaySpecAddress>GatewaySpec. getAddresses()Addresses requested for this Gateway.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GatewaySpecAddress Modifier and Type Method Description GatewaySpecFluent.AddressesNested<A>GatewaySpecFluent. addNewAddressLike(GatewaySpecAddress item)AGatewaySpecFluent. addToAddresses(int index, GatewaySpecAddress item)AGatewaySpecFluent. addToAddresses(GatewaySpecAddress... items)protected voidGatewaySpecAddressFluent. copyInstance(GatewaySpecAddress instance)AGatewaySpecFluent. removeFromAddresses(GatewaySpecAddress... items)GatewaySpecFluent.AddressesNested<A>GatewaySpecFluent. setNewAddressLike(int index, GatewaySpecAddress item)AGatewaySpecFluent. setToAddresses(int index, GatewaySpecAddress item)AGatewaySpecFluent. withAddresses(GatewaySpecAddress... addresses)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type GatewaySpecAddress Modifier and Type Method Description AGatewaySpecFluent. addAllToAddresses(Collection<GatewaySpecAddress> items)AGatewaySpecFluent. removeAllFromAddresses(Collection<GatewaySpecAddress> items)voidGatewaySpec. setAddresses(List<GatewaySpecAddress> addresses)Addresses requested for this Gateway.AGatewaySpecFluent. withAddresses(List<GatewaySpecAddress> addresses)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GatewaySpecAddress Constructor Description GatewaySpecAddressBuilder(GatewaySpecAddress instance)GatewaySpecAddressBuilder(GatewaySpecAddressFluent<?> fluent, GatewaySpecAddress instance)GatewaySpecAddressFluent(GatewaySpecAddress instance)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type GatewaySpecAddress Constructor Description GatewaySpec(List<GatewaySpecAddress> addresses, AllowedListeners allowedListeners, String defaultScope, String gatewayClassName, GatewayInfrastructure infrastructure, List<Listener> listeners, GatewayTLSConfig tls)
-