class K8S::Api::Core::V1::PodDNSConfigOption

Overview

PodDNSConfigOption defines DNS resolver options of a pod.

Included Modules

Defined in:

versions/v1.22/api/core/v1/pod_dns_config_option.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, name : String? = nil, value : String? = nil) #

[View source]

Instance Method Detail

def name : String? #

[View source]
def name=(name : String?) #

[View source]
def value : String? #

[View source]
def value=(value : String?) #

[View source]