Struct k8s_openapi::v1_10::api::apps::v1::RollingUpdateStatefulSetStrategy [−][src]
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
Fields
partition: Option<i32>
Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
Trait Implementations
impl Clone for RollingUpdateStatefulSetStrategy[src]
impl Clone for RollingUpdateStatefulSetStrategyfn clone(&self) -> RollingUpdateStatefulSetStrategy[src]
fn clone(&self) -> RollingUpdateStatefulSetStrategyReturns 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 RollingUpdateStatefulSetStrategy[src]
impl Debug for RollingUpdateStatefulSetStrategyfn 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 RollingUpdateStatefulSetStrategy[src]
impl Default for RollingUpdateStatefulSetStrategyfn default() -> RollingUpdateStatefulSetStrategy[src]
fn default() -> RollingUpdateStatefulSetStrategyReturns the "default value" for a type. Read more
impl PartialEq for RollingUpdateStatefulSetStrategy[src]
impl PartialEq for RollingUpdateStatefulSetStrategyfn eq(&self, other: &RollingUpdateStatefulSetStrategy) -> bool[src]
fn eq(&self, other: &RollingUpdateStatefulSetStrategy) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RollingUpdateStatefulSetStrategy) -> bool[src]
fn ne(&self, other: &RollingUpdateStatefulSetStrategy) -> boolThis method tests for !=.
impl<'de> Deserialize<'de> for RollingUpdateStatefulSetStrategy[src]
impl<'de> Deserialize<'de> for RollingUpdateStatefulSetStrategyfn 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 RollingUpdateStatefulSetStrategy[src]
impl Serialize for RollingUpdateStatefulSetStrategyAuto Trait Implementations
impl Send for RollingUpdateStatefulSetStrategy
impl Send for RollingUpdateStatefulSetStrategyimpl Sync for RollingUpdateStatefulSetStrategy
impl Sync for RollingUpdateStatefulSetStrategy