IngressTLSV1.SecretName 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.
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