Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FluxOptions ¶
type FluxOptions struct {
GitOptions GitOptions
GitPaths []string
GitLabel string
GitFluxPath string
Namespace string
Timeout time.Duration
Amend bool // TODO: remove, as we eventually no longer want to support this mode?
WithHelm bool
}
FluxOptions represent flux options from cli
type GitOptions ¶
type GitOptions struct {
URL string
Branch string
User string
Email string
PrivateSSHKeyPath string
}
GitOptions represent git options from cli
type ProfileOptions ¶
type ProfileOptions struct {
// contains filtered or unexported fields
}
ProfileOptions groups input for the "enable profile" command
Click to show internal directories.
Click to hide internal directories.