Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "ingress-shim"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { Client kubernetes.Interface CMClient clientset.Interface Recorder record.EventRecorder // contains filtered or unexported fields }
func New ¶
func New( certificatesInformer cminformers.CertificateInformer, ingressInformer extinformers.IngressInformer, issuerInformer cminformers.IssuerInformer, clusterIssuerInformer cminformers.ClusterIssuerInformer, client kubernetes.Interface, cmClient clientset.Interface, recorder record.EventRecorder, defaults defaults, ) *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, ing *extv1beta1.Ingress) error
Click to show internal directories.
Click to hide internal directories.