Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
K8sInterface kubernetes.Interface
Client client.WithWatch
InformerFactory informers.SharedInformerFactory
Options *Options
// contains filtered or unexported fields
}
func (*App) RegisterPlugins ¶
func (app *App) RegisterPlugins(plugins *plugins.BinderPlugins)
type Options ¶
type Options struct {
SchedulerName string
ResourceReservationNamespace string
ResourceReservationServiceAccount string
ResourceReservationPodImage string
ResourceReservationAppLabel string
ResourceReservationAllocationTimeout int
ResourceReservationPodResourcesJSON string
ScalingPodNamespace string
QPS float64
Burst int
MaxConcurrentReconciles int
RateLimiterBaseDelaySeconds int
RateLimiterMaxDelaySeconds int
EnableLeaderElection bool
MetricsAddr string
ProbeAddr string
FakeGPUNodes bool
GpuCdiEnabled bool
VolumeBindingTimeoutSeconds int
RuntimeClassName string
}
func InitOptions ¶
Click to show internal directories.
Click to hide internal directories.