Documentation
¶
Index ¶
- Constants
- func New(configuration *runtime.Unknown, f framework.FrameworkHandle) (framework.Plugin, error)
- type Args
- type LVM
- func (y *LVM) Filter(ctx context.Context, state *framework.CycleState, pod *v1.Pod, ...) *framework.Status
- func (y *LVM) Name() string
- func (y *LVM) NormalizeScore(ctx context.Context, state *framework.CycleState, p *v1.Pod, ...) *framework.Status
- func (y *LVM) PostFilter(ctx context.Context, state *framework.CycleState, pod *v1.Pod, ...) *framework.Status
- func (y *LVM) Score(ctx context.Context, state *framework.CycleState, p *v1.Pod, nodeName string) (int64, *framework.Status)
- func (y *LVM) ScoreExtensions() framework.ScoreExtensions
Constants ¶
View Source
const (
Name = "lvm"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LVM ¶
type LVM struct {
// contains filtered or unexported fields
}
func (*LVM) NormalizeScore ¶
func (*LVM) PostFilter ¶
func (*LVM) ScoreExtensions ¶
func (y *LVM) ScoreExtensions() framework.ScoreExtensions
Click to show internal directories.
Click to hide internal directories.