Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "issuers"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New( issuersInformer cminformers.IssuerInformer, secretsInformer coreinformers.SecretInformer, cl kubernetes.Interface, cmClient clientset.Interface, issuerFactory issuer.Factory, recorder record.EventRecorder, ) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(workers int, stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.