Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectDeploy ¶
type ProjectDeploy struct {
// contains filtered or unexported fields
}
func NewProjectDeploy ¶
func NewProjectDeploy(projectDirectory string, opts ...ProjectDeployOption) (*ProjectDeploy, error)
func (*ProjectDeploy) Deploy ¶
func (p *ProjectDeploy) Deploy(opts ...ProjectDeployExecutorOptions) error
type ProjectDeployExecutorOptions ¶
type ProjectDeployExecutorOptions func(executor *projectDeployExecutor)
func WithSeeds ¶ added in v2.17.0
func WithSeeds() ProjectDeployExecutorOptions
type ProjectDeployOption ¶
type ProjectDeployOption func(deploy *ProjectDeploy)
func WithAdminSecret ¶
func WithAdminSecret(adminSecret string) ProjectDeployOption
func WithCliExtPath ¶
func WithCliExtPath(path string) ProjectDeployOption
func WithEndpoint ¶
func WithEndpoint(endpoint string) ProjectDeployOption
func WithLogger ¶ added in v2.21.0
func WithLogger(logger *logrus.Logger) ProjectDeployOption
Click to show internal directories.
Click to hide internal directories.