Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultDeclarativeHealthcheckRequestTimeout = int(1 * time.Second / time.Millisecond) HealthLogSource = "HEALTH" )
Variables ¶
View Source
var ErrNoCheck = errors.New("no check configured")
Functions ¶
func NewTransformer ¶
func NewTransformer( cachedDownloader cacheddownloader.CachedDownloader, uploader uploader.Uploader, extractor extractor.Extractor, compressor compressor.Compressor, downloadLimiter chan struct{}, uploadLimiter chan struct{}, tempDir string, exportNetworkEnvVars bool, healthyMonitoringInterval time.Duration, unhealthyMonitoringInterval time.Duration, healthCheckWorkPool *workpool.WorkPool, clock clock.Clock, postSetupHook []string, postSetupUser string, useDeclarativeHealthCheck bool, ) *transformer
Types ¶
type StepRunner ¶
type StepRunner struct {
// contains filtered or unexported fields
}
type Transformer ¶
Click to show internal directories.
Click to hide internal directories.