Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MaxConcurrentChallenges is the total maximum number of challenges that // can be scheduled as 'processing' at once. MaxConcurrentChallenges = 60 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scheduler ¶ added in v0.6.0
type Scheduler struct {
// contains filtered or unexported fields
}
Scheduler implements an ACME challenge scheduler that applies heuristics to challenge resources in order to determine which challenges should be processing at a given time.
func New ¶
func New(l cmlisters.ChallengeLister) *Scheduler
New will construct a new instance of a scheduler
Click to show internal directories.
Click to hide internal directories.