ProxyRedirectionMechanism 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.
Defines values for ProxyRedirectionMechanism.
public static class ProxyRedirectionMechanism
type ProxyRedirectionMechanism = class
Public Class ProxyRedirectionMechanism
- Inheritance
-
ProxyRedirectionMechanism
Fields
| Name | Description |
|---|---|
| CNIChaining |
Istio will install a chained CNI plugin to redirect traffic (recommended). |
| InitContainers |
Istio will inject an init container into each pod to redirect traffic (requires NET_ADMIN and NET_RAW). |