Documentation ¶
Index ¶
- Constants
- func DisableTerminationSignalsTrap()
- func EnableTerminationSignalsTrap()
- func EnvsDescription(envs ...Env) string
- func GetBoolEnvironment(environmentName string) bool
- func GetDeployTag(cmdData *CmdData, opts TagOptionsGetterOptions) (string, tag_strategy.TagStrategy, error)
- func GetGitCommitStrategyExpiryDays(cmdData *CmdData) (int64, error)
- func GetGitCommitStrategyLimit(cmdData *CmdData) (int64, error)
- func GetGitTagStrategyExpiryDays(cmdData *CmdData) (int64, error)
- func GetGitTagStrategyLimit(cmdData *CmdData) (int64, error)
- func GetHelmRelease(releaseOption string, environmentOption string, werfConfig *config.WerfConfig) (string, error)
- func GetHelmReleaseStorageType(helmReleaseStorageType string) (string, error)
- func GetHooksStatusProgressPeriod(cmdData *CmdData) time.Duration
- func GetImagesCleanupPolicies(cmdData *CmdData) (cleanup.ImagesCleanupPolicies, error)
- func GetImagesRepo(projectName string, cmdData *CmdData) (string, error)
- func GetImagesRepoMode(cmdData *CmdData) (string, error)
- func GetIntrospectOptions(cmdData *CmdData, werfConfig *config.WerfConfig) (build.IntrospectOptions, error)
- func GetKubernetesNamespace(namespaceOption string, environmentOption string, ...) (string, error)
- func GetLongCommandDescription(text string) string
- func GetNamespace(namespaceOption string) string
- func GetOptionalImagesRepo(projectName string, cmdData *CmdData) (string, error)
- func GetProjectDir(cmdData *CmdData) (string, error)
- func GetStagesRepo(cmdData *CmdData) (string, error)
- func GetStatusProgressPeriod(cmdData *CmdData) time.Duration
- func GetTagOptions(cmdData *CmdData, opts TagOptionsGetterOptions) (build.TagOptions, error)
- func GetThreeWayMergeMode(threeWayMergeModeParam string) (helm.ThreeWayMergeModeType, error)
- func GetUserExtraAnnotations(cmdData *CmdData) (map[string]string, error)
- func GetUserExtraLabels(cmdData *CmdData) (map[string]string, error)
- func GetWerfConfig(projectDir string) (*config.WerfConfig, error)
- func GetWerfConfigPath(projectDir string) (string, error)
- func InitKubedog() error
- func LogKubeContext(kubeContext string)
- func LogRunningTime(f func() error) error
- func LogVersion()
- func PrintHelp(cmd *cobra.Command)
- func ProcessLogColorMode(cmdData *CmdData) error
- func ProcessLogOptions(cmdData *CmdData) error
- func ProcessLogProjectDir(cmdData *CmdData, projectDir string)
- func ProcessLogTerminalWidth(cmdData *CmdData) error
- func SetupAddAnnotations(cmdData *CmdData, cmd *cobra.Command)
- func SetupAddLabels(cmdData *CmdData, cmd *cobra.Command)
- func SetupDir(cmdData *CmdData, cmd *cobra.Command)
- func SetupDockerConfig(cmdData *CmdData, cmd *cobra.Command, extraDesc string)
- func SetupDryRun(cmdData *CmdData, cmd *cobra.Command)
- func SetupEnvironment(cmdData *CmdData, cmd *cobra.Command)
- func SetupHelmReleaseStorageNamespace(cmdData *CmdData, cmd *cobra.Command)
- func SetupHelmReleaseStorageType(cmdData *CmdData, cmd *cobra.Command)
- func SetupHomeDir(cmdData *CmdData, cmd *cobra.Command)
- func SetupHooksStatusProgressPeriod(cmdData *CmdData, cmd *cobra.Command)
- func SetupIgnoreSecretKey(cmdData *CmdData, cmd *cobra.Command)
- func SetupImagesCleanupPolicies(cmdData *CmdData, cmd *cobra.Command)
- func SetupImagesRepo(cmdData *CmdData, cmd *cobra.Command)
- func SetupImagesRepoMode(cmdData *CmdData, cmd *cobra.Command)
- func SetupInsecureRegistry(cmdData *CmdData, cmd *cobra.Command)
- func SetupIntrospectStage(cmdData *CmdData, cmd *cobra.Command)
- func SetupKubeConfig(cmdData *CmdData, cmd *cobra.Command)
- func SetupKubeContext(cmdData *CmdData, cmd *cobra.Command)
- func SetupLogColor(cmdData *CmdData, cmd *cobra.Command)
- func SetupLogOptions(cmdData *CmdData, cmd *cobra.Command)
- func SetupLogPretty(cmdData *CmdData, cmd *cobra.Command)
- func SetupLogProjectDir(cmdData *CmdData, cmd *cobra.Command)
- func SetupNamespace(cmdData *CmdData, cmd *cobra.Command)
- func SetupRelease(cmdData *CmdData, cmd *cobra.Command)
- func SetupSSHKey(cmdData *CmdData, cmd *cobra.Command)
- func SetupSecretValues(cmdData *CmdData, cmd *cobra.Command)
- func SetupSet(cmdData *CmdData, cmd *cobra.Command)
- func SetupSetString(cmdData *CmdData, cmd *cobra.Command)
- func SetupSkipTlsVerifyRegistry(cmdData *CmdData, cmd *cobra.Command)
- func SetupStagesStorage(cmdData *CmdData, cmd *cobra.Command)
- func SetupStatusProgressPeriod(cmdData *CmdData, cmd *cobra.Command)
- func SetupTag(cmdData *CmdData, cmd *cobra.Command)
- func SetupTerminalWidth(cmdData *CmdData, cmd *cobra.Command)
- func SetupThreeWayMergeMode(cmdData *CmdData, cmd *cobra.Command)
- func SetupTmpDir(cmdData *CmdData, cmd *cobra.Command)
- func SetupValues(cmdData *CmdData, cmd *cobra.Command)
- func SetupWithoutKube(cmdData *CmdData, cmd *cobra.Command)
- func TerminateWithError(errMsg string, exitCode int)
- func ValidateArgumentCount(expectedCount int, args []string, cmd *cobra.Command) error
- func WithTerminationSignalsTrap(f func() error) error
- func WithoutTerminationSignalsTrap(f func() error) error
- type CmdData
- type Env
- type ImagesRepoManager
- func (m *ImagesRepoManager) ImageRepo(imageName string) string
- func (m *ImagesRepoManager) ImageRepoTag(imageName, tag string) string
- func (m *ImagesRepoManager) ImageRepoWithTag(imageName, tag string) string
- func (m *ImagesRepoManager) ImagesRepo() string
- func (m *ImagesRepoManager) IsMonorepo() bool
- type TagOptionsGetterOptions
Constants ¶
View Source
const ( CmdEnvAnno string = "environment" DisableOptionsInUseLineAnno string = "disableOptionsInUseLine" WerfDebugAnsibleArgs Env = "WERF_DEBUG_ANSIBLE_ARGS" WerfSecretKey Env = "WERF_SECRET_KEY" WerfOldSecretKey Env = "WERF_OLD_SECRET_KEY" )
View Source
const ( MultirepoImagesRepoMode = "multirepo" MonorepoImagesRepoMode = "monorepo" MonorepoTagPartsSeparator = "-" )
View Source
const (
CleaningCommandsForceOptionDescription = "Remove containers that are based on deleting werf docker images"
)
Variables ¶
This section is empty.
Functions ¶
func DisableTerminationSignalsTrap ¶
func DisableTerminationSignalsTrap()
func EnableTerminationSignalsTrap ¶
func EnableTerminationSignalsTrap()
func EnvsDescription ¶
func GetBoolEnvironment ¶
func GetDeployTag ¶
func GetDeployTag(cmdData *CmdData, opts TagOptionsGetterOptions) (string, tag_strategy.TagStrategy, error)
func GetGitTagStrategyLimit ¶
func GetHelmRelease ¶
func GetImagesCleanupPolicies ¶
func GetImagesCleanupPolicies(cmdData *CmdData) (cleanup.ImagesCleanupPolicies, error)
func GetImagesRepoMode ¶
func GetIntrospectOptions ¶
func GetIntrospectOptions(cmdData *CmdData, werfConfig *config.WerfConfig) (build.IntrospectOptions, error)
func GetKubernetesNamespace ¶
func GetNamespace ¶
func GetOptionalImagesRepo ¶
func GetProjectDir ¶
func GetStagesRepo ¶
func GetStatusProgressPeriod ¶
func GetTagOptions ¶
func GetTagOptions(cmdData *CmdData, opts TagOptionsGetterOptions) (build.TagOptions, error)
func GetThreeWayMergeMode ¶
func GetThreeWayMergeMode(threeWayMergeModeParam string) (helm.ThreeWayMergeModeType, error)
func GetUserExtraAnnotations ¶
func GetWerfConfig ¶
func GetWerfConfig(projectDir string) (*config.WerfConfig, error)
func GetWerfConfigPath ¶
func InitKubedog ¶
func InitKubedog() error
func LogKubeContext ¶
func LogKubeContext(kubeContext string)
func LogRunningTime ¶
func LogVersion ¶
func LogVersion()
func ProcessLogColorMode ¶
func ProcessLogOptions ¶
func ProcessLogProjectDir ¶
func ProcessLogTerminalWidth ¶
func SetupAddAnnotations ¶
func SetupAddLabels ¶
func SetupDockerConfig ¶
func SetupDryRun ¶
func SetupEnvironment ¶
func SetupHomeDir ¶
func SetupIgnoreSecretKey ¶
func SetupImagesRepo ¶
func SetupImagesRepoMode ¶
func SetupInsecureRegistry ¶
func SetupIntrospectStage ¶
func SetupKubeConfig ¶
func SetupKubeContext ¶
func SetupLogColor ¶
func SetupLogOptions ¶
func SetupLogPretty ¶
func SetupLogProjectDir ¶
func SetupNamespace ¶
func SetupRelease ¶
func SetupSSHKey ¶
func SetupSecretValues ¶
func SetupSetString ¶
func SetupStagesStorage ¶
func SetupTerminalWidth ¶
func SetupThreeWayMergeMode ¶
func SetupTmpDir ¶
func SetupValues ¶
func SetupWithoutKube ¶
func TerminateWithError ¶
func ValidateArgumentCount ¶
Types ¶
type CmdData ¶
type CmdData struct { Dir *string TmpDir *string HomeDir *string SSHKeys *[]string TagCustom *[]string TagGitBranch *string TagGitTag *string TagGitCommit *string Environment *string Release *string Namespace *string AddAnnotations *[]string AddLabels *[]string KubeContext *string KubeConfig *string HelmReleaseStorageNamespace *string HelmReleaseStorageType *string StatusProgressPeriodSeconds *int64 HooksStatusProgressPeriodSeconds *int64 Set *[]string SetString *[]string Values *[]string SecretValues *[]string IgnoreSecretKey *bool StagesStorage *string ImagesRepo *string ImagesRepoMode *string DockerConfig *string InsecureRegistry *bool SkipTlsVerifyRegistry *bool DryRun *bool GitTagStrategyLimit *int64 GitTagStrategyExpiryDays *int64 GitCommitStrategyLimit *int64 GitCommitStrategyExpiryDays *int64 WithoutKube *bool StagesToIntrospect *[]string LogPretty *bool LogColorMode *string LogProjectDir *bool LogTerminalWidth *int64 ThreeWayMergeMode *string }
type ImagesRepoManager ¶
type ImagesRepoManager struct {
// contains filtered or unexported fields
}
func GetImagesRepoManager ¶
func GetImagesRepoManager(imagesRepo, imagesRepoMode string) (*ImagesRepoManager, error)
func (*ImagesRepoManager) ImageRepo ¶
func (m *ImagesRepoManager) ImageRepo(imageName string) string
func (*ImagesRepoManager) ImageRepoTag ¶
func (m *ImagesRepoManager) ImageRepoTag(imageName, tag string) string
func (*ImagesRepoManager) ImageRepoWithTag ¶
func (m *ImagesRepoManager) ImageRepoWithTag(imageName, tag string) string
func (*ImagesRepoManager) ImagesRepo ¶
func (m *ImagesRepoManager) ImagesRepo() string
func (*ImagesRepoManager) IsMonorepo ¶
func (m *ImagesRepoManager) IsMonorepo() bool
type TagOptionsGetterOptions ¶
type TagOptionsGetterOptions struct {
Optional bool
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.