Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInterfaceCacheFactory ¶
func NewInterfaceCacheFactory() *interfaceCacheFactory
Types ¶
type DomainInterfaceStore ¶
type InterfaceCacheFactory ¶
type InterfaceCacheFactory interface { CacheForVMI(vmi *v1.VirtualMachineInstance) PodInterfaceCacheStore CacheForPID(pid string) DomainInterfaceStore }
type PodCacheInterface ¶
type PodInterfaceCacheStore ¶
type PodInterfaceCacheStore interface { Read(ifaceName string) (*PodCacheInterface, error) Write(ifaceName string, cacheInterface *PodCacheInterface) error Remove() error }
Click to show internal directories.
Click to hide internal directories.