Versions in this module Expand all Collapse all v0 v0.11.0 May 31, 2018 Changes in this version + const OptionSrc1 + const OptionSrc2 + var ErrDiffFound = errors.New("differences found") + func RunDiff(m map[string]interface{}) error + type Diff struct + func NewDiff(m map[string]interface{}) (*Diff, error) + func (d *Diff) Run() error v0.10.2 May 11, 2018 Changes in this version + const OptionAsString v0.10.0 Apr 26, 2018 Changes in this version + const OptionApp + const OptionArguments + const OptionClientConfig + const OptionComponentName + const OptionComponentNames + const OptionCreate + const OptionDryRun + const OptionEnvName + const OptionEnvName1 + const OptionEnvName2 + const OptionExtVarFiles + const OptionExtVars + const OptionFormat + const OptionFs + const OptionGcTag + const OptionGlobal + const OptionGracePeriod + const OptionJPaths + const OptionLibName + const OptionModule + const OptionName + const OptionNamespace + const OptionNewEnvName + const OptionOutput + const OptionOverride + const OptionPackageName + const OptionPath + const OptionQuery + const OptionRootPath + const OptionServer + const OptionServerURI + const OptionSkipDefaultRegistries + const OptionSkipGc + const OptionSpecFlag + const OptionTlaVarFiles + const OptionTlaVars + const OptionURI + const OptionUnset + const OptionValue + const OptionVersion + const OutputJSON + const OutputWide + var ErrNotInApp = errors.Errorf("could not find ksonnet app") + func RunApply(m map[string]interface{}) error + func RunComponentList(m map[string]interface{}) error + func RunComponentRm(m map[string]interface{}) error + func RunDelete(m map[string]interface{}) error + func RunEnvAdd(m map[string]interface{}) error + func RunEnvCurrent(m map[string]interface{}) error + func RunEnvDescribe(m map[string]interface{}) error + func RunEnvList(m map[string]interface{}) error + func RunEnvRm(m map[string]interface{}) error + func RunEnvSet(m map[string]interface{}) error + func RunEnvTargets(m map[string]interface{}) error + func RunEnvUpdate(m map[string]interface{}) error + func RunImport(m map[string]interface{}) error + func RunInit(m map[string]interface{}) error + func RunModuleCreate(m map[string]interface{}) error + func RunModuleList(m map[string]interface{}) error + func RunParamDelete(m map[string]interface{}) error + func RunParamDiff(m map[string]interface{}) error + func RunParamList(m map[string]interface{}) error + func RunParamSet(m map[string]interface{}) error + func RunPkgDescribe(m map[string]interface{}) error + func RunPkgInstall(m map[string]interface{}) error + func RunPkgList(m map[string]interface{}) error + func RunPrototypeDescribe(m map[string]interface{}) error + func RunPrototypeList(m map[string]interface{}) error + func RunPrototypePreview(m map[string]interface{}) error + func RunPrototypeSearch(m map[string]interface{}) error + func RunPrototypeUse(m map[string]interface{}) error + func RunRegistryAdd(m map[string]interface{}) error + func RunRegistryDescribe(m map[string]interface{}) error + func RunRegistryList(m map[string]interface{}) error + func RunShow(m map[string]interface{}) error + func RunUpgrade(m map[string]interface{}) error + func RunValidate(m map[string]interface{}) error + type Apply struct + type ComponentList struct + func NewComponentList(m map[string]interface{}) (*ComponentList, error) + func (cl *ComponentList) Run() error + type ComponentRm struct + func NewComponentRm(m map[string]interface{}) (*ComponentRm, error) + func (cr *ComponentRm) Run() error + type Delete struct + type DepCacher func(app.App, pkg.Descriptor, string) error + type EnvAdd struct + func NewEnvAdd(m map[string]interface{}) (*EnvAdd, error) + func (ea *EnvAdd) Run() error + type EnvCurrent struct + type EnvDescribe struct + func NewEnvDescribe(m map[string]interface{}) (*EnvDescribe, error) + func (ed *EnvDescribe) Run() error + type EnvList struct + func NewEnvList(m map[string]interface{}) (*EnvList, error) + func (el *EnvList) Run() error + type EnvRm struct + func NewEnvRm(m map[string]interface{}) (*EnvRm, error) + func (er *EnvRm) Run() error + type EnvSet struct + func NewEnvSet(m map[string]interface{}) (*EnvSet, error) + func (es *EnvSet) Run() error + type EnvSetOpt func(*EnvSet) + func EnvSetName(name string) EnvSetOpt + func EnvSetNamespace(nsName string) EnvSetOpt + type EnvTargets struct + func NewEnvTargets(m map[string]interface{}) (*EnvTargets, error) + func (et *EnvTargets) Run() error + type EnvUpdate struct + type Import struct + func NewImport(m map[string]interface{}) (*Import, error) + func (i *Import) Run() error + type Init struct + func NewInit(m map[string]interface{}) (*Init, error) + func (i *Init) Run() error + type ModuleCreate struct + func NewModuleCreate(m map[string]interface{}) (*ModuleCreate, error) + func (mc *ModuleCreate) Run() error + type ModuleList struct + func NewModuleList(m map[string]interface{}) (*ModuleList, error) + func (nl *ModuleList) Run() error + type ParamDelete struct + func NewParamDelete(m map[string]interface{}) (*ParamDelete, error) + func (pd *ParamDelete) Run() error + type ParamDiff struct + func NewParamDiff(m map[string]interface{}) (*ParamDiff, error) + func (pd *ParamDiff) Run() error + type ParamList struct + func NewParamList(m map[string]interface{}) (*ParamList, error) + func (pl *ParamList) Run() error + type ParamSet struct + func NewParamSet(m map[string]interface{}) (*ParamSet, error) + func (ps *ParamSet) Run() error + type PkgDescribe struct + func NewPkgDescribe(m map[string]interface{}) (*PkgDescribe, error) + func (pd *PkgDescribe) Run() error + type PkgInstall struct + func NewPkgInstall(m map[string]interface{}) (*PkgInstall, error) + func (pi *PkgInstall) Run() error + type PkgList struct + func NewPkgList(m map[string]interface{}) (*PkgList, error) + func (pl *PkgList) Run() error + type PrototypeDescribe struct + func NewPrototypeDescribe(m map[string]interface{}) (*PrototypeDescribe, error) + func (pd *PrototypeDescribe) Run() error + type PrototypeList struct + func NewPrototypeList(m map[string]interface{}) (*PrototypeList, error) + func (pl *PrototypeList) Run() error + type PrototypePreview struct + func NewPrototypePreview(m map[string]interface{}) (*PrototypePreview, error) + func (pp *PrototypePreview) Run() error + type PrototypeSearch struct + func NewPrototypeSearch(m map[string]interface{}) (*PrototypeSearch, error) + func (ps *PrototypeSearch) Run() error + type PrototypeUse struct + func NewPrototypeUse(m map[string]interface{}) (*PrototypeUse, error) + func (pl *PrototypeUse) Run() error + type RegistryAdd struct + func NewRegistryAdd(m map[string]interface{}) (*RegistryAdd, error) + func (ra *RegistryAdd) Run() error + type RegistryDescribe struct + func NewRegistryDescribe(m map[string]interface{}) (*RegistryDescribe, error) + func (rd *RegistryDescribe) Run() error + type RegistryList struct + func NewRegistryList(m map[string]interface{}) (*RegistryList, error) + func (rl *RegistryList) Run() error + type Show struct + type Upgrade struct + type Validate struct + func NewValidate(m map[string]interface{}) (*Validate, error) + func (v *Validate) Run() error v0.10.0-alpha.3 Apr 20, 2018