Documentation ¶
Index ¶
- type Options
- func (o *Options) CheckLastCommitChangedExternalSecret(commit *object.Commit, dir string) (bool, error)
- func (o *Options) Regenerate(repo *git.Repository, headCommit *object.Commit) (bool, error)
- func (o *Options) Run() error
- func (o *Options) RunCommand(c *cmdrunner.Command) error
- func (o *Options) Validate() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Dir string PullRequest bool CommandRunner cmdrunner.CommandRunner IsNewCluster bool // contains filtered or unexported fields }
Options the options for the command
func NewCmdApply ¶
NewCmdApply creates a command object for the command
func (*Options) CheckLastCommitChangedExternalSecret ¶ added in v0.2.110
func (*Options) Regenerate ¶
Regenerate regenerates the kubernetes resources
func (*Options) RunCommand ¶
Run runs the command
Click to show internal directories.
Click to hide internal directories.