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 StartDebugContainer ¶
func StartDebugContainer(config SquashConfig) error
Types ¶
type Config ¶
type Config struct { Attachment k8models.KubeAttachment Debugger string }
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 ¶
Click to show internal directories.
Click to hide internal directories.