Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
NewController returns a new HPA reconcile controller.
Types ¶
type Reconciler ¶
type Reconciler struct { // Client is used to write back status updates. Client clientset.Interface // DynamicClient is used to patch target objects. DynamicClient dynamic.Interface // Listers index properties about resources Lister listers.FooBindingLister // Factory is used for producing listers for the object references we encounter. Factory duck.InformerFactory // The tracker builds an index of what resources are watching other // resources so that we can immediately react to changes to changes in // tracked resources. Tracker tracker.Interface // Recorder is an event recorder for recording Event resources to the // Kubernetes API. Recorder record.EventRecorder }
Reconciler implements controller.Reconciler for FooBinding resources.
Click to show internal directories.
Click to hide internal directories.