Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GenerateAnnotations (0.28 sec)

  1. pkg/kubelet/cm/devicemanager/pod_devices.go

    	// We sort the CDI devices to ensure that the annotation value is deterministic.
    	sortedCDIDevices := sets.List[string](cdiDevices)
    	annotations, err := cdi.GenerateAnnotations(types.UID(resourceID), "devicemanager", sortedCDIDevices)
    	if err != nil {
    		klog.ErrorS(err, "Failed to create CDI annotations")
    		return nil
    	}
    
    	var cdiAnnotations []kubecontainer.Annotation
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jan 27 02:10:25 UTC 2024
    - 16.7K bytes
    - Viewed (0)
Back to top