Documentation ¶
Index ¶
- func Clean() (err error)
- func IsUpToDate(dst string, source string, sources ...string) (uptodate bool)
- func Shutdown()
- type Build
- func (Build) All()
- func (Build) BuildContainer(ctx context.Context) (err error)
- func (Build) Darwin(ctx context.Context) (err error)
- func (r Build) Go(ctx context.Context) (err error)
- func (Build) Linux(ctx context.Context) (err error)
- func (Build) Selinux(ctx context.Context) (err error)
- func (Build) SelinuxPolicy(ctx context.Context) (err error)
- type Cluster
- type Mkdirer
- type Package
- func (Package) Bandwagon(ctx context.Context) (err error)
- func (Package) DNS(ctx context.Context) (err error)
- func (Package) Fio(ctx context.Context) (err error)
- func (Package) Gravity(ctx context.Context) (err error)
- func (Package) Ingress(ctx context.Context) (err error)
- func (Package) K8s(ctx context.Context) (err error)
- func (Package) Logging(ctx context.Context) (err error)
- func (Package) Monitoring(ctx context.Context) (err error)
- func (Package) Planet(ctx context.Context) (err error)
- func (Package) Rbac(ctx context.Context) (err error)
- func (Package) Site(ctx context.Context) (err error)
- func (Package) Storage(ctx context.Context) (err error)
- func (Package) Telekube(ctx context.Context) (err error)
- func (Package) Teleport(ctx context.Context) (err error)
- func (Package) Tiller(ctx context.Context) (err error)
- func (Package) Web(ctx context.Context) (err error)
- type Test
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsUpToDate ¶
IsUpToDate returns true iff all of the (source, sources...) are older or the same age as dst.
Types ¶
type Build ¶
func (Build) BuildContainer ¶
BuildContainer creates a docker container as a consistent Go environment to use for software builds.
func (Build) Darwin ¶
Darwin builds Go binaries on the Darwin platform (doesn't support cross compile).
type Cluster ¶
type Mkdirer ¶
type Mkdirer string
Mkdirer is a mage target to ensure a directory exists
Click to show internal directories.
Click to hide internal directories.