Documentation ¶
Index ¶
- type Options
- func (o *Options) CreateNewDeployment(ctx context.Context, ref, environment, fullRepoName string) (*scm.Deployment, error)
- func (o *Options) EnsureScmClient(owner, server, gitKind string) error
- func (o *Options) FindExistingDeploymentInEnvironment(ctx context.Context, ref, environment, fullRepoName string) (*scm.Deployment, error)
- func (o *Options) Run() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { scmhelpers.Factory Dir string FailOnError bool AutoInactive bool SourceConfig *v1alpha1.SourceConfig NamespaceReleases []*releasereport.NamespaceReleases Requirements *jxcore.Requirements TestGitToken string EnvironmentNames map[string]string EnvironmentURLs map[string]string DeployOffset string DeployCutoff time.Time }
Options the options for viewing running PRs
func NewCmdHelmfileStatus ¶
NewCmdHelmfileStatus creates a command object for the command
func (*Options) CreateNewDeployment ¶ added in v0.13.0
func (*Options) EnsureScmClient ¶ added in v0.14.6
func (*Options) FindExistingDeploymentInEnvironment ¶ added in v0.13.0
Click to show internal directories.
Click to hide internal directories.