pub struct RollingUpdate {
pub maxSurge: String,
pub maxUnavailable: String,
}Fields§
§maxSurge: StringTrait Implementations§
Source§impl Debug for RollingUpdate
impl Debug for RollingUpdate
Source§impl Default for RollingUpdate
impl Default for RollingUpdate
Source§fn default() -> RollingUpdate
fn default() -> RollingUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RollingUpdate
impl<'de> Deserialize<'de> for RollingUpdate
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
Auto Trait Implementations§
impl Freeze for RollingUpdate
impl RefUnwindSafe for RollingUpdate
impl Send for RollingUpdate
impl Sync for RollingUpdate
impl Unpin for RollingUpdate
impl UnwindSafe for RollingUpdate
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more