config

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package config stores all server application settings for lb gateway

Package config stores all server application settings

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	// Server represent all server configurations
	Server *config.Servers `json:"server_config" yaml:"server_config"`

	// Observability represent observability configurations
	Observability *config.Observability `json:"observability" yaml:"observability"`

	// Gateway represent gateway lb configuration
	Gateway *config.LB `json:"gateway" yaml:"gateway"`

	// GlobalConfig represent the global configuration
	config.GlobalConfig `json:",inline" yaml:",inline"`
}

Config represent a application setting data content (config.yaml). In K8s environment, this configuration is stored in K8s ConfigMap.

func New added in v1.8.0

func New(path string) (cfg *Data, err error)

type GlobalConfig

type GlobalConfig = config.GlobalConfig

type Server

type Server = config.Server

Jump to

Keyboard shortcuts

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