Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrCacheSync is returned when the cache fails to sync ErrCacheSync = errors.New("failed to sync cache") )
Functions ¶
This section is empty.
Types ¶
type NodesInformer ¶
type NodesInformer interface { Load(ctx context.Context, log *logrus.Entry, cluster string, clientset kubernetes.Interface) (chan bool, error) GetNode(nodeName string) (*usage.NodeInfo, bool) }
func NewNodesInformer ¶
func NewNodesInformer() NodesInformer
Click to show internal directories.
Click to hide internal directories.