Skip to content
DocsTry Aspire
DocsTry

PodDnsConfigOptionV1 Properties

ClassProperties2 members
Represents a DNS configuration option for a Pod in Kubernetes.
Gets or sets the name of the DNS configuration option for the pod.
public string Name { get; set; }
Gets or sets the value to be associated with the DNS configuration option.
public string Value { get; set; }