Skip to content
Docs Try Aspire
Docs Try

PodDnsConfigOptionV1

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