PodSpecV1.DnsConfig Property

Definition

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

Applies to