validator

package
v1.5.1 Latest Latest
Warning

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

Go to latest
Published: May 8, 2025 License: Apache-2.0 Imports: 18 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeploymentTemplateValidationService

type DeploymentTemplateValidationService interface {
	DeploymentTemplateValidate(ctx context.Context, template interface{}, chartRefId int, scope resourceQualifiers.Scope) (bool, error)
	FlaggerCanaryEnabled(values json.RawMessage) (bool, error)
	ValidateChangeChartRefRequest(ctx context.Context, envConfigProperties *pipelineBean.EnvironmentProperties, request *bean3.ChartRefChangeRequest) (*pipelineBean.EnvironmentProperties, bool, error)
	DeploymentTemplateValidationServiceEnt
}

type DeploymentTemplateValidationServiceEnt

type DeploymentTemplateValidationServiceEnt interface {
}

type DeploymentTemplateValidationServiceEntImpl

type DeploymentTemplateValidationServiceEntImpl struct {
}

func NewDeploymentTemplateValidationServiceEntImpl

func NewDeploymentTemplateValidationServiceEntImpl() *DeploymentTemplateValidationServiceEntImpl

type DeploymentTemplateValidationServiceImpl

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

func NewDeploymentTemplateValidationServiceImpl

func NewDeploymentTemplateValidationServiceImpl(logger *zap.SugaredLogger,
	chartRefService chartRef.ChartRefService,
	scopedVariableManager variables.ScopedVariableManager,
	deployedAppMetricsService deployedAppMetrics.DeployedAppMetricsService,
	deploymentTemplateValidationServiceEntImpl *DeploymentTemplateValidationServiceEntImpl,
) *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)

func (*DeploymentTemplateValidationServiceImpl) ValidateChangeChartRefRequest

Jump to

Keyboard shortcuts

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