Documentation ¶
Index ¶
- type Instance
- func (_ *Instance) CheckChanges(actual, expected, changes *Instance) error
- func (s *Instance) CompareWithID() *string
- func (s *Instance) Find(c *fi.Context) (*Instance, error)
- func (o *Instance) GetLifecycle() fi.Lifecycle
- func (o *Instance) GetName() *string
- func (_ *Instance) RenderScw(c *fi.Context, actual, expected, changes *Instance) error
- func (s *Instance) Run(c *fi.Context) error
- func (o *Instance) SetLifecycle(lifecycle fi.Lifecycle)
- func (o *Instance) String() string
- type SSHKey
- func (s *SSHKey) CheckChanges(actual, expected, changes *SSHKey) error
- func (s *SSHKey) CompareWithID() *string
- func (s *SSHKey) Find(c *fi.Context) (*SSHKey, error)
- func (o *SSHKey) GetLifecycle() fi.Lifecycle
- func (o *SSHKey) GetName() *string
- func (*SSHKey) RenderScw(c *fi.Context, actual, expected, changes *SSHKey) error
- func (s *SSHKey) Run(c *fi.Context) error
- func (o *SSHKey) SetLifecycle(lifecycle fi.Lifecycle)
- func (o *SSHKey) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct { Name *string Lifecycle fi.Lifecycle Zone *string CommercialType *string Image *string Tags []string Count int UserData *fi.Resource }
+kops:fitask
func (*Instance) CheckChanges ¶
func (*Instance) CompareWithID ¶
func (*Instance) GetLifecycle ¶
GetLifecycle returns the Lifecycle of the object, implementing fi.HasLifecycle
func (*Instance) SetLifecycle ¶
SetLifecycle sets the Lifecycle of the object, implementing fi.SetLifecycle
type SSHKey ¶
type SSHKey struct { ID *string Name *string Lifecycle fi.Lifecycle PublicKey *fi.Resource KeyPairFingerPrint *string }
+kops:fitask
func (*SSHKey) CheckChanges ¶
func (*SSHKey) CompareWithID ¶
func (*SSHKey) GetLifecycle ¶
GetLifecycle returns the Lifecycle of the object, implementing fi.HasLifecycle
func (*SSHKey) SetLifecycle ¶
SetLifecycle sets the Lifecycle of the object, implementing fi.SetLifecycle
Click to show internal directories.
Click to hide internal directories.