ticdc

package
v2.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Addr          string `toml:"addr"`
	AdvertiseAddr string `toml:"advertise-addr"`

	Security Security `toml:"security"`
}

Config is a subset config of ticdc Only our managed fields are defined in here.

func (*Config) Overlay

func (c *Config) Overlay(cluster *v1alpha1.Cluster, ticdc *v1alpha1.TiCDC) error

func (*Config) Validate

func (c *Config) Validate() error

type Security

type Security struct {
	CAPath   string `toml:"ca-path"`
	CertPath string `toml:"cert-path"`
	KeyPath  string `toml:"key-path"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL