Documentation ¶
Index ¶
- func Apply(fs afero.Fs, env string, options client.ApplyOptions) error
- func ComponentList(fs afero.Fs, namespace, output string) error
- func Delete(fs afero.Fs, env string, options client.DeleteOptions, opts ...DeleteOpt) error
- func EnvDescribe(fs afero.Fs, envName string) error
- func EnvList(fs afero.Fs) error
- func EnvTargets(fs afero.Fs, envName string, nsNames []string) error
- func Import(fs afero.Fs, nsName, path string) error
- func NsCreate(fs afero.Fs, nsName string) error
- func NsList(fs afero.Fs) error
- func ParamDelete(fs afero.Fs, componentName, path string, opts ...ParamDeleteOpt) error
- func ParamList(fs afero.Fs, nsName string) error
- func ParamSet(fs afero.Fs, componentName, path, value string, opts ...ParamSetOpt) error
- func Show(fs afero.Fs, env string, opts ...ShowOpt) error
- type DeleteOpt
- type ParamDeleteOpt
- type ParamSetOpt
- type ShowOpt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComponentList ¶
ComponentList create a list of components in a namespace.
func EnvDescribe ¶
EnvDescribe describes an environment by printing its configuration.
func EnvTargets ¶
EnvTargets sets targets for an environment.
func ParamDelete ¶
func ParamDelete(fs afero.Fs, componentName, path string, opts ...ParamDeleteOpt) error
ParamDelete deletes a parameter from a component.
Types ¶
type DeleteOpt ¶
type DeleteOpt func(*delete)
DeleteOpt is an option for configuring Delete.
func DeleteWithComponents ¶
DeleteWithComponents selects the components to be delete.
type ParamDeleteOpt ¶
type ParamDeleteOpt func(*paramDelete)
ParamDeleteOpt is an option for configuration ParamDelete.
func ParamDeleteWithIndex ¶
func ParamDeleteWithIndex(index int) ParamDeleteOpt
ParamDeleteWithIndex sets the index for the delete option.
type ParamSetOpt ¶
type ParamSetOpt func(*paramSet)
ParamSetOpt is an option for configuring ParamSet.
func ParamSetGlobal ¶
func ParamSetGlobal(isGlobal bool) ParamSetOpt
func ParamSetWithIndex ¶
func ParamSetWithIndex(index int) ParamSetOpt
ParamSetWithIndex sets the index for the set option.
Click to show internal directories.
Click to hide internal directories.