Documentation ¶
Index ¶
Constants ¶
View Source
const FileName = "Tiltfile"
Variables ¶
This section is empty.
Functions ¶
func SkylarkReposToDomain ¶
func SkylarkReposToDomain(image dockerImage) []model.LocalGithubRepo
Types ¶
type Tiltfile ¶
type Tiltfile struct {
// contains filtered or unexported fields
}
func (Tiltfile) GetManifestConfigsAndGlobalYAML ¶ added in v0.1.0
func (t Tiltfile) GetManifestConfigsAndGlobalYAML(ctx context.Context, names ...model.ManifestName) ([]model.Manifest, model.YAMLManifest, []string, error)
GetManifestConfigsAndGlobalYAML executes the Tiltfile to create manifests for all resources and a manifest representing the global yaml.
Click to show internal directories.
Click to hide internal directories.