StatefulSetGetExt

Trait StatefulSetGetExt 

Source
pub trait StatefulSetGetExt {
Show 13 methods // Required methods fn spec(&self) -> Option<&StatefulSetSpec>; fn status(&self) -> Option<&StatefulSetStatus>; // Provided methods fn min_ready_seconds(&self) -> Option<i32> { ... } fn available_replicas(&self) -> Option<i32> { ... } fn collision_count(&self) -> Option<i32> { ... } fn conditions(&self) -> Option<&[StatefulSetCondition]> { ... } fn current_replicas(&self) -> Option<i32> { ... } fn current_revision(&self) -> Option<&str> { ... } fn observed_generation(&self) -> Option<i64> { ... } fn ready_replicas(&self) -> Option<i32> { ... } fn status_replicas(&self) -> i32 { ... } fn update_revision(&self) -> Option<&str> { ... } fn updated_replicas(&self) -> Option<i32> { ... }
}

Required Methods§

Provided Methods§

Implementors§