Skip to content

Commit

Permalink
update crds and deps
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <[email protected]>
  • Loading branch information
zroubalik committed Apr 23, 2024
1 parent 66909eb commit 4fff265
Show file tree
Hide file tree
Showing 6 changed files with 341 additions and 49 deletions.
372 changes: 329 additions & 43 deletions config/crd/bases/keda.sh_scaledjobs.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ require (
)

// temporary fix until https://github.com/kubernetes-sigs/custom-metrics-apiserver/pull/170 is merged
replace sigs.k8s.io/custom-metrics-apiserver => github.com/zroubalik/custom-metrics-apiserver v0.0.0-20240423165544-d507e408f45c
replace sigs.k8s.io/custom-metrics-apiserver => github.com/zroubalik/custom-metrics-apiserver v0.0.0-20240423181618-759711cd34fa

replace (
// pin k8s.io to v0.29.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2347,8 +2347,8 @@ github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0=
github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA=
github.com/zroubalik/custom-metrics-apiserver v0.0.0-20240423165544-d507e408f45c h1:UHSdOchKz/ioNZY5D729lfkAMtGAQt/mgJDx1i5YdYc=
github.com/zroubalik/custom-metrics-apiserver v0.0.0-20240423165544-d507e408f45c/go.mod h1:XrKZMHQemzZB8U0r5xKjb5U0Py+gnznPQJcs/Bw0w/A=
github.com/zroubalik/custom-metrics-apiserver v0.0.0-20240423181618-759711cd34fa h1:FaTJZX5iPfVXfTy5k/zaopZrP4ED+96ctPr/bsxHcB4=
github.com/zroubalik/custom-metrics-apiserver v0.0.0-20240423181618-759711cd34fa/go.mod h1:4XXz92s/SEmP3L2nlUu6lMWorxEQXAD39AdL22IQkDA=
gitlab.com/flimzy/testy v0.11.0 h1:YQxcTSqX/r9NYvwrNG+maswc7bw+r1Hh1RE/7e6JWQ4=
gitlab.com/flimzy/testy v0.11.0/go.mod h1:tcu652e6AyD5wS8q2JRUI+j5SlwIYsl3yq3ulHyuh8M=
go.einride.tech/aip v0.66.0/go.mod h1:qAhMsfT7plxBX+Oy7Huol6YUvZ0ZzdUz26yZsQwfl1M=
Expand Down
Empty file modified vendor/k8s.io/code-generator/generate-internal-groups.sh
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2678,7 +2678,7 @@ sigs.k8s.io/controller-tools/pkg/schemapatcher
sigs.k8s.io/controller-tools/pkg/schemapatcher/internal/yaml
sigs.k8s.io/controller-tools/pkg/version
sigs.k8s.io/controller-tools/pkg/webhook
# sigs.k8s.io/custom-metrics-apiserver v1.28.1-0.20240103150633-c0d09c9b6dd1 => github.com/zroubalik/custom-metrics-apiserver v0.0.0-20240423165544-d507e408f45c
# sigs.k8s.io/custom-metrics-apiserver v1.28.1-0.20240103150633-c0d09c9b6dd1 => github.com/zroubalik/custom-metrics-apiserver v0.0.0-20240423181618-759711cd34fa
## explicit; go 1.21
sigs.k8s.io/custom-metrics-apiserver/pkg/apiserver
sigs.k8s.io/custom-metrics-apiserver/pkg/apiserver/endpoints/handlers
Expand Down Expand Up @@ -2828,7 +2828,7 @@ sigs.k8s.io/structured-merge-diff/v4/value
sigs.k8s.io/yaml
sigs.k8s.io/yaml/goyaml.v2
sigs.k8s.io/yaml/goyaml.v3
# sigs.k8s.io/custom-metrics-apiserver => github.com/zroubalik/custom-metrics-apiserver v0.0.0-20240423165544-d507e408f45c
# sigs.k8s.io/custom-metrics-apiserver => github.com/zroubalik/custom-metrics-apiserver v0.0.0-20240423181618-759711cd34fa
# github.com/google/cel-go => github.com/google/cel-go v0.17.7
# github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.16.0
# github.com/prometheus/client_model => github.com/prometheus/client_model v0.4.0
Expand Down

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

0 comments on commit 4fff265

Please sign in to comment.