Struct kube_core::params::Preconditions
source · [−]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 Preconditions
impl Send for Preconditions
impl Sync for Preconditions
impl Unpin for Preconditions
impl UnwindSafe for Preconditions
Blanket Implementations
Mutably borrows from an owned value. Read more