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 // Listers index properties about resources Lister listers.AddressableServiceLister ServiceLister corev1listers.ServiceLister // 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 AddressableService resources.
Click to show internal directories.
Click to hide internal directories.