asd
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user