| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.gatewayapi.v1 |
| Modifier and Type | Method and Description |
|---|---|
GatewayInfrastructure |
GatewayInfrastructureBuilder.build() |
GatewayInfrastructure |
GatewaySpecFluent.buildInfrastructure() |
GatewayInfrastructure |
GatewaySpec.getInfrastructure() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GatewayInfrastructureFluent.copyInstance(GatewayInfrastructure instance) |
GatewaySpecFluent.InfrastructureNested<A> |
GatewaySpecFluent.editOrNewInfrastructureLike(GatewayInfrastructure item) |
void |
GatewaySpec.setInfrastructure(GatewayInfrastructure infrastructure) |
A |
GatewaySpecFluent.withInfrastructure(GatewayInfrastructure infrastructure) |
GatewaySpecFluent.InfrastructureNested<A> |
GatewaySpecFluent.withNewInfrastructureLike(GatewayInfrastructure item) |
| Constructor and Description |
|---|
GatewayInfrastructureBuilder(GatewayInfrastructure instance) |
GatewayInfrastructureBuilder(GatewayInfrastructureFluent<?> fluent,
GatewayInfrastructure instance) |
GatewayInfrastructureFluent(GatewayInfrastructure instance) |
GatewaySpec(List<GatewayAddress> addresses,
String gatewayClassName,
GatewayInfrastructure infrastructure,
List<Listener> listeners) |
Copyright © 2015–2024 Red Hat. All rights reserved.