Struct kube_core::params::PatchParams [−][src]
Expand description
Common query parameters for patch calls
Fields
dry_run: boolWhether to run this as a dry run
force: boolforce 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
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PatchParamsimpl Send for PatchParamsimpl Sync for PatchParamsimpl Unpin for PatchParamsimpl UnwindSafe for PatchParamsBlanket Implementations
Mutably borrows from an owned value. Read more