Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "certificates"
)
View Source
const (
TLSCAKey = "ca.crt"
)
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
New returns a new Certificates controller. It sets up the informer handler functions for all the types it watches.
func (*Controller) Run ¶
func (c *Controller) Run(workers int, stopCh <-chan struct{}) error
func (*Controller) Sync ¶
func (c *Controller) Sync(ctx context.Context, crt *v1alpha1.Certificate) (err error)
Click to show internal directories.
Click to hide internal directories.