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 DaemonSetUpdateStrategyfn clone(&self) -> DaemonSetUpdateStrategy[src]
fn clone(&self) -> DaemonSetUpdateStrategyReturns 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 DaemonSetUpdateStrategyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for DaemonSetUpdateStrategy[src]
impl Default for DaemonSetUpdateStrategyfn default() -> DaemonSetUpdateStrategy[src]
fn default() -> DaemonSetUpdateStrategyReturns the "default value" for a type. Read more
impl PartialEq for DaemonSetUpdateStrategy[src]
impl PartialEq for DaemonSetUpdateStrategyfn eq(&self, other: &DaemonSetUpdateStrategy) -> bool[src]
fn eq(&self, other: &DaemonSetUpdateStrategy) -> boolThis 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) -> boolThis method tests for !=.
impl<'de> Deserialize<'de> for DaemonSetUpdateStrategy[src]
impl<'de> Deserialize<'de> for DaemonSetUpdateStrategyfn 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 DaemonSetUpdateStrategyAuto Trait Implementations
impl Send for DaemonSetUpdateStrategy
impl Send for DaemonSetUpdateStrategyimpl Sync for DaemonSetUpdateStrategy
impl Sync for DaemonSetUpdateStrategy