Documentation
¶
Index ¶
Constants ¶
View Source
const ( LivenessCheckService = "liveness" ReadinessCheckService = "readiness" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner is used to run epp with its plugins
func NewRunner ¶
func NewRunner() *Runner
NewRunner initializes a new EPP Runner and returns its pointer.
func (*Runner) WithRequestControlConfig ¶
func (r *Runner) WithRequestControlConfig(requestControlConfig *requestcontrol.Config) *Runner
func (*Runner) WithSchedulerConfig ¶
func (r *Runner) WithSchedulerConfig(schedulerConfig *scheduling.SchedulerConfig) *Runner
Click to show internal directories.
Click to hide internal directories.