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
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PostParams
impl Send for PostParams
impl Sync for PostParams
impl Unpin for PostParams
impl UnwindSafe for PostParams
Blanket Implementations
Mutably borrows from an owned value. Read more