package
0.0.0-20170824060325-cf23810f2098
Repository: https://github.com/sttts/kubernetes.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewCIDRRangeAllocator returns a CIDRAllocator to allocate CIDR for node Caller must ensure subNetMaskSize is not less than cluster CIDR mask size.
NewCloudCIDRAllocator creates a new cloud CIDR allocator.
# Constants
CloudAllocatorType is the allocator that uses cloud platform support to do node CIDR range allocations.
RangeAllocatorType is the allocator that uses an internal CIDR range allocator to do node CIDR range allocations.
# Interfaces
CIDRAllocator is an interface implemented by things that know how to allocate/occupy/recycle CIDR for nodes.
# Type aliases
CIDRAllocatorType is the type of the allocator to use.