Documentation ¶
Index ¶
- Variables
- func CheckArgsLength(argsReceived int, requiredArgs ...string) error
- func DefaultKeyring() string
- func DownloadChart(opts *DownloadChartOptions) error
- func GetEnvironmentOrStub(environmentOption string) string
- func GetTagOrStub(commonCmdData *common.CmdData) (string, tag_strategy.TagStrategy, error)
- func InitHelmSettings(helmCmdData *HelmCmdData)
- func IsCouldNotLoadRepositoriesFileError(err error) bool
- func SetupHelmHome(cmdData *HelmCmdData, cmd *cobra.Command)
- type DownloadChartOptions
- type HelmCmdData
Constants ¶
This section is empty.
Variables ¶
View Source
var CouldNotLoadRepositoriesFileErrorFormat = "could not load repositories file (%s): you might need to run `werf helm repo init`"
View Source
var (
HelmSettings *helm_env.EnvSettings
)
Functions ¶
func CheckArgsLength ¶
func DefaultKeyring ¶
func DefaultKeyring() string
func DownloadChart ¶
func DownloadChart(opts *DownloadChartOptions) error
func GetEnvironmentOrStub ¶
func GetTagOrStub ¶
func GetTagOrStub(commonCmdData *common.CmdData) (string, tag_strategy.TagStrategy, error)
func InitHelmSettings ¶
func InitHelmSettings(helmCmdData *HelmCmdData)
func SetupHelmHome ¶
func SetupHelmHome(cmdData *HelmCmdData, cmd *cobra.Command)
Types ¶
type DownloadChartOptions ¶
type HelmCmdData ¶
type HelmCmdData struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.