Documentation
¶
Index ¶
- Variables
- type AdvancedOptionsStep
- type AwsTerraformStateStep
- type AzureTerraformStateStep
- type BackendSelectionStep
- type BaseStep
- type EnableVariableSpreading
- type ExtractSecrets
- type FinishStep
- type LibraryVariableSetUsage
- type LibraryVariableSetUsageProjects
- type OctopusDestinationDetails
- type OctopusDetails
- type ProjectExportStep
- type PromptRemovalStep
- type RenameProjectStep
- type SpaceExportStep
- type SpreadVariablesStep
- type StartProjectExportStep
- type StartSpaceExportStep
- type StepTemplateStep
- type TestTerraformStep
- type ToolsSelectionStep
- type WelcomeStep
Constants ¶
This section is empty.
Variables ¶
View Source
var AwsS3 = "AWS S3"
View Source
var AzureStorage = "Azure Storage"
Functions ¶
This section is empty.
Types ¶
type AdvancedOptionsStep ¶ added in v0.1.255
func (AdvancedOptionsStep) GetContainer ¶ added in v0.1.255
func (s AdvancedOptionsStep) GetContainer(parent fyne.Window) *fyne.Container
type AwsTerraformStateStep ¶
type AwsTerraformStateStep struct {
BaseStep
Wizard wizard.Wizard
// contains filtered or unexported fields
}
func (AwsTerraformStateStep) GetContainer ¶
func (s AwsTerraformStateStep) GetContainer(parent fyne.Window) *fyne.Container
type AzureTerraformStateStep ¶ added in v0.1.68
type AzureTerraformStateStep struct {
BaseStep
Wizard wizard.Wizard
// contains filtered or unexported fields
}
func (AzureTerraformStateStep) GetContainer ¶ added in v0.1.68
func (s AzureTerraformStateStep) GetContainer(parent fyne.Window) *fyne.Container
type BackendSelectionStep ¶ added in v0.1.68
func (BackendSelectionStep) GetContainer ¶ added in v0.1.68
func (s BackendSelectionStep) GetContainer(parent fyne.Window) *fyne.Container
type EnableVariableSpreading ¶ added in v0.1.283
func (EnableVariableSpreading) GetContainer ¶ added in v0.1.283
func (s EnableVariableSpreading) GetContainer(parent fyne.Window) *fyne.Container
type ExtractSecrets ¶ added in v0.1.294
type ExtractSecrets struct {
BaseStep
Wizard wizard.Wizard
// contains filtered or unexported fields
}
ExtractSecrets provides a step in the wizard to extract secrets from the Octopus database
func (ExtractSecrets) Execute ¶ added in v0.1.294
func (s ExtractSecrets) Execute() error
func (ExtractSecrets) GetContainer ¶ added in v0.1.294
func (s ExtractSecrets) GetContainer(parent fyne.Window) *fyne.Container
func (*ExtractSecrets) SaveSecretsVariable ¶ added in v0.1.294
func (s *ExtractSecrets) SaveSecretsVariable() error
SaveSecretsVariable creates a library variable set with a secret value containing the contents of a terraform.tfvars file that populates the secrets used by the exported space
type FinishStep ¶
func (FinishStep) GetContainer ¶
func (s FinishStep) GetContainer(parent fyne.Window) *fyne.Container
type LibraryVariableSetUsage ¶
type LibraryVariableSetUsage struct {
Projects []LibraryVariableSetUsageProjects `json:"Projects"`
}
type LibraryVariableSetUsageProjects ¶
type LibraryVariableSetUsageProjects struct {
ProjectId string `json:"ProjectId"`
}
type OctopusDestinationDetails ¶
type OctopusDestinationDetails struct {
BaseStep
Wizard wizard.Wizard
// contains filtered or unexported fields
}
func (OctopusDestinationDetails) GetContainer ¶
func (s OctopusDestinationDetails) GetContainer(parent fyne.Window) *fyne.Container
type OctopusDetails ¶
type OctopusDetails struct {
BaseStep
Wizard wizard.Wizard
// contains filtered or unexported fields
}
func (OctopusDetails) GetContainer ¶
func (s OctopusDetails) GetContainer(parent fyne.Window) *fyne.Container
type ProjectExportStep ¶
type ProjectExportStep struct {
BaseStep
Wizard wizard.Wizard
// contains filtered or unexported fields
}
func (ProjectExportStep) GetContainer ¶
func (s ProjectExportStep) GetContainer(parent fyne.Window) *fyne.Container
type PromptRemovalStep ¶ added in v0.1.42
func (PromptRemovalStep) GetContainer ¶ added in v0.1.42
func (s PromptRemovalStep) GetContainer(parent fyne.Window) *fyne.Container
type RenameProjectStep ¶ added in v0.1.331
func (RenameProjectStep) GetContainer ¶ added in v0.1.331
func (s RenameProjectStep) GetContainer(parent fyne.Window) *fyne.Container
type SpaceExportStep ¶
type SpaceExportStep struct {
BaseStep
Wizard wizard.Wizard
// contains filtered or unexported fields
}
func (SpaceExportStep) GetContainer ¶
func (s SpaceExportStep) GetContainer(parent fyne.Window) *fyne.Container
type SpreadVariablesStep ¶
type SpreadVariablesStep struct {
BaseStep
Wizard wizard.Wizard
// contains filtered or unexported fields
}
func (SpreadVariablesStep) Execute ¶ added in v0.1.51
func (s SpreadVariablesStep) Execute() error
func (SpreadVariablesStep) GetContainer ¶
func (s SpreadVariablesStep) GetContainer(parent fyne.Window) *fyne.Container
type StartProjectExportStep ¶ added in v0.1.81
type StartProjectExportStep struct {
BaseStep
Wizard wizard.Wizard
// contains filtered or unexported fields
}
func (StartProjectExportStep) Execute ¶ added in v0.1.81
func (s StartProjectExportStep) Execute(statusCallback func(message string), runbookEnvironment string) error
func (StartProjectExportStep) GetContainer ¶ added in v0.1.81
func (s StartProjectExportStep) GetContainer(parent fyne.Window) *fyne.Container
type StartSpaceExportStep ¶ added in v0.1.80
type StartSpaceExportStep struct {
BaseStep
Wizard wizard.Wizard
// contains filtered or unexported fields
}
func (StartSpaceExportStep) Execute ¶ added in v0.1.80
func (s StartSpaceExportStep) Execute(statusCallback func(message string), runbookEnvironment string) (executeError error)
func (StartSpaceExportStep) GetContainer ¶ added in v0.1.80
func (s StartSpaceExportStep) GetContainer(parent fyne.Window) *fyne.Container
type StepTemplateStep ¶
type StepTemplateStep struct {
BaseStep
Wizard wizard.Wizard
// contains filtered or unexported fields
}
func (StepTemplateStep) Execute ¶ added in v0.1.51
func (s StepTemplateStep) Execute() (string, error)
func (StepTemplateStep) GetContainer ¶
func (s StepTemplateStep) GetContainer(parent fyne.Window) *fyne.Container
type TestTerraformStep ¶
type TestTerraformStep struct {
BaseStep
Wizard wizard.Wizard
// contains filtered or unexported fields
}
func (TestTerraformStep) Execute ¶ added in v0.1.216
func (s TestTerraformStep) Execute() bool
func (TestTerraformStep) GetContainer ¶
func (s TestTerraformStep) GetContainer(parent fyne.Window) *fyne.Container
type ToolsSelectionStep ¶ added in v0.1.139
func (ToolsSelectionStep) GetContainer ¶ added in v0.1.139
func (s ToolsSelectionStep) GetContainer(parent fyne.Window) *fyne.Container
type WelcomeStep ¶
func (WelcomeStep) GetContainer ¶
func (s WelcomeStep) GetContainer(parent fyne.Window) *fyne.Container
Source Files
¶
- advanced_options.go
- aws_terraform_state.go
- azure_terraform_state.go
- backend_selection.go
- base_step.go
- enable_variable_spreading.go
- extract_secrets.go
- finish.go
- octopus_destination_details.go
- octopus_details.go
- project_export.go
- prompt_removal.go
- rename_projects.go
- space_export.go
- spread_variables.go
- start_project_export.go
- start_space_export.go
- step_templates.go
- test_terraform.go
- tools_selection.go
- welcome.go
Click to show internal directories.
Click to hide internal directories.