Struct kube_core::params::PostParams
source · Expand description
Common query parameters for put/post calls
Fields§
§dry_run: bool
Whether to run this as a dry run
field_manager: Option<String>
fieldManager is a name of the actor that is making changes
Trait Implementations§
source§impl Clone for PostParams
impl Clone for PostParams
source§fn clone(&self) -> PostParams
fn clone(&self) -> PostParams
Returns a copy 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 PostParams
impl Debug for PostParams
source§impl Default for PostParams
impl Default for PostParams
source§fn default() -> PostParams
fn default() -> PostParams
Returns the “default value” for a type. Read more