Struct kube_client::api::PatchParams [−][src]
This is supported on crate feature
client only.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
Construct PatchParams for server-side apply
Force the result through on conflicts
NB: Force is a concept restricted to the server-side Patch::Apply.
Perform a dryRun only
Trait Implementations
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
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more