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