Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer struct {
// contains filtered or unexported fields
}
Consumer is
func NewConsumer ¶
func NewConsumer( region string, endpointURL string, selfNamespace string, cli kubernetes.Interface, lister listers.AWSSQSWorkerJobLister, wq workqueue.RateLimitingInterface, rec record.EventRecorder, ) (*Consumer, error)
NewConsumer is
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler is
func NewReconciler ¶
func NewReconciler( kubeClientSet kubernetes.Interface, customClientSet clientset.Interface, jobLister batchlisters.JobLister, customResourceLister listers.AWSSQSWorkerJobLister, workQueue workqueue.RateLimitingInterface, recorder record.EventRecorder, ) *Reconciler
NewReconciler is
Click to show internal directories.
Click to hide internal directories.