Documentation
¶
Index ¶
- Constants
- func New(_ runtime.Object, handle framework.Handle) (framework.Plugin, error)
- type LocalStorage
- func (ls *LocalStorage) Filter(ctx context.Context, cycleState *framework.CycleState, pod *v1.Pod, ...) *framework.Status
- func (ls *LocalStorage) Name() string
- func (ls *LocalStorage) Score(ctx context.Context, state *framework.CycleState, pod *v1.Pod, nodeName string) (int64, *framework.Status)
- func (ls *LocalStorage) ScoreExtensions() framework.ScoreExtensions
Constants ¶
View Source
const MaxScore int64 = 10
View Source
const Name = "local-storage"
Name 插件名称
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LocalStorage ¶
type LocalStorage struct {
// contains filtered or unexported fields
}
func (*LocalStorage) Filter ¶
func (ls *LocalStorage) Filter(ctx context.Context, cycleState *framework.CycleState, pod *v1.Pod, node *framework.NodeInfo) *framework.Status
Filter 过滤掉不符合当前 Pod 运行条件的Node(相当于旧版本的 predicate)
func (*LocalStorage) Name ¶
func (ls *LocalStorage) Name() string
func (*LocalStorage) Score ¶
func (ls *LocalStorage) Score(ctx context.Context, state *framework.CycleState, pod *v1.Pod, nodeName string) (int64, *framework.Status)
Score 对节点进行打分(相当于旧版本的 priorities)
func (*LocalStorage) ScoreExtensions ¶
func (ls *LocalStorage) ScoreExtensions() framework.ScoreExtensions
ScoreExtensions of the Score plugin.
Click to show internal directories.
Click to hide internal directories.