Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Trigger = make(chan bool)
Trigger TODO(dgageot): this was a global variable carried by the runCtx. I changed it to a plain global variable to fix an issue. This needs to be better addressed.
Functions ¶
func Initialize ¶
func Initialize(opts *config.SkaffoldOptions) (func() error, error)
Initialize creates the gRPC and HTTP servers for serving the state and event log. It returns a shutdown callback for tearing down the grpc server, which the runner is responsible for calling.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.