Documentation ¶
Index ¶
- Constants
- func Add(args []string, allParams AddParamSet, deps *AddDependencies) error
- func Install(params InstallParamSet) ([]byte, error)
- func Status(allParams AddParamSet) error
- type AddDependencies
- type AddParamSet
- type ConfigType
- type DeploymentType
- type InstallParamSet
- type SourceType
- type Yaml
Constants ¶
View Source
const ( DeployTypeKustomize DeploymentType = "kustomize" DeployTypeHelm DeploymentType = "helm" SourceTypeGit SourceType = "git" SourceTypeHelm SourceType = "helm" ConfigTypeUserRepo ConfigType = "" ConfigTypeNone ConfigType = "NONE" )
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add(args []string, allParams AddParamSet, deps *AddDependencies) error
func Install ¶ added in v0.0.3
func Install(params InstallParamSet) ([]byte, error)
func Status ¶ added in v0.0.4
func Status(allParams AddParamSet) error
Status provides the implementation for the wego status application command
Types ¶
type AddDependencies ¶ added in v0.0.4
type AddParamSet ¶
type ConfigType ¶ added in v0.0.4
type ConfigType string
type DeploymentType ¶ added in v0.0.4
type DeploymentType string
type InstallParamSet ¶ added in v0.0.3
type InstallParamSet struct {
Namespace string
}
type SourceType ¶ added in v0.0.4
type SourceType string
Click to show internal directories.
Click to hide internal directories.