Struct k8s_openapi::v1_10::api::apps::v1::StatefulSetUpdateStrategy [−][src]
pub struct StatefulSetUpdateStrategy {
pub rolling_update: Option<RollingUpdateStatefulSetStrategy>,
pub type_: Option<String>,
}StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
Fields
rolling_update: Option<RollingUpdateStatefulSetStrategy>
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
type_: Option<String>
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
Trait Implementations
impl Clone for StatefulSetUpdateStrategy[src]
impl Clone for StatefulSetUpdateStrategyfn clone(&self) -> StatefulSetUpdateStrategy[src]
fn clone(&self) -> StatefulSetUpdateStrategyReturns 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)Performs copy-assignment from source. Read more
impl Debug for StatefulSetUpdateStrategy[src]
impl Debug for StatefulSetUpdateStrategyfn 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 StatefulSetUpdateStrategy[src]
impl Default for StatefulSetUpdateStrategyfn default() -> StatefulSetUpdateStrategy[src]
fn default() -> StatefulSetUpdateStrategyReturns the "default value" for a type. Read more
impl PartialEq for StatefulSetUpdateStrategy[src]
impl PartialEq for StatefulSetUpdateStrategyfn eq(&self, other: &StatefulSetUpdateStrategy) -> bool[src]
fn eq(&self, other: &StatefulSetUpdateStrategy) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &StatefulSetUpdateStrategy) -> bool[src]
fn ne(&self, other: &StatefulSetUpdateStrategy) -> boolThis method tests for !=.
impl<'de> Deserialize<'de> for StatefulSetUpdateStrategy[src]
impl<'de> Deserialize<'de> for StatefulSetUpdateStrategyfn 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 StatefulSetUpdateStrategy[src]
impl Serialize for StatefulSetUpdateStrategyAuto Trait Implementations
impl Send for StatefulSetUpdateStrategy
impl Send for StatefulSetUpdateStrategyimpl Sync for StatefulSetUpdateStrategy
impl Sync for StatefulSetUpdateStrategy