tiltfile

package
v0.7.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2019 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

View Source
const FileName = "Tiltfile"

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeTiltfileLoader added in v0.7.6

type FakeTiltfileLoader struct {
	Manifests   []model.Manifest
	Global      model.Manifest
	ConfigFiles []string
	Warnings    []string
	Err         error
}

func NewFakeTiltfileLoader added in v0.7.6

func NewFakeTiltfileLoader() *FakeTiltfileLoader

func (*FakeTiltfileLoader) Load added in v0.7.6

func (tfl *FakeTiltfileLoader) Load(ctx context.Context, filename string, matching map[string]bool, logs io.Writer) (manifests []model.Manifest, global model.Manifest, configFiles []string, warnings []string, err error)

type TiltfileLoader added in v0.7.6

type TiltfileLoader interface {
	Load(ctx context.Context, filename string, matching map[string]bool, logs io.Writer) (manifests []model.Manifest, global model.Manifest, configFiles []string, warnings []string, err error)
}

func NewTiltfileLoader added in v0.7.6

func NewTiltfileLoader() TiltfileLoader

func NewTiltfileLoaderWithAnalytics added in v0.7.7

func NewTiltfileLoaderWithAnalytics(analytics analytics.Analytics) TiltfileLoader

type Volume added in v0.5.0

type Volume struct {
	Source string
}

type Volumes added in v0.5.0

type Volumes struct {
	Volumes []Volume
}

func (*Volumes) UnmarshalYAML added in v0.5.0

func (v *Volumes) UnmarshalYAML(unmarshal func(interface{}) error) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL