Share via


IngressTLSV1.SecretName Property

Definition

Represents the name of the Kubernetes Secret containing the TLS certificate and key. This property is used to secure communication for the specified hosts in an ingress resource.

[YamlDotNet.Serialization.YamlMember(Alias="secretName")]
public string SecretName { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="secretName")>]
member this.SecretName : string with get, set
Public Property SecretName As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to