Documentation ¶
Index ¶
- Variables
- func RenderPDStartScript(tc *v1alpha1.TidbCluster) (string, error)
- func RenderPumpStartScript(tc *v1alpha1.TidbCluster) (string, error)
- func RenderTiCDCStartScript(tc *v1alpha1.TidbCluster) (string, error)
- func RenderTiDBStartScript(tc *v1alpha1.TidbCluster) (string, error)
- func RenderTiFlashInitScript(tc *v1alpha1.TidbCluster) (string, error)
- func RenderTiFlashStartScript(tc *v1alpha1.TidbCluster) (string, error)
- func RenderTiKVStartScript(tc *v1alpha1.TidbCluster) (string, error)
- func RenderTiProxyStartScript(tc *v1alpha1.TidbCluster) (string, error)
- type Render
- type RenderMap
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrVersionNotFound = errors.New("corresponding startscript of the version not found")
)
Functions ¶
func RenderPDStartScript ¶
func RenderPDStartScript(tc *v1alpha1.TidbCluster) (string, error)
func RenderPumpStartScript ¶
func RenderPumpStartScript(tc *v1alpha1.TidbCluster) (string, error)
func RenderTiCDCStartScript ¶
func RenderTiCDCStartScript(tc *v1alpha1.TidbCluster) (string, error)
func RenderTiDBStartScript ¶
func RenderTiDBStartScript(tc *v1alpha1.TidbCluster) (string, error)
func RenderTiFlashInitScript ¶
func RenderTiFlashInitScript(tc *v1alpha1.TidbCluster) (string, error)
func RenderTiFlashStartScript ¶
func RenderTiFlashStartScript(tc *v1alpha1.TidbCluster) (string, error)
func RenderTiKVStartScript ¶
func RenderTiKVStartScript(tc *v1alpha1.TidbCluster) (string, error)
func RenderTiProxyStartScript ¶
func RenderTiProxyStartScript(tc *v1alpha1.TidbCluster) (string, error)
Types ¶
type RenderMap ¶
type RenderMap map[v1alpha1.StartScriptVersion]Render
Click to show internal directories.
Click to hide internal directories.