Struct kube_core::params::Preconditions [−][src]
Expand description
Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
Fields
resource_version: Option<String>Specifies the target ResourceVersion
uid: Option<String>Specifies the target UID
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for Preconditionsimpl Send for Preconditionsimpl Sync for Preconditionsimpl Unpin for Preconditionsimpl UnwindSafe for PreconditionsBlanket Implementations
Mutably borrows from an owned value. Read more