type NodeName …
var _ …
var _ …
const Name …
const ErrReason …
func (pl *NodeName) EventsToRegister(_ context.Context) ([]framework.ClusterEventWithHint, error) { … }
func (pl *NodeName) Name() string { … }
func (pl *NodeName) Filter(ctx context.Context, _ *framework.CycleState, pod *v1.Pod, nodeInfo *framework.NodeInfo) *framework.Status { … }
func Fits(pod *v1.Pod, nodeInfo *framework.NodeInfo) bool { … }
func New(_ context.Context, _ runtime.Object, _ framework.Handle, fts feature.Features) (framework.Plugin, error) { … }