refactor: remove registration runner dead code (#1260)

We had some dead code left over from the removal of registration runners. Registration runners were removed in #859 #1207

Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
This commit is contained in:
Callum Tait
2022-05-16 03:23:39 +01:00
committed by GitHub
parent fca8a538db
commit 65f7ee92a6
4 changed files with 4 additions and 21 deletions

View File

@@ -205,7 +205,3 @@ func (r *RunnerReplicaSetReconciler) SetupWithManager(mgr ctrl.Manager) error {
Named(name).
Complete(r)
}
func registrationOnlyRunnerNameFor(rsName string) string {
return rsName + "-registration-only"
}