pub struct GkeAutoUpgradeConfig {
pub patch_mode: Option<String>,
}Expand description
GkeAutoUpgradeConfig is the configuration for GKE auto upgrades.
This type is not used in any activity, and only used as part of another schema.
Fields§
§patch_mode: Option<String>PatchMode specifies how auto upgrade patch builds should be selected.
Trait Implementations§
Source§impl Clone for GkeAutoUpgradeConfig
impl Clone for GkeAutoUpgradeConfig
Source§fn clone(&self) -> GkeAutoUpgradeConfig
fn clone(&self) -> GkeAutoUpgradeConfig
Returns a duplicate 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 GkeAutoUpgradeConfig
impl Debug for GkeAutoUpgradeConfig
Source§impl Default for GkeAutoUpgradeConfig
impl Default for GkeAutoUpgradeConfig
Source§fn default() -> GkeAutoUpgradeConfig
fn default() -> GkeAutoUpgradeConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GkeAutoUpgradeConfig
impl<'de> Deserialize<'de> for GkeAutoUpgradeConfig
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
Source§impl Serialize for GkeAutoUpgradeConfig
impl Serialize for GkeAutoUpgradeConfig
impl Part for GkeAutoUpgradeConfig
Auto Trait Implementations§
impl Freeze for GkeAutoUpgradeConfig
impl RefUnwindSafe for GkeAutoUpgradeConfig
impl Send for GkeAutoUpgradeConfig
impl Sync for GkeAutoUpgradeConfig
impl Unpin for GkeAutoUpgradeConfig
impl UnwindSafe for GkeAutoUpgradeConfig
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