tiltfile

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2019 License: Apache-2.0 Imports: 32 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UnknownBuild = iota
	DockerBuild
	FastBuild
	CustomBuild
)
View Source
const FileName = "Tiltfile"
View Source
const TiltIgnoreFileName = ".tiltignore"

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeTiltfileLoader added in v0.7.11

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

func NewFakeTiltfileLoader added in v0.7.11

func NewFakeTiltfileLoader() *FakeTiltfileLoader

func (*FakeTiltfileLoader) Load added in v0.7.11

func (tfl *FakeTiltfileLoader) Load(ctx context.Context, filename string, matching map[string]bool) (TiltfileLoadResult, error)

type Port added in v0.7.11

type Port struct {
	Published int `yaml:"published"`
}

type Ports added in v0.7.11

type Ports []Port

func (*Ports) UnmarshalYAML added in v0.7.11

func (p *Ports) UnmarshalYAML(unmarshal func(interface{}) error) error

type TiltfileLoadResult added in v0.7.11

type TiltfileLoadResult struct {
	Manifests          []model.Manifest
	Global             model.Manifest
	ConfigFiles        []string
	Warnings           []string
	TiltIgnoreContents string
}

type TiltfileLoader added in v0.7.11

type TiltfileLoader interface {
	Load(ctx context.Context, filename string, matching map[string]bool) (TiltfileLoadResult, error)
}

func ProvideTiltfileLoader added in v0.7.11

func ProvideTiltfileLoader(analytics analytics.Analytics, dcCli dockercompose.DockerComposeClient) TiltfileLoader

type Volume added in v0.5.0

type Volume struct {
	Source string
}

type Volumes added in v0.5.0

type 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