deploymentTemplate

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type DeploymentTemplateService

type DeploymentTemplateService interface {
	BuildChartAndGetPath(appName string, envOverride *chartConfig.EnvConfigOverride, ctx context.Context) (string, error)
}

type DeploymentTemplateServiceImpl

type DeploymentTemplateServiceImpl struct {
	// contains filtered or unexported fields
}

func NewDeploymentTemplateServiceImpl

func NewDeploymentTemplateServiceImpl(logger *zap.SugaredLogger,
	chartRefService chartRef.ChartRefService,
	chartTemplateService util.ChartTemplateService,
	chartRepository chartRepoRepository.ChartRepository) *DeploymentTemplateServiceImpl

func (*DeploymentTemplateServiceImpl) BuildChartAndGetPath

func (impl *DeploymentTemplateServiceImpl) BuildChartAndGetPath(appName string, envOverride *chartConfig.EnvConfigOverride, ctx context.Context) (string, error)

type DeploymentTemplateValidationService

type DeploymentTemplateValidationService interface {
	DeploymentTemplateValidate(ctx context.Context, template interface{}, chartRefId int, scope resourceQualifiers.Scope) (bool, error)
	FlaggerCanaryEnabled(values json.RawMessage) (bool, error)
}

type DeploymentTemplateValidationServiceImpl

type DeploymentTemplateValidationServiceImpl struct {
	// contains filtered or unexported fields
}

func NewDeploymentTemplateValidationServiceImpl

func NewDeploymentTemplateValidationServiceImpl(logger *zap.SugaredLogger,
	chartRefService chartRef.ChartRefService,
	scopedVariableManager variables.ScopedVariableManager) *DeploymentTemplateValidationServiceImpl

func (*DeploymentTemplateValidationServiceImpl) DeploymentTemplateValidate

func (impl *DeploymentTemplateValidationServiceImpl) DeploymentTemplateValidate(ctx context.Context, template interface{}, chartRefId int, scope resourceQualifiers.Scope) (bool, error)

func (*DeploymentTemplateValidationServiceImpl) FlaggerCanaryEnabled

func (impl *DeploymentTemplateValidationServiceImpl) FlaggerCanaryEnabled(values json.RawMessage) (bool, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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