Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface { // GetVMIDFromNode returns virtual machine from vSphere GetVMIDFromNode(name string) string }
Cache provides bridging information between vSphere and Kubernetes in cache. Specifically, when client has a Kubernetes node name, he wants to know the Corresponding VM ID in vSphere, this Cache will provide this information.
Click to show internal directories.
Click to hide internal directories.