Fixing capitalization and a typo (#838)

* Fixing capitalization and a typo

* typo

* Typo

* Update controllers/autoscaling.go

* Update controllers/autoscaling.go

Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
This commit is contained in:
Rob Bos
2021-09-26 07:34:55 +02:00
committed by GitHub
parent 67c7b7a228
commit 3f331e9a39
3 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ type RunnerPodReconciler struct {
}
const (
// This names requires at leaset one slash to work.
// This names requires at least one slash to work.
// See https://github.com/google/knative-gcp/issues/378
runnerPodFinalizerName = "actions.summerwind.dev/runner-pod"