forked from kubernetes-sigs/descheduler
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from damemi/1.21-bump
Bug 1949050: Pull upstream changes for 1.21
- Loading branch information
Showing
1,670 changed files
with
125,538 additions
and
13,202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ _tmp/ | |
vendordiff.patch | ||
.idea/ | ||
*.code-workspace | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
module sigs.k8s.io/descheduler | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/client9/misspell v0.3.4 | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/pflag v1.0.5 | ||
k8s.io/api v0.20.0 | ||
k8s.io/apimachinery v0.20.0 | ||
k8s.io/apiserver v0.20.0 | ||
k8s.io/client-go v0.20.0 | ||
k8s.io/code-generator v0.20.0 | ||
k8s.io/component-base v0.20.0 | ||
k8s.io/component-helpers v0.20.0 | ||
k8s.io/klog/v2 v2.4.0 | ||
k8s.io/api v0.21.0 | ||
k8s.io/apimachinery v0.21.0 | ||
k8s.io/apiserver v0.21.0 | ||
k8s.io/client-go v0.21.0 | ||
k8s.io/code-generator v0.21.0 | ||
k8s.io/component-base v0.21.0 | ||
k8s.io/component-helpers v0.21.0 | ||
k8s.io/klog/v2 v2.8.0 | ||
sigs.k8s.io/mdtoc v1.0.1 | ||
) |
Oops, something went wrong.