Struct k8s_openapi::v1_11::api::apps::v1beta1::RollingUpdateStatefulSetStrategy
source · Expand description
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
Fields§
§partition: Option<i32>
Partition indicates the ordinal at which the StatefulSet should be partitioned.
Trait Implementations§
source§impl Clone for RollingUpdateStatefulSetStrategy
impl Clone for RollingUpdateStatefulSetStrategy
source§fn clone(&self) -> RollingUpdateStatefulSetStrategy
fn clone(&self) -> RollingUpdateStatefulSetStrategy
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for RollingUpdateStatefulSetStrategy
impl Default for RollingUpdateStatefulSetStrategy
source§fn default() -> RollingUpdateStatefulSetStrategy
fn default() -> RollingUpdateStatefulSetStrategy
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RollingUpdateStatefulSetStrategy
impl<'de> Deserialize<'de> for RollingUpdateStatefulSetStrategy
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more