PodDnsConfigOptionV1
Class sealed net10.0
Represents a DNS configuration option for a Pod in Kubernetes.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class PodDnsConfigOptionV1{ // ...}Remarks
Section titled Remarks 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.
Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesNameget; setstring Gets or sets the name of the DNS configuration option for the pod.
Valueget; setstring Gets or sets the value to be associated with the DNS configuration option.