Skip to content

Commit

Permalink
Generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
igooch committed Apr 18, 2023
1 parent 11cf6ca commit 924c6f1
Show file tree
Hide file tree
Showing 4 changed files with 1,543 additions and 1,434 deletions.
21 changes: 21 additions & 0 deletions pkg/apis/allocation/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/gameserverallocations/allocation_cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestAllocationCacheListSortedGameServers(t *testing.T) {
list []agonesv1.GameServer
test func(*testing.T, []*agonesv1.GameServer)
features string
gsa *allocationv1.GameServerAllocation
gsa *allocationv1.GameServerAllocation
}{
"most allocated": {
// node1: 1 ready, 1 allocated, node2: 1 ready
Expand Down
2 changes: 1 addition & 1 deletion pkg/gameserverallocations/find_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func TestFindGameServerForAllocationPacked(t *testing.T) {
list []agonesv1.GameServer
test func(*testing.T, []*agonesv1.GameServer)
features string
gsa *allocationv1.GameServerAllocation
gsa *allocationv1.GameServerAllocation
}{
"empty selector": {
list: []agonesv1.GameServer{{ObjectMeta: metav1.ObjectMeta{Name: "gs1", Namespace: defaultNs, Labels: oneLabel}, Status: agonesv1.GameServerStatus{NodeName: "node1", State: agonesv1.GameServerStateReady}}},
Expand Down
Loading

0 comments on commit 924c6f1

Please sign in to comment.