data

package
v0.0.0-...-90c9292 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2023 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 MonitorConfig

type MonitorConfig struct {
	MonitorRanges []MonitorRange `yaml:"monitor-ranges"`
	CheckTimeout  int            `yaml:"check-timeout"`
	SubnetsJson   string         `yaml:"subnets-json-path"`
}

type MonitorConfigSpec

type MonitorConfigSpec struct {
	MonitorConfig MonitorConfig `yaml:"monitor-config"`
}

type MonitorPort

type MonitorPort struct {
	Port       int64  `yaml:"port"`
	Name       string `yaml:"name"`
	Targets    []string
	PathPrefix string `yaml:"path-prefix"`
	PathMatch  string `yaml:"path-match"`
	Protocol   string `yaml:"protocol"`
}

type MonitorRange

type MonitorRange struct {
	IpAddressStart string        `yaml:"ip-address-start"`
	IpAddressEnd   string        `yaml:"ip-address-end"`
	MonitorPorts   []MonitorPort `yaml:"monitor-ports"`
	BaseDomain     string
}

Jump to

Keyboard shortcuts

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