Documentation ¶
Index ¶
- func AddDeployment(name, namespace, manifests, chart string) error
- func AddPackage(skipQuestion bool, appVersion, chartVersion, deployment string, args []string, ...) error
- func AddPort(namespace, selector string, args []string) error
- func AddSyncPath(localPath, containerPath, namespace, selector, excludedPathsString string) error
- func Image(dockerUsername string, skipQuestions bool, ...) error
- func RemoveDeployment(removeAll bool, name string) error
- func RemovePackage(removeAll bool, deployment string, args []string, log log.Logger) error
- func RemovePort(removeAll bool, selector string, args []string) error
- func RemoveSyncPath(removeAll bool, localPath, containerPath, selector string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddDeployment ¶
AddDeployment adds a new deployment to the config
func AddPackage ¶
func AddPackage(skipQuestion bool, appVersion, chartVersion, deployment string, args []string, log log.Logger) error
AddPackage adds a helm dependency to specified deployment
func AddSyncPath ¶
AddSyncPath adds a new sync path to the config
func Image ¶
func Image(dockerUsername string, skipQuestions bool, registryURL, defaultImageName string, createPullSecret bool) error
Image configures the image name
func RemoveDeployment ¶
RemoveDeployment removes one or all deployments from the config
func RemovePackage ¶
RemovePackage removes a helm dependency from a deployment
func RemovePort ¶
RemovePort removes a port from the config
func RemoveSyncPath ¶
RemoveSyncPath removes a sync path from the config
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.