Struct kube_core::params::PatchParams
source · [−]Expand description
Common query parameters for patch calls
Fields
dry_run: bool
Whether to run this as a dry run
force: bool
force Apply requests. Applicable only to Patch::Apply
.
field_manager: Option<String>
fieldManager is a name of the actor that is making changes. Required for Patch::Apply
optional for everything else.
Implementations
sourceimpl PatchParams
impl PatchParams
Trait Implementations
sourceimpl Clone for PatchParams
impl Clone for PatchParams
sourcefn clone(&self) -> PatchParams
fn clone(&self) -> PatchParams
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PatchParams
impl Debug for PatchParams
sourceimpl Default for PatchParams
impl Default for PatchParams
sourcefn default() -> PatchParams
fn default() -> PatchParams
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PatchParams
impl Send for PatchParams
impl Sync for PatchParams
impl Unpin for PatchParams
impl UnwindSafe for PatchParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more