Istio Components Response
data class IstioComponentsResponse(val egressGateways: List<IstioEgressGatewayResponse>? = null, val ingressGateways: List<IstioIngressGatewayResponse>? = null)
Istio components configuration.
Constructors
Link copied to clipboard
constructor(egressGateways: List<IstioEgressGatewayResponse>? = null, ingressGateways: List<IstioIngressGatewayResponse>? = null)