Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PodDeviceEntries (0.12 sec)

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

    }
    
    // checkpointData struct is used to store pod to device allocation information
    // in a checkpoint file.
    // TODO: add version control when we need to change checkpoint format.
    type checkpointData struct {
    	PodDeviceEntries  []PodDevicesEntry
    	RegisteredDevices map[string][]string
    }
    
    // Data holds checkpoint data and its checksum
    type Data struct {
    	Data     checkpointData
    	Checksum checksum.Checksum
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 12:01:56 UTC 2024
    - 3.2K bytes
    - Viewed (0)
Back to top