IstioComponentsResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Istio egress gateways.

Link copied to clipboard

Istio ingress gateways.