kubectl_view_allocations

Function extract_allocatable_from_nodes

Source
pub async fn extract_allocatable_from_nodes(
    node_list: ObjectList<Node>,
    resources: &mut Vec<Resource>,
) -> Result<(), Error>