Function kubectl_view_allocations::collect_from_pods

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