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: PostParamsHow the http post should occur
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EvictParamsimpl Send for EvictParamsimpl Sync for EvictParamsimpl Unpin for EvictParamsimpl UnwindSafe for EvictParamsBlanket Implementations
Mutably borrows from an owned value. Read more