Struct k8s_openapi::v1_10::api::apps::v1::RollingUpdateStatefulSetStrategy[][src]

pub struct RollingUpdateStatefulSetStrategy {
    pub partition: Option<i32>,
}

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

Fields

Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.

Trait Implementations

impl Clone for RollingUpdateStatefulSetStrategy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RollingUpdateStatefulSetStrategy
[src]

Formats the value using the given formatter. Read more

impl Default for RollingUpdateStatefulSetStrategy
[src]

Returns the "default value" for a type. Read more

impl PartialEq for RollingUpdateStatefulSetStrategy
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'de> Deserialize<'de> for RollingUpdateStatefulSetStrategy
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for RollingUpdateStatefulSetStrategy
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations