Documentation
¶
Index ¶
- type ConfigImpl
- func (c ConfigImpl) Args() string
- func (c ConfigImpl) Chart() string
- func (c ConfigImpl) Cleanup() bool
- func (c ConfigImpl) Color() bool
- func (c ConfigImpl) Concurrency() int
- func (c ConfigImpl) Context() int
- func (c ConfigImpl) DetailedExitcode() bool
- func (c ConfigImpl) DiffOutput() string
- func (c ConfigImpl) EmbedValues() bool
- func (c ConfigImpl) Env() string
- func (c ConfigImpl) FileOrDir() string
- func (c ConfigImpl) HasCommandName(name string) bool
- func (c ConfigImpl) HelmBinary() string
- func (c ConfigImpl) IncludeCRDs() bool
- func (c ConfigImpl) IncludeNeeds() bool
- func (c ConfigImpl) IncludeTests() bool
- func (c ConfigImpl) IncludeTransitiveNeeds() bool
- func (c ConfigImpl) Interactive() bool
- func (c ConfigImpl) KeepTempDir() bool
- func (c ConfigImpl) KubeContext() string
- func (c ConfigImpl) Logger() *zap.SugaredLogger
- func (c ConfigImpl) Logs() bool
- func (c ConfigImpl) Namespace() string
- func (c ConfigImpl) NoColor() bool
- func (c ConfigImpl) Output() string
- func (c ConfigImpl) OutputDir() string
- func (c ConfigImpl) OutputDirTemplate() string
- func (c ConfigImpl) OutputFileTemplate() string
- func (c ConfigImpl) Purge() bool
- func (c ConfigImpl) RetainValuesFiles() bool
- func (c ConfigImpl) Selectors() []string
- func (c ConfigImpl) Set() []string
- func (c ConfigImpl) ShowSecrets() bool
- func (c ConfigImpl) SkipCRDs() bool
- func (c ConfigImpl) SkipCleanup() bool
- func (c ConfigImpl) SkipDeps() bool
- func (c ConfigImpl) SkipDiffOnInstall() bool
- func (c ConfigImpl) SkipNeeds() bool
- func (c ConfigImpl) SkipRepos() bool
- func (c ConfigImpl) SkipTests() bool
- func (c ConfigImpl) StateValuesFiles() []string
- func (c ConfigImpl) StateValuesSet() map[string]interface{}
- func (c ConfigImpl) Suppress() []string
- func (c ConfigImpl) SuppressDiff() bool
- func (c ConfigImpl) SuppressSecrets() bool
- func (c ConfigImpl) Timeout() int
- func (c ConfigImpl) Validate() bool
- func (c ConfigImpl) Values() []string
- func (c ConfigImpl) Wait() bool
- func (c ConfigImpl) WaitForJobs() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigImpl ¶
type ConfigImpl struct {
// contains filtered or unexported fields
}
func NewUrfaveCliConfigImpl ¶
func NewUrfaveCliConfigImpl(c *cli.Context) (ConfigImpl, error)
func (ConfigImpl) Args ¶
func (c ConfigImpl) Args() string
func (ConfigImpl) Chart ¶
func (c ConfigImpl) Chart() string
func (ConfigImpl) Cleanup ¶
func (c ConfigImpl) Cleanup() bool
func (ConfigImpl) Color ¶
func (c ConfigImpl) Color() bool
func (ConfigImpl) Concurrency ¶
func (c ConfigImpl) Concurrency() int
func (ConfigImpl) Context ¶
func (c ConfigImpl) Context() int
func (ConfigImpl) DetailedExitcode ¶
func (c ConfigImpl) DetailedExitcode() bool
func (ConfigImpl) DiffOutput ¶
func (c ConfigImpl) DiffOutput() string
func (ConfigImpl) EmbedValues ¶
func (c ConfigImpl) EmbedValues() bool
func (ConfigImpl) Env ¶
func (c ConfigImpl) Env() string
func (ConfigImpl) FileOrDir ¶
func (c ConfigImpl) FileOrDir() string
func (ConfigImpl) HasCommandName ¶
func (c ConfigImpl) HasCommandName(name string) bool
func (ConfigImpl) HelmBinary ¶
func (c ConfigImpl) HelmBinary() string
func (ConfigImpl) IncludeCRDs ¶
func (c ConfigImpl) IncludeCRDs() bool
func (ConfigImpl) IncludeNeeds ¶
func (c ConfigImpl) IncludeNeeds() bool
func (ConfigImpl) IncludeTests ¶
func (c ConfigImpl) IncludeTests() bool
func (ConfigImpl) IncludeTransitiveNeeds ¶
func (c ConfigImpl) IncludeTransitiveNeeds() bool
func (ConfigImpl) Interactive ¶
func (c ConfigImpl) Interactive() bool
func (ConfigImpl) KeepTempDir ¶
func (c ConfigImpl) KeepTempDir() bool
func (ConfigImpl) KubeContext ¶
func (c ConfigImpl) KubeContext() string
func (ConfigImpl) Logger ¶
func (c ConfigImpl) Logger() *zap.SugaredLogger
func (ConfigImpl) Logs ¶
func (c ConfigImpl) Logs() bool
func (ConfigImpl) Namespace ¶
func (c ConfigImpl) Namespace() string
func (ConfigImpl) NoColor ¶
func (c ConfigImpl) NoColor() bool
func (ConfigImpl) Output ¶
func (c ConfigImpl) Output() string
func (ConfigImpl) OutputDir ¶
func (c ConfigImpl) OutputDir() string
func (ConfigImpl) OutputDirTemplate ¶
func (c ConfigImpl) OutputDirTemplate() string
func (ConfigImpl) OutputFileTemplate ¶
func (c ConfigImpl) OutputFileTemplate() string
func (ConfigImpl) Purge ¶
func (c ConfigImpl) Purge() bool
func (ConfigImpl) RetainValuesFiles ¶
func (c ConfigImpl) RetainValuesFiles() bool
func (ConfigImpl) Selectors ¶
func (c ConfigImpl) Selectors() []string
func (ConfigImpl) Set ¶
func (c ConfigImpl) Set() []string
func (ConfigImpl) ShowSecrets ¶
func (c ConfigImpl) ShowSecrets() bool
func (ConfigImpl) SkipCRDs ¶
func (c ConfigImpl) SkipCRDs() bool
func (ConfigImpl) SkipCleanup ¶
func (c ConfigImpl) SkipCleanup() bool
func (ConfigImpl) SkipDeps ¶
func (c ConfigImpl) SkipDeps() bool
func (ConfigImpl) SkipDiffOnInstall ¶
func (c ConfigImpl) SkipDiffOnInstall() bool
func (ConfigImpl) SkipNeeds ¶
func (c ConfigImpl) SkipNeeds() bool
func (ConfigImpl) SkipRepos ¶
func (c ConfigImpl) SkipRepos() bool
func (ConfigImpl) SkipTests ¶
func (c ConfigImpl) SkipTests() bool
func (ConfigImpl) StateValuesFiles ¶
func (c ConfigImpl) StateValuesFiles() []string
func (ConfigImpl) StateValuesSet ¶
func (c ConfigImpl) StateValuesSet() map[string]interface{}
func (ConfigImpl) Suppress ¶
func (c ConfigImpl) Suppress() []string
func (ConfigImpl) SuppressDiff ¶
func (c ConfigImpl) SuppressDiff() bool
func (ConfigImpl) SuppressSecrets ¶
func (c ConfigImpl) SuppressSecrets() bool
func (ConfigImpl) Timeout ¶
func (c ConfigImpl) Timeout() int
func (ConfigImpl) Validate ¶
func (c ConfigImpl) Validate() bool
func (ConfigImpl) Values ¶
func (c ConfigImpl) Values() []string
func (ConfigImpl) Wait ¶
func (c ConfigImpl) Wait() bool
func (ConfigImpl) WaitForJobs ¶
func (c ConfigImpl) WaitForJobs() bool
Click to show internal directories.
Click to hide internal directories.