Documentation ¶
Index ¶
- Constants
- func Deploy(projectDir string, imagesRepoManager images_manager.ImagesRepoManager, ...) error
- func GetSafeSecretManager(projectDir string, secretValues []string, ignoreSecretKey bool) (secret.Manager, error)
- func GetServiceValues(projectName string, imagesRepoManager images_manager.ImagesRepoManager, ...) (map[string]interface{}, error)
- func Init(options InitOptions) error
- func PrepareWerfChart(projectName, chartDir, env string, m secret.Manager, secretValues []string, ...) (*werf_chart.WerfChart, error)
- func RunDismiss(releaseName, namespace, _ string, opts DismissOptions) error
- func RunLint(projectDir string, werfConfig *config.WerfConfig, ...) error
- func RunRender(out io.Writer, projectDir string, werfConfig *config.WerfConfig, ...) error
- type DeployOptions
- type DismissOptions
- type InitOptions
- type LintOptions
- type RenderOptions
- type ServiceValuesOptions
Constants ¶
View Source
const (
TemplateEmptyValue = "\"-\""
)
Variables ¶
This section is empty.
Functions ¶
func Deploy ¶
func Deploy(projectDir string, imagesRepoManager images_manager.ImagesRepoManager, images []images_manager.ImageInfoGetter, release, namespace, commonTag string, tagStrategy tag_strategy.TagStrategy, werfConfig *config.WerfConfig, helmReleaseStorageNamespace, helmReleaseStorageType string, opts DeployOptions) error
func GetSafeSecretManager ¶
func GetServiceValues ¶
func GetServiceValues(projectName string, imagesRepoManager images_manager.ImagesRepoManager, namespace, commonTag string, tagStrategy tag_strategy.TagStrategy, images []images_manager.ImageInfoGetter, opts ServiceValuesOptions) (map[string]interface{}, error)
func Init ¶
func Init(options InitOptions) error
func PrepareWerfChart ¶
func RunDismiss ¶
func RunDismiss(releaseName, namespace, _ string, opts DismissOptions) error
func RunLint ¶
func RunLint(projectDir string, werfConfig *config.WerfConfig, imagesRepoManager images_manager.ImagesRepoManager, images []images_manager.ImageInfoGetter, commonTag string, tagStrategy tag_strategy.TagStrategy, opts LintOptions) error
func RunRender ¶
func RunRender(out io.Writer, projectDir string, werfConfig *config.WerfConfig, imagesRepoManager images_manager.ImagesRepoManager, images []images_manager.ImageInfoGetter, commonTag string, tagStrategy tag_strategy.TagStrategy, opts RenderOptions) error
Types ¶
type DeployOptions ¶
type DismissOptions ¶
type InitOptions ¶
type InitOptions struct { HelmInitOptions helm.InitOptions WithoutHelm bool }
type LintOptions ¶
type RenderOptions ¶
type ServiceValuesOptions ¶
type ServiceValuesOptions struct {
Env string
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.