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