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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminApi

type AdminApi struct {
	LocalUrl  string `json:"localUrl"`
	PublicUrl string `json:"publicUrl"`
}

type Apis

type Apis struct {
	Bootstrap            BootstrapApi            `json:"bootstrap"`
	DataplaneToken       DataplaneTokenApi       `json:"dataplaneToken"` // DEPRECATED: remove in next major version of Kuma
	Admin                AdminApi                `json:"admin"`
	MonitoringAssignment MonitoringAssignmentApi `json:"monitoringAssignment"`
}

type BootstrapApi

type BootstrapApi struct {
	Url string `json:"url"`
}

type Catalog

type Catalog struct {
	Apis Apis `json:"apis"`
}

func FromConfig

func FromConfig(cfg catalog.CatalogConfig) Catalog

type DataplaneTokenApi

type DataplaneTokenApi struct {
	LocalUrl  string `json:"localUrl"`
	PublicUrl string `json:"publicUrl"`
}

func (*DataplaneTokenApi) Enabled

func (d *DataplaneTokenApi) Enabled() bool

type MonitoringAssignmentApi

type MonitoringAssignmentApi struct {
	Url string `json:"url"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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