Documentation
¶
Index ¶
Constants ¶
View Source
const ( DeployTypeKustomize = "kustomize" DeployTypeHelm = "helm" )
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add(args []string, allParams AddParamSet)
Add provides the implementation for the wego add command
func Install ¶ added in v0.0.3
func Install(params InstallParamSet) ([]byte, error)
Types ¶
type AddParamSet ¶
type InstallParamSet ¶ added in v0.0.3
type InstallParamSet struct {
Namespace string
}
Click to show internal directories.
Click to hide internal directories.