Versions in this module Expand all Collapse all v0 v0.1442.0 Feb 27, 2024 Changes in this version + const DefaultDeclarativeHealthcheckRequestTimeout + const HealthLogSource + var HealthCheckDstPath string = filepath.Join(string(os.PathSeparator), "etc", "cf-assets", "healthcheck") + type CheckProtocol int + const HTTPCheck + const TCPCheck + type Config struct + BindMounts []garden.BindMount + CreationStartTime time.Time + MetronClient loggingclient.IngressClient + ProxyTLSPorts []uint16 + type HealthcheckType int + type Option func(*transformer) + func WithContainerProxy(drainWait time.Duration) Option + func WithDeclarativeHealthchecks() Option + func WithPostSetupHook(user string, hook []string) Option + func WithSidecarRootfs(sidecarRootFS string) Option type Transformer + StepsRunner func(lager.Logger, executor.Container, garden.Container, log_streamer.LogStreamer, ...) (ifrit.Runner, chan steps.ReadinessState, error) v0.1441.2 Jan 13, 2016 Changes in this version + var ErrNoCheck = errors.New("no check configured") + type Transformer struct + func NewTransformer(cachedDownloader cacheddownloader.CachedDownloader, uploader uploader.Uploader, ...) *Transformer + func (transformer *Transformer) StepFor(logStreamer log_streamer.LogStreamer, action *models.Action, ...) steps.Step