Struct k8s_openapi::v1_11::api::extensions::v1beta1::RollbackConfig
source · Expand description
DEPRECATED.
Fields§
§revision: Option<i64>
The revision to rollback to. If set to 0, rollback to the last revision.
Trait Implementations§
source§impl Clone for RollbackConfig
impl Clone for RollbackConfig
source§fn clone(&self) -> RollbackConfig
fn clone(&self) -> RollbackConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RollbackConfig
impl Debug for RollbackConfig
source§impl Default for RollbackConfig
impl Default for RollbackConfig
source§fn default() -> RollbackConfig
fn default() -> RollbackConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RollbackConfig
impl<'de> Deserialize<'de> for RollbackConfig
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more