Struct k8s_openapi::api::core::v1::PodDNSConfigOption
source · pub struct PodDNSConfigOption {
pub name: Option<String>,
pub value: Option<String>,
}
Expand description
PodDNSConfigOption defines DNS resolver options of a pod.
Fields§
§name: Option<String>
Required.
value: Option<String>
Trait Implementations§
source§impl Clone for PodDNSConfigOption
impl Clone for PodDNSConfigOption
source§fn clone(&self) -> PodDNSConfigOption
fn clone(&self) -> PodDNSConfigOption
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PodDNSConfigOption
impl Debug for PodDNSConfigOption
source§impl DeepMerge for PodDNSConfigOption
impl DeepMerge for PodDNSConfigOption
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge
other
into self
.source§impl Default for PodDNSConfigOption
impl Default for PodDNSConfigOption
source§fn default() -> PodDNSConfigOption
fn default() -> PodDNSConfigOption
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PodDNSConfigOption
impl<'de> Deserialize<'de> for PodDNSConfigOption
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<PodDNSConfigOption> for PodDNSConfigOption
impl PartialEq<PodDNSConfigOption> for PodDNSConfigOption
source§fn eq(&self, other: &PodDNSConfigOption) -> bool
fn eq(&self, other: &PodDNSConfigOption) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.