Struct k8s_openapi::api::core::v1::PodDNSConfigOption [−][src]
Expand description
PodDNSConfigOption defines DNS resolver options of a pod.
Fields
name: Option<String>
Required.
value: Option<String>
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PodDNSConfigOption
impl Send for PodDNSConfigOption
impl Sync for PodDNSConfigOption
impl Unpin for PodDNSConfigOption
impl UnwindSafe for PodDNSConfigOption
Blanket Implementations
Mutably borrows from an owned value. Read more