kubectl_view_allocations

Function collect_from_pods

Source
pub async fn collect_from_pods(
    client: Client,
    resources: &mut Vec<Resource>,
    namespace: &Option<String>,
) -> Result<(), Error>