kubernetes/pkg/scheduler/framework/autoscaler_contract/lister_contract_test.go

var _

var _

var _

type nodeInfoListerContract

func (c *nodeInfoListerContract) List() ([]*framework.NodeInfo, error) {}

func (c *nodeInfoListerContract) HavePodsWithAffinityList() ([]*framework.NodeInfo, error) {}

func (c *nodeInfoListerContract) HavePodsWithRequiredAntiAffinityList() ([]*framework.NodeInfo, error) {}

func (c *nodeInfoListerContract) Get(_ string) (*framework.NodeInfo, error) {}

type storageInfoListerContract

func (c *storageInfoListerContract) IsPVCUsedByPods(_ string) bool {}

type shareListerContract

func (c *shareListerContract) NodeInfos() framework.NodeInfoLister {}

func (c *shareListerContract) StorageInfos() framework.StorageInfoLister {}