Skip to content

Commit

Permalink
Merge pull request #723 from Huang-Wei/bump-k8s-v1.29
Browse files Browse the repository at this point in the history
bump k8s deps to v1.29 on master
  • Loading branch information
k8s-ci-robot authored Apr 19, 2024
2 parents 3f841b4 + 74cdc73 commit 2d20310
Show file tree
Hide file tree
Showing 928 changed files with 54,124 additions and 31,781 deletions.
2 changes: 0 additions & 2 deletions apis/config/scheme/scheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (

"sigs.k8s.io/scheduler-plugins/apis/config"
"sigs.k8s.io/scheduler-plugins/apis/config/v1"
"sigs.k8s.io/scheduler-plugins/apis/config/v1beta3"
)

var (
Expand All @@ -43,5 +42,4 @@ func init() {
func AddToScheme(scheme *runtime.Scheme) {
utilruntime.Must(config.AddToScheme(scheme))
utilruntime.Must(v1.AddToScheme(scheme))
utilruntime.Must(v1beta3.AddToScheme(scheme))
}
Loading

0 comments on commit 2d20310

Please sign in to comment.