Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type K6Reconciler ¶
K6Reconciler reconciles a K6 object
func (*K6Reconciler) Reconcile ¶
Reconcile takes a K6 object and takes the appropriate action in the cluster +kubebuilder:rbac:groups=k6.io,resources=k6s,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=k6.io,resources=k6s/status,verbs=get;update;patch +kubebuilder:rbac:groups=apps,resources=deployments,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=core,resources=pods,verbs=get;list; +kubebuilder:rbac:groups=batch,resources=jobs,verbs=get;list;watch;create;update;patch;delete
func (*K6Reconciler) SetupWithManager ¶
func (r *K6Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up a managed controller that will reconcile all events for the K6 CRD
Click to show internal directories.
Click to hide internal directories.