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 Droplet struct + Count int + Image *string + Lifecycle *fi.Lifecycle + Name *string + Region *string + SSHKey *string + Size *string + Tags []string + UserData *fi.ResourceHolder + func (_ *Droplet) CheckChanges(a, e, changes *Droplet) error + func (_ *Droplet) RenderDO(t *do.DOAPITarget, a, e, changes *Droplet) error + func (d *Droplet) CompareWithID() *string + func (d *Droplet) Find(c *fi.Context) (*Droplet, error) + func (d *Droplet) Run(c *fi.Context) error + func (o *Droplet) GetLifecycle() *fi.Lifecycle + func (o *Droplet) GetName() *string + func (o *Droplet) SetLifecycle(lifecycle fi.Lifecycle) + func (o *Droplet) SetName(name string) + func (o *Droplet) String() string + func (o *Droplet) UnmarshalJSON(data []byte) error + type Volume struct + ID *string + Lifecycle *fi.Lifecycle + Name *string + Region *string + SizeGB *int64 + func (_ *Volume) CheckChanges(a, e, changes *Volume) error + func (_ *Volume) RenderDO(t *do.DOAPITarget, a, e, changes *Volume) error + func (_ *Volume) RenderTerraform(t *terraform.TerraformTarget, a, e, changes *Volume) error + func (o *Volume) GetLifecycle() *fi.Lifecycle + func (o *Volume) GetName() *string + func (o *Volume) SetLifecycle(lifecycle fi.Lifecycle) + func (o *Volume) SetName(name string) + func (o *Volume) String() string + func (o *Volume) UnmarshalJSON(data []byte) error + func (v *Volume) CompareWithID() *string + func (v *Volume) Find(c *fi.Context) (*Volume, error) + func (v *Volume) Run(c *fi.Context) error