Skip to content

Commit

Permalink
Merge branch 'master' into feature/1.15-client
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel authored May 8, 2020
2 parents 3fccc2f + 174f49e commit 7079ea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/agones/v1/gameserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ func TestGameServerPodNoErrors(t *testing.T) {
assert.True(t, metav1.IsControlledBy(pod, fixture))
}

func TestGameServerPod_ContainerNotFound_ErrReturned(t *testing.T) {
func TestGameServerPodContainerNotFoundErrReturned(t *testing.T) {
t.Parallel()
runtime.FeatureTestMutex.Lock()
defer runtime.FeatureTestMutex.Unlock()
Expand Down Expand Up @@ -1253,7 +1253,7 @@ func TestGameServerPod_ContainerNotFound_ErrReturned(t *testing.T) {

}

func TestGameServerPod_WithSidecar_NoErrros(t *testing.T) {
func TestGameServerPodWithSidecarNoErrors(t *testing.T) {
t.Parallel()
fixture := defaultGameServer()
fixture.ApplyDefaults()
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/Advanced/limiting-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
cpu: "250m" #this is our limit here
```
If you do not set a limit or request, the default is set my Kubernetes at a 100m CPU request.
If you do not set a limit or request, the default is set by Kubernetes at a 100m CPU request.
## SDK GameServer sidecar
Expand Down

0 comments on commit 7079ea4

Please sign in to comment.