catalog

package
v0.0.0-...-7b34d14 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminApiConfig

type AdminApiConfig struct {
	LocalUrl  string
	PublicUrl string
}

type ApiServerConfig

type ApiServerConfig struct {
	Url string
}

type BootstrapApiConfig

type BootstrapApiConfig struct {
	Url string `yaml:"url" envconfig:"kuma_api_server_catalog_bootstrap_url"`
}

type CatalogConfig

type CatalogConfig struct {
	ApiServer            ApiServerConfig               `yaml:"-"`
	Bootstrap            BootstrapApiConfig            `yaml:"bootstrap"`
	DataplaneToken       DataplaneTokenApiConfig       `yaml:"-"` // DEPRECATED: remove in next major version of Kuma
	Admin                AdminApiConfig                `yaml:"-"`
	MonitoringAssignment MonitoringAssignmentApiConfig `yaml:"monitoringAssignment"`
	Sds                  SdsApiConfig                  `yaml:"sds"`
}

Not yet exposed via YAML and env vars on purpose

type DataplaneTokenApiConfig

type DataplaneTokenApiConfig struct {
	LocalUrl  string
	PublicUrl string
}

type MonitoringAssignmentApiConfig

type MonitoringAssignmentApiConfig struct {
	Url string `yaml:"url" envconfig:"kuma_api_server_catalog_monitoring_assignment_url"`
}

type SdsApiConfig

type SdsApiConfig struct {
	Url string `yaml:"url" envconfig:"kuma_api_server_catalog_sds_url"`
}

Jump to

Keyboard shortcuts

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