Versions in this module Expand all Collapse all v1 v1.11.0 Dec 24, 2018 v1.10.0 Aug 16, 2018 Changes in this version + type AttachISO struct + BootstrapScript *model.BootstrapScript + Cluster *kops.Cluster + IG *kops.InstanceGroup + Name *string + VM *VirtualMachine + func (_ *AttachISO) CheckChanges(a, e, changes *AttachISO) error + func (_ *AttachISO) RenderVSphere(t *vsphere.VSphereAPITarget, a, e, changes *AttachISO) error + func (e *AttachISO) Find(c *fi.Context) (*AttachISO, error) + func (e *AttachISO) Run(c *fi.Context) error + func (o *AttachISO) GetDependencies(tasks map[string]fi.Task) []fi.Task + func (o *AttachISO) GetName() *string + func (o *AttachISO) SetName(name string) + type VMPowerOn struct + AttachISO *AttachISO + Name *string + func (_ *VMPowerOn) CheckChanges(a, e, changes *VMPowerOn) error + func (_ *VMPowerOn) RenderVSphere(t *vsphere.VSphereAPITarget, a, e, changes *VMPowerOn) error + func (e *VMPowerOn) Find(c *fi.Context) (*VMPowerOn, error) + func (e *VMPowerOn) Run(c *fi.Context) error + func (o *VMPowerOn) GetDependencies(tasks map[string]fi.Task) []fi.Task + func (o *VMPowerOn) GetName() *string + func (o *VMPowerOn) SetName(name string) + type VirtualMachine struct + Name *string + VMTemplateName *string + func (_ *VirtualMachine) CheckChanges(a, e, changes *VirtualMachine) error + func (_ *VirtualMachine) RenderVSphere(t *vsphere.VSphereAPITarget, a, e, changes *VirtualMachine) error + func (e *VirtualMachine) CompareWithID() *string + func (e *VirtualMachine) Find(c *fi.Context) (*VirtualMachine, error) + func (e *VirtualMachine) Run(c *fi.Context) error + func (o *VirtualMachine) GetName() *string + func (o *VirtualMachine) SetName(name string) + func (o *VirtualMachine) String() string