package
1.5.0-rc.1
Repository: https://github.com/kubevirt/kubevirt.git
Documentation: pkg.go.dev

# Functions

CreateFromNetworkStatuses creates a mapping of network name to pod interface name based on the given VMI spec networks and pod network statuses.
CreateHashedNetworkNameScheme iterates over the VMI's Networks, and creates for each a pod interface name.
CreateOrdinalNetworkNameScheme iterates over the VMI's Networks, and creates for each a pod interface name.
OrdinalPodInterfaceName returns the ordinal interface name for the given network name.
OrdinalSecondaryInterfaceName check if the given name is in form of the ordinal name scheme (e.g.: net1, net2..).
PodHasOrdinalInterfaceName checks if the given pod network status has at least one pod interface with ordinal name.

# Constants