package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Packages

# Functions

NewAllocationMap creates an allocation bitmap using the random scan strategy.
NewAllocationMapWithOffset creates an allocation bitmap using a random scan strategy that allows to pass an offset that divides the allocation bitmap in two blocks.

# Structs

AllocationBitmap is a contiguous block of resources that can be allocated atomically.

# Interfaces

Interface manages the allocation of items out of a range.
Snapshottable is an Interface that can be snapshotted and restored.

# Type aliases