Documentation ¶
Index ¶
Constants ¶
View Source
const ( EventReason = "NebulaCluster Scheduling" NotBelongError = "the pod is not belong to nebula cluster" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScheduleExtender ¶
type ScheduleExtender interface {
Filter(*extender.ExtenderArgs) *extender.ExtenderFilterResult
}
func NewScheduleExtender ¶
func NewScheduleExtender(kubeCli kubernetes.Interface, predicate predicates.Predicate) ScheduleExtender
Click to show internal directories.
Click to hide internal directories.