Share via


PodDnsConfigOptionV1 Class

Definition

Represents a DNS configuration option for a Pod in Kubernetes.

[YamlDotNet.Serialization.YamlSerializable]
public sealed class PodDnsConfigOptionV1
[<YamlDotNet.Serialization.YamlSerializable>]
type PodDnsConfigOptionV1 = class
Public NotInheritable Class PodDnsConfigOptionV1
Inheritance
PodDnsConfigOptionV1
Attributes
YamlDotNet.Serialization.YamlSerializableAttribute

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.

Constructors

PodDnsConfigOptionV1()

Properties

Name

Gets or sets the name of the DNS configuration option for the pod.

Value

Gets or sets the value to be associated with the DNS configuration option.

Applies to