Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler reconciles AlamedaRecommendation object
func NewReconciler ¶
func NewReconciler(client client.Client, alamedaRecommendation *autoscaling_v1alpha1.AlamedaRecommendation) *Reconciler
NewReconciler creates Reconciler object
func (*Reconciler) UpdateResourceRecommendation ¶
func (reconciler *Reconciler) UpdateResourceRecommendation(podRecommendation *ApiRecommendations.PodRecommendation) (*autoscaling_v1alpha1.AlamedaRecommendation, error)
UpdateResourceRecommendation updates resource of AlamedaRecommendation
Click to show internal directories.
Click to hide internal directories.