Skip to content

Commit

Permalink
chore(admission): enable admission for GatewayAPI v1 (#5091)
Browse files Browse the repository at this point in the history
  • Loading branch information
pangruoran authored Nov 6, 2023
1 parent f51bc53 commit 9a38f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/deploy-admission-controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ webhooks:
apiVersions:
- 'v1alpha2'
- 'v1beta1'
- 'v1'
operations:
- CREATE
- UPDATE
Expand Down

1 comment on commit 9a38f98

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 9a38f98 Previous: 4d5eb95 Ratio
BenchmarkDeckgenGenerateSHA - ns/op 79137 ns/op 30390 ns/op 2.60

This comment was automatically generated by workflow using github-action-benchmark.

CC: @Kong/k8s-maintainers

Please sign in to comment.