asd
Some checks failed
E2E Tests / Build docker image (push) Successful in 3m57s
Lint / Run on Ubuntu (push) Successful in 1m49s
Tests / Run on Ubuntu (push) Has been cancelled
E2E Tests / Run on Ubuntu (push) Has been cancelled

This commit is contained in:
Chris Richardson
2025-05-14 07:43:23 -04:00
parent f9acea7f57
commit 56ed4f8458
4 changed files with 53 additions and 0 deletions

View File

@@ -8,10 +8,12 @@ import (
)
func (r *LocustClusterReconciler) CreateLeaderJob(log logr.Logger, locustCluster *locustCluster.LocustCluster, ctx context.Context) error {
log.Info("Creating leader")
return nil
}
func (r *LocustClusterReconciler) CreateLeaderService(log logr.Logger, locustCluster *locustCluster.LocustCluster,
ctx context.Context) error {
log.Info("Creating service for leader")
return nil
}