Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶ added in v0.3.0
type Option func(*options)
Option configures the reconciler.
func WithPodsReadyRequeuingTimestamp ¶ added in v0.6.0
func WithPodsReadyRequeuingTimestamp(ts config.RequeuingTimestamp) Option
WithPodsReadyRequeuingTimestamp sets the timestamp that is used for ordering workloads that have been requeued due to the PodsReady condition.
type Scheduler ¶
type Scheduler struct {
// contains filtered or unexported fields
}
func New ¶
func New(queues *queue.Manager, cache *cache.Cache, cl client.Client, recorder record.EventRecorder, opts ...Option) *Scheduler
func (*Scheduler) NeedLeaderElection ¶ added in v0.3.0
func (s *Scheduler) NeedLeaderElection() bool
NeedLeaderElection Implements LeaderElectionRunnable interface to make scheduler run in leader election mode
Click to show internal directories.
Click to hide internal directories.