Versions in this module Expand all Collapse all v7 v7.0.0 May 1, 2026 Changes in this version + var ConfigSchema = config.Schema + func DetermineRaftNode(ctx context.Context, tx *db.NodeTx) (*db.RaftNode, error) + type Config struct + func ConfigLoad(ctx context.Context, tx *db.NodeTx) (*Config, error) + func (c *Config) BGPAddress() string + func (c *Config) BGPRouterID() string + func (c *Config) ClusterAddress() string + func (c *Config) DNSAddress() string + func (c *Config) DebugAddress() string + func (c *Config) Dump() map[string]string + func (c *Config) HTTPSAddress() string + func (c *Config) LinstorSatelliteName() string + func (c *Config) MetricsAddress() string + func (c *Config) NetworkOVSConnection() string + func (c *Config) Patch(patch map[string]string) (map[string]string, error) + func (c *Config) Replace(values map[string]string) (map[string]string, error) + func (c *Config) StorageBackupsVolume() string + func (c *Config) StorageBucketsAddress() string + func (c *Config) StorageImagesVolume() string + func (c *Config) StorageLogsVolume() string + func (c *Config) SyslogSocket() bool Other modules containing this package github.com/lxc/incus github.com/lxc/incus/v6