Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "clusterissuers"
)
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( clusterIssuersInformer cminformers.ClusterIssuerInformer, secretsInformer coreinformers.SecretInformer, cl kubernetes.Interface, cmClient clientset.Interface, issuerFactory issuer.Factory, recorder record.EventRecorder, clusterResourceNamespace string, ) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(workers int, stopCh <-chan struct{}) error
func (*Controller) Sync ¶
func (c *Controller) Sync(ctx context.Context, iss *v1alpha1.ClusterIssuer) (err error)
Click to show internal directories.
Click to hide internal directories.