Struct kube_core::subresource::EvictParams [−][src]
pub struct EvictParams { pub delete_options: Option<DeleteParams>, pub post_options: PostParams, }
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
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EvictParams
impl Send for EvictParams
impl Sync for EvictParams
impl Unpin for EvictParams
impl UnwindSafe for EvictParams
Blanket Implementations
Mutably borrows from an owned value. Read more