Documentation
¶
Overview ¶
Package build provides the algorithm for building yb targets.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Phase ¶
Phase is a sequence of commands to run to accomplish an outcome.
TODO(ch2285): This should be moved out of this package and into a separate loader package.
type PhaseDeps ¶
type PhaseDeps struct { TargetName string Buildpacks []yb.BuildpackSpec Resources map[string]*narwhal.ContainerDefinition // EnvironmentTemplate is the set of environment variables that should be set // in the biome. These variables may include substitutions for container IP // addresses in the form `{{ .Containers.IP "mycontainer" }}`. EnvironmentTemplate map[string]string }
PhaseDeps defines the dependencies for a build target phase.
TODO(ch2285): This should be moved out of this package and into a separate loader package.
Click to show internal directories.
Click to hide internal directories.