Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllocationReactor ¶
type AllocationReactor interface {
UpdateAllocation(ctx context.Context, allocation *state.AllocationInfo) error
}
func NewNUMAAllocationReactor ¶
func NewNUMAAllocationReactor(podFetcher pod.PodFetcher, client kubernetes.Interface) AllocationReactor
type DummyAllocationReactor ¶
type DummyAllocationReactor struct{}
func (DummyAllocationReactor) UpdateAllocation ¶
func (d DummyAllocationReactor) UpdateAllocation(_ context.Context, _ *state.AllocationInfo) error
Click to show internal directories.
Click to hide internal directories.