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 GatewayAddress
GatewayAddressBuilder. build()
GatewayAddress
GatewaySpecFluent. buildAddress(int index)
GatewayAddress
GatewaySpecFluent. buildFirstAddress()
GatewayAddress
GatewaySpecFluent. buildLastAddress()
GatewayAddress
GatewaySpecFluent. 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)
A
GatewaySpecFluent. addToAddresses(int index, GatewayAddress item)
A
GatewaySpecFluent. addToAddresses(GatewayAddress... items)
protected void
GatewayAddressFluent. copyInstance(GatewayAddress instance)
A
GatewaySpecFluent. removeFromAddresses(GatewayAddress... items)
GatewaySpecFluent.AddressesNested<A>
GatewaySpecFluent. setNewAddressLike(int index, GatewayAddress item)
A
GatewaySpecFluent. setToAddresses(int index, GatewayAddress item)
A
GatewaySpecFluent. withAddresses(GatewayAddress... addresses)
Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type GatewayAddress Modifier and Type Method Description A
GatewaySpecFluent. addAllToAddresses(Collection<GatewayAddress> items)
A
GatewaySpecFluent. removeAllFromAddresses(Collection<GatewayAddress> items)
void
GatewaySpec. setAddresses(List<GatewayAddress> addresses)
Addresses requested for this Gateway.A
GatewaySpecFluent. 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)
-