Skip to content
Docs Try Aspire

PodDnsConfigOptionV1 Properties

Class Properties 2 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; }