Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.GatewaySpecFluent.AddressesNested
-
Packages that use GatewaySpecFluent.AddressesNested Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of GatewaySpecFluent.AddressesNested in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return GatewaySpecFluent.AddressesNested Modifier and Type Method Description GatewaySpecFluent.AddressesNested<A>
GatewaySpecFluent. addNewAddress()
GatewaySpecFluent.AddressesNested<A>
GatewaySpecFluent. addNewAddressLike(GatewayAddress item)
GatewaySpecFluent.AddressesNested<A>
GatewaySpecFluent. editAddress(int index)
GatewaySpecFluent.AddressesNested<A>
GatewaySpecFluent. editFirstAddress()
GatewaySpecFluent.AddressesNested<A>
GatewaySpecFluent. editLastAddress()
GatewaySpecFluent.AddressesNested<A>
GatewaySpecFluent. editMatchingAddress(Predicate<GatewayAddressBuilder> predicate)
GatewaySpecFluent.AddressesNested<A>
GatewaySpecFluent. setNewAddressLike(int index, GatewayAddress item)
-