matches_kind

Function matches_kind 

Source
pub fn matches_kind(specifier: &str, kind: &ObjectKind) -> bool
Expand description

Check if an object kind matches a kind specifier.

Supports both specific kinds (e.g., “Deployment”) and group specifiers (e.g., “DeploymentLike”).