IngressSpecV1.IngressClassName Property
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.
Specifies the IngressClass associated with the Kubernetes Ingress resource.
[YamlDotNet.Serialization.YamlMember(Alias="ingressClassName")]
public string IngressClassName { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="ingressClassName")>]
member this.IngressClassName : string with get, set
Public Property IngressClassName As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
The IngressClassName defines which controller will handle and process the associated ingress rules. If this property is not set, the Ingress resource will not be associated with a specific controller.