Documentation
¶
Index ¶
- Constants
- func CheckSessionWithRestore(ctx context.Context, vmcfg *Config, gclient *govmomi.Client) error
- func CreateInstance(ctx context.Context, vim25Client *vim25.Client, vmcfg *Config, vmname string, ...) (*createInstanceOutput, error)
- func DeleteGovmomiClient(gclient *govmomi.Client)
- func DeleteInstance(ctx context.Context, vim25Client *vim25.Client, vmcfg *Config, vmname string) (err error)
- func NewGovmomiClient(vmcfg Config) (*govmomi.Client, error)
- func NewServer(cfg hypervisor.Config, vmcfg Config, workerNode podnetwork.WorkerNode, ...) hypervisor.Server
- type Config
- type VmConfig
Constants ¶
View Source
const ( Version = "0.0.0" VIM25LaunchTemplateName = "kata" )
Variables ¶
This section is empty.
Functions ¶
func CheckSessionWithRestore ¶
func CreateInstance ¶
func DeleteGovmomiClient ¶
func DeleteInstance ¶
func NewServer ¶
func NewServer(cfg hypervisor.Config, vmcfg Config, workerNode podnetwork.WorkerNode, daemonPort string) hypervisor.Server
Types ¶
type Config ¶
type VmConfig ¶
type VmConfig []types.BaseOptionValue
Click to show internal directories.
Click to hide internal directories.