PodSpecV1.DnsConfig 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 DNS configuration of a pod, encapsulating parameters that adjust the behavior or setup of DNS resolution for the pod.
[YamlDotNet.Serialization.YamlMember(Alias="dnsConfig")]
public Aspire.Hosting.Kubernetes.Resources.PodDnsConfigV1? DnsConfig { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="dnsConfig")>]
member this.DnsConfig : Aspire.Hosting.Kubernetes.Resources.PodDnsConfigV1 with get, set
Public Property DnsConfig As PodDnsConfigV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute