repconfig

package
v0.0.0-...-9750751 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultConfig = Config{
		IO: io.OutboundConfigMap{/* contains filtered or unexported fields */},
	}
)

Functions

This section is empty.

Types

type Config

type Config struct {
	Targets []ReplicationTarget
	IO      io.OutboundConfigMap
}

func (*Config) GetIoConfig

func (c *Config) GetIoConfig(target *ReplicationTarget) *io.OutboundConfig

func (*Config) Validate

func (c *Config) Validate()

type ReplicationTarget

type ReplicationTarget struct {
	Name string
	io.ServiceEndpoint
	UseMayflyProtocol bool
	Namespaces        []string
	BypassLTMEnabled  bool
}

Jump to

Keyboard shortcuts

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