Uses of Class
com.azure.resourcemanager.containerservice.models.NginxIngressControllerType
Packages that use NginxIngressControllerType
Package
Description
Package containing the data models for ContainerService.
-
Uses of NginxIngressControllerType in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type NginxIngressControllerType in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classIngress type for the default NginxIngressController custom resource.Fields in com.azure.resourcemanager.containerservice.models declared as NginxIngressControllerTypeModifier and TypeFieldDescriptionstatic final NginxIngressControllerTypeNginxIngressControllerType.ANNOTATION_CONTROLLEDThe default NginxIngressController will be created.static final NginxIngressControllerTypeNginxIngressControllerType.EXTERNALThe default NginxIngressController will be created and the operator will provision an external loadbalancer with it.static final NginxIngressControllerTypeNginxIngressControllerType.INTERNALThe default NginxIngressController will be created and the operator will provision an internal loadbalancer with it.static final NginxIngressControllerTypeNginxIngressControllerType.NONEThe default Ingress Controller will not be created.Methods in com.azure.resourcemanager.containerservice.models that return NginxIngressControllerTypeModifier and TypeMethodDescriptionManagedClusterIngressProfileNginx.defaultIngressControllerType()Get the defaultIngressControllerType property: Ingress type for the default NginxIngressController custom resource.static NginxIngressControllerTypeNginxIngressControllerType.fromString(String name) Creates or finds a NginxIngressControllerType from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type NginxIngressControllerTypeModifier and TypeMethodDescriptionstatic Collection<NginxIngressControllerType> NginxIngressControllerType.values()Gets known NginxIngressControllerType values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type NginxIngressControllerTypeModifier and TypeMethodDescriptionManagedClusterIngressProfileNginx.withDefaultIngressControllerType(NginxIngressControllerType defaultIngressControllerType) Set the defaultIngressControllerType property: Ingress type for the default NginxIngressController custom resource.