Versions in this module Expand all Collapse all v1 v1.15.1 Feb 17, 2020 v1.15.0 Feb 17, 2020 Changes in this version + type Keypair struct + AlternateNameTasks []fi.Task + AlternateNames []string + Format string + Lifecycle *fi.Lifecycle + Name *string + Signer *Keypair + Subject string + Type string + func (_ *Keypair) CheckChanges(a, e, changes *Keypair) error + func (_ *Keypair) Render(c *fi.Context, a, e, changes *Keypair) error + func (e *Keypair) BuildCertificateTemplate() (*x509.Certificate, error) + func (e *Keypair) CheckExisting(c *fi.Context) bool + func (e *Keypair) CompareWithID() *string + func (e *Keypair) Find(c *fi.Context) (*Keypair, error) + func (e *Keypair) Run(c *fi.Context) error + func (o *Keypair) GetLifecycle() *fi.Lifecycle + func (o *Keypair) GetName() *string + func (o *Keypair) SetLifecycle(lifecycle fi.Lifecycle) + func (o *Keypair) SetName(name string) + func (o *Keypair) String() string + func (o *Keypair) UnmarshalJSON(data []byte) error + type ManagedFile struct + Contents *fi.ResourceHolder + Lifecycle *fi.Lifecycle + Location *string + Name *string + func (_ *ManagedFile) Render(c *fi.Context, a, e, changes *ManagedFile) error + func (e *ManagedFile) Find(c *fi.Context) (*ManagedFile, error) + func (e *ManagedFile) Run(c *fi.Context) error + func (o *ManagedFile) GetLifecycle() *fi.Lifecycle + func (o *ManagedFile) GetName() *string + func (o *ManagedFile) SetLifecycle(lifecycle fi.Lifecycle) + func (o *ManagedFile) SetName(name string) + func (o *ManagedFile) String() string + func (o *ManagedFile) UnmarshalJSON(data []byte) error + func (s *ManagedFile) CheckChanges(a, e, changes *ManagedFile) error + type MirrorKeystore struct + Lifecycle *fi.Lifecycle + MirrorPath vfs.Path + Name *string + func (_ *MirrorKeystore) Render(c *fi.Context, a, e, changes *MirrorKeystore) error + func (e *MirrorKeystore) Find(c *fi.Context) (*MirrorKeystore, error) + func (e *MirrorKeystore) GetDependencies(tasks map[string]fi.Task) []fi.Task + func (e *MirrorKeystore) Run(c *fi.Context) error + func (o *MirrorKeystore) GetLifecycle() *fi.Lifecycle + func (o *MirrorKeystore) GetName() *string + func (o *MirrorKeystore) SetLifecycle(lifecycle fi.Lifecycle) + func (o *MirrorKeystore) SetName(name string) + func (o *MirrorKeystore) String() string + func (o *MirrorKeystore) UnmarshalJSON(data []byte) error + func (s *MirrorKeystore) CheckChanges(a, e, changes *MirrorKeystore) error + type MirrorSecrets struct + Lifecycle *fi.Lifecycle + MirrorPath vfs.Path + Name *string + func (_ *MirrorSecrets) Render(c *fi.Context, a, e, changes *MirrorSecrets) error + func (e *MirrorSecrets) Find(c *fi.Context) (*MirrorSecrets, error) + func (e *MirrorSecrets) GetDependencies(tasks map[string]fi.Task) []fi.Task + func (e *MirrorSecrets) Run(c *fi.Context) error + func (o *MirrorSecrets) GetLifecycle() *fi.Lifecycle + func (o *MirrorSecrets) GetName() *string + func (o *MirrorSecrets) SetLifecycle(lifecycle fi.Lifecycle) + func (o *MirrorSecrets) SetName(name string) + func (o *MirrorSecrets) String() string + func (o *MirrorSecrets) UnmarshalJSON(data []byte) error + func (s *MirrorSecrets) CheckChanges(a, e, changes *MirrorSecrets) error + type Secret struct + Lifecycle *fi.Lifecycle + Name *string + func (_ *Secret) Render(c *fi.Context, a, e, changes *Secret) error + func (e *Secret) CheckExisting(c *fi.Context) bool + func (e *Secret) Find(c *fi.Context) (*Secret, error) + func (e *Secret) Run(c *fi.Context) error + func (o *Secret) GetLifecycle() *fi.Lifecycle + func (o *Secret) GetName() *string + func (o *Secret) SetLifecycle(lifecycle fi.Lifecycle) + func (o *Secret) SetName(name string) + func (o *Secret) String() string + func (o *Secret) UnmarshalJSON(data []byte) error + func (s *Secret) CheckChanges(a, e, changes *Secret) error