IstioComponents Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |