pub struct SkyDownTask {
pub cluster_name: String,
}Expand description
Tear down a SkyPilot cluster.
Fields§
§cluster_name: StringTrait Implementations§
Source§impl DagTask for SkyDownTask
impl DagTask for SkyDownTask
Source§fn execute(&self, _ctx: &DagContext) -> TaskOutcome
fn execute(&self, _ctx: &DagContext) -> TaskOutcome
Execute this task.
Source§fn resource_tag(&self) -> Option<&str>
fn resource_tag(&self) -> Option<&str>
Optional resource tag for worker pool slot management.
Tasks with a resource tag require a matching slot in the pool.
Auto Trait Implementations§
impl Freeze for SkyDownTask
impl RefUnwindSafe for SkyDownTask
impl Send for SkyDownTask
impl Sync for SkyDownTask
impl Unpin for SkyDownTask
impl UnsafeUnpin for SkyDownTask
impl UnwindSafe for SkyDownTask
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more