Skip to content
Docs Try Aspire

PodDnsConfigOptionV1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
Represents a DNS configuration option for a Pod in Kubernetes.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class PodDnsConfigOptionV1
{
// ...
}
This class is used as part of the DNS configuration for a Pod in Kubernetes. It allows specifying custom DNS configuration options that can be utilized when the Pod's containers resolve domain names.