Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Snapshot ¶
type Snapshot struct { }
Snapshot contains a snapshot of all DRA objects taken at a ~single point in time.
func (Snapshot) Clone ¶
Clone returns a copy of this Snapshot that can be independently modified without affecting this Snapshot.
func (Snapshot) DeviceClasses ¶
func (s Snapshot) DeviceClasses() schedulerframework.DeviceClassLister
DeviceClasses exposes the Snapshot as schedulerframework.DeviceClassLister, in order to interact with the scheduler framework.
func (Snapshot) ResourceClaims ¶
func (s Snapshot) ResourceClaims() schedulerframework.ResourceClaimTracker
ResourceClaims exposes the Snapshot as schedulerframework.ResourceClaimTracker, in order to interact with the scheduler framework.
func (Snapshot) ResourceSlices ¶
func (s Snapshot) ResourceSlices() schedulerframework.ResourceSliceLister
ResourceSlices exposes the Snapshot as schedulerframework.ResourceSliceLister, in order to interact with the scheduler framework.
Click to show internal directories.
Click to hide internal directories.