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
d001f4af
Commit
d001f4af
authored
Feb 06, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #20254 from hongchaodeng/plugin
Auto commit by PR queue bot
parents
a08ac362
70408d2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
plugins.go
plugin/pkg/scheduler/factory/plugins.go
+7
-7
No files found.
plugin/pkg/scheduler/factory/plugins.go
View file @
d001f4af
...
@@ -33,13 +33,13 @@ import (
...
@@ -33,13 +33,13 @@ import (
// PluginFactoryArgs are passed to all plugin factory functions.
// PluginFactoryArgs are passed to all plugin factory functions.
type
PluginFactoryArgs
struct
{
type
PluginFactoryArgs
struct
{
algorithm
.
PodLister
PodLister
algorithm
.
PodLister
algorithm
.
ServiceLister
ServiceLister
algorithm
.
ServiceLister
algorithm
.
ControllerLister
ControllerLister
algorithm
.
ControllerLister
NodeLister
algorithm
.
NodeLister
NodeLister
algorithm
.
NodeLister
NodeInfo
predicates
.
NodeInfo
NodeInfo
predicates
.
NodeInfo
PVInfo
predicates
.
PersistentVolumeInfo
PVInfo
predicates
.
PersistentVolumeInfo
PVCInfo
predicates
.
PersistentVolumeClaimInfo
PVCInfo
predicates
.
PersistentVolumeClaimInfo
}
}
// A FitPredicateFactory produces a FitPredicate from the given args.
// A FitPredicateFactory produces a FitPredicate from the given args.
...
...
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