Versions in this module Expand all Collapse all v6 v6.4.2 Aug 17, 2020 Changes in this version + type ATCCommand struct + Migration Migration + RunCommand RunCommand + func (cmd *ATCCommand) WireDynamicFlags(commandFlags *flags.Command) + type Closer interface + Close func() error + type Migration struct + CurrentDBVersion bool + EncryptionKey flag.Cipher + MigrateDBToVersion int + Postgres flag.PostgresConfig + SupportedDBVersion bool + func (m *Migration) Execute(args []string) error + type RunCommand struct + APIMaxOpenConnections int + Auditor struct{ ... } + Auth struct{ ... } + BackendMaxOpenConnections int + BaggageclaimResponseHeaderTimeout time.Duration + BindIP flag.IP + BindPort uint16 + BuildTrackerInterval time.Duration + CLIArtifactsDir flag.Dir + ComponentRunnerInterval time.Duration + ConcurrentRequestLimits map[wrappa.LimitedRoute]int + ConfigRBAC flag.File + ContainerPlacementStrategy string + CredentialManagement creds.CredentialManagementConfig + CredentialManagers creds.Managers + DebugBindIP flag.IP + DebugBindPort uint16 + DefaultBuildLogsToRetain uint64 + DefaultCpuLimit *int + DefaultDaysToRetainBuildLogs uint64 + DefaultMemoryLimit *string + EnableBuildRerunWhenWorkerDisappears bool + EnableGlobalResources bool + EnableRedactSecrets bool + EncryptionKey flag.Cipher + ExternalURL flag.URL + GC struct{ ... } + GardenRequestTimeout time.Duration + GlobalResourceCheckTimeout time.Duration + InterceptIdleTimeout time.Duration + JobSchedulingMaxInFlight uint64 + LetsEncrypt struct{ ... } + LidarCheckerInterval time.Duration + LidarScannerInterval time.Duration + LogClusterName bool + LogDBQueries bool + Logger flag.Lager + MaxActiveTasksPerWorker int + MaxBuildLogsToRetain uint64 + MaxChecksPerSecond int + MaxDaysToRetainBuildLogs uint64 + Metrics struct{ ... } + OldEncryptionKey flag.Cipher + PolicyCheckers struct{ ... } + Postgres flag.PostgresConfig + ResourceCheckingInterval time.Duration + ResourceWithWebhookCheckingInterval time.Duration + Server struct{ ... } + StreamingArtifactsCompression string + Syslog struct{ ... } + SystemClaimKey string + SystemClaimValues []string + TLSBindPort uint16 + TLSCert flag.File + TLSKey flag.File + TelemetryOptIn bool + Tracing tracing.Config + func (cmd *RunCommand) DefaultURL() flag.URL + func (cmd *RunCommand) Execute(args []string) error + func (cmd *RunCommand) Runner(positionalArguments []string) (ifrit.Runner, error) + func (cmd *RunCommand) WireDynamicFlags(commandFlags *flags.Command) + type RunnableComponent struct