Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "orders"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { controllerpkg.Context // contains filtered or unexported fields }
func New ¶
func New(ctx *controllerpkg.Context) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(workers int, stopCh <-chan struct{}) error
func (*Controller) Sync ¶
Sync will process this ACME Order. It is the core control function for ACME Orders, and handles: - creating orders - deciding/validated configured challenge mechanisms - create a Challenge resource in order to fulfill required validations - waiting for Challenge resources to enter the 'ready' state
Click to show internal directories.
Click to hide internal directories.