| Package | Description |
|---|---|
| io.fabric8.istio.api.networking.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
GatewaySpec |
GatewaySpecBuilder.build() |
GatewaySpec |
GatewayFluent.buildSpec() |
GatewaySpec |
Gateway.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
GatewayFluent.SpecNested<A> |
GatewayFluent.editOrNewSpecLike(GatewaySpec item) |
void |
Gateway.setSpec(GatewaySpec spec) |
GatewayFluent.SpecNested<A> |
GatewayFluent.withNewSpecLike(GatewaySpec item) |
A |
GatewayFluent.withSpec(GatewaySpec spec) |
| Constructor and Description |
|---|
Gateway(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
GatewaySpec spec,
io.fabric8.istio.api.meta.v1alpha1.IstioStatus status) |
GatewaySpecBuilder(GatewaySpec instance) |
GatewaySpecBuilder(GatewaySpec instance,
Boolean validationEnabled) |
GatewaySpecBuilder(GatewaySpecFluent<?> fluent,
GatewaySpec instance) |
GatewaySpecBuilder(GatewaySpecFluent<?> fluent,
GatewaySpec instance,
Boolean validationEnabled) |
GatewaySpecFluent(GatewaySpec instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.