Skip to content

Commit

Permalink
Fix documentation build
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Belouin <[email protected]>
  • Loading branch information
diconico07 committed Apr 30, 2024
1 parent 006f78a commit cef2054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/src/plugin_manager/device_plugin_slot_reclaimer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const SLOT_RECLAIM_INTERVAL: Duration = Duration::from_secs(10);
/// This function connects to kubelet's resource monitoring interface and extracts
/// the set of resources currently used by pods on the node.
/// It uses this Kubelet interface:
/// https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#grpc-endpoint-list
/// <https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#grpc-endpoint-list>
async fn get_used_slots() -> Result<HashSet<String>, anyhow::Error> {
// We will ignore this dummy uri because UDS does not use it.
// Some servers will check the uri content so the uri needs to
Expand Down

0 comments on commit cef2054

Please sign in to comment.