Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSSSimulatorExecutor ¶
func NewSSSimulatorExecutor(conf *options.SchedulerSimulationConfig) (pkg.Simulator, error)
Types ¶
type ScheduleDetail ¶
type SchedulerSimulationReview ¶
type SchedulerSimulationReview struct { UnschedulablePods []corev1.Pod `json:"unschedulablePods"` Details []ScheduleDetail `json:"details"` StopReason string `json:"stopReason"` }
Click to show internal directories.
Click to hide internal directories.