Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadTestReconciler ¶
type LoadTestReconciler struct { client.Client Defaults *config.Defaults Scheme *runtime.Scheme // contains filtered or unexported fields }
LoadTestReconciler reconciles a LoadTest object
func (*LoadTestReconciler) Reconcile ¶
Reconcile attempts to bring the current state of the load test into agreement with its declared spec. This may mean provisioning resources, doing nothing or handling the termination of its pods.
func (*LoadTestReconciler) SetupWithManager ¶
func (r *LoadTestReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager configures a controller-runtime manager.
Click to show internal directories.
Click to hide internal directories.