Documentation
¶
Index ¶
- Constants
- Variables
- func Debug() error
- func GetSkaffoldConfig(filename string) (*config.SkaffoldConfig, error)
- func SkaffoldConfigToPod(filename string) (string, string, error)
- func StartDebugContainer(config SquashConfig) error
- type Config
- type DebugPrepare
- type Debugee
- type DebuggerInfo
- type SquashConfig
Constants ¶
View Source
const (
ImageContainer = "squash-lite-container"
)
Variables ¶
View Source
var ImageRepo string
View Source
var ImageVersion string
Functions ¶
func GetSkaffoldConfig ¶
func GetSkaffoldConfig(filename string) (*config.SkaffoldConfig, error)
func SkaffoldConfigToPod ¶
func SkaffoldConfigToPod(filename string) (string, string, error)
func StartDebugContainer ¶
func StartDebugContainer(config SquashConfig) error
Types ¶
type DebugPrepare ¶
type DebugPrepare struct {
// contains filtered or unexported fields
}
func (*DebugPrepare) GetMissing ¶
func (dp *DebugPrepare) GetMissing(ns, podname, container string) (*Debugee, error)
type DebuggerInfo ¶
type DebuggerInfo struct {
CmdlineGen func(int) []string
}
type SquashConfig ¶
type SquashConfig struct {
ChooseDebugger bool
NoClean bool
ChoosePod bool
TimeoutSeconds int
}
Click to show internal directories.
Click to hide internal directories.