Documentation ¶
Index ¶
- func IsLabelValue(release *state.ReleaseSpec, label, value string) bool
- type Options
- func (o *Options) AddFlags(cmd *cobra.Command, prefix string)
- func (o *Options) CustomUpgrades(helmstate *state.HelmState) error
- func (o *Options) Git() gitclient.Interface
- func (o *Options) GitCommit(outDir, commitMessage string) error
- func (o *Options) HasHelmfile() (bool, error)
- func (o *Options) Run() error
- func (o *Options) Validate() error
- type Results
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsLabelValue ¶ added in v0.2.109
func IsLabelValue(release *state.ReleaseSpec, label, value string) bool
IsLabelValue returns true if the release is labelled with the given label with a value
Types ¶
type Options ¶
type Options struct { versionstreamer.Options Namespace string GitCommitMessage string Helmfile string Helmfiles []helmfiles.Helmfile KptBinary string HelmfileBinary string HelmBinary string BatchMode bool UpdateMode bool DoGitCommit bool TestOutOfCluster bool Gitter gitclient.Interface Results Results AddEnvironmentPipelines bool // contains filtered or unexported fields }
Options the options for the command
func NewCmdHelmfileResolve ¶
NewCmdHelmfileResolve creates a command object for the command
func (*Options) CustomUpgrades ¶
CustomUpgrades performs custom upgrades outside of the version stream/kpt approach
func (*Options) HasHelmfile ¶
HasHelmfile returns true if there is a helmfile
Click to show internal directories.
Click to hide internal directories.