Documentation ¶
Index ¶
Constants ¶
const DefaultODRImage = "hashicorp/waypoint-odr:latest"
When we have a serverImage value to give to DeriveDefaultOdrImage, we should use that. When we don't, we can use this value
const DefaultServerImage = "hashicorp/waypoint:latest"
NOTE: the server image is also used for static (non-ODR) runners. Static runners cannot use the ODR image.
const Id = "static"
Id We set the ID to be "static" since it is the initial static runner Specific platform implementations should add the suffix -runner to resource names
Variables ¶
This section is empty.
Functions ¶
func AdoptRunner ¶
func DefaultRunnerName ¶ added in v0.10.0
func DeriveDefaultODRImage ¶ added in v0.10.1
DeriveDefaultODRImage returns the default Waypoint ODR image based on the supplied server image. We default the ODR image to the name of the server image with the `-odr` suffix attached to it.
Types ¶
type OnDemandRunnerConfigProvider ¶ added in v0.10.0
type OnDemandRunnerConfigProvider interface {
OnDemandRunnerConfig() *pb.OnDemandRunnerConfig
}
An optional interface that the installer can implement to request an ondemand runner be registered.