Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TortoiseReconciler ¶
type TortoiseReconciler struct { Scheme *runtime.Scheme Interval time.Duration HpaService *hpa.Service VpaService *vpa.Service DeploymentService *deployment.Service TortoiseService *tortoiseService.Service RecommenderService *recommender.Service EventRecorder record.EventRecorder // TODO: the following fields should be removed after we stop depending on deployment. // IstioSidecarProxyDefaultCPU is the default CPU resource request of the istio sidecar proxy IstioSidecarProxyDefaultCPU string // IstioSidecarProxyDefaultMemory is the default Memory resource request of the istio sidecar proxy IstioSidecarProxyDefaultMemory string }
TortoiseReconciler reconciles a Tortoise object
func (*TortoiseReconciler) SetupWithManager ¶
func (r *TortoiseReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.