Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploySource ¶
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
Click to show internal directories.
Click to hide internal directories.