Struct kube_client::api::EvictParams [−][src]
pub struct EvictParams {
pub delete_options: Option<DeleteParams>,
pub post_options: PostParams,
}This is supported on crate feature
client only.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 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
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more