Skip to content
Docs Try Aspire

PodDnsConfigOptionV1

Class sealed net8.0
📦 Aspire.Hosting.Kubernetes v13.2.0-preview.1.26170.3
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.