| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.gatewayapi.v1 |
| Modifier and Type | Method and Description |
|---|---|
GatewayAddress |
GatewayAddressBuilder.build() |
GatewayAddress |
GatewaySpecFluent.buildAddress(int index) |
GatewayAddress |
GatewaySpecFluent.buildFirstAddress() |
GatewayAddress |
GatewaySpecFluent.buildLastAddress() |
GatewayAddress |
GatewaySpecFluent.buildMatchingAddress(Predicate<GatewayAddressBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<GatewayAddress> |
GatewaySpecFluent.buildAddresses() |
List<GatewayAddress> |
GatewaySpec.getAddresses() |
| Modifier and Type | Method and Description |
|---|---|
GatewaySpecFluent.AddressesNested<A> |
GatewaySpecFluent.addNewAddressLike(GatewayAddress item) |
A |
GatewaySpecFluent.addToAddresses(GatewayAddress... items) |
A |
GatewaySpecFluent.addToAddresses(int index,
GatewayAddress item) |
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) |
| Modifier and Type | Method and Description |
|---|---|
A |
GatewaySpecFluent.addAllToAddresses(Collection<GatewayAddress> items) |
A |
GatewaySpecFluent.removeAllFromAddresses(Collection<GatewayAddress> items) |
void |
GatewaySpec.setAddresses(List<GatewayAddress> addresses) |
A |
GatewaySpecFluent.withAddresses(List<GatewayAddress> addresses) |
| Constructor and Description |
|---|
GatewayAddressBuilder(GatewayAddress instance) |
GatewayAddressBuilder(GatewayAddressFluent<?> fluent,
GatewayAddress instance) |
GatewayAddressFluent(GatewayAddress instance) |
| Constructor and Description |
|---|
GatewaySpec(List<GatewayAddress> addresses,
String gatewayClassName,
GatewayInfrastructure infrastructure,
List<Listener> listeners) |
Copyright © 2015–2024 Red Hat. All rights reserved.