pub fn matches_kind(specifier: &str, kind: &ObjectKind) -> boolExpand description
Check if an object kind matches a kind specifier.
Supports both specific kinds (e.g., “Deployment”) and group specifiers (e.g., “DeploymentLike”).
pub fn matches_kind(specifier: &str, kind: &ObjectKind) -> boolCheck if an object kind matches a kind specifier.
Supports both specific kinds (e.g., “Deployment”) and group specifiers (e.g., “DeploymentLike”).