NginxIngressControllerType 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 NginxIngressControllerType.
public static class NginxIngressControllerType
type NginxIngressControllerType = class
Public Class NginxIngressControllerType
- Inheritance
-
NginxIngressControllerType
Fields
| Name | Description |
|---|---|
| AnnotationControlled |
The default NginxIngressController will be created. Users can edit the default NginxIngressController Custom Resource to configure load balancer annotations. |
| External |
The default NginxIngressController will be created and the operator will provision an external loadbalancer with it. Any annotation to make the default loadbalancer internal will be overwritten. |
| Internal |
The default NginxIngressController will be created and the operator will provision an internal loadbalancer with it. Any annotation to make the default loadbalancer external will be overwritten. |
| None |
The default Ingress Controller will not be created. It will not be deleted by the system if it exists. Users should delete the default NginxIngressController Custom Resource manually if desired. |