PodDnsConfigV1
Class sealed net10.0
Represents the DNS configuration for a Pod in Kubernetes.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class PodDnsConfigV1{ // ...}Remarks
Section titled Remarks This class is used to define custom DNS settings, including nameservers, search domains, and DNS configuration options, for a Pod in Kubernetes.
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesNameserversgetList<string> Gets the list of IP addresses of DNS servers to be used by the Pod.
Optionsget Represents a list of DNS configuration options for a Pod in Kubernetes.
SearchesgetList<string> Gets the list of DNS search domains used for name resolution in the Pod's DNS configuration.