Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminApiConfig ¶
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 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"`
}
Click to show internal directories.
Click to hide internal directories.