Skip to content

Commit

Permalink
pkg/prometheus/promcfg*.go: Validate EnforcedBodySizeLimit (#4285)
Browse files Browse the repository at this point in the history
* pkg/prometheus/promcfg*.go: Validate EnforcedBodySizeLimit

Related to #4282

Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>

* :* Run make tidy

* pkg/prometheus/promcfg*.go: Fix error string nits

* pkg/prometheus/promcfg_test.go: Update testcase check

* pkg/prometheus/promcfg*.go: Fix nits
  • Loading branch information
slashpai committed Sep 29, 2021
1 parent daca57a commit e44bca6
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 60 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/prometheus-operator/prometheus-operator
go 1.16

require (
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15
github.com/blang/semver/v4 v4.0.0
github.com/brancz/kube-rbac-proxy v0.8.0
github.com/docker/distribution v2.7.1+incompatible
Expand Down

0 comments on commit e44bca6

Please sign in to comment.