Documentation ¶
Index ¶
- func Execute(furanversion string) error
- type Configurator
- func (c *Configurator) ExecuteInstallation() error
- func (c *Configurator) GetDBOptions() error
- func (c *Configurator) GetK8sOptions() error
- func (c *Configurator) GetSecretsOptions() error
- func (c *Configurator) GetSecretsValues() error
- func (c *Configurator) GetTLSCertificate() error
- func (c *Configurator) Intro() error
- func (c *Configurator) SetDBSecret() error
- func (c *Configurator) SuccessSummary() error
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configurator ¶
type Configurator struct { Opts Options // contains filtered or unexported fields }
func (*Configurator) ExecuteInstallation ¶
func (c *Configurator) ExecuteInstallation() error
func (*Configurator) GetDBOptions ¶
func (c *Configurator) GetDBOptions() error
func (*Configurator) GetK8sOptions ¶
func (c *Configurator) GetK8sOptions() error
GetK8sOptions interactively asks the user for k8s-related options
func (*Configurator) GetSecretsOptions ¶
func (c *Configurator) GetSecretsOptions() error
func (*Configurator) GetSecretsValues ¶
func (c *Configurator) GetSecretsValues() error
func (*Configurator) GetTLSCertificate ¶
func (c *Configurator) GetTLSCertificate() error
func (*Configurator) Intro ¶
func (c *Configurator) Intro() error
func (*Configurator) SetDBSecret ¶
func (c *Configurator) SetDBSecret() error
func (*Configurator) SuccessSummary ¶
func (c *Configurator) SuccessSummary() error
Click to show internal directories.
Click to hide internal directories.