deploy

package
v1.0.0-beta.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2019 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TemplateEmptyValue = "\"-\""
)

Variables

This section is empty.

Functions

func Deploy

func Deploy(projectDir, imagesRepo, release, namespace, tag string, tagStrategy tag_strategy.TagStrategy, werfConfig *config.WerfConfig, opts DeployOptions) error

func GetSafeSecretManager

func GetSafeSecretManager(projectDir string, secretValues []string) (secret.Manager, error)

func GetServiceValues

func GetServiceValues(projectName, repo, namespace, tag string, tagStrategy tag_strategy.TagStrategy, images []ImageInfoGetter, opts ServiceValuesOptions) (map[string]interface{}, error)

func GetTmpWerfChartPath

func GetTmpWerfChartPath(projectName string) string

func Init

func Init(kubeContext string) error

func PrepareWerfChart

func PrepareWerfChart(targetDir string, projectName, projectDir string, m secret.Manager, secretValues []string, serviceValues map[string]interface{}) (*werf_chart.WerfChart, error)

func ReleaseTmpWerfChart

func ReleaseTmpWerfChart(tmpWerfChartPath string)

func RunDismiss

func RunDismiss(releaseName, namespace, _ string, opts DismissOptions) error

func RunLint

func RunLint(projectDir string, werfConfig *config.WerfConfig, opts LintOptions) error

func RunRender

func RunRender(projectDir string, werfConfig *config.WerfConfig, opts RenderOptions) error

Types

type DeployOptions

type DeployOptions struct {
	Values       []string
	SecretValues []string
	Set          []string
	SetString    []string
	Timeout      time.Duration
	Env          string
}

type DismissOptions

type DismissOptions struct {
	WithNamespace bool
}

type ImageInfo

type ImageInfo struct {
	Config          *config.Image
	WithoutRegistry bool
	ImagesRepo      string
	Tag             string
}

func (*ImageInfo) GetImageId

func (d *ImageInfo) GetImageId() (string, error)

func (*ImageInfo) GetImageName

func (d *ImageInfo) GetImageName() string

func (*ImageInfo) GetName

func (d *ImageInfo) GetName() string

func (*ImageInfo) IsNameless

func (d *ImageInfo) IsNameless() bool

type ImageInfoGetter

type ImageInfoGetter interface {
	IsNameless() bool
	GetName() string
	GetImageName() string
	GetImageId() (string, error)
}

func GetImagesInfoGetters

func GetImagesInfoGetters(configImages []*config.Image, imagesRepo, tag string, withoutRegistry bool) []ImageInfoGetter

type ImageInfoGetterStub

type ImageInfoGetterStub struct {
	Name       string
	ImageTag   string
	ImagesRepo string
}

func (*ImageInfoGetterStub) GetImageId

func (d *ImageInfoGetterStub) GetImageId() (string, error)

func (*ImageInfoGetterStub) GetImageName

func (d *ImageInfoGetterStub) GetImageName() string

func (*ImageInfoGetterStub) GetName

func (d *ImageInfoGetterStub) GetName() string

func (*ImageInfoGetterStub) IsNameless

func (d *ImageInfoGetterStub) IsNameless() bool

type LintOptions

type LintOptions struct {
	Values       []string
	SecretValues []string
	Set          []string
	SetString    []string
	Env          string
}

type RenderOptions

type RenderOptions struct {
	Values       []string
	SecretValues []string
	Set          []string
	SetString    []string
	Env          string
}

type ServiceValuesOptions

type ServiceValuesOptions struct {
	Env string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL