IstioComponents Class

Definition

Istio components configuration.

public class IstioComponents
type IstioComponents = class
Public Class IstioComponents
Inheritance
IstioComponents

Constructors

Name Description
IstioComponents()

Initializes a new instance of the IstioComponents class.

IstioComponents(IList<IstioIngressGateway>, IList<IstioEgressGateway>)

Initializes a new instance of the IstioComponents class.

Properties

Name Description
EgressGateways

Gets or sets istio egress gateways.

IngressGateways

Gets or sets istio ingress gateways.

Applies to