Struct k8s_openapi::api::apps::v1::RollingUpdateStatefulSetStrategy [−][src]
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. Default value is 0.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for RollingUpdateStatefulSetStrategy
impl Sync for RollingUpdateStatefulSetStrategy
impl Unpin for RollingUpdateStatefulSetStrategy
Blanket Implementations
Mutably borrows from an owned value. Read more