PodDnsConfigV1.Options 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 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.