Documentation ¶
Index ¶
Constants ¶
View Source
const ( // IPAMKubernetes is the value to select the Kubernetes PodCIDR based // hostscope IPAM mode IPAMKubernetes = "kubernetes" // IPAMCRD is the value to select the CRD-backed IPAM plugin for // option.IPAM IPAMCRD = "crd" // IPAMENI is the value to select the AWS ENI IPAM plugin for option.IPAM IPAMENI = "eni" // IPAMAzure is the value to select the Azure IPAM plugin for // option.IPAM IPAMAzure = "azure" // IPAMClusterPool is the value to select the cluster pool mode for // option.IPAM IPAMClusterPool = "cluster-pool" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.