Documentation
¶
Overview ¶
Package image is defined to return image of components
Index ¶
Constants ¶
View Source
const ( PD Untagged = "pingcap/pd" TiDB Untagged = "pingcap/tidb" TiKV Untagged = "pingcap/tikv" TiFlash Untagged = "pingcap/tiflash" TiCDC Untagged = "pingcap/ticdc" // TSO also use pd image TSO Untagged = "pingcap/pd" // Scheduling also use pd image Scheduling Untagged = "pingcap/pd" // Scheduler also use pd image Scheduler Untagged = "pingcap/pd" TiProxy Untagged = "pingcap/tiproxy" // ReplicationWorker also use tikv image ReplicationWorker Untagged = "pingcap/tikv" Helper Tagged = "busybox:1.37.0" )
Variables ¶
View Source
var PrestopChecker = Tagged("pingcap/tidb-operator-prestop-checker:latest")
Functions ¶
Types ¶
type Tagged ¶
type Tagged string
Tagged is image with image tag
Click to show internal directories.
Click to hide internal directories.