Struct k8s_openapi::v1_8::api::extensions::v1beta1::DaemonSetUpdateStrategy [−][src]
pub struct DaemonSetUpdateStrategy { pub rolling_update: Option<RollingUpdateDaemonSet>, pub type_: Option<String>, }
Fields
rolling_update: Option<RollingUpdateDaemonSet>
Rolling update config params. Present only if type = "RollingUpdate".
type_: Option<String>
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete.
Trait Implementations
impl Clone for DaemonSetUpdateStrategy
[src]
impl Clone for DaemonSetUpdateStrategy
fn clone(&self) -> DaemonSetUpdateStrategy
[src]
fn clone(&self) -> DaemonSetUpdateStrategy
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for DaemonSetUpdateStrategy
[src]
impl Debug for DaemonSetUpdateStrategy
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for DaemonSetUpdateStrategy
[src]
impl Default for DaemonSetUpdateStrategy
fn default() -> DaemonSetUpdateStrategy
[src]
fn default() -> DaemonSetUpdateStrategy
Returns the "default value" for a type. Read more
impl PartialEq for DaemonSetUpdateStrategy
[src]
impl PartialEq for DaemonSetUpdateStrategy
fn eq(&self, other: &DaemonSetUpdateStrategy) -> bool
[src]
fn eq(&self, other: &DaemonSetUpdateStrategy) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &DaemonSetUpdateStrategy) -> bool
[src]
fn ne(&self, other: &DaemonSetUpdateStrategy) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for DaemonSetUpdateStrategy
[src]
impl<'de> Deserialize<'de> for DaemonSetUpdateStrategy
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for DaemonSetUpdateStrategy
[src]
impl Serialize for DaemonSetUpdateStrategy
Auto Trait Implementations
impl Send for DaemonSetUpdateStrategy
impl Send for DaemonSetUpdateStrategy
impl Sync for DaemonSetUpdateStrategy
impl Sync for DaemonSetUpdateStrategy