Struct kube_client::api::EvictParams
source · pub struct EvictParams {
pub delete_options: Option<DeleteParams>,
pub post_options: PostParams,
}
Available on crate feature
client
only.Expand description
Params for evictable objects
Fields§
§delete_options: Option<DeleteParams>
How the eviction should occur
post_options: PostParams
How the http post should occur
Trait Implementations§
source§impl Clone for EvictParams
impl Clone for EvictParams
source§fn clone(&self) -> EvictParams
fn clone(&self) -> EvictParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for EvictParams
impl Default for EvictParams
source§fn default() -> EvictParams
fn default() -> EvictParams
Returns the “default value” for a type. Read more