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 RollingUpdateStatefulSetStrategy
fn clone(&self) -> RollingUpdateStatefulSetStrategy
[src]
fn clone(&self) -> RollingUpdateStatefulSetStrategy
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 RollingUpdateStatefulSetStrategy
[src]
impl Debug for RollingUpdateStatefulSetStrategy
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 RollingUpdateStatefulSetStrategy
[src]
impl Default for RollingUpdateStatefulSetStrategy
fn default() -> RollingUpdateStatefulSetStrategy
[src]
fn default() -> RollingUpdateStatefulSetStrategy
Returns the "default value" for a type. Read more
impl PartialEq for RollingUpdateStatefulSetStrategy
[src]
impl PartialEq for RollingUpdateStatefulSetStrategy
fn eq(&self, other: &RollingUpdateStatefulSetStrategy) -> bool
[src]
fn eq(&self, other: &RollingUpdateStatefulSetStrategy) -> bool
This 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) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for RollingUpdateStatefulSetStrategy
[src]
impl<'de> Deserialize<'de> for RollingUpdateStatefulSetStrategy
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 RollingUpdateStatefulSetStrategy
[src]
impl Serialize for RollingUpdateStatefulSetStrategy
Auto Trait Implementations
impl Send for RollingUpdateStatefulSetStrategy
impl Send for RollingUpdateStatefulSetStrategy
impl Sync for RollingUpdateStatefulSetStrategy
impl Sync for RollingUpdateStatefulSetStrategy