pub trait ResourceState {
// Required method
fn state_description(&self) -> String;
}Expand description
Helper trait for extracting state description from K8s resources
Required Methods§
Sourcefn state_description(&self) -> String
fn state_description(&self) -> String
Get a human-readable description of the resource’s current state