config

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DatabaseConfig

type DatabaseConfig struct {
	ProcessDatabaseURL         string
	TransportBridgeDatabaseURL string
	CACertPath                 string
	MaxOpenConns               int
}

type ManagerConfig

type ManagerConfig struct {
	ManagerNamespace      string
	WatchNamespace        string
	SchedulerInterval     string
	EventExporterTopic    string
	SyncerConfig          *SyncerConfig
	DatabaseConfig        *DatabaseConfig
	TransportConfig       *transport.TransportConfig
	StatisticsConfig      *statistics.StatisticsConfig
	NonK8sAPIServerConfig *nonk8sapi.NonK8sAPIServerConfig
	ElectionConfig        *commonobjects.LeaderElectionConfig
}

type SyncerConfig

type SyncerConfig struct {
	SpecSyncInterval              time.Duration
	StatusSyncInterval            time.Duration
	DeletedLabelsTrimmingInterval time.Duration
}

Jump to

Keyboard shortcuts

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