Struct k8s_openapi::v1_8::api::extensions::v1beta1::RollbackConfig[][src]

pub struct RollbackConfig {
    pub revision: Option<i64>,
}

DEPRECATED.

Fields

The revision to rollback to. If set to 0, rollback to the last revision.

Trait Implementations

impl Clone for RollbackConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RollbackConfig
[src]

Formats the value using the given formatter. Read more

impl Default for RollbackConfig
[src]

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

impl PartialEq for RollbackConfig
[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 RollbackConfig
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for RollbackConfig
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations