Versions in this module Expand all Collapse all v0 v0.1.1 Mar 14, 2023 v0.1.0 Mar 14, 2023 Changes in this version + func NewSSSimulatorExecutor(conf *options.SchedulerSimulationConfig) (pkg.Simulator, error) + type ScheduleDetail struct + NodeAllocatable corev1.ResourceList + NodeName string + OnlyDSPod bool + PodRequest framework.Resource + Replicas int + type SchedulerSimulationReview struct + Details []ScheduleDetail + StopReason string + UnschedulablePods []corev1.Pod + func (r *SchedulerSimulationReview) Print(verbose bool, format string) error