deploysource

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeploySource

type DeploySource struct {
	RepoDir                 string
	AppDir                  string
	RevisionName            string
	Revision                string
	DeploymentConfig        *config.Config
	GenericDeploymentConfig config.GenericDeploymentSpec
}

type Provider

type Provider interface {
	Get(ctx context.Context, logWriter io.Writer) (*DeploySource, error)
	GetReadOnly(ctx context.Context, logWriter io.Writer) (*DeploySource, error)
}

func NewProvider

func NewProvider(
	workingDir string,
	repoConfig config.PipedRepository,
	revisionName string,
	revision string,
	gitClient gitClient,
	appGitPath *model.ApplicationGitPath,
	ssd sealedSecretDecrypter,
) Provider

Jump to

Keyboard shortcuts

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