Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentefb committed May 22, 2024
1 parent 704142a commit 6fe2b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gameservers/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ func (ext *Extensions) creationValidationHandler(review admissionv1.AdmissionRev
return review, nil
}

// creationValidationHandlerPod that mutates a GameServer pod when it is created
// creationMutationHandlerPod that mutates a GameServer pod when it is created
// Should only be called on gameserver pod create operations.
func (ext *Extensions) creationMutationHandlerPod(review admissionv1.AdmissionReview) (admissionv1.AdmissionReview, error) {
logger := runtime.NewLoggerWithSource("gke")
Expand Down

0 comments on commit 6fe2b26

Please sign in to comment.