Documentation ¶
Index ¶
- type Config
- func (c Config) IsConfigDockerfileContextAddFileAccepted(relPath string) bool
- func (c Config) IsConfigGoTemplateRenderingEnvNameAccepted(envName string) (bool, error)
- func (c Config) IsConfigStapelFromLatestAccepted() bool
- func (c Config) IsConfigStapelGitBranchAccepted() bool
- func (c Config) IsConfigStapelMountBuildDirAccepted() bool
- func (c Config) IsConfigStapelMountFromPathAccepted(fromPath string) bool
- func (c Config) IsCustomTagsAccepted() bool
- func (c Config) IsUncommittedConfigAccepted() bool
- func (c Config) IsUncommittedDockerfileAccepted(relPath string) bool
- func (c Config) IsUncommittedDockerignoreAccepted(relPath string) bool
- func (c Config) UncommittedConfigGoTemplateRenderingFilePathMatcher() path_matcher.PathMatcher
- func (c Config) UncommittedConfigTemplateFilePathMatcher() path_matcher.PathMatcher
- func (c Config) UncommittedHelmFilePathMatcher() path_matcher.PathMatcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Cli cli `json:"cli"` Config config `json:"config"` Helm helm `json:"helm"` }
func (Config) IsConfigDockerfileContextAddFileAccepted ¶
func (Config) IsConfigGoTemplateRenderingEnvNameAccepted ¶
func (Config) IsConfigStapelFromLatestAccepted ¶
func (Config) IsConfigStapelGitBranchAccepted ¶
func (Config) IsConfigStapelMountBuildDirAccepted ¶
func (Config) IsConfigStapelMountFromPathAccepted ¶
func (Config) IsCustomTagsAccepted ¶ added in v1.2.6
func (Config) IsUncommittedConfigAccepted ¶
func (Config) IsUncommittedDockerfileAccepted ¶
func (Config) IsUncommittedDockerignoreAccepted ¶
func (Config) UncommittedConfigGoTemplateRenderingFilePathMatcher ¶ added in v1.2.7
func (c Config) UncommittedConfigGoTemplateRenderingFilePathMatcher() path_matcher.PathMatcher
func (Config) UncommittedConfigTemplateFilePathMatcher ¶ added in v1.2.7
func (c Config) UncommittedConfigTemplateFilePathMatcher() path_matcher.PathMatcher
func (Config) UncommittedHelmFilePathMatcher ¶ added in v1.2.7
func (c Config) UncommittedHelmFilePathMatcher() path_matcher.PathMatcher
Click to show internal directories.
Click to hide internal directories.