Struct k8s_openapi::v1_8::api::extensions::v1beta1::RollbackConfig [−][src]
DEPRECATED.
Fields
revision: Option<i64>
The revision to rollback to. If set to 0, rollback to the last revision.
Trait Implementations
impl Clone for RollbackConfig[src]
impl Clone for RollbackConfigfn clone(&self) -> RollbackConfig[src]
fn clone(&self) -> RollbackConfigReturns 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)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for RollbackConfig[src]
impl Debug for RollbackConfigfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for RollbackConfig[src]
impl Default for RollbackConfigfn default() -> RollbackConfig[src]
fn default() -> RollbackConfigReturns the "default value" for a type. Read more
impl PartialEq for RollbackConfig[src]
impl PartialEq for RollbackConfigfn eq(&self, other: &RollbackConfig) -> bool[src]
fn eq(&self, other: &RollbackConfig) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RollbackConfig) -> bool[src]
fn ne(&self, other: &RollbackConfig) -> boolThis method tests for !=.
impl<'de> Deserialize<'de> for RollbackConfig[src]
impl<'de> Deserialize<'de> for RollbackConfigfn 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 RollbackConfig[src]
impl Serialize for RollbackConfigAuto Trait Implementations
impl Send for RollbackConfig
impl Send for RollbackConfigimpl Sync for RollbackConfig
impl Sync for RollbackConfig