ManagedClusterWebAppRoutingGatewayApiImplementations Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterWebAppRoutingGatewayApiImplementations
- com.
Implements
public final class ManagedClusterWebAppRoutingGatewayApiImplementations
implements JsonSerializable<ManagedClusterWebAppRoutingGatewayApiImplementations>
Configurations for Gateway API providers to be used for managed ingress with App Routing.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedClusterWebAppRoutingGatewayApiImplementations() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Managed |
appRoutingIstio()
Get the app |
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Managed |
withAppRoutingIstio(ManagedClusterAppRoutingIstio appRoutingIstio)
Set the app |
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterWebAppRoutingGatewayApiImplementations
public ManagedClusterWebAppRoutingGatewayApiImplementations()
Creates an instance of ManagedClusterWebAppRoutingGatewayApiImplementations class.
Method Details
appRoutingIstio
public ManagedClusterAppRoutingIstio appRoutingIstio()
Get the appRoutingIstio property: Configuration for using a sidecar-less Istio control plane for managed ingress via the Gateway API with App Routing. See https://aka.ms/gateway-on-istio for information on using Istio for ingress via the Gateway API.
Returns:
fromJson
public static ManagedClusterWebAppRoutingGatewayApiImplementations fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterWebAppRoutingGatewayApiImplementations from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAppRoutingIstio
public ManagedClusterWebAppRoutingGatewayApiImplementations withAppRoutingIstio(ManagedClusterAppRoutingIstio appRoutingIstio)
Set the appRoutingIstio property: Configuration for using a sidecar-less Istio control plane for managed ingress via the Gateway API with App Routing. See https://aka.ms/gateway-on-istio for information on using Istio for ingress via the Gateway API.
Parameters:
Returns: