Documentation ¶
Index ¶
- Constants
- func AssignMicroTopology(node framework.NodeInfo, pod *v1.Pod, state *framework.CycleState) string
- func CheckNonNativeTopology(pod *v1.Pod, resourcesRequests map[string]*resource.Quantity, ...) *framework.Status
- func FeasibleNonNativeTopology(pod *v1.Pod, resourceType podutil.PodResourceType, ...) *framework.Status
- func FitsNonNativeTopology(pod *v1.Pod, resourcesRequests map[string]*resource.Quantity, ...) *framework.Status
Constants ¶
View Source
const ( MonopolizedPodFailed = "node topology not satisfy socket pod requests" NonExclusiveDedicatedCoresPodFailed = "node topology not satisfy non-exclusive dedicated cores pod requests" ExclusiveDedicatedCoresPodFailed = "node topology not satisfy exclusive dedicated cores pod requests" )
Variables ¶
This section is empty.
Functions ¶
func AssignMicroTopology ¶
func CheckNonNativeTopology ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.