Share via


IngressSpecV1.IngressClassName Property

Definition

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.

Applies to