Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandKubeNameBytes ¶
TODO(mitchdraft) - merge this with go-utils
func RandStringBytes ¶
RandStringBytes produces a random string of length n using the characters present in the basis string
Types ¶
type DebugContainer ¶
type DemoOptions ¶
type DeployOptions ¶
type DeployOptions struct {
DemoOptions DemoOptions
SquashProcessOptions SquashProcessOptions
}
type Options ¶
type Options struct {
Url string
Json bool
DebugContainer DebugContainer
// Debug Container is a superset of DebugRequest so we can use the same struct
// TODO(mitchdraft) - refactor
DebugRequest DebugContainer
Wait Wait
Squash config.Squash
DebugTarget config.DebugTarget
DeployOptions DeployOptions
// Internal contains cli-specific metadata
Internal Internal
// Config may be blended into other options
Config Config
ConfigFilename string
// contains filtered or unexported fields
}
func NewOptions ¶
func NewOptions() *Options
type SquashProcessOptions ¶
Click to show internal directories.
Click to hide internal directories.