File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
pkg/scheduler/framework/plugins Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,6 @@ func (pl *InterPodAffinity) Name() string {
46
46
return Name
47
47
}
48
48
49
- // BuildArgs returns the args that were used to build the plugin.
50
- func (pl * InterPodAffinity ) BuildArgs () interface {} {
51
- return pl .args
52
- }
53
-
54
49
// New initializes a new plugin and returns it.
55
50
func New (plArgs runtime.Object , h framework.FrameworkHandle ) (framework.Plugin , error ) {
56
51
if h .SnapshotSharedLister () == nil {
Original file line number Diff line number Diff line change @@ -60,11 +60,6 @@ func (pl *PodTopologySpread) Name() string {
60
60
return Name
61
61
}
62
62
63
- // BuildArgs returns the arguments used to build the plugin.
64
- func (pl * PodTopologySpread ) BuildArgs () interface {} {
65
- return pl .args
66
- }
67
-
68
63
// New initializes a new plugin and returns it.
69
64
func New (plArgs runtime.Object , h framework.FrameworkHandle ) (framework.Plugin , error ) {
70
65
if h .SnapshotSharedLister () == nil {
You can’t perform that action at this time.
0 commit comments