Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
b6ce4c1a
Commit
b6ce4c1a
authored
Oct 05, 2018
by
Darren Shepherd
Committed by
Erik Wilson
Aug 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove EnableEquivalenceClassCache
parent
c1196e01
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
3 deletions
+2
-3
kube_features.go
pkg/features/kube_features.go
+0
-0
generic_scheduler.go
pkg/scheduler/core/generic_scheduler.go
+1
-1
factory.go
pkg/scheduler/factory/factory.go
+0
-1
scheduler.go
pkg/scheduler/scheduler.go
+1
-1
No files found.
pkg/features/kube_features.go
View file @
b6ce4c1a
pkg/scheduler/core/generic_scheduler.go
View file @
b6ce4c1a
...
@@ -28,7 +28,7 @@ import (
...
@@ -28,7 +28,7 @@ import (
"k8s.io/klog"
"k8s.io/klog"
"k8s.io/api/core/v1"
v1
"k8s.io/api/core/v1"
policy
"k8s.io/api/policy/v1beta1"
policy
"k8s.io/api/policy/v1beta1"
metav1
"k8s.io/apimachinery/pkg/apis/meta/v1"
metav1
"k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/apimachinery/pkg/labels"
...
...
pkg/scheduler/factory/factory.go
View file @
b6ce4c1a
...
@@ -82,7 +82,6 @@ type Config struct {
...
@@ -82,7 +82,6 @@ type Config struct {
// It is expected that changes made via SchedulerCache will be observed
// It is expected that changes made via SchedulerCache will be observed
// by NodeLister and Algorithm.
// by NodeLister and Algorithm.
SchedulerCache
schedulerinternalcache
.
Cache
SchedulerCache
schedulerinternalcache
.
Cache
NodeLister
algorithm
.
NodeLister
NodeLister
algorithm
.
NodeLister
Algorithm
core
.
ScheduleAlgorithm
Algorithm
core
.
ScheduleAlgorithm
GetBinder
func
(
pod
*
v1
.
Pod
)
Binder
GetBinder
func
(
pod
*
v1
.
Pod
)
Binder
...
...
pkg/scheduler/scheduler.go
View file @
b6ce4c1a
...
@@ -25,7 +25,7 @@ import (
...
@@ -25,7 +25,7 @@ import (
"k8s.io/klog"
"k8s.io/klog"
"k8s.io/api/core/v1"
v1
"k8s.io/api/core/v1"
metav1
"k8s.io/apimachinery/pkg/apis/meta/v1"
metav1
"k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/apimachinery/pkg/util/wait"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment