Function kubectl_view_allocations::collect_from_pods[][src]

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