PodDnsConfigV1.Options Property

Definition

Represents a list of DNS configuration options for a Pod in Kubernetes.

[YamlDotNet.Serialization.YamlMember(Alias="options")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.PodDnsConfigOptionV1> Options { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="options")>]
member this.Options : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.PodDnsConfigOptionV1>
Public ReadOnly Property Options As List(Of PodDnsConfigOptionV1)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

Each element in this collection defines a specific DNS configuration option, encapsulated in the PodDnsConfigOptionV1 class. These options allow fine-tuning of DNS behaviors and settings for the Pod.

Applies to