Documentation ¶ Index ¶ Constants type RepoBranch type Script func NewScript(upper engine.Upper, hud hud.HeadsUpDisplay, kClient k8s.Client, env k8s.Env, ...) Script func (s Script) Run(ctx context.Context) error type Step Constants ¶ View Source const Pause = 3 * time.Second Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type RepoBranch ¶ type RepoBranch string type Script ¶ type Script struct { // contains filtered or unexported fields } Runs the demo script func NewScript ¶ func NewScript(upper engine.Upper, hud hud.HeadsUpDisplay, kClient k8s.Client, env k8s.Env, st *store.Store, branch RepoBranch, runtime container.Runtime, tfl tiltfile.TiltfileLoader) Script func (Script) Run ¶ func (s Script) Run(ctx context.Context) error type Step ¶ type Step struct { Narration string Command string ChangeBranch bool CreateManifests bool WaitForHealthy bool WaitForBuildError bool WaitForPodRestart bool } Source Files ¶ View all Source files script.gostep.go Click to show internal directories. Click to hide internal directories.