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>, String)

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.

ProxyRedirectionMechanism

Gets or sets mode of traffic redirection. Possible values include: 'InitContainers', 'CNIChaining'

Applies to