Documentation ¶
Index ¶
- type Config
- func (c Config) IsConfigDockerfileContextAddFileAccepted(relPath string) (bool, error)
- 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, error)
- func (c Config) IsUncommittedConfigAccepted() bool
- func (c Config) IsUncommittedConfigGoTemplateRenderingFileAccepted(path string) (bool, error)
- func (c Config) IsUncommittedConfigTemplateFileAccepted(path string) (bool, error)
- func (c Config) IsUncommittedDockerfileAccepted(relPath string) (bool, error)
- func (c Config) IsUncommittedDockerignoreAccepted(relPath string) (bool, error)
- func (c Config) IsUncommittedHelmFileAccepted(relPath string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { 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) IsUncommittedConfigAccepted ¶
func (Config) IsUncommittedConfigGoTemplateRenderingFileAccepted ¶
func (Config) IsUncommittedConfigTemplateFileAccepted ¶
func (Config) IsUncommittedDockerfileAccepted ¶
func (Config) IsUncommittedDockerignoreAccepted ¶
Click to show internal directories.
Click to hide internal directories.