Struct kube_core::params::PostParams [−][src]
Expand description
Common query parameters for put/post calls
Fields
dry_run: boolWhether 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 PostParamsimpl Send for PostParamsimpl Sync for PostParamsimpl Unpin for PostParamsimpl UnwindSafe for PostParamsBlanket Implementations
Mutably borrows from an owned value. Read more