Istio Components Args
data class IstioComponentsArgs(val egressGateways: Output<List<IstioEgressGatewayArgs>>? = null, val ingressGateways: Output<List<IstioIngressGatewayArgs>>? = null) : ConvertibleToJava<IstioComponentsArgs>
Istio components configuration.
Constructors
Link copied to clipboard
constructor(egressGateways: Output<List<IstioEgressGatewayArgs>>? = null, ingressGateways: Output<List<IstioIngressGatewayArgs>>? = null)