pub struct TypeHeuristics;Expand description
Heuristics for guessing types when not found in values.yaml
These are patterns commonly seen in Helm charts that strongly suggest a particular type.
Implementations§
Source§impl TypeHeuristics
impl TypeHeuristics
Sourcepub fn guess_type(path: &str) -> Option<InferredType>
pub fn guess_type(path: &str) -> Option<InferredType>
Guesses the type based on the path name using heuristics
Returns None if no heuristic matches.
Auto Trait Implementations§
impl Freeze for TypeHeuristics
impl RefUnwindSafe for TypeHeuristics
impl Send for TypeHeuristics
impl Sync for TypeHeuristics
impl Unpin for TypeHeuristics
impl UnwindSafe for TypeHeuristics
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