Documentation ¶
Index ¶
- func AddHelmRepositories(helmState state.HelmState, runner cmdrunner.CommandRunner, ...) error
- func FindClusterLocalRepositories(repos []state.RepositorySpec) ([]string, error)
- func IsInCluster() bool
- func IsWhitespaceOrComments(text string) bool
- func RunCommandAndLogOutput(commandRunner cmdrunner.CommandRunner, c *cmdrunner.Command, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddHelmRepositories ¶
func AddHelmRepositories(helmState state.HelmState, runner cmdrunner.CommandRunner, ignoreRepositories []string) error
AddHelmRepositories ensures the repositories in the helmfile are added to helm so that we can use helm templating etc
func FindClusterLocalRepositories ¶ added in v0.0.275
func FindClusterLocalRepositories(repos []state.RepositorySpec) ([]string, error)
FindClusterLocalRepositories finds any cluster local repositories such as http://bucketrepo/bucketrepo/charts/
func IsInCluster ¶ added in v0.0.275
func IsInCluster() bool
IsInCluster tells if we are running incluster
func IsWhitespaceOrComments ¶ added in v0.0.233
IsWhitespaceOrComments returns true if the text is empty, whitespace or comments only
func RunCommandAndLogOutput ¶ added in v0.0.275
func RunCommandAndLogOutput(commandRunner cmdrunner.CommandRunner, c *cmdrunner.Command, debugPrefixes []string, infoPrefixes []string) error
RunCommandAndLogOutput runs the command and outputs info or debug level logging
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.