class K8S::Api::Core::V1::PodDNSConfig
- K8S::Api::Core::V1::PodDNSConfig
- Reference
- Object
Overview
PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.23/api/core/v1/pod_dns_config.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, nameservers : Array? = nil, options : Array? = nil, searches : Array? = nil)
Instance Method Summary
- #nameservers : Array(String)?
- #nameservers=(nameservers : Array(String)?)
- #options : Array(Api::Core::V1::PodDNSConfigOption)?
- #options=(options : Array(Api::Core::V1::PodDNSConfigOption)?)
- #searches : Array(String)?
- #searches=(searches : Array(String)?)