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 RollbackConfig
fn clone(&self) -> RollbackConfig
[src]
fn clone(&self) -> RollbackConfig
Returns 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 RollbackConfig
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for RollbackConfig
[src]
impl Default for RollbackConfig
fn default() -> RollbackConfig
[src]
fn default() -> RollbackConfig
Returns the "default value" for a type. Read more
impl PartialEq for RollbackConfig
[src]
impl PartialEq for RollbackConfig
fn eq(&self, other: &RollbackConfig) -> bool
[src]
fn eq(&self, other: &RollbackConfig) -> bool
This 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) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for RollbackConfig
[src]
impl<'de> Deserialize<'de> for RollbackConfig
fn 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 RollbackConfig
Auto Trait Implementations
impl Send for RollbackConfig
impl Send for RollbackConfig
impl Sync for RollbackConfig
impl Sync for RollbackConfig