activesolution

package
v3.5.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2018 License: MIT Imports: 16 Imported by: 1

Documentation

Index

Constants

View Source
const (
	ErrInvalidSolution chkitErrors.Err = "invalid ingress"
)

Variables

This section is empty.

Functions

func ValidateSolution

func ValidateSolution(sol solution.Solution) error

func Wizard

func Wizard(ctx *context.Context, config WizardConfig) solution.Solution

Types

type Flags

type Flags struct {
	Force    bool   `flag:"force f" desc:"suppress confirmation, optional"`
	Name     string `desc:"solution name, optional"`
	Template string `desc:"solution template, optional"`
	Env      string `desc:"solution environment variables, optional"`
	Branch   string `desc:"solution git repo branch, optional"`
}

func (Flags) Solution

func (flags Flags) Solution(nsID string, args []string) (solution.Solution, error)

type WizardConfig

type WizardConfig struct {
	Solution   *solution.Solution
	Namespaces []string
	Templates  []string
	EditName   bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL